This commit is contained in:
2026-03-13 10:43:58 +01:00
parent 0cf03a75b0
commit 016112a355

View File

@@ -70,7 +70,7 @@ class Fee(ModelSQL,ModelView):
()), ()),
], ],
states={ states={
'readonly': (Eval('mode') != 'ppack' | Eval('mode') != 'perqt'), 'readonly': (Eval('mode') != 'ppack' & Eval('mode') != 'perqt'),
}) })
packing_category = fields.Function(fields.Integer("Packing Category"),'get_packing_category') packing_category = fields.Function(fields.Integer("Packing Category"),'get_packing_category')
inherit_shipment = fields.Boolean("Inh Sh",states={ inherit_shipment = fields.Boolean("Inh Sh",states={