Files

30 lines
662 B
JSON
Raw Permalink Normal View History

2026-08-07 22:27:49 +02:00
{
2026-08-08 01:29:43 +02:00
"version": "7.0",
2026-08-07 22:27:49 +02:00
"module": "stock_product_location",
"files": [
{
"module": "stock_product_location",
"file": "location.py",
2026-08-07 22:27:49 +02:00
"class": "ProductLocation",
"method": "__register__",
"line": 41,
"operations": [
{
"object": "table",
"operation": "not_null_action",
"tables": [
"stock_product_location"
],
2026-08-07 22:27:49 +02:00
"line": 47,
"args": [
"'product'",
"'remove'"
],
"kwargs": {},
"code": "table.not_null_action('product', 'remove')",
"phase": "after_super"
}
]
}
]
}