Skip to content

Commit

Permalink
[IMP] Remove invisible attributes from product taxes
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Nov 22, 2018
1 parent 6d78f2f commit 7b95f11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions br_account/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="account.product_template_form_view"/>
<field name="arch" type="xml">
<field name="taxes_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<field name="supplier_taxes_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<group name="accounting" position="inside">
<group>
<field name="fiscal_category_id" />
Expand Down
1 change: 0 additions & 1 deletion br_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'data': [
'views/purchase_view.xml',
'views/account_invoice.xml',
'views/product.xml',
],
'installable': True,
'auto_install': True
Expand Down
15 changes: 0 additions & 15 deletions br_purchase/views/product.xml

This file was deleted.

0 comments on commit 7b95f11

Please sign in to comment.