Skip to content

Commit f14a3cc

Browse files
committed
[12.0][UPD] z_migration
1 parent dab80f1 commit f14a3cc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

z_migration/__manifest__.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
],
1414
'data': [
1515
'views/agreement_views.xml',
16+
'views/product_attribute_views.xml',
1617
],
1718
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<odoo>
2+
<!-- Action -->
3+
<record id="product_template_attribute_line_action" model="ir.actions.act_window">
4+
<field name="name">Variants</field>
5+
<field name="res_model">product.template.attribute.line</field>
6+
<field name="view_type">form</field>
7+
<field name="view_mode">tree,form</field>
8+
</record>
9+
10+
<!-- Menu -->
11+
<menuitem
12+
name="Variants"
13+
id="product_template_attribute_line_menu"
14+
parent="agreement_legal.agreement_masterdata"
15+
sequence="105"
16+
action="product_template_attribute_line_action"/>
17+
</odoo>

0 commit comments

Comments
 (0)