2026-08-07 22:27:49 +02:00
|
|
|
{
|
2026-08-08 01:29:43 +02:00
|
|
|
"version": "7.2",
|
2026-08-07 22:27:49 +02:00
|
|
|
"module": "product",
|
|
|
|
|
"files": [
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
|
|
|
|
|
"class": "Product",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 477,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
|
|
|
|
"line": 488,
|
|
|
|
|
"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": 488,
|
|
|
|
|
"args": [
|
|
|
|
|
"[table.suffix_code]",
|
|
|
|
|
"[table.code]"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.update([table.suffix_code], [table.code])",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "fill_suffix_code"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|