Browse Source

[FIX] Mostra utilidad solo en los registro que son de tipo productos

Adrielso 7 years ago
parent
commit
c89d64dc2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/product_utility.xml

+ 1 - 1
views/product_utility.xml

@@ -7,7 +7,7 @@
             <field name="inherit_id" ref="product.product_normal_form_view"></field>
             <field name="arch" type="xml">
                 <notebook>
-                    <page string="Utilidad de Compra y Ventas" class="table-bordered notebook-page-utility">
+                    <page string="Utilidad de Compra y Ventas" class="table-bordered notebook-page-utility" attrs="{'invisible': [('type','!=','product')]}" >
                     </page>
                 </notebook>
             </field>