Skip to content

Commit 7f76d87

Browse files
committed
[IMP] connector_base_product: pre-commit auto fixes
1 parent b8481f6 commit 7f76d87

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

connector_base_product/views/product_view.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
The licence is in the file __openerp__.py
55
-->
66
<odoo>
7-
87
<!--This is a product inherited form that will be dynamically populated-->
98
<record id="product_normal_form_view" model="ir.ui.view">
109
<field name="name">product.product.form</field>
@@ -14,8 +13,7 @@
1413
<xpath expr="/form/sheet/notebook" position="inside">
1514
<!-- change the invisible attribute to 0 when used
1615
in submodules -->
17-
<page string="Connectors" name="connector" invisible="True">
18-
</page>
16+
<page string="Connectors" name="connector" invisible="True" />
1917
</xpath>
2018
</field>
2119
</record>
@@ -28,10 +26,8 @@
2826
<xpath expr="/form/sheet/notebook" position="inside">
2927
<!-- change the invisible attribute to 0 when used
3028
in submodules -->
31-
<page string="Connectors" name="connector" invisible="True">
32-
</page>
29+
<page string="Connectors" name="connector" invisible="True" />
3330
</xpath>
3431
</field>
3532
</record>
36-
3733
</odoo>

0 commit comments

Comments
 (0)