13.03.26
This commit is contained in:
@@ -70,7 +70,7 @@ class Fee(ModelSQL,ModelView):
|
||||
()),
|
||||
],
|
||||
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')
|
||||
inherit_shipment = fields.Boolean("Inh Sh",states={
|
||||
|
||||
Reference in New Issue
Block a user