Feat: Traducciones, Cambio en el Menu
This commit is contained in:
14
report.xml
14
report.xml
@@ -17,7 +17,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
</record>
|
||||
|
||||
<record model="ir.action.act_window" id="act_report_sale_fast_food_product_pizza">
|
||||
<field name="name">Pizza Sold by Product</field>
|
||||
<field name="name">Pizzas Sold by Product</field>
|
||||
<field name="res_model">sale_fast_food.reporting.product</field>
|
||||
<field name="context_model">sale_fast_food.report.context</field>
|
||||
</record>
|
||||
@@ -27,21 +27,15 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="view" ref="report_sale_fast_food_product_pizza_view_list"/>
|
||||
<field name="act_window" ref="act_report_sale_fast_food_product_pizza"/>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
name="Reporting"
|
||||
parent="sale.menu_sale"
|
||||
sequence="999"
|
||||
id="menu_sale_fast_food_reporting"/>
|
||||
<menuitem
|
||||
name="Sale Fast Food Pizza"
|
||||
parent="menu_sale_fast_food_reporting"
|
||||
name="Pizzas Sold by Product"
|
||||
parent="sale.menu_reporting"
|
||||
sequence="10"
|
||||
id="menu_sale_fast_food_pizza"
|
||||
icon="tryton-graph"/>
|
||||
<record model="ir.action.keyword" id="act_report_sale_fast_food_product_pizza_keyword1">
|
||||
<field name="keyword">tree_open</field>
|
||||
<field name="model" ref="menu_sale_fast_food_reporting"/>
|
||||
<field name="model" ref="menu_sale_fast_food_pizza"/>
|
||||
<field name="action" ref="act_report_sale_fast_food_product_pizza"/>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user