Files
tryton-db-migration/data/7.4/stock_product_location.json
T
uha4 24caf23986 extract gets and saves most tables worked on
some cases still need some work...
2026-08-08 22:32:31 +02:00

29 lines
673 B
JSON

{
"version": "7.4",
"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"
],
"line": 47,
"args": [
"'product'",
"'remove'"
],
"kwargs": {},
"code": "table.not_null_action('product', 'remove')",
"phase": "after_super"
}
]
}
]
}