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