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
+43
View File
@@ -11,6 +11,9 @@
{
"object": "table",
"operation": "drop_constraint",
"tables": [
"country_country"
],
"line": 42,
"args": [
"'name_uniq'"
@@ -22,6 +25,9 @@
{
"object": "table",
"operation": "drop_constraint",
"tables": [
"country_country"
],
"line": 43,
"args": [
"'code_uniq'"
@@ -33,6 +39,9 @@
{
"object": "table",
"operation": "not_null_action",
"tables": [
"country_country"
],
"line": 46,
"args": [
"'code'",
@@ -45,6 +54,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 49,
"args": [
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
@@ -56,6 +68,9 @@
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 49,
"args": [],
"kwargs": {
@@ -75,6 +90,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 267,
"args": [
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
@@ -86,6 +104,9 @@
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 267,
"args": [],
"kwargs": {
@@ -97,6 +118,9 @@
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"country_subdivision"
],
"line": 271,
"args": [
"'type'"
@@ -115,9 +139,28 @@
"method": "__register__",
"line": 328,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_rename",
"tables": [
"country_zip",
"country_postal_code"
],
"line": 330,
"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": 332,
"args": [
"'zip'",