Merge pull request #1152 from expsa/fix_total
Update project_invoice_views.xml
This commit is contained in:
commit
31b92fa220
|
|
@ -56,7 +56,7 @@
|
|||
<field name="product_uom_qty" force_save="1"/>
|
||||
<field name="qty_invoiced" decoration-info="(qty_invoiced)" decoration-bf="(qty_invoiced)" force_save="1" optional="hide"/>
|
||||
<field name="product_uom" attrs="{'readonly': ['|', ('parent.state', '!=', 'draft'), ('parent.invoice_type', '=', 'project')]}" optional="hide" force_save="1"/>
|
||||
<field name="price_unit" attrs="{'readonly': ['|', ('parent.state', '!=', 'draft'), ('parent.invoice_type', '=', 'project')]}" force_save="1"/>
|
||||
<field name="price_unit" force_save="1"/>
|
||||
<field name="price_subtotal" force_save="1"/>
|
||||
<field name="tax_id" widget="many2many_tags" options="{'no_create': True}" attrs="{'readonly': [ ('parent.state', '!=', 'draft')]}" force_save="1"/>
|
||||
<field name="price_tax" force_save="1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue