[16.0][FIX] mrp_unbuild_move_link, field definition

This commit is contained in:
Christopher Ormaza
2023-11-28 11:40:34 -05:00
parent 40c36805b5
commit c69f22ffba

View File

@@ -7,6 +7,6 @@ class StockMove(models.Model):
origin_mrp_manufacture_move_id = fields.Many2one(
"stock.move",
string="Manufacturing order stock move",
checkcompany=True,
check_company=True,
help="Stock move id of the previous manufacturing order",
)