16.03.26
This commit is contained in:
@@ -111,6 +111,7 @@ class Fee(ModelSQL,ModelView):
|
|||||||
if lqt:
|
if lqt:
|
||||||
return lqt[0].id
|
return lqt[0].id
|
||||||
|
|
||||||
|
@fields.depends('mode','unit')
|
||||||
def on_change_with_packing_category(self, name=None):
|
def on_change_with_packing_category(self, name=None):
|
||||||
UnitCategory = Pool().get('product.uom.category')
|
UnitCategory = Pool().get('product.uom.category')
|
||||||
packing = UnitCategory.search(['name','=','Packing'])
|
packing = UnitCategory.search(['name','=','Packing'])
|
||||||
|
|||||||
Reference in New Issue
Block a user