mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-25 15:12:04 +02:00
19.0 vanilla
This commit is contained in:
parent
4607ccbd2e
commit
825ff6514e
487 changed files with 184979 additions and 195262 deletions
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-05-06 20:35+0000\n"
|
||||
"PO-Revision-Date: 2025-05-06 20:35+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -26,7 +26,6 @@ msgid "2 Tempuras, Cabbages, Onions, Sesame Sauce"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.order,name:lunch.order_line_5
|
||||
#: model:lunch.product,name:lunch.product_4formaggi
|
||||
msgid "4 Formaggi"
|
||||
msgstr ""
|
||||
|
|
@ -94,20 +93,6 @@ msgid ""
|
|||
"title=\"Cancel button\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid ""
|
||||
"<span class=\"o_form_label\">Lunch Overdraft</span>\n"
|
||||
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid ""
|
||||
"<span class=\"o_form_label\">Reception notification</span>\n"
|
||||
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:mail.template,body_html:lunch.lunch_order_mail_supplier
|
||||
msgid ""
|
||||
|
|
@ -119,12 +104,12 @@ msgid ""
|
|||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td valign=\"middle\">\n"
|
||||
" <span style=\"font-size: 10px;\">Lunch Order</span><br>\n"
|
||||
" </td><td valign=\"middle\" align=\"right\">\n"
|
||||
" <img t-attf-src=\"/logo.png?company={{ user.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"user.company_id.name\">\n"
|
||||
" <span style=\"font-size: 10px;\">Lunch Order</span><br/>\n"
|
||||
" </td><td valign=\"middle\" align=\"right\" t-if=\"not user.company_id.uses_default_logo\">\n"
|
||||
" <img t-attf-src=\"/logo.png?company={{ user.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"user.company_id.name\"/>\n"
|
||||
" </td></tr>\n"
|
||||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
|
||||
" </td></tr>\n"
|
||||
" </table>\n"
|
||||
" </td>\n"
|
||||
|
|
@ -136,9 +121,9 @@ msgid ""
|
|||
" <tr>\n"
|
||||
" <td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" <div>\n"
|
||||
" <t t-set=\"lines\" t-value=\"ctx.get('lines', [])\"></t>\n"
|
||||
" <t t-set=\"order\" t-value=\"ctx.get('order')\"></t>\n"
|
||||
" <t t-set=\"currency\" t-value=\"user.env['res.currency'].browse(order.get('currency_id'))\"></t>\n"
|
||||
" <t t-set=\"lines\" t-value=\"ctx.get('lines', [])\"/>\n"
|
||||
" <t t-set=\"order\" t-value=\"ctx.get('order', {})\"/>\n"
|
||||
" <t t-set=\"currency\" t-value=\"user.env['res.currency'].browse(order.get('currency_id'))\"/>\n"
|
||||
" <p>\n"
|
||||
" Dear <t t-out=\"order.get('supplier_name', '')\">Laurie Poiret</t>,\n"
|
||||
" </p><p>\n"
|
||||
|
|
@ -146,12 +131,12 @@ msgid ""
|
|||
" </p>\n"
|
||||
"\n"
|
||||
" <t t-if=\"sites\">\n"
|
||||
" <br>\n"
|
||||
" <br/>\n"
|
||||
" <p>Location</p>\n"
|
||||
" <t t-foreach=\"site\" t-as=\"site\">\n"
|
||||
" <p><t t-out=\"site['name'] or ''\"></t> : <t t-out=\"site['address'] or ''\"></t></p>\n"
|
||||
" <p><t t-out=\"site['name'] or ''\"/> : <t t-out=\"site['address'] or ''\"/></p>\n"
|
||||
" </t>\n"
|
||||
" <br>\n"
|
||||
" <br/>\n"
|
||||
" </t>\n"
|
||||
"\n"
|
||||
" <table>\n"
|
||||
|
|
@ -182,12 +167,12 @@ msgid ""
|
|||
" <td style=\"width: 100%; font-size: 13px;\" valign=\"top\" align=\"right\" t-out=\"format_amount(line['price'], currency) or ''\">$ 1.00</td>\n"
|
||||
" </tr>\n"
|
||||
" <tr>\n"
|
||||
" <td></td>\n"
|
||||
" <td></td>\n"
|
||||
" <td></td>\n"
|
||||
" <td></td>\n"
|
||||
" <td/>\n"
|
||||
" <td/>\n"
|
||||
" <td/>\n"
|
||||
" <td/>\n"
|
||||
" <td style=\"width: 100%; font-size: 13px; border-top: 1px solid black;\"><strong>Total</strong></td>\n"
|
||||
" <td style=\"width: 100%; font-size: 13px; border-top: 1px solid black;\" align=\"right\"><strong t-out=\"format_amount(order['amount_total'], currency) or ''\">$ 10.00</strong></td>\n"
|
||||
" <td style=\"width: 100%; font-size: 13px; border-top: 1px solid black;\" align=\"right\"><strong t-out=\"order.get('amount_total') and format_amount(order['amount_total'], currency) or ''\">$ 10.00</strong></td>\n"
|
||||
" </tr>\n"
|
||||
" </tbody>\n"
|
||||
" </table>\n"
|
||||
|
|
@ -198,7 +183,7 @@ msgid ""
|
|||
" </tr>\n"
|
||||
" <tr>\n"
|
||||
" <td style=\"text-align:center;\">\n"
|
||||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
|
||||
" </td>\n"
|
||||
" </tr>\n"
|
||||
" </table>\n"
|
||||
|
|
@ -232,7 +217,7 @@ msgid ""
|
|||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com\" t-attf-style=\"color: {{user.company_id.email_secondary_color or '#875A7B'}};\">Odoo</a>\n"
|
||||
" </td></tr>\n"
|
||||
" </table>\n"
|
||||
"</td></tr>\n"
|
||||
|
|
@ -331,6 +316,12 @@ msgstr ""
|
|||
msgid "Alerts"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Already Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_cashmove__amount
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_cashmove_report__amount
|
||||
|
|
@ -370,6 +361,17 @@ msgstr ""
|
|||
msgid "Availability"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Available Balance"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_order__available_on_date
|
||||
msgid "Available On Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_view_search
|
||||
msgid "Available Today"
|
||||
|
|
@ -396,6 +398,12 @@ msgstr ""
|
|||
msgid "Bacon"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:res.groups,comment:lunch.group_lunch_manager
|
||||
msgid ""
|
||||
"Be able to create new products, cashmoves and to confirm or cancel orders."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:lunch.product,description:lunch.product_bacon
|
||||
#: model_terms:lunch.product,description:lunch.product_bacon_0
|
||||
|
|
@ -409,7 +417,6 @@ msgid "Beef, Cheddar, Salad, Fried Onions, BBQ Sauce"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.order,name:lunch.order_line_1
|
||||
#: model:lunch.product,name:lunch.product_Bolognese
|
||||
msgid "Bolognese Pasta"
|
||||
msgstr ""
|
||||
|
|
@ -450,7 +457,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_supplier.py:0
|
||||
#, python-format
|
||||
msgid "Cannot send an email to this supplier!"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -497,7 +503,6 @@ msgid "Cheese, Ham, Salad, Tomatoes, cucumbers, eggs"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.order,name:lunch.order_line_4
|
||||
#: model:lunch.product,name:lunch.product_chicken_curry
|
||||
msgid "Chicken Curry"
|
||||
msgstr ""
|
||||
|
|
@ -513,6 +518,12 @@ msgstr ""
|
|||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Clear Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.actions.act_window,help:lunch.lunch_order_action_control_suppliers
|
||||
msgid ""
|
||||
|
|
@ -521,6 +532,12 @@ msgid ""
|
|||
" Click on the <span class=\"fa fa-times-circle text-danger\" title=\"Cancel button\"></span> red X to announce that the order isn't available."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.product,name:lunch.product_club
|
||||
#: model:lunch.product,name:lunch.product_club_0
|
||||
|
|
@ -560,7 +577,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/mixins/lunch_renderer_mixin.js:0
|
||||
#, python-format
|
||||
msgid "Configure Your Order"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -665,6 +681,12 @@ msgstr ""
|
|||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Decrease quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__delivery
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__delivery__delivery
|
||||
|
|
@ -689,6 +711,11 @@ msgstr ""
|
|||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_order__display_add_button
|
||||
msgid "Display Add Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_alert__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_cashmove__display_name
|
||||
|
|
@ -699,6 +726,9 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:lunch.field_lunch_product_category__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_topping__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_users__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -712,13 +742,6 @@ msgstr ""
|
|||
msgid "Drinks"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "Edit order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__email
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__send_by__mail
|
||||
|
|
@ -853,18 +876,10 @@ msgid "Friday"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.order,name:lunch.order_line_3
|
||||
#: model:lunch.product,name:lunch.product_gouda
|
||||
msgid "Gouda Cheese"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_report_view_search_2
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:lunch.product,description:lunch.product_club
|
||||
#: model_terms:lunch.product,description:lunch.product_club_0
|
||||
|
|
@ -876,13 +891,6 @@ msgstr ""
|
|||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.module.category,description:lunch.module_lunch_category
|
||||
msgid ""
|
||||
"Helps you handle your lunch needs, if you are a manager you will be able to "
|
||||
"create new products, cashmoves and to confirm or cancel orders."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.actions.act_window,help:lunch.lunch_product_category_action
|
||||
msgid "Here you can access all categories for the lunch products."
|
||||
|
|
@ -910,6 +918,9 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:lunch.field_lunch_product_category__id
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__id
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_topping__id
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:lunch.field_res_users__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -969,6 +980,12 @@ msgstr ""
|
|||
msgid "Image 512"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Increase quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_form
|
||||
msgid "Information, allergens, ..."
|
||||
|
|
@ -999,19 +1016,6 @@ msgstr ""
|
|||
msgid "Last Lunch Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_alert____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_cashmove____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_cashmove_report____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_location____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_order____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_product____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_product_category____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier____last_update
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_topping____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_product__last_order_date
|
||||
msgid "Last Order Date"
|
||||
|
|
@ -1058,8 +1062,8 @@ msgid "Locations"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.module.category,name:lunch.module_lunch_category
|
||||
#: model:ir.ui.menu,name:lunch.menu_lunch
|
||||
#: model:res.groups.privilege,name:lunch.res_groups_privilege_lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid "Lunch"
|
||||
msgstr ""
|
||||
|
|
@ -1079,7 +1083,6 @@ msgstr ""
|
|||
#: code:addons/lunch/models/lunch_cashmove.py:0
|
||||
#: code:addons/lunch/report/lunch_cashmove_report.py:0
|
||||
#: model:ir.model,name:lunch.model_lunch_cashmove
|
||||
#, python-format
|
||||
msgid "Lunch Cashmove"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1119,6 +1122,11 @@ msgstr ""
|
|||
msgid "Lunch Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid "Lunch Overdraft"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model,name:lunch.model_lunch_product
|
||||
msgid "Lunch Product"
|
||||
|
|
@ -1147,7 +1155,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
msgid "Lunch notification"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1177,40 +1184,35 @@ msgid "Lunch: Supplier Order"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_alert_cron_sa_236
|
||||
#: model:ir.actions.server,name:lunch.lunch_alert_cron_sa_230
|
||||
msgid "Lunch: alert chat notification (Alert for Office 3)"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_237
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_231
|
||||
msgid "Lunch: send automatic email to Coin gourmand"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_232
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_226
|
||||
msgid "Lunch: send automatic email to Lunch Supplier"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_238
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_232
|
||||
msgid "Lunch: send automatic email to Pizza Inn"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_240
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_234
|
||||
msgid "Lunch: send automatic email to Sushi Shop"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_239
|
||||
#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_233
|
||||
msgid "Lunch: send automatic email to The Corner"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,help:lunch.field_res_config_settings__currency_id
|
||||
msgid "Main currency of the company."
|
||||
|
|
@ -1368,14 +1370,12 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/views/no_content_helper.xml:0
|
||||
#, python-format
|
||||
msgid "No location found"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "No lunch location available."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1389,11 +1389,6 @@ msgstr ""
|
|||
msgid "No previous order found"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__topping_quantity_1__0_more
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__topping_quantity_2__0_more
|
||||
|
|
@ -1416,6 +1411,12 @@ msgstr ""
|
|||
msgid "Nothing to order today"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Nothing to order, add some meals to begin."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_alert__notification_moment
|
||||
msgid "Notification Moment"
|
||||
|
|
@ -1456,6 +1457,14 @@ msgstr ""
|
|||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
msgid ""
|
||||
"Oh no! You don’t have enough money in your wallet to order your selected "
|
||||
"lunch! Contact your lunch manager to add some money to your wallet."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__topping_quantity_1__1_more
|
||||
#: model:ir.model.fields.selection,name:lunch.selection__lunch_supplier__topping_quantity_2__1_more
|
||||
|
|
@ -1490,7 +1499,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "Order Now"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1506,7 +1514,7 @@ msgstr ""
|
|||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_tree
|
||||
msgid "Order lines Tree"
|
||||
msgid "Order lines List"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
|
|
@ -1521,7 +1529,7 @@ msgstr ""
|
|||
|
||||
#. module: lunch
|
||||
#: model:mail.template,subject:lunch.lunch_order_mail_supplier
|
||||
msgid "Orders for {{ ctx['order']['company_name'] }}"
|
||||
msgid "Orders for {{ ctx.get('order', {}).get('company_name') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
|
|
@ -1535,6 +1543,12 @@ msgstr ""
|
|||
msgid "PM"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "Passed orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.product.category,name:lunch.categ_pasta
|
||||
msgid "Pasta"
|
||||
|
|
@ -1569,7 +1583,6 @@ msgid "Pizza Funghi"
|
|||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:lunch.order,name:lunch.order_line_2
|
||||
#: model:lunch.product,name:lunch.product_italiana
|
||||
msgid "Pizza Italiana"
|
||||
msgstr ""
|
||||
|
|
@ -1588,7 +1601,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/views/no_content_helper.xml:0
|
||||
#, python-format
|
||||
msgid "Please create a location to start ordering."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1642,6 +1654,7 @@ msgstr ""
|
|||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_product__product_image
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.view_lunch_product_kanban
|
||||
msgid "Product Image"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1659,7 +1672,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
msgid "Product is no longer available."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1679,12 +1691,8 @@ msgstr ""
|
|||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_category_view_tree
|
||||
msgid "Products List"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_view_tree
|
||||
msgid "Products Tree"
|
||||
msgid "Products List"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
|
|
@ -1709,6 +1717,11 @@ msgstr ""
|
|||
msgid "Received"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.res_config_settings_view_form
|
||||
msgid "Reception notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_alert__recipients
|
||||
msgid "Recipients"
|
||||
|
|
@ -1755,11 +1768,6 @@ msgstr ""
|
|||
msgid "Saturday"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_form
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_alert_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_search
|
||||
|
|
@ -1907,7 +1915,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_product.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The following product categories are archived. You should either unarchive the categories or change the category of the product.\n"
|
||||
"%s"
|
||||
|
|
@ -1916,7 +1923,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_product.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The following suppliers are archived. You should either unarchive the suppliers or change the supplier of the product.\n"
|
||||
"%s"
|
||||
|
|
@ -1935,14 +1941,12 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_supplier.py:0
|
||||
#, python-format
|
||||
msgid "The orders have been confirmed!"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_supplier.py:0
|
||||
#, python-format
|
||||
msgid "The orders have been sent!"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1956,8 +1960,13 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
msgid ""
|
||||
"The vendor related to this order is not available at the selected date."
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
msgid "The vendor related to this order is not available today."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2006,6 +2015,12 @@ msgstr ""
|
|||
msgid "To Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
msgid "To Pay"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_payment_dialog
|
||||
msgid "To add some money to your wallet, please contact your lunch manager."
|
||||
|
|
@ -2087,7 +2102,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_report_view_tree_2
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_tree
|
||||
#, python-format
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2163,6 +2177,14 @@ msgstr ""
|
|||
msgid "Vendors"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_location_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_category_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_product_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_supplier_view_form
|
||||
msgid "Visible to all"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_alert__wed
|
||||
#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__wed
|
||||
|
|
@ -2177,7 +2199,6 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/controllers/main.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You are trying to impersonate another user, but this can only be done by a "
|
||||
"lunch manager"
|
||||
|
|
@ -2186,42 +2207,35 @@ msgstr ""
|
|||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
msgid "You have to order one and only one %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
msgid "You should order at least one %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "Your Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "Your Cart ("
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_alert.py:0
|
||||
msgid "Your Lunch Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-javascript
|
||||
#: code:addons/lunch/static/src/components/lunch_dashboard.xml:0
|
||||
#, python-format
|
||||
msgid "Your Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
#. odoo-python
|
||||
#: code:addons/lunch/models/lunch_order.py:0
|
||||
#, python-format
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_order_view_form
|
||||
msgid ""
|
||||
"Your wallet does not contain enough money to order that. To add some money "
|
||||
"to your wallet, please contact your lunch manager."
|
||||
|
|
@ -2252,7 +2266,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_report_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_report_view_tree_2
|
||||
#: model_terms:ir.ui.view,arch_db:lunch.lunch_cashmove_view_tree
|
||||
msgid "cashmove tree"
|
||||
msgid "cashmove list"
|
||||
msgstr ""
|
||||
|
||||
#. module: lunch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue