16.03.26
This commit is contained in:
@@ -71,8 +71,8 @@ class Fee(ModelSQL,ModelView):
|
||||
],
|
||||
states={
|
||||
'readonly': (Bool(Eval('mode') != 'ppack') & Bool(Eval('mode') != 'perqt')),
|
||||
}
|
||||
depends=['mode', 'packing_category'],)
|
||||
},
|
||||
depends=['mode', 'packing_category'])
|
||||
packing_category = fields.Function(fields.Many2One('product.uom.category',"Packing Category"),'on_change_with_packing_category')
|
||||
inherit_shipment = fields.Boolean("Inh Sh",states={
|
||||
'invisible': (Eval('shipment_in')),
|
||||
|
||||
Reference in New Issue
Block a user