Skip to content

Commit

Permalink
[FIX] joint_buying_sale : change sale.order on joint.buying.purchase …
Browse files Browse the repository at this point in the history
…order doesn't make sens
  • Loading branch information
legalsylvain committed Oct 18, 2024
1 parent 7b6a4c9 commit 43a12ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joint_buying_sale/models/joint_buying_purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
Expand Down

0 comments on commit 43a12ac

Please sign in to comment.