From 9a1673c6cd3f872e7c243c3d053ad2c51db40e49 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Wed, 3 Jun 2026 08:37:21 +0200 Subject: [PATCH] Demurrage --- modules/purchase_trade/stock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/stock.py b/modules/purchase_trade/stock.py index 2f6a1d4..5ead2a6 100755 --- a/modules/purchase_trade/stock.py +++ b/modules/purchase_trade/stock.py @@ -502,7 +502,7 @@ class CharterCondition(ModelSQL, ModelView): 'purchase.line', "Purchase Line", ondelete='CASCADE') party = fields.Many2One('party.party', "Party") party_role = fields.Selection( - 'get_party_roles', "Party Role") + _party_role_selection, "Party Role") responsibility = fields.Selection([ (None, ''), ('ours', 'Ours'),