Skip to content

Commit

Permalink
Merge PR #53 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Jul 8, 2024
2 parents bcb22fd + 571a334 commit 45a1126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_stock/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class StockPicking(models.Model):
)
partner_tag_ids = fields.Many2many(
string="Partner Tags",
related="partner_id.commercial_partner_id.category_id",
related="partner_id.category_id",
store=False,
)
show_price_unit = fields.Boolean(
Expand Down

0 comments on commit 45a1126

Please sign in to comment.