我想将“产品”直接添加到顶部菜单中(无需点击库存 - >产品)
我试过这个:
<menuitem name= "Articles" id="product.menu_products_top_menu" action="product.product_normal_action_sell" sequence="4"/>
但是“product.product_normal_action_sell”将我发送到“产品变体”页面,这不是我想要的......
在哪里找到行动名称?
答案 0 :(得分:0)
我们可以通过转到此页面找到特定页面的操作名称。在调试模式 - &gt;编辑动作。
在顶部我们有“外部ID”(对应于操作名称)在我的情况下:“product.product_template_action_product”