mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update product_variant_pro
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App product browse by category navigator",
|
'name': "App product browse by category navigator",
|
||||||
'version': '13.20.03.28',
|
'version': '13.20.03.30',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -28,15 +28,16 @@
|
|||||||
</search>
|
</search>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
<record id="variants_action" model="ir.actions.act_window">
|
<!--以下功能放到 app_product_variant_pro -->
|
||||||
<field name="name">Attribute Values</field>
|
<!--<record id="variants_action" model="ir.actions.act_window">-->
|
||||||
<field name="type">ir.actions.act_window</field>
|
<!--<field name="name">Attribute Values</field>-->
|
||||||
<field name="res_model">product.attribute.value</field>
|
<!--<field name="type">ir.actions.act_window</field>-->
|
||||||
<field name="view_mode">tree</field>
|
<!--<field name="res_model">product.attribute.value</field>-->
|
||||||
</record>
|
<!--<field name="view_mode">tree</field>-->
|
||||||
|
<!--</record>-->
|
||||||
|
|
||||||
<menuitem
|
<!--<menuitem-->
|
||||||
action="variants_action" id="menu_variants_action"
|
<!--action="variants_action" id="menu_variants_action"-->
|
||||||
parent="stock.menu_product_in_config_stock" sequence="5" groups="product.group_product_variant"/>
|
<!--parent="stock.menu_product_in_config_stock" sequence="5" groups="product.group_product_variant"/>-->
|
||||||
</data>
|
</data>
|
||||||
</odoo>
|
</odoo>
|
||||||
Reference in New Issue
Block a user