Files

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

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": [
{
"module": "product",
"file": "product.py",
2026-08-07 22:27:49 +02:00
"class": "Product",
"method": "__register__",
"line": 477,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"product_product"
],
2026-08-07 22:27:49 +02:00
"line": 488,
"args": [
"*table.update([table.suffix_code], [table.code])"
],
"kwargs": {},
2026-08-09 00:47:23 +02:00
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.suffix_code],\n [table.code]))",
2026-08-07 22:27:49 +02:00
"phase": "after_super",
"condition": "fill_suffix_code"
},
{
"object": "table",
"operation": "update",
"tables": [
"product_product"
],
2026-08-07 22:27:49 +02:00
"line": 488,
"args": [
"[table.suffix_code]",
"[table.code]"
],
"kwargs": {},
2026-08-09 00:47:23 +02:00
"code": "table.update(\n [table.suffix_code],\n [table.code])",
2026-08-07 22:27:49 +02:00
"phase": "after_super",
"condition": "fill_suffix_code"
}
]
}
]
}