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

42 lines
1.2 KiB
JSON
Raw Normal View History

2026-08-07 22:27:49 +02:00
{
2026-08-08 01:29:43 +02:00
"version": "5.4",
2026-08-07 22:27:49 +02:00
"module": "currency",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
"class": "Currency",
"method": "__register__",
"line": 53,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
2026-08-07 22:27:49 +02:00
"line": 70,
"args": [
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
],
"kwargs": {},
2026-08-09 00:47:23 +02:00
"code": "(Transaction().connection.cursor()).execute(*data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__)))",
2026-08-07 22:27:49 +02:00
"phase": "after_super"
},
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
2026-08-07 22:27:49 +02:00
"line": 70,
"args": [],
"kwargs": {
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
},
2026-08-09 00:47:23 +02:00
"code": "data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__))",
2026-08-07 22:27:49 +02:00
"phase": "after_super"
}
]
}
]
}