Feat: Traducciones, Cambio en el Menu
This commit is contained in:
parent
c34f782480
commit
ec834ff7d9
26
locale/es.po
26
locale/es.po
@ -58,6 +58,30 @@ msgctxt "field:sale.print_cash_register.start,shop:"
|
|||||||
msgid "Shop"
|
msgid "Shop"
|
||||||
msgstr "Tienda"
|
msgstr "Tienda"
|
||||||
|
|
||||||
|
msgctxt "field:sale_fast_food.report.context,from_date:"
|
||||||
|
msgid "From Date"
|
||||||
|
msgstr "Desde la Fecha"
|
||||||
|
|
||||||
|
msgctxt "field:sale_fast_food.report.context,to_date:"
|
||||||
|
msgid "To Date"
|
||||||
|
msgstr "Hasta la Fecha"
|
||||||
|
|
||||||
|
msgctxt "model:ir.action,name:act_report_sale_fast_food_product_pizza"
|
||||||
|
msgid "Pizzas Sold by Product"
|
||||||
|
msgstr "Pizzas Vendidas Por Producto"
|
||||||
|
|
||||||
|
msgctxt "model:ir.ui.menu,name:menu_sale_fast_food_pizza"
|
||||||
|
msgid "Pizzas Sold by Product"
|
||||||
|
msgstr "Pizzas Vendidas Por Producto"
|
||||||
|
|
||||||
|
msgctxt "field:sale_fast_food.reporting.product,product_pizza:"
|
||||||
|
msgid "Product"
|
||||||
|
msgstr "Pizza"
|
||||||
|
|
||||||
|
msgctxt "field:sale_fast_food.reporting.product,quantity:"
|
||||||
|
msgid "Quantity"
|
||||||
|
msgstr "Cantidad"
|
||||||
|
|
||||||
msgctxt "wizard_button:sale.print_cash_register,start,end:"
|
msgctxt "wizard_button:sale.print_cash_register,start,end:"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Cancelar"
|
msgstr "Cancelar"
|
||||||
@ -68,4 +92,4 @@ msgstr "Imprimir"
|
|||||||
|
|
||||||
msgctxt "model:ir.action,name:wizard_print_cash_register"
|
msgctxt "model:ir.action,name:wizard_print_cash_register"
|
||||||
msgid "Print cash register"
|
msgid "Print cash register"
|
||||||
msgstr "Imprimir arqueo de caja"
|
msgstr "Imprimir arqueo de caja"
|
||||||
|
14
report.xml
14
report.xml
@ -17,7 +17,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record model="ir.action.act_window" id="act_report_sale_fast_food_product_pizza">
|
<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="res_model">sale_fast_food.reporting.product</field>
|
||||||
<field name="context_model">sale_fast_food.report.context</field>
|
<field name="context_model">sale_fast_food.report.context</field>
|
||||||
</record>
|
</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="view" ref="report_sale_fast_food_product_pizza_view_list"/>
|
||||||
<field name="act_window" ref="act_report_sale_fast_food_product_pizza"/>
|
<field name="act_window" ref="act_report_sale_fast_food_product_pizza"/>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<menuitem
|
|
||||||
name="Reporting"
|
|
||||||
parent="sale.menu_sale"
|
|
||||||
sequence="999"
|
|
||||||
id="menu_sale_fast_food_reporting"/>
|
|
||||||
<menuitem
|
<menuitem
|
||||||
name="Sale Fast Food Pizza"
|
name="Pizzas Sold by Product"
|
||||||
parent="menu_sale_fast_food_reporting"
|
parent="sale.menu_reporting"
|
||||||
sequence="10"
|
sequence="10"
|
||||||
id="menu_sale_fast_food_pizza"
|
id="menu_sale_fast_food_pizza"
|
||||||
icon="tryton-graph"/>
|
icon="tryton-graph"/>
|
||||||
<record model="ir.action.keyword" id="act_report_sale_fast_food_product_pizza_keyword1">
|
<record model="ir.action.keyword" id="act_report_sale_fast_food_product_pizza_keyword1">
|
||||||
<field name="keyword">tree_open</field>
|
<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"/>
|
<field name="action" ref="act_report_sale_fast_food_product_pizza"/>
|
||||||
</record>
|
</record>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user