tests: add company to context
This commit is contained in:
parent
1047345ae8
commit
1f47dfe6b1
3 changed files with 2618 additions and 2593 deletions
2
mixin.py
2
mixin.py
|
@ -21,6 +21,8 @@ DEPENDSQ.extend(DEPENDS)
|
|||
class SecondUomMixin(object):
|
||||
""" two fields for second uom: quantity, rate
|
||||
"""
|
||||
__slots__ = ()
|
||||
|
||||
quantity_2nd_uom = fields.Numeric(
|
||||
string='Quantity Second UOM',
|
||||
digits=(16, Eval('quantity2nd_digits', 4)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue