@@ -13,6 +13,7 @@ class Sale(metaclass=PoolMeta):
__name__ = 'sale.sale'
pizza_number = fields.Integer("Number pizza")
credito = fields.Boolean("Credito")
total_discount = fields.Function(
Monetary(
"Total Discount", digits='currency', currency='currency'),
The note is not visible to the blocked user.