Public Access
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"version": "6.8.17",
|
|
"module": "currency",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
|
"class": "Currency",
|
|
"method": "__register__",
|
|
"line": 72,
|
|
"operations": [
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"line": 89,
|
|
"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": 89,
|
|
"args": [],
|
|
"kwargs": {
|
|
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
|
|
},
|
|
"code": "data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table_h",
|
|
"operation": "not_null_action",
|
|
"line": 93,
|
|
"args": [
|
|
"'symbol'",
|
|
"'remove'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table_h.not_null_action('symbol', 'remove')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |