From 43a12acfcfc8dfbe205a05f36efdc461cca910ec Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 18 Oct 2024 18:08:11 +0200 Subject: [PATCH] [FIX] joint_buying_sale : change sale.order on joint.buying.purchase order doesn't make sens --- joint_buying_sale/models/joint_buying_purchase_order.py | 1 + 1 file changed, 1 insertion(+) diff --git a/joint_buying_sale/models/joint_buying_purchase_order.py b/joint_buying_sale/models/joint_buying_purchase_order.py index 15f29efd..36a17727 100644 --- a/joint_buying_sale/models/joint_buying_purchase_order.py +++ b/joint_buying_sale/models/joint_buying_purchase_order.py @@ -10,6 +10,7 @@ class JointBuyingPurchaseOrder(models.Model): sale_order_id = fields.Many2one( comodel_name="sale.order", + readonly=True, help="Related sale order in the local database of the" " supplier for the related customer.", )