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
+48
View File
@@ -11,6 +11,9 @@
{
"object": "table",
"operation": "column_rename",
"tables": [
"party_address"
],
"line": 165,
"args": [
"'street'",
@@ -23,6 +26,9 @@
{
"object": "table",
"operation": "column_rename",
"tables": [
"party_address"
],
"line": 166,
"args": [
"'name'",
@@ -43,6 +49,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"party_configuration"
],
"line": 44,
"args": [
"*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])"
@@ -55,6 +64,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"party_configuration"
],
"line": 44,
"args": [
"[table.identifier_types]",
@@ -67,6 +79,30 @@
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"class": "PartyCategory",
"method": "__register__",
"line": 448,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_rename",
"tables": [
"party_category_rel",
"party_party-party_category"
],
"line": 450,
"args": [
"'party_category_rel'",
"cls._table"
],
"kwargs": {},
"code": "backend.TableHandler.table_rename('party_category_rel', cls._table)",
"phase": "before_super"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"class": "Identifier",
@@ -76,6 +112,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"party_identifier"
],
"line": 839,
"args": [
"*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')"
@@ -87,6 +126,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"party_identifier"
],
"line": 839,
"args": [
"[table.type]",
@@ -101,6 +143,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"party_identifier"
],
"line": 843,
"args": [
"*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')"
@@ -112,6 +157,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"party_identifier"
],
"line": 843,
"args": [
"[table.type]",