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

26 lines
604 B
JSON
Raw Normal View History

2026-08-07 22:27:49 +02:00
{
"version": "6.0.76",
"module": "stock_product_location",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py",
"class": "ProductLocation",
"method": "__register__",
"line": 43,
"operations": [
{
"object": "table",
"operation": "not_null_action",
"line": 49,
"args": [
"'product'",
"'remove'"
],
"kwargs": {},
"code": "table.not_null_action('product', 'remove')",
"phase": "after_super"
}
]
}
]
}