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

43 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": "6.0",
2026-08-07 22:27:49 +02:00
"module": "currency",
"files": [
{
"module": "currency",
"file": "currency.py",
2026-08-07 22:27:49 +02:00
"class": "Currency",
"method": "__register__",
"line": 59,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
2026-08-07 22:27:49 +02:00
"line": 76,
"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": 76,
"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"
}
]
}
]
}