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

30 lines
662 B
JSON

{
"version": "6.2",
"module": "stock_product_location",
"files": [
{
"module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation",
"method": "__register__",
"line": 43,
"operations": [
{
"object": "table",
"operation": "not_null_action",
"tables": [
"stock_product_location"
],
"line": 49,
"args": [
"'product'",
"'remove'"
],
"kwargs": {},
"code": "table.not_null_action('product', 'remove')",
"phase": "after_super"
}
]
}
]
}