Compare commits

..

No commits in common. "f5f9a5fda900baab8777ac683afd08029f784a07" and "64939ee99cbb49a52a2f8b7621d85be412bba7e4" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -15,7 +15,5 @@ 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>