[IMP]pms: refact compute folio sale lines

This commit is contained in:
Darío Lodeiros
2022-04-23 08:59:26 +02:00
parent 491ec36944
commit ceb2f4ef9d
3 changed files with 232 additions and 150 deletions

View File

@@ -488,14 +488,9 @@
<field
name="price_subtotal"
widget="monetary"
groups="account.group_show_line_subtotals_tax_excluded"
optional="hide"
/>
<field
name="price_total"
widget="monetary"
groups="account.group_show_line_subtotals_tax_included"
optional="show"
/>
<field name="price_total" widget="monetary" />
<field name="state" invisible="1" />
<field name="invoice_status" invisible="1" />
<field name="currency_id" invisible="1" />