Public Access
several small fixes:
- systemmodule ir und res aufgenommen - Version auf Major.Minor reduziert - reihenfolge der Module fixiert
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"version": "6.0",
|
||||
"module": "country",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
||||
"class": "Country",
|
||||
"method": "__register__",
|
||||
"line": 31,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"line": 42,
|
||||
"args": [
|
||||
"'name_uniq'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.drop_constraint('name_uniq')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"line": 43,
|
||||
"args": [
|
||||
"'code_uniq'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.drop_constraint('code_uniq')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"line": 46,
|
||||
"args": [
|
||||
"'code'",
|
||||
"'remove'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.not_null_action('code', 'remove')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"line": 49,
|
||||
"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",
|
||||
"line": 49,
|
||||
"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": 219,
|
||||
"operations": [
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"line": 228,
|
||||
"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",
|
||||
"line": 228,
|
||||
"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": "PostalCode",
|
||||
"method": "__register__",
|
||||
"line": 287,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"line": 291,
|
||||
"args": [
|
||||
"'zip'",
|
||||
"'postal_code'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.column_rename('zip', 'postal_code')",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user