Add margin rate in percentage

Margin is now negative on refunds (not only in account.invoice, but also on account.invoice.line)
This commit is contained in:
Alexis de Lattre
2015-07-31 17:35:53 +02:00
parent 58203941df
commit d9f8da2b9e
4 changed files with 27 additions and 5 deletions

View File

@@ -49,6 +49,7 @@
<field name="standard_price_company_currency" groups="base.group_no_one"/>
<field name="margin_invoice_currency" groups="base.group_no_one"/>
<field name="margin_company_currency" groups="base.group_no_one"/>
<field name="margin_rate" groups="base.group_no_one"/>
</xpath>
</field>
</record>