diff --git a/sale.py b/sale.py index dc1f04d..faac998 100644 --- a/sale.py +++ b/sale.py @@ -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'), diff --git a/view/sale_form.xml b/view/sale_form.xml index a161879..812654b 100644 --- a/view/sale_form.xml +++ b/view/sale_form.xml @@ -16,5 +16,7 @@ this repository contains the full copyright notices and license terms. --> position="after">