add translations

This commit is contained in:
Camilo Sarmiento 2020-07-11 10:49:41 -05:00
parent 2bb0b6e99d
commit 4a943522b5
2 changed files with 7 additions and 7 deletions

View File

@ -226,7 +226,7 @@ msgstr "Número"
msgctxt "field:hotel.booking,operations:"
msgid "Operations"
msgstr "Operaciones"
msgstr "Operaciones / Folios"
msgctxt "field:hotel.booking,party:"
msgid "Party"
@ -1300,7 +1300,7 @@ msgstr ""
msgctxt "field:hotel.operation,transfered_operations:"
msgid "Transfered Operations"
msgstr "Operaciones Transferidas"
msgstr "Folios Transferidas"
msgctxt "field:hotel.operation,unit_price:"
msgid "Unit Price"
@ -2414,7 +2414,7 @@ msgstr "Ciudad de Migración"
msgctxt "model:ir.action,name:act_open_booking_operations_form"
msgid "Operations"
msgstr "Operaciones"
msgstr "Operaciones / Folios"
msgctxt "model:ir.action,name:act_open_booking_sales_form"
msgid "Sales"
@ -2756,7 +2756,7 @@ msgstr "Ciudad de Migración"
msgctxt "model:ir.ui.menu,name:menu_hotel_operation"
msgid "Operations"
msgstr "Operaciones"
msgstr "Operaciones / Folios"
msgctxt "model:ir.ui.menu,name:menu_hotel_operation_maintenance"
msgid "Operation Maintenance"
@ -7242,7 +7242,7 @@ msgstr ""
msgctxt "view:hotel.booking:"
msgid "Operations"
msgstr "Operaciones"
msgstr "Operaciones / Folios"
msgctxt "view:hotel.booking:"
msgid "Select Rooms"
@ -7340,7 +7340,7 @@ msgstr "Ventas"
msgctxt "view:hotel.operation:"
msgid "Transfered Operations"
msgstr "Operaciones Transferidas"
msgstr "Folios Transferidas"
msgctxt "view:hotel.operation:"
msgid "Vouchers"

View File

@ -201,7 +201,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="count" eval="True"/>
<field name="act_window" ref="act_operation_tree"/>
</record>
<record model="ir.action.act_window.domain" id="act_operation_form_domain_check_in">
<record model="ir.action.act_window.domain" id="act_operation_form_domain_open">
<field name="name">Open</field>
<field name="sequence" eval="30"/>
<field name="domain" eval="[('state', '=', 'open')]" pyson="1"/>