Merge PR #1144 into 16.0

Signed-off-by gurneyalex
This commit is contained in:
OCA-git-bot
2023-11-30 13:56:24 +00:00

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",
)