upgrade Tryton 6.6
This commit is contained in:
parent
2c6102054f
commit
605a368426
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,7 @@ class InvoiceLine(metaclass=PoolMeta):
|
|||
Eval('quantity', None) != None,
|
||||
),
|
||||
)
|
||||
cls.unit.depends.extend(['type', 'quantity'])
|
||||
cls.unit.depends.add('type')
|
||||
cls.unit.depends.add('quantity')
|
||||
|
||||
# end Invoice
|
||||
|
|
|
@ -17,3 +17,5 @@ class InvoiceTestCase(ModuleTestCase):
|
|||
pass
|
||||
|
||||
# end InvoiceTestCase
|
||||
|
||||
del ModuleTestCase
|
||||
|
|
Loading…
Reference in a new issue