Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 166,
|
||||
"args": [
|
||||
"'street'",
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 167,
|
||||
"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": 467,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"party_category_rel",
|
||||
"party_party-party_category"
|
||||
],
|
||||
"line": 469,
|
||||
"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": 878,
|
||||
"args": [
|
||||
"*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')"
|
||||
@@ -87,6 +126,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 878,
|
||||
"args": [
|
||||
"[table.type]",
|
||||
@@ -101,6 +143,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 882,
|
||||
"args": [
|
||||
"*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')"
|
||||
@@ -112,6 +157,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 882,
|
||||
"args": [
|
||||
"[table.type]",
|
||||
@@ -126,6 +174,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 887,
|
||||
"args": [
|
||||
"*table.update([table.code_compact], [table.code])"
|
||||
@@ -138,6 +189,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 887,
|
||||
"args": [
|
||||
"[table.code_compact]",
|
||||
@@ -151,6 +205,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 890,
|
||||
"args": [
|
||||
"*table.update([table.type], ['si_maticna'], where=table.type == 'si_businessid')"
|
||||
@@ -162,6 +219,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 890,
|
||||
"args": [
|
||||
"[table.type]",
|
||||
|
||||
Reference in New Issue
Block a user