Files
tryton-db-migration/data/7.0/stock_product_location.json
T

29 lines
673 B
JSON
Raw 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": [
{
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py",
"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"
}
]
}
]
}