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

36 lines
1.0 KiB
JSON
Raw Normal View History

2026-08-07 22:27:49 +02:00
{
2026-08-08 01:29:43 +02:00
"version": "5.8",
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": 51,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 68,
"args": [
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
],
"kwargs": {},
"code": "cursor.execute(*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__)))",
"phase": "after_super"
},
{
"object": "data",
"operation": "delete",
"line": 68,
"args": [],
"kwargs": {
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
},
"code": "data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))",
"phase": "after_super"
}
]
}
]
}