main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit cc5f4da38c - Show all commits

View File

@@ -70,7 +70,7 @@ class Fee(ModelSQL,ModelView):
()), ()),
], ],
states={ states={
'readonly': (Eval('mode') != 'ppack' & Eval('mode') != 'perqt'), 'readonly': (Bool(Eval('mode') != 'ppack') & Bool(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={