Feat: printed lines

This commit is contained in:
Rodia 2024-10-20 13:36:17 -05:00
parent 43315bcdb4
commit 57fa04784e
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class SaleLineDeleted(ModelSQL, ModelView):
sale = fields.Many2One(
'sale.sale', "Sale", ondelete='CASCADE', required=True)
printed = fields.Boolean("Printed")
quantity = fields.Float(
"Quantity", digits='unit')
unit = fields.Many2One(

View File

@ -15,5 +15,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="sale_date"/>
<label name="user"/>
<field name="user"/>
<label name="printed"/>
<field name="printed"/>
</form>