Public Access
208 lines
6.0 KiB
JSON
208 lines
6.0 KiB
JSON
{
|
|||
|
|
"version": "5.0.63",
|
||
|
|
"module": "party",
|
||
|
|
"files": [
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/party/address.py",
|
||
|
|
"class": "Address",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 61,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "cursor",
|
||
|
|
"operation": "execute",
|
||
|
|
"line": 74,
|
||
|
|
"args": [
|
||
|
|
"*sql_table.update([sql_table.street], [value])"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "cursor.execute(*sql_table.update([sql_table.street], [value]))",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "table.column_exist('streetbis')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "sql_table",
|
||
|
|
"operation": "update",
|
||
|
|
"line": 74,
|
||
|
|
"args": [
|
||
|
|
"[sql_table.street]",
|
||
|
|
"[value]"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "sql_table.update([sql_table.street], [value])",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "table.column_exist('streetbis')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "table",
|
||
|
|
"operation": "drop_column",
|
||
|
|
"line": 77,
|
||
|
|
"args": [
|
||
|
|
"'streetbis'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "table.drop_column('streetbis')",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "table.column_exist('streetbis')"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/party/category.py",
|
||
|
|
"class": "Category",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 43,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "table_h",
|
||
|
|
"operation": "drop_constraint",
|
||
|
|
"line": 49,
|
||
|
|
"args": [
|
||
|
|
"'name_parent_uniq'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "table_h.drop_constraint('name_parent_uniq')",
|
||
|
|
"phase": "after_super"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
|
||
|
|
"class": "Party",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 89,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "table_h",
|
||
|
|
"operation": "not_null_action",
|
||
|
|
"line": 95,
|
||
|
|
"args": [
|
||
|
|
"'name'",
|
||
|
|
"'remove'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "table_h.not_null_action('name', 'remove')",
|
||
|
|
"phase": "after_super"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
|
||
|
|
"class": "PartyLang",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 265,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "table",
|
||
|
|
"operation": "insert",
|
||
|
|
"line": 279,
|
||
|
|
"args": [
|
||
|
|
"[table.party, table.lang]",
|
||
|
|
"party.select(party.id, party.lang)"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "table.insert([table.party, table.lang], party.select(party.id, party.lang))",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('lang')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "party",
|
||
|
|
"operation": "select",
|
||
|
|
"line": 281,
|
||
|
|
"args": [
|
||
|
|
"party.id",
|
||
|
|
"party.lang"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "party.select(party.id, party.lang)",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('lang')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "cursor",
|
||
|
|
"operation": "execute",
|
||
|
|
"line": 282,
|
||
|
|
"args": [
|
||
|
|
"*query"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "cursor.execute(*query)",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('lang')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "party_h",
|
||
|
|
"operation": "drop_column",
|
||
|
|
"line": 283,
|
||
|
|
"args": [
|
||
|
|
"'lang'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "party_h.drop_column('lang')",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('lang')"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
|
||
|
|
"class": "PartyIdentifier",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 329,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "cursor",
|
||
|
|
"operation": "execute",
|
||
|
|
"line": 341,
|
||
|
|
"args": [
|
||
|
|
"*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "cursor.execute(*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null)))",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('vat_number') and party_h.column_exist('vat_country')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "party",
|
||
|
|
"operation": "select",
|
||
|
|
"line": 341,
|
||
|
|
"args": [
|
||
|
|
"party.id",
|
||
|
|
"party.vat_number",
|
||
|
|
"party.vat_country"
|
||
|
|
],
|
||
|
|
"kwargs": {
|
||
|
|
"where": "(party.vat_number != Null) | (party.vat_country != Null)"
|
||
|
|
},
|
||
|
|
"code": "party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('vat_number') and party_h.column_exist('vat_country')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "party_h",
|
||
|
|
"operation": "drop_column",
|
||
|
|
"line": 355,
|
||
|
|
"args": [
|
||
|
|
"'vat_number'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "party_h.drop_column('vat_number')",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('vat_number') and party_h.column_exist('vat_country')"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"object": "party_h",
|
||
|
|
"operation": "drop_column",
|
||
|
|
"line": 356,
|
||
|
|
"args": [
|
||
|
|
"'vat_country'"
|
||
|
|
],
|
||
|
|
"kwargs": {},
|
||
|
|
"code": "party_h.drop_column('vat_country')",
|
||
|
|
"phase": "after_super",
|
||
|
|
"condition": "party_h.column_exist('vat_number') and party_h.column_exist('vat_country')"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|