Skip to content

Commit

Permalink
Merge branch '11.0' into 11-calc-tax-zk
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Aug 28, 2018
2 parents a66ee1e + 91976ec commit 7de6432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_account/views/account_fiscal_position_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<field name="tax_icms_intra_id" attrs="{'invisible': ['|', ('tem_difal', '=', False), ('domain', '=', 'simples')]}" />
</group>
<group>
<field name="incluir_ipi_base" attrs="{'invisible': [('domain', '=', 'icms')]}" />
<field name="incluir_ipi_base" attrs="{'invisible': [('domain', '!=', 'icms')]}" />
<field name="icms_aliquota_credito" attrs="{'invisible': [('domain', '!=', 'icms')]}" />
<field name="reducao_icms" attrs="{'invisible': [('cst_icms', 'not in', ('20', '70', '90'))]}" />
<field name="aliquota_mva" attrs="{'invisible': [('cst_icms', 'not in', ('10', '30', '70', '90')), ('csosn_icms', 'not in', ('201', '202', '203', '900'))]}" />
Expand Down

0 comments on commit 7de6432

Please sign in to comment.