Files
tryton-db-migration/data/7.4.25/product.json
T

39 lines
1010 B
JSON

{
"version": "7.4.25",
"module": "product",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
"class": "Product",
"method": "__register__",
"line": 505,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 516,
"args": [
"*table.update([table.suffix_code], [table.code])"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.suffix_code], [table.code]))",
"phase": "after_super",
"condition": "fill_suffix_code"
},
{
"object": "table",
"operation": "update",
"line": 516,
"args": [
"[table.suffix_code]",
"[table.code]"
],
"kwargs": {},
"code": "table.update([table.suffix_code], [table.code])",
"phase": "after_super",
"condition": "fill_suffix_code"
}
]
}
]
}