fix: Se corrigen errores en 6.8

This commit is contained in:
sinergia 2023-12-11 21:53:57 -05:00
parent eb934a3de9
commit d8a6752bf7

View File

@ -17,7 +17,8 @@ class Sale(metaclass=PoolMeta):
Monetary( Monetary(
"Total Discount", digits='currency', currency='currency'), "Total Discount", digits='currency', currency='currency'),
'get_amount') 'get_amount')
total_discount_cache = fields.Numeric("Total Discount cache", digits='currency') total_discount_cache = fields.Numeric(
"Total Discount cache", digits='currency')
@classmethod @classmethod
def __setup__(cls): def __setup__(cls):