Public Access
195 lines
5.1 KiB
JSON
195 lines
5.1 KiB
JSON
{
|
|
"version": "6.6",
|
|
"module": "country",
|
|
"files": [
|
|
{
|
|
"module": "country",
|
|
"file": "country.py",
|
|
"class": "Country",
|
|
"method": "__register__",
|
|
"line": 178,
|
|
"operations": [
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_constraint",
|
|
"tables": [
|
|
"country_country"
|
|
],
|
|
"line": 189,
|
|
"args": [
|
|
"'name_uniq'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_constraint('name_uniq')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_constraint",
|
|
"tables": [
|
|
"country_country"
|
|
],
|
|
"line": 190,
|
|
"args": [
|
|
"'code_uniq'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_constraint('code_uniq')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "not_null_action",
|
|
"tables": [
|
|
"country_country"
|
|
],
|
|
"line": 193,
|
|
"args": [
|
|
"'code'",
|
|
"'remove'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.not_null_action('code', 'remove')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"ir_model_data"
|
|
],
|
|
"line": 196,
|
|
"args": [
|
|
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
|
],
|
|
"kwargs": {},
|
|
"code": "(Transaction().connection.cursor()).execute(*data.delete(where=(data.module == 'country')\n & (data.model == cls.__name__)))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "data",
|
|
"operation": "delete",
|
|
"tables": [
|
|
"ir_model_data"
|
|
],
|
|
"line": 196,
|
|
"args": [],
|
|
"kwargs": {
|
|
"where": "(data.module == 'country') & (data.model == cls.__name__)"
|
|
},
|
|
"code": "data.delete(where=(data.module == 'country')\n & (data.model == cls.__name__))",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"module": "country",
|
|
"file": "country.py",
|
|
"class": "Subdivision",
|
|
"method": "__register__",
|
|
"line": 433,
|
|
"operations": [
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"ir_model_data"
|
|
],
|
|
"line": 444,
|
|
"args": [
|
|
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
|
],
|
|
"kwargs": {},
|
|
"code": "(Transaction().connection.cursor()).execute(*data.delete(where=(data.module == 'country')\n & (data.model == cls.__name__)))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "data",
|
|
"operation": "delete",
|
|
"tables": [
|
|
"ir_model_data"
|
|
],
|
|
"line": 444,
|
|
"args": [],
|
|
"kwargs": {
|
|
"where": "(data.module == 'country') & (data.model == cls.__name__)"
|
|
},
|
|
"code": "data.delete(where=(data.module == 'country')\n & (data.model == cls.__name__))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table_h",
|
|
"operation": "not_null_action",
|
|
"tables": [
|
|
"country_subdivision"
|
|
],
|
|
"line": 448,
|
|
"args": [
|
|
"'type'"
|
|
],
|
|
"kwargs": {
|
|
"action": "'remove'"
|
|
},
|
|
"code": "table_h.not_null_action('type', action='remove')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table_h",
|
|
"operation": "not_null_action",
|
|
"tables": [
|
|
"country_subdivision"
|
|
],
|
|
"line": 451,
|
|
"args": [
|
|
"'code'"
|
|
],
|
|
"kwargs": {
|
|
"action": "'remove'"
|
|
},
|
|
"code": "table_h.not_null_action('code', action='remove')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"module": "country",
|
|
"file": "country.py",
|
|
"class": "PostalCode",
|
|
"method": "__register__",
|
|
"line": 516,
|
|
"operations": [
|
|
{
|
|
"object": "backend.TableHandler",
|
|
"operation": "table_rename",
|
|
"tables": [
|
|
"country_zip",
|
|
"country_postal_code"
|
|
],
|
|
"line": 518,
|
|
"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": 520,
|
|
"args": [
|
|
"'zip'",
|
|
"'postal_code'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table_h.column_rename('zip', 'postal_code')",
|
|
"phase": "before_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |