mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[16.0][FIX] mrp_unbuild_move_link, field definition
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user