tests: add company to context

This commit is contained in:
Frederik Jaeckel 2023-06-08 16:00:36 +02:00
parent 1047345ae8
commit 1f47dfe6b1
3 changed files with 2618 additions and 2593 deletions

View file

@ -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)),