Commit 7f76d87 1 parent b8481f6 commit 7f76d87 Copy full SHA for 7f76d87
File tree 1 file changed +2
-6
lines changed
connector_base_product/views
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 4
4
The licence is in the file __openerp__.py
5
5
-->
6
6
<odoo >
7
-
8
7
<!-- This is a product inherited form that will be dynamically populated-->
9
8
<record id =" product_normal_form_view" model =" ir.ui.view" >
10
9
<field name =" name" >product.product.form</field >
14
13
<xpath expr =" /form/sheet/notebook" position =" inside" >
15
14
<!-- change the invisible attribute to 0 when used
16
15
in submodules -->
17
- <page string =" Connectors" name =" connector" invisible =" True" >
18
- </page >
16
+ <page string =" Connectors" name =" connector" invisible =" True" />
19
17
</xpath >
20
18
</field >
21
19
</record >
28
26
<xpath expr =" /form/sheet/notebook" position =" inside" >
29
27
<!-- change the invisible attribute to 0 when used
30
28
in submodules -->
31
- <page string =" Connectors" name =" connector" invisible =" True" >
32
- </page >
29
+ <page string =" Connectors" name =" connector" invisible =" True" />
33
30
</xpath >
34
31
</field >
35
32
</record >
36
-
37
33
</odoo >
You can’t perform that action at this time.
0 commit comments