extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+37
View File
@@ -11,6 +11,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 187,
"args": [
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
@@ -22,6 +25,9 @@
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 187,
"args": [],
"kwargs": {
@@ -41,6 +47,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 435,
"args": [
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
@@ -52,6 +61,9 @@
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 435,
"args": [],
"kwargs": {
@@ -63,6 +75,9 @@
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"country_subdivision"
],
"line": 439,
"args": [
"'type'"
@@ -76,6 +91,9 @@
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"country_subdivision"
],
"line": 442,
"args": [
"'code'"
@@ -94,9 +112,28 @@
"method": "__register__",
"line": 507,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_rename",
"tables": [
"country_zip",
"country_postal_code"
],
"line": 509,
"args": [
"'country_zip'",
"cls._table"
],
"kwargs": {},
"code": "backend.TableHandler.table_rename('country_zip', cls._table)",
"phase": "before_super"
},
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"country_postal_code"
],
"line": 511,
"args": [
"'zip'",