Files
tryton-db-migration/data/7.0/currency.json
T
uha4 d4337ad1a5 extractor erstmal fertig
- er findet fast alle tabellen
- quellcode wird entpackt wenn er in einer variable ist
2026-08-09 00:47:23 +02:00

57 lines
1.6 KiB
JSON

{
"version": "7.0",
"module": "currency",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
"class": "Currency",
"method": "__register__",
"line": 72,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 83,
"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": 83,
"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"
},
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"currency_currency"
],
"line": 87,
"args": [
"'symbol'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('symbol', 'remove')",
"phase": "after_super"
}
]
}
]
}