Public Access
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|||
|
|
"version": "6.6.14",
|
||
|
|
"module": "currency",
|
||
|
|
"files": [
|
||
|
|
{
|
||
|
|
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
||
|
|
"class": "Currency",
|
||
|
|
"method": "__register__",
|
||
|
|
"line": 60,
|
||
|
|
"operations": [
|
||
|
|
{
|
||
|
|
"object": "cursor",
|
||
|
|
"operation": "execute",
|
||
|
|
"line": 77,
|
||
|
|
"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": 77,
|
||
|
|
"args": [],
|
||
|
|
"kwargs": {
|
||
|
|
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
|
||
|
|
},
|
||
|
|
"code": "data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))",
|
||
|
|
"phase": "after_super"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|