Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… Add delivery_purchase_label
  • Loading branch information
TDu committed Sep 24, 2024
1 parent f93bd50 commit bf95910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion delivery_purchase_label/models/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ class PurchaseOrder(models.Model):
_inherit = "purchase.order"

vendor_label_carrier_id = fields.Many2one(
"delivery.carrier", "Vendor Label Carrier"
"delivery.carrier",
"Vendor Label Carrier",
domain=[("purchase_label_picking_type", "!=", False)],
)
delivery_label_picking_id = fields.Many2one(
"stock.picking",
Expand Down

0 comments on commit bf95910

Please sign in to comment.