2026-08-07 22:27:49 +02:00
|
|
|
{
|
2026-08-08 01:29:43 +02:00
|
|
|
"version": "5.6",
|
2026-08-07 22:27:49 +02:00
|
|
|
"module": "country",
|
|
|
|
|
"files": [
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
|
|
|
|
"class": "Country",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 30,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_constraint",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"country_country"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 41,
|
|
|
|
|
"args": [
|
|
|
|
|
"'name_uniq'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_constraint('name_uniq')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_constraint",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"country_country"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 42,
|
|
|
|
|
"args": [
|
|
|
|
|
"'code_uniq'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_constraint('code_uniq')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "not_null_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"country_country"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 45,
|
|
|
|
|
"args": [
|
|
|
|
|
"'code'",
|
|
|
|
|
"'remove'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.not_null_action('code', 'remove')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 48,
|
|
|
|
|
"args": [
|
|
|
|
|
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*data.delete(where=(data.module == 'country') & (data.model == cls.__name__)))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "data",
|
|
|
|
|
"operation": "delete",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 48,
|
|
|
|
|
"args": [],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(data.module == 'country') & (data.model == cls.__name__)"
|
|
|
|
|
},
|
|
|
|
|
"code": "data.delete(where=(data.module == 'country') & (data.model == cls.__name__))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
|
|
|
|
"class": "Subdivision",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 214,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 223,
|
|
|
|
|
"args": [
|
|
|
|
|
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*data.delete(where=(data.module == 'country') & (data.model == cls.__name__)))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "data",
|
|
|
|
|
"operation": "delete",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-07 22:27:49 +02:00
|
|
|
"line": 223,
|
|
|
|
|
"args": [],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(data.module == 'country') & (data.model == cls.__name__)"
|
|
|
|
|
},
|
|
|
|
|
"code": "data.delete(where=(data.module == 'country') & (data.model == cls.__name__))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|