Files
tryton-db-migration/data/6.6/currency.json
T

43 lines
1.2 KiB
JSON

{
"version": "6.6",
"module": "currency",
"files": [
{
"module": "currency",
"file": "currency.py",
"class": "Currency",
"method": "__register__",
"line": 60,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 77,
"args": [
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
],
"kwargs": {},
"code": "(Transaction().connection.cursor()).execute(*data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__)))",
"phase": "after_super"
},
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 77,
"args": [],
"kwargs": {
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
},
"code": "data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__))",
"phase": "after_super"
}
]
}
]
}