diff --git a/.tx/config b/.tx/config index 5aadc3fb21daf88323bff25ecc8988f0b97bbe43..2a2ba824dda9ceb5fdf24b1c29e49282465063ab 100644 --- a/.tx/config +++ b/.tx/config @@ -191,9 +191,12 @@ minimum_perc = 0 resource_name = barcodes_gs1_nomenclature [o:odoo:p:odoo-16:r:base] -file_filter = odoo/addons/base/i18n/<lang>.po -source_file = odoo/addons/base/i18n/base.pot -source_lang = en +file_filter = odoo/addons/base/i18n/<lang>.po +source_file = odoo/addons/base/i18n/base.pot +source_lang = en +type = PO +minimum_perc = 0 +resource_name = base [o:odoo:p:odoo-16:r:base_address_extended] file_filter = addons/base_address_extended/i18n/<lang>.po diff --git a/addons/account/i18n/account.pot b/addons/account/i18n/account.pot index 19c9152b97ed39b0be79063d71845e4b8d7d841c..bdd0ad4bf3b44ae454531a1822ddeef3a9f02916 100644 --- a/addons/account/i18n/account.pot +++ b/addons/account/i18n/account.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -185,6 +185,14 @@ msgstr "" msgid "%s.copy" msgstr "" +#. module: account +#. odoo-python +#: code:addons/account/models/account_move_line.py:0 +#: code:addons/account/models/account_move_line.py:0 +#, python-format +msgid "(Discount)" +msgstr "" + #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 @@ -340,7 +348,7 @@ msgid "" " <t t-else=\"\">\n" " <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Here is your\n" " <t t-if=\"object.name\">\n" " credit note <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">RINV/2021/05/0001</span>\n" @@ -353,11 +361,11 @@ msgid "" " </t>\n" " amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n" " from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" " <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.invoice_user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.invoice_user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>\n" @@ -376,7 +384,7 @@ msgid "" " <t t-else=\"\">\n" " <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Here is your\n" " <t t-if=\"object.name\">\n" " invoice <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">INV/2021/05/0005</span>\n" @@ -395,15 +403,15 @@ msgid "" " <t t-else=\"\">\n" " Please remit payment at your earliest convenience.\n" " <t t-if=\"object.payment_reference\">\n" -" <br/><br/>\n" +" <br><br>\n" " Please use the following communication for your payment: <span style=\"font-weight:bold;\" t-out=\"object.payment_reference or ''\">INV/2021/05/0005</span>.\n" " </t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" " <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.invoice_user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.invoice_user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>\n" @@ -415,17 +423,17 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Dear <t t-out=\"object.partner_id.name or ''\">Azure Interior</t><br/><br/>\n" +" Dear <t t-out=\"object.partner_id.name or ''\">Azure Interior</t><br><br>\n" " Thank you for your payment.\n" " Here is your payment receipt <span style=\"font-weight:bold;\" t-out=\"(object.name or '').replace('/','-') or ''\">BNK1-2021-05-0002</span> amounting\n" " to <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</span> from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" -" <br/><br/>\n" +" <br><br>\n" " Best regards,\n" " <t t-if=\"not is_html_empty(user.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>\n" @@ -802,11 +810,6 @@ msgstr "" msgid "<span role=\"separator\">View</span>" msgstr "" -#. module: account -#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view -msgid "<span title=\"Balance in General Ledger\">Balance in GL</span>" -msgstr "" - #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "<span title=\"Latest Statement\">Latest Statement</span>" @@ -932,6 +935,11 @@ msgstr "" msgid "<span>Reporting</span>" msgstr "" +#. module: account +#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view +msgid "<span>Running Balance</span>" +msgstr "" + #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "<span>Tax 0%</span>" @@ -2409,6 +2417,12 @@ msgstr "" msgid "Analytic Distribution Models" msgstr "" +#. module: account +#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_distribution_search +#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_distribution_search +msgid "Analytic Distribution Search" +msgstr "" + #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_analytic msgid "Analytic Filter" @@ -10469,11 +10483,13 @@ msgstr "" #: code:addons/account/models/chart_template.py:0 #, python-format msgid "" -"Please check the fiscal country of company %s. (Settings > Accounting > Fiscal Country)" -"Taxes can only be updated if they are in the company's fiscal country (%s) or the localization's country (%s)." +"Please check the fiscal country of company %s. (Settings > Accounting > " +"Fiscal Country)Taxes can only be updated if they are in the company's fiscal" +" country (%s) or the localization's country (%s)." msgstr "" #. module: account +#. odoo-python #: code:addons/account/models/chart_template.py:0 #, python-format msgid "" diff --git a/addons/account_edi_ubl_cii/i18n/account_edi_ubl_cii.pot b/addons/account_edi_ubl_cii/i18n/account_edi_ubl_cii.pot index 1aad3c3e00acfb5d8c80298297f94d405d1c2bf4..dca6744bebdfbca6efcf0cf72c0cc4efdbde0aed 100644 --- a/addons/account_edi_ubl_cii/i18n/account_edi_ubl_cii.pot +++ b/addons/account_edi_ubl_cii/i18n/account_edi_ubl_cii.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -40,20 +40,21 @@ msgid "" "<strong>Format used to import the invoice: %s</strong> <p><li> %s </li></p>" msgstr "" -#. module: account_edi_ubl_cii -#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_a_nz -msgid "A-NZ BIS Billing 3.0" -msgstr "" - #. module: account_edi_ubl_cii #. odoo-python #: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0 -#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0 #, python-format msgid "A payment of %s was detected." msgstr "" #. module: account_edi_ubl_cii +#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_a_nz +msgid "A-NZ BIS Billing 3.0" +msgstr "" + +#. module: account_edi_ubl_cii +#. odoo-python +#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0 #: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0 #, python-format msgid "Articles 226 items 11 to 15 Directive 2006/112/EN" diff --git a/addons/analytic/i18n/analytic.pot b/addons/analytic/i18n/analytic.pot index eb9af800940e1faf7bdc06e8cec9963f599cb2fb..63edce0ea8c60ba5503ee042e6df211d009bcc24 100644 --- a/addons/analytic/i18n/analytic.pot +++ b/addons/analytic/i18n/analytic.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:52+0000\n" -"PO-Revision-Date: 2023-04-14 05:52+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -54,13 +54,6 @@ msgstr "" msgid "Active" msgstr "" -#. module: analytic -#. odoo-javascript -#: code:addons/analytic/static/src/components/analytic_distribution/analytic_distribution.xml:0 -#, python-format -msgid "Add a line" -msgstr "" - #. module: analytic #: model_terms:ir.actions.act_window,help:analytic.action_account_analytic_account_form #: model_terms:ir.actions.act_window,help:analytic.action_analytic_account_form @@ -430,13 +423,6 @@ msgstr "" msgid "Domain" msgstr "" -#. module: analytic -#. odoo-javascript -#: code:addons/analytic/static/src/components/analytic_distribution/analytic_distribution.js:0 -#, python-format -msgid "Editing" -msgstr "" - #. module: analytic #: model:ir.model.fields,field_description:analytic.field_account_analytic_account__message_follower_ids msgid "Followers" @@ -714,6 +700,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: analytic +#. odoo-javascript +#: code:addons/analytic/static/src/components/analytic_distribution/analytic_distribution.js:0 +#, python-format +msgid "Quick search: %s" +msgstr "" + #. module: analytic #: model:ir.model.fields,field_description:analytic.field_account_analytic_account__code msgid "Reference" @@ -749,6 +742,20 @@ msgstr "" msgid "Search Analytic Lines" msgstr "" +#. module: analytic +#. odoo-javascript +#: code:addons/analytic/static/src/components/analytic_distribution/analytic_distribution.js:0 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: analytic +#. odoo-javascript +#: code:addons/analytic/static/src/components/analytic_distribution/analytic_distribution.js:0 +#, python-format +msgid "Search: Analytic Account" +msgstr "" + #. module: analytic #: model:ir.model.fields,help:analytic.field_account_analytic_distribution_model__company_id msgid "" diff --git a/addons/auth_signup/i18n/auth_signup.pot b/addons/auth_signup/i18n/auth_signup.pot index 14e4d751fa887d8b90715d6b5ea4957ae9b0cadc..d082abca680d70ab824d98dba05df8dbcb3ec26a 100644 --- a/addons/auth_signup/i18n/auth_signup.pot +++ b/addons/auth_signup/i18n/auth_signup.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:24+0000\n" -"PO-Revision-Date: 2022-10-04 09:24+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -39,15 +39,15 @@ msgid "" " <tr>\n" " <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" -" <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"/>\n" +" <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n" " <td style=\"text-align : left\">\n" " <span style=\"font-size: 20px; font-weight: bold;\">\n" " Pending Invitations\n" -" </span><br/><br/>\n" +" </span><br><br>\n" " </td>\n" " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br/> <br/>\n" +" Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n" " You added the following user(s) to your database but they haven't registered yet:\n" " <ul>\n" " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n" @@ -55,13 +55,13 @@ msgid "" " </t>\n" " </ul>\n" " Follow up with them so they can access your database and start working with you.\n" -" <br/><br/>\n" -" Have a nice day!<br/>\n" -" --<br/>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n" +" <br><br>\n" +" Have a nice day!<br>\n" +" --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -84,15 +84,15 @@ 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;\">Welcome to Odoo</span><br/>\n" +" <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\">\n" " <t t-out=\"object.name or ''\">Marc Demo</t>\n" " </span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.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" @@ -103,26 +103,26 @@ msgid "" " <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=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n" +" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n" " You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Odoo.\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n" " Accept invitation\n" " </a>\n" " </div>\n" -" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"/>\n" -" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br/>\n" -" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br/><br/>\n" +" <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n" +" Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n" +" Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n" " Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n" -" <br/><br/>\n" +" <br><br>\n" " Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> to discover the tool.\n" -" <br/><br/>\n" -" Enjoy Odoo!<br/>\n" -" --<br/>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n" +" <br><br>\n" +" Enjoy Odoo!<br>\n" +" --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -171,15 +171,15 @@ 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;\">Your Account</span><br/>\n" +" <span style=\"font-size: 10px;\">Your Account</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\">\n" " <t t-out=\"object.name or ''\">Marc Demo</t>\n" " </span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.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" @@ -190,24 +190,24 @@ msgid "" " <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=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n" +" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n" " A password reset was requested for the Odoo account linked to this email.\n" -" You may change your password by following this link which will remain valid during 24 hours:<br/>\n" +" You may change your password by following this link which will remain valid during 24 hours:<br>\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n" " Change password\n" " </a>\n" " </div>\n" -" If you do not expect this, you can safely ignore this email.<br/><br/>\n" +" If you do not expect this, you can safely ignore this email.<br><br>\n" " Thanks,\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -258,15 +258,15 @@ 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;\">Your Account</span><br/>\n" +" <span style=\"font-size: 10px;\">Your Account</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\">\n" " <t t-out=\"object.name or ''\">Marc Demo</t>\n" " </span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.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" @@ -277,24 +277,24 @@ msgid "" " <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=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n" -" Your account has been successfully created!<br/>\n" -" Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br/>\n" +" Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n" +" Your account has been successfully created!<br>\n" +" Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n" " To gain access to your account, you can use the following link:\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n" " Go to My Account\n" " </a>\n" " </div>\n" -" Thanks,<br/>\n" +" Thanks,<br>\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -340,12 +340,14 @@ msgid "Already have an account?" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Another user is already registered using this email address." msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Authentication Failed." @@ -357,6 +359,7 @@ msgid "Back to Login" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "Cannot send email: user %s has no email address." @@ -388,12 +391,14 @@ msgid "Contact" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Could not create a new account." msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Could not reset your password" @@ -431,6 +436,7 @@ msgid "HTTP Routing" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Invalid signup token" @@ -447,12 +453,14 @@ msgid "Never Connected" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "No account found for this login" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "No login provided." @@ -479,12 +487,14 @@ msgid "Password reset" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Password reset instructions sent to your email" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "Passwords do not match; please retype them." @@ -594,36 +604,42 @@ msgid "Signup URL" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "Signup is not allowed for uninvited users" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_partner.py:0 #, python-format msgid "Signup token '%s' is no longer valid" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_partner.py:0 #, python-format msgid "Signup token '%s' is not valid" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "Signup: invalid template user" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "Signup: no login given for new user" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "Signup: no name or partner given for new user" @@ -640,6 +656,7 @@ msgid "Template user for new users created through signup" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/controllers/main.py:0 #, python-format msgid "The form was not properly filled in." @@ -661,7 +678,6 @@ msgstr "" #. module: auth_signup #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder -#: model:ir.cron,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder msgid "Users: Notify About Unregistered Users" msgstr "" @@ -671,6 +687,7 @@ msgid "Welcome to {{ object.company_id.name }}!" msgstr "" #. module: auth_signup +#. odoo-python #: code:addons/auth_signup/models/res_users.py:0 #, python-format msgid "You cannot perform this action on an archived user." diff --git a/addons/auth_totp_mail/i18n/auth_totp_mail.pot b/addons/auth_totp_mail/i18n/auth_totp_mail.pot index 46c85a76bee7c82f7abc191d5caad0f2fd122994..62d3d0cf7fd7f19047c3b877f78ff5c07a4782d4 100644 --- a/addons/auth_totp_mail/i18n/auth_totp_mail.pot +++ b/addons/auth_totp_mail/i18n/auth_totp_mail.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:24+0000\n" -"PO-Revision-Date: 2022-10-04 09:24+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -20,8 +20,8 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Dear <t t-out=\"object.partner_id.name or ''\"/><br/><br/>\n" -" <t t-out=\"user.name or ''\"/> requested you activate two-factor authentication to protect your account.<br/><br/>\n" +" Dear <t t-out=\"object.partner_id.name or ''\"></t><br><br>\n" +" <t t-out=\"user.name or ''\"></t> requested you activate two-factor authentication to protect your account.<br><br>\n" " Two-factor Authentication (\"2FA\") is a system of double authentication.\n" " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n" " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.\n" @@ -37,6 +37,7 @@ msgid "" msgstr "" #. module: auth_totp_mail +#. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 #, python-format msgid "Account Security" @@ -48,6 +49,7 @@ msgid "Invitation to activate two-factor authentication on your Odoo account" msgstr "" #. module: auth_totp_mail +#. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 #, python-format msgid "" diff --git a/addons/auth_totp_mail_enforce/i18n/auth_totp_mail_enforce.pot b/addons/auth_totp_mail_enforce/i18n/auth_totp_mail_enforce.pot index 924eb648e1bcb977d24e3c8d91a064d725e9d67a..4c6c4d141148ecdf5c4a1dd5f4ea8803e3539f3f 100755 --- a/addons/auth_totp_mail_enforce/i18n/auth_totp_mail_enforce.pot +++ b/addons/auth_totp_mail_enforce/i18n/auth_totp_mail_enforce.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:24+0000\n" -"PO-Revision-Date: 2022-10-04 09:24+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -26,23 +26,23 @@ msgstr "" #: model:mail.template,body_html:auth_totp_mail_enforce.mail_template_totp_mail_code msgid "" "<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Dear <t t-out=\"object.partner_id.name or ''\"/><br/><br/>\n" +" Dear <t t-out=\"object.partner_id.name or ''\"></t><br><br>\n" " <p>Someone is trying to log in into your account with a new device.</p>\n" " <ul>\n" " <t t-set=\"not_available\">N/A</t>\n" -" <li>Location: <t t-out=\"ctx.get('location') or not_available\"/></li>\n" -" <li>Device: <t t-out=\"ctx.get('device') or not_available\"/></li>\n" -" <li>Browser: <t t-out=\"ctx.get('browser') or not_available\"/></li>\n" -" <li>IP address: <t t-out=\"ctx.get('ip') or not_available\"/></li>\n" +" <li>Location: <t t-out=\"ctx.get('location') or not_available\"></t></li>\n" +" <li>Device: <t t-out=\"ctx.get('device') or not_available\"></t></li>\n" +" <li>Browser: <t t-out=\"ctx.get('browser') or not_available\"></t></li>\n" +" <li>IP address: <t t-out=\"ctx.get('ip') or not_available\"></t></li>\n" " </ul>\n" " <p>If this is you, please enter the following code to complete the login:</p>\n" -" <t t-set=\"code_expiration\" t-value=\"object._get_totp_mail_code()\"/>\n" -" <t t-set=\"code\" t-value=\"code_expiration[0]\"/>\n" -" <t t-set=\"expiration\" t-value=\"code_expiration[1]\"/>\n" +" <t t-set=\"code_expiration\" t-value=\"object._get_totp_mail_code()\"></t>\n" +" <t t-set=\"code\" t-value=\"code_expiration[0]\"></t>\n" +" <t t-set=\"expiration\" t-value=\"code_expiration[1]\"></t>\n" " <div style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n" -" <span t-out=\"code\" style=\"background-color:#faf9fa; border: 1px solid #dad8de; padding: 8px 16px 8px 16px; font-size: 24px; color: #875A7B; border-radius: 5px;\"/>\n" +" <span t-out=\"code\" style=\"background-color:#faf9fa; border: 1px solid #dad8de; padding: 8px 16px 8px 16px; font-size: 24px; color: #875A7B; border-radius: 5px;\"></span>\n" " </div>\n" -" <small>Please note that this code expires in <t t-out=\"expiration\"/>.</small>\n" +" <small>Please note that this code expires in <t t-out=\"expiration\"></t>.</small>\n" "\n" " <p style=\"margin: 16px 0px 16px 0px;\">\n" " If you did NOT initiate this log-in,\n" @@ -75,6 +75,7 @@ msgid "All users" msgstr "" #. module: auth_totp_mail_enforce +#. odoo-python #: code:addons/auth_totp_mail_enforce/models/res_users.py:0 #, python-format msgid "Cannot send email: user %s has no email address." @@ -195,6 +196,7 @@ msgid "User" msgstr "" #. module: auth_totp_mail_enforce +#. odoo-python #: code:addons/auth_totp_mail_enforce/models/res_users.py:0 #, python-format msgid "Verification failed, please double-check the 6-digit code" @@ -208,12 +210,14 @@ msgid "" msgstr "" #. module: auth_totp_mail_enforce +#. odoo-python #: code:addons/auth_totp_mail_enforce/models/res_users.py:0 #, python-format msgid "You reached the limit of authentication mails sent for your account" msgstr "" #. module: auth_totp_mail_enforce +#. odoo-python #: code:addons/auth_totp_mail_enforce/models/res_users.py:0 #, python-format msgid "You reached the limit of code verifications for your account" diff --git a/addons/base_install_request/i18n/base_install_request.pot b/addons/base_install_request/i18n/base_install_request.pot index e28c811f402f1ad3876422f700b4dc8620f94e85..b0ea5fef6b2c37b6777f51c6e43883dd7b83bee3 100644 --- a/addons/base_install_request/i18n/base_install_request.pot +++ b/addons/base_install_request/i18n/base_install_request.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-27 15:12+0000\n" -"PO-Revision-Date: 2022-09-27 15:12+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -21,27 +21,28 @@ msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" " Hello,\n" -" <br/><br/>\n" -" <span style=\"font-weight: bold;\" t-out=\"object.user_id.name\"/> has requested to activate the <span style=\"font-weight: bold;\" t-out=\"object.module_id.shortdesc\"/> module. This module is included in your subscription. It has <span style=\"color: #875A7B; font-weight: bold;\">no extra cost</span>, but an administrator role is required to activate it.\n" -" <br/><br/>\n" +" <br><br>\n" +" <span style=\"font-weight: bold;\" t-out=\"object.user_id.name\"></span> has requested to activate the <span style=\"font-weight: bold;\" t-out=\"object.module_id.shortdesc\"></span> module. This module is included in your subscription. It has <span style=\"color: #875A7B; font-weight: bold;\">no extra cost</span>, but an administrator role is required to activate it.\n" +" <br><br>\n" " <blockquote>\n" -" <t t-out=\"object.body_html\"/>\n" +" <t t-out=\"object.body_html\"></t>\n" " </blockquote>\n" -" <br/><br/>\n" +" <br><br>\n" " <a style=\"background-color:#875A7B; padding:8px 16px 8px 16px; text-decoration:none; color:#fff; border-radius:5px\" t-attf-href=\"/web?#action=base_install_request.action_base_module_install_review&active_id={{ object.module_id.id }}&menu_id={{ ctx['menu_id'] }}\">Review Request</a>\n" -" <br/><br/>\n" +" <br><br>\n" " Thanks,\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " </p>\n" "</div>\n" " " msgstr "" #. module: base_install_request +#. odoo-python #: code:addons/base_install_request/models/ir_module_module.py:0 #, python-format msgid "Activation Request of \"%s\"" @@ -148,6 +149,7 @@ msgid "No extra cost, this application is free." msgstr "" #. module: base_install_request +#. odoo-python #: code:addons/base_install_request/wizard/base_module_install_request.py:0 #, python-format msgid "No module selected." @@ -175,6 +177,7 @@ msgid "The following apps will be installed:" msgstr "" #. module: base_install_request +#. odoo-python #: code:addons/base_install_request/wizard/base_module_install_request.py:0 #, python-format msgid "The module is already installed." @@ -203,6 +206,7 @@ msgid "You are about to install an extra application" msgstr "" #. module: base_install_request +#. odoo-python #: code:addons/base_install_request/wizard/base_module_install_request.py:0 #, python-format msgid "Your request has been successfully sent" diff --git a/addons/calendar/i18n/calendar.pot b/addons/calendar/i18n/calendar.pot index 2aa57081c14658157fddd20a9f55bdbccfeea96a..58dddcbcd31b41fb11f5f63816ea89df427e030e 100644 --- a/addons/calendar/i18n/calendar.pot +++ b/addons/calendar/i18n/calendar.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -56,15 +56,15 @@ msgstr "" msgid "" "<div>\n" "\n" -" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"/>\n" -" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"/>\n" -" <t t-set=\"customer\" t-value=\"object.event_id.find_partner_customer()\"/>\n" -" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"/>\n" -" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"/>\n" -" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"/>\n" +" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n" +" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"></t>\n" +" <t t-set=\"customer\" t-value=\"object.event_id.find_partner_customer()\"></t>\n" +" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"></t>\n" +" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n" +" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n" "\n" " <p>\n" -" Hello <t t-out=\"object.common_name or ''\">Ready Mat</t>,<br/><br/>\n" +" Hello <t t-out=\"object.common_name or ''\">Ready Mat</t>,<br><br>\n" " <t t-if=\"is_online and target_responsible\">\n" " <t t-if=\"customer\">\n" " The date of your appointment with <t t-out=\"customer.name or ''\">Jesse Brown</t> has been updated.\n" @@ -77,7 +77,7 @@ msgid "" " </t>\n" " <t t-elif=\"is_online and target_customer\">\n" " The date of your appointment with <t t-out=\"object.event_id.user_id.partner_id.name or ''\">Colleen Diaz</t> has been updated.\n" -" The appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\"/> is now scheduled for\n" +" The appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\"></strong> is now scheduled for\n" " <t t-out=\"object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''\">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>.\n" " </t>\n" " <t t-else=\"\">\n" @@ -97,18 +97,18 @@ msgid "" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n" " <td width=\"130px;\" style=\"min-width: 130px;\">\n" " <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format="EEEE", lang_code=object.env.lang) or ""\">Tuesday</t>\n" +" <t t-out='format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format=\"EEEE\", lang_code=object.env.lang) or \"\"'>Tuesday</t>\n" " </div>\n" " <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n" " <t t-out=\"str(object.event_id.start.day) or ''\">4</t>\n" " </div>\n" " <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format="MMMM y", lang_code=object.env.lang) or ""\">May 2021</t>\n" +" <t t-out='format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format=\"MMMM y\", lang_code=object.env.lang) or \"\"'>May 2021</t>\n" " </div>\n" " <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n" " <t t-if=\"not object.event_id.allday\">\n" " <div>\n" -" <t t-out=\"format_time(time=object.event_id.start, tz=object.mail_tz, time_format="short", lang_code=object.env.lang) or ""\">11:00 AM</t>\n" +" <t t-out='format_time(time=object.event_id.start, tz=object.mail_tz, time_format=\"short\", lang_code=object.env.lang) or \"\"'>11:00 AM</t>\n" " </div>\n" " <t t-if=\"object.mail_tz\">\n" " <div style=\"font-size: 10px; font-weight: normal\">\n" @@ -118,7 +118,7 @@ msgid "" " </t>\n" " </div>\n" " </td>\n" -" <td width=\"20px;\"/>\n" +" <td width=\"20px;\"></td>\n" " <td style=\"padding-top: 5px;\">\n" " <p><strong>Details of the event</strong></p>\n" " <ul>\n" @@ -149,7 +149,7 @@ msgid "" " <li>\n" " How to Join:\n" " <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n" -" <t t-else=\"\"> Join at</t><br/>\n" +" <t t-else=\"\"> Join at</t><br>\n" " <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n" " </li>\n" " </t>\n" @@ -160,11 +160,11 @@ msgid "" " </ul>\n" " </td>\n" " </tr></table>\n" -" <br/>\n" +" <br>\n" " Thank you,\n" " <t t-if=\"object.event_id.user_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.event_id.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>\n" " " @@ -174,39 +174,39 @@ msgstr "" #: model:mail.template,body_html:calendar.calendar_template_meeting_update msgid "" "<div>\n" -" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"/>\n" -" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object and object.appointment_type_id\"/>\n" -" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.partner_id\"/>\n" -" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"/>\n" -" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"/>\n" -" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"/>\n" +" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n" +" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object and object.appointment_type_id\"></t>\n" +" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.partner_id\"></t>\n" +" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n" +" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n" +" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"></t>\n" " <div>\n" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n" " <tr>\n" " <td width=\"130px;\" style=\"min-width: 130px;\">\n" " <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang) \"/>\n" +" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang) \"></t>\n" " </div>\n" " <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)\"/>\n" +" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)\"></t>\n" " </div>\n" " <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)\"/>\n" +" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)\"></t>\n" " </div>\n" " <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n" " <t t-if=\"not object.allday\">\n" " <div>\n" -" <t t-out=\"format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)\"/>\n" +" <t t-out=\"format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)\"></t>\n" " </div>\n" " <t t-if=\"mail_tz\">\n" " <div style=\"font-size: 10px; font-weight: normal\">\n" -" (<t t-out=\"mail_tz\"/>)\n" +" (<t t-out=\"mail_tz\"></t>)\n" " </div>\n" " </t>\n" " </t>\n" " </div>\n" " </td>\n" -" <td width=\"20px;\"/>\n" +" <td width=\"20px;\"></td>\n" " <td style=\"padding-top: 5px;\">\n" " <p>\n" " <strong>Details of the event</strong>\n" @@ -220,21 +220,21 @@ msgid "" " <li>\n" " How to Join:\n" " <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n" -" <t t-else=\"\"> Join at</t><br/>\n" +" <t t-else=\"\"> Join at</t><br>\n" " <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n" " </li>\n" " </t>\n" " <t t-if=\"object.location\">\n" -" <li>Location: <t t-out=\"object.location or ''\"/>\n" +" <li>Location: <t t-out=\"object.location or ''\"></t>\n" " (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{object.location}}\">View Map</a>)\n" " </li>\n" " </t>\n" " <t t-if=\"recurrent\">\n" -" <li>When: <t t-out=\"object.recurrence_id.name or ''\"/></li>\n" +" <li>When: <t t-out=\"object.recurrence_id.name or ''\"></t></li>\n" " </t>\n" " <t t-if=\"not object.allday and object.duration\">\n" " <li>Duration:\n" -" <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60))\"/>\n" +" <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60))\"></t>\n" " </li>\n" " </t>\n" " </ul>\n" @@ -243,8 +243,8 @@ msgid "" " </table>\n" " </div>\n" " <div class=\"user_input\">\n" -" <hr/>\n" -" <p placeholder=\"Enter your message here\"><br/></p>\n" +" <hr>\n" +" <p placeholder=\"Enter your message here\"><br></p>\n" "\n" " </div>\n" "</div>\n" @@ -255,22 +255,22 @@ msgstr "" #: model:mail.template,body_html:calendar.calendar_template_meeting_invitation msgid "" "<div>\n" -" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"/>\n" -" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"/>\n" -" <t t-set=\"customer\" t-value=\" object.event_id.find_partner_customer()\"/>\n" -" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"/>\n" -" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"/>\n" -" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"/>\n" +" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n" +" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"></t>\n" +" <t t-set=\"customer\" t-value=\" object.event_id.find_partner_customer()\"></t>\n" +" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"></t>\n" +" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n" +" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n" "\n" " <p>\n" -" Hello <t t-out=\"object.common_name or ''\">Wood Corner</t>,<br/><br/>\n" +" Hello <t t-out=\"object.common_name or ''\">Wood Corner</t>,<br><br>\n" "\n" " <t t-if=\"is_online and target_customer\">\n" " Your appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> <t t-if=\"object.event_id.appointment_type_id.category != 'custom'\"> with <t t-out=\"object.event_id.user_id.name or ''\">Ready Mat</t></t> has been booked.\n" " </t>\n" " <t t-elif=\"is_online and target_responsible\">\n" " <t t-if=\"customer\">\n" -" <t t-out=\"customer.name or ''\"/> scheduled the following appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> with you.\n" +" <t t-out=\"customer.name or ''\"></t> scheduled the following appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> with you.\n" " </t>\n" " <t t-else=\"\">\n" " Your appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> has been booked.\n" @@ -317,7 +317,7 @@ msgid "" " </t>\n" " </div>\n" " </td>\n" -" <td width=\"20px;\"/>\n" +" <td width=\"20px;\"></td>\n" " <td style=\"padding-top: 5px;\">\n" " <p><strong>Details of the event</strong></p>\n" " <ul>\n" @@ -351,7 +351,7 @@ msgid "" " <li>\n" " How to Join:\n" " <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n" -" <t t-else=\"\"> Join at</t><br/>\n" +" <t t-else=\"\"> Join at</t><br>\n" " <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n" " </li>\n" " </t>\n" @@ -362,11 +362,11 @@ msgid "" " </ul>\n" " </td>\n" " </tr></table>\n" -" <br/>\n" +" <br>\n" " Thank you,\n" " <t t-if=\"object.event_id.user_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.event_id.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>\n" " " @@ -376,11 +376,11 @@ msgstr "" #: model:mail.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "<div>\n" -" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"/>\n" -" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"/>\n" -" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"/>\n" +" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n" +" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"></t>\n" +" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n" " <p>\n" -" Hello <t t-out=\"object.common_name or ''\">Gemini Furniture</t>,<br/><br/>\n" +" Hello <t t-out=\"object.common_name or ''\">Gemini Furniture</t>,<br><br>\n" " This is a reminder for the below event :\n" " </p>\n" " <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n" @@ -394,18 +394,18 @@ msgid "" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n" " <td width=\"130px;\" style=\"min-width: 130px;\">\n" " <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format="EEEE", lang_code=object.env.lang) or ""\">Tuesday</t>\n" +" <t t-out='format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format=\"EEEE\", lang_code=object.env.lang) or \"\"'>Tuesday</t>\n" " </div>\n" " <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n" " <t t-out=\"str(object.event_id.start.day) or ''\">4</t>\n" " </div>\n" " <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n" -" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format="MMMM y", lang_code=object.env.lang) or ""\">May 2021</t>\n" +" <t t-out='format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format=\"MMMM y\", lang_code=object.env.lang) or \"\"'>May 2021</t>\n" " </div>\n" " <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n" " <t t-if=\"not object.event_id.allday\">\n" " <div>\n" -" <t t-out=\"format_time(time=object.event_id.start, tz=object.mail_tz, time_format="short", lang_code=object.env.lang) or ""\">11:00 AM</t>\n" +" <t t-out='format_time(time=object.event_id.start, tz=object.mail_tz, time_format=\"short\", lang_code=object.env.lang) or \"\"'>11:00 AM</t>\n" " </div>\n" " <t t-if=\"object.mail_tz\">\n" " <div style=\"font-size: 10px; font-weight: normal\">\n" @@ -415,7 +415,7 @@ msgid "" " </t>\n" " </div>\n" " </td>\n" -" <td width=\"20px;\"/>\n" +" <td width=\"20px;\"></td>\n" " <td style=\"padding-top: 5px;\">\n" " <p><strong>Details of the event</strong></p>\n" " <ul>\n" @@ -446,7 +446,7 @@ msgid "" " <li>\n" " How to Join:\n" " <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n" -" <t t-else=\"\"> Join at</t><br/>\n" +" <t t-else=\"\"> Join at</t><br>\n" " <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n" " </li>\n" " </t>\n" @@ -457,11 +457,11 @@ msgid "" " </ul>\n" " </td>\n" " </tr></table>\n" -" <br/>\n" +" <br>\n" " Thank you,\n" " <t t-if=\"object.event_id.user_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.event_id.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>\n" " " diff --git a/addons/crm/i18n/crm.pot b/addons/crm/i18n/crm.pot index 9363d0a352e1d429994daadcff85d265cb789ea7..c1d0e8833e8cdda593ee69b5c4062c69769fb1eb 100644 --- a/addons/crm/i18n/crm.pot +++ b/addons/crm/i18n/crm.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-10 10:22+0000\n" -"PO-Revision-Date: 2022-10-10 10:22+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -46,30 +46,35 @@ msgid "# Unassigned Leads" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "%(assigned)s leads allocated among %(team_count)s teams." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "%(assigned)s leads allocated to %(team_name)s team." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "%(attach_name)s (from %(lead_name)s)" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "%(duplicates)s duplicates leads have been merged." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -77,26 +82,28 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/res_config_settings.py:0 #, python-format msgid "%s and %s" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "%s's opportunity" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "<b>Create your first opportunity.</b>" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "" @@ -110,7 +117,7 @@ msgid "<b>Predictive Lead Scoring</b>" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "<b>Write a few letters</b> to look for a company, or create a new one." @@ -247,13 +254,13 @@ msgid "" " <td align=\"center\" style=\"min-width: 590px;\">\n" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color: white; padding: 0; border-collapse:separate;\">\n" " <tr><td valign=\"middle\">\n" -" <span style=\"font-size: 10px;\">Your Lead/Opportunity</span><br/>\n" +" <span style=\"font-size: 10px;\">Your Lead/Opportunity</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Interest in your products</span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: 48px;\" t-att-alt=\"object.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: 48px;\" t-att-alt=\"object.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:4px 0px 32px 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:4px 0px 32px 0px;\">\n" " </td></tr>\n" " </table>\n" " </td>\n" @@ -265,15 +272,15 @@ msgid "" " <tr>\n" " <td valign=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Hi <t t-out=\"object.partner_id and object.partner_id.name or ''\">Deco Addict</t>,<br/><br/>\n" +" Hi <t t-out=\"object.partner_id and object.partner_id.name or ''\">Deco Addict</t>,<br><br>\n" " Welcome to <t t-out=\"object.company_id.name or ''\">My Company (San Francisco)</t>.\n" -" It's great to meet you! Now that you're on board, you'll discover what <t t-out=\"object.company_id.name or ''\">My Company (San Francisco)</t> has to offer. My name is <t t-out=\"object.user_id.name or ''\">Marc Demo</t> and I'll help you get the most out of Odoo. Could we plan a quick demo soon?<br/>\n" -" Feel free to reach out at any time!<br/><br/>\n" -" Best,<br/>\n" +" It's great to meet you! Now that you're on board, you'll discover what <t t-out=\"object.company_id.name or ''\">My Company (San Francisco)</t> has to offer. My name is <t t-out=\"object.user_id.name or ''\">Marc Demo</t> and I'll help you get the most out of Odoo. Could we plan a quick demo soon?<br>\n" +" Feel free to reach out at any time!<br><br>\n" +" Best,<br>\n" " <t t-if=\"object.user_id\">\n" " <b><t t-out=\"object.user_id.name or ''\">Marc Demo</t></b>\n" -" <br/>Email: <t t-out=\"object.user_id.email or ''\">mark.brown23@example.com</t>\n" -" <br/>Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n" +" <br>Email: <t t-out=\"object.user_id.email or ''\">mark.brown23@example.com</t>\n" +" <br>Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n" " </t>\n" " <t t-else=\"\">\n" " <t t-out=\"object.company_id.name or ''\">My Company (San Francisco)</t>\n" @@ -287,8 +294,8 @@ msgid "" " <!-- FOOTER -->\n" " <tr>\n" " <td align=\"center\" style=\"min-width: 590px; padding: 0 8px 0 8px; font-size:11px;\">\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 4px 0px;\"/>\n" -" <b t-out=\"object.company_id.name or ''\">My Company (San Francisco)</b><br/>\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 4px 0px;\">\n" +" <b t-out=\"object.company_id.name or ''\">My Company (San Francisco)</b><br>\n" " <div style=\"color: #999999;\">\n" " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n" " <t t-if=\"object.company_id.email\">\n" @@ -425,8 +432,8 @@ msgid "Add a qualification step before the creation of an opportunity" msgstr "" #. module: crm -#. openerp-web -#: code:addons/crm/static/src/views/forecast_kanban/forecast_kanban_renderer.js:0 +#. odoo-javascript +#: code:addons/crm/static/src/views/forecast_kanban/forecast_kanban_column_quick_create.js:0 #, python-format msgid "Add next %s" msgstr "" @@ -475,7 +482,7 @@ msgid "Aliased Model" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "All set. Let’s <b>Schedule</b> it." @@ -503,6 +510,7 @@ msgid "Archived" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -511,6 +519,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -576,6 +585,7 @@ msgid "Assignment Rules" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "Assignment domain for team %(team)s is incorrectly formatted" @@ -638,6 +648,7 @@ msgid "Blacklisted Phone is Phone" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Boom! Team record for the past 30 days." @@ -673,7 +684,6 @@ msgstr "" #. module: crm #: model:ir.actions.server,name:crm.ir_cron_crm_lead_assign_ir_actions_server #: model:ir.cron,cron_name:crm.ir_cron_crm_lead_assign -#: model:ir.cron,name:crm.ir_cron_crm_lead_assign msgid "CRM: Lead Assignment" msgstr "" @@ -743,7 +753,7 @@ msgid "" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "" @@ -762,6 +772,7 @@ msgid "Closed Date" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/wizard/crm_lead_to_opportunity.py:0 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." @@ -829,7 +840,7 @@ msgid "Confirm" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "Congrats, best of luck catching such big fish! :)" @@ -917,6 +928,7 @@ msgid "Convert to opportunities" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #: model:ir.actions.act_window,name:crm.action_crm_lead2opportunity_partner #: model:ir.model.fields.selection,name:crm.selection__crm_lead2opportunity_partner__name__convert @@ -939,7 +951,7 @@ msgid "Correct" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/views/crm_kanban/crm_kanban_renderer.js:0 #, python-format msgid "Count" @@ -951,7 +963,6 @@ msgid "Counter of the number of bounced emails for this contact" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_country_id #: model:ir.model.fields,field_description:crm.field_crm_activity_report__country_id #: model:ir.model.fields,field_description:crm.field_crm_lead__country_id #: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form @@ -998,6 +1009,7 @@ msgid "Create a new customer" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #: model_terms:ir.actions.act_window,help:crm.crm_case_form_view_salesteams_lead #: model_terms:ir.actions.act_window,help:crm.crm_case_form_view_salesteams_opportunity @@ -1006,12 +1018,14 @@ msgid "Create a new lead" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "Create an Opportunity" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #: model_terms:ir.ui.view,arch_db:crm.crm_action_helper #, python-format @@ -1083,6 +1097,7 @@ msgid "Custom Bounced Message" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #: model:ir.model.fields,field_description:crm.field_crm_activity_report__partner_id #: model:ir.model.fields,field_description:crm.field_crm_lead2opportunity_partner__partner_id @@ -1096,6 +1111,7 @@ msgid "Customer" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Customer Email" @@ -1128,6 +1144,7 @@ msgid "Days to Close" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Deadline: %s" @@ -1203,6 +1220,7 @@ msgid "Display Name" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/digest.py:0 code:addons/crm/models/digest.py:0 #, python-format msgid "Do not have access, skip this data for user's digest email" @@ -1226,7 +1244,7 @@ msgid "Domain" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "Drag your opportunity to <b>Won</b> when you get the deal. Congrats !" @@ -1267,7 +1285,6 @@ msgid "Email Alias" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_email_state #: model:ir.model.fields,field_description:crm.field_crm_lead__email_state msgid "Email Quality" msgstr "" @@ -1457,12 +1474,14 @@ msgid "Forecast Analysis" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "From %(source_name)s" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "From %(source_name)s : %(source_subject)s" @@ -1496,6 +1515,7 @@ msgid "Give your team the requirements to move an opportunity to this stage." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Go, go, go! Congrats for your first deal." @@ -1612,6 +1632,7 @@ msgid "Import & Synchronize" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Import Template for Leads & Opportunities" @@ -1660,6 +1681,7 @@ msgid "Interval type between each cron run (e.g. each 2 days or each 2 hours)" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/res_config_settings.py:0 #, python-format msgid "" @@ -1718,7 +1740,6 @@ msgid "Lang Active Count" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_lang_id #: model:ir.model.fields,field_description:crm.field_crm_lead__lang_id msgid "Language" msgstr "" @@ -1811,6 +1832,7 @@ msgid "Lead Assign" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "Lead Assignment requested by %(user_name)s" @@ -1872,12 +1894,14 @@ msgid "Lead assigned to this member those last 30 days" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Lead or Opportunity" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -1896,6 +1920,7 @@ msgid "Lead/Opportunity created" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lost_reason.py:0 #: model:ir.actions.act_window,name:crm.crm_case_form_view_salesteams_lead #: model:ir.actions.act_window,name:crm.crm_lead_all_leads @@ -1934,6 +1959,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "Leads Assigned" @@ -1961,6 +1987,7 @@ msgid "Leads or Opportunities" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #: code:addons/crm/models/crm_team_member.py:0 #, python-format @@ -2002,14 +2029,14 @@ msgid "Leads/Opportunities count" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "Let's <b>Schedule an Activity.</b>" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "Let’s have a look at an Opportunity." @@ -2039,7 +2066,7 @@ msgid "Looks like nothing is planned." msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "" @@ -2048,6 +2075,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form #: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_kanban_forecast @@ -2059,6 +2087,7 @@ msgid "Lost" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/wizard/crm_lead_lost.py:0 #, python-format msgid "Lost Comment" @@ -2160,6 +2189,7 @@ msgid "Medium:" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Meeting scheduled at '%s'<br> Subject: %s <br> Duration: %s" @@ -2172,6 +2202,7 @@ msgid "Meetings" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team_member.py:0 #, python-format msgid "" @@ -2292,6 +2323,7 @@ msgid "New Leads" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "New Opportunities" @@ -2338,18 +2370,21 @@ msgid "Next activity late" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "No" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "No Subject" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2358,6 +2393,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2366,6 +2402,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2386,6 +2423,7 @@ msgid "No data yet!" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2394,6 +2432,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2402,6 +2441,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #, python-format msgid "" @@ -2444,7 +2484,7 @@ msgid "Notes:" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "Now, <b>add your Opportunity</b> to your Pipeline." @@ -2717,7 +2757,6 @@ msgid "Phone Blacklisted" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_phone_state #: model:ir.model.fields,field_description:crm.field_crm_lead__phone_state msgid "Phone Quality" msgstr "" @@ -2733,6 +2772,7 @@ msgid "Phone:" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_team.py:0 #: model:ir.actions.act_window,name:crm.crm_lead_action_pipeline #: model:ir.model.fields,field_description:crm.field_crm_team__use_opportunities @@ -2762,6 +2802,7 @@ msgid "Plan Name" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "" @@ -2806,7 +2847,6 @@ msgstr "" #. module: crm #: model:ir.actions.server,name:crm.website_crm_score_cron_ir_actions_server #: model:ir.cron,cron_name:crm.website_crm_score_cron -#: model:ir.cron,name:crm.website_crm_score_cron msgid "Predictive Lead Scoring: Recompute Automated Probabilities" msgstr "" @@ -2868,7 +2908,7 @@ msgid "Qualified" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format @@ -2925,6 +2965,7 @@ msgid "Repeat every" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/res_config_settings.py:0 #, python-format msgid "Repeat frequency should be positive." @@ -3005,6 +3046,7 @@ msgid "Sales Team Member" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Sales Team Settings" @@ -3148,7 +3190,6 @@ msgid "Snooze 7d" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_source_id #: model:ir.model.fields,field_description:crm.field_crm_lead__source_id #: model_terms:ir.ui.view,arch_db:crm.crm_opportunity_report_view_search #: model_terms:ir.ui.view,arch_db:crm.view_crm_case_leads_filter @@ -3169,6 +3210,7 @@ msgid "" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/res_config_settings.py:0 #: code:addons/crm/models/res_config_settings.py:0 #: model:ir.model.fields,field_description:crm.field_crm_activity_report__stage_id @@ -3227,7 +3269,6 @@ msgid "Start scheduling activities on your opportunities" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_state_id #: model:ir.model.fields,field_description:crm.field_crm_lead__state_id #: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form msgid "State" @@ -3284,7 +3325,6 @@ msgid "Tag" msgstr "" #. module: crm -#: model:crm.lead.scoring.frequency.field,name:crm.frequency_field_tag_ids #: model:ir.model.fields,field_description:crm.field_crm_lead__tag_ids #: model:ir.ui.menu,name:crm.menu_crm_lead_categ msgid "Tags" @@ -3492,6 +3532,7 @@ msgid "Title" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "" @@ -3637,6 +3678,7 @@ msgid "Use the top left <i>Create</i> button, or send an email to" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "" @@ -3737,6 +3779,7 @@ msgid "What went wrong ?" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 model:crm.stage,name:crm.stage_lead4 #: model_terms:ir.ui.view,arch_db:crm.crm_activity_report_view_search #: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form @@ -3758,6 +3801,7 @@ msgid "Won in Opportunities Target" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Yeah! Deal of the last 7 days for the team." @@ -3769,31 +3813,35 @@ msgid "Yearly" msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "Yes" msgstr "" #. module: crm -#. openerp-web +#. odoo-javascript #: code:addons/crm/static/src/js/tours/crm.js:0 #, python-format msgid "You can make your opportunity advance through your pipeline from here." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "You don't have the access needed to run this cron." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "You just beat your personal record for the past 30 days." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "You just beat your personal record for the past 7 days." @@ -3864,6 +3912,7 @@ msgid "to your CRM. This email address is configurable by sales team members." msgstr "" #. module: crm +#. odoo-python #: code:addons/crm/models/crm_lead.py:0 #, python-format msgid "unknown" diff --git a/addons/crm_iap_mine/i18n/crm_iap_mine.pot b/addons/crm_iap_mine/i18n/crm_iap_mine.pot index da69622d34690d6bb085a9ec485027cde90a6285..d8a2b4ffda576425d593b909072ea904538c58b7 100644 --- a/addons/crm_iap_mine/i18n/crm_iap_mine.pot +++ b/addons/crm_iap_mine/i18n/crm_iap_mine.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-23 08:02+0000\n" -"PO-Revision-Date: 2022-09-23 08:02+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,6 +16,7 @@ msgstr "" "Plural-Forms: \n" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "%d credits will be consumed to find %d companies." @@ -31,8 +32,8 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p>Dear,</p>\n" -" <p>There are no more credits on your IAP Lead Generation account.<br/>\n" -" You can charge your IAP Lead Generation account in the settings of the CRM app.<br/></p>\n" +" <p>There are no more credits on your IAP Lead Generation account.<br>\n" +" You can charge your IAP Lead Generation account in the settings of the CRM app.<br></p>\n" " <p>Best regards,</p>\n" " <p>Odoo S.A.</p>\n" "</div>" @@ -163,6 +164,7 @@ msgid "Countries" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "Create a Lead Mining Request" @@ -264,7 +266,8 @@ msgid "From" msgstr "" #. module: crm_iap_mine -#. openerp-web +#. odoo-python +#. odoo-javascript #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #: code:addons/crm_iap_mine/static/src/views/generate_leads_views.xml:0 #: model_terms:ir.ui.view,arch_db:crm_iap_mine.crm_iap_lead_mining_request_view_form @@ -273,6 +276,7 @@ msgid "Generate Leads" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "Generate new leads based on their country, industry, size, etc." @@ -409,7 +413,7 @@ msgid "Leads" msgstr "" #. module: crm_iap_mine -#. openerp-web +#. odoo-javascript #: code:addons/crm_iap_mine/static/src/js/tours/crm_iap_lead.js:0 #, python-format msgid "" @@ -438,6 +442,7 @@ msgid "Name already exists!" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 @@ -452,7 +457,7 @@ msgid "No Result" msgstr "" #. module: crm_iap_mine -#. openerp-web +#. odoo-javascript #: code:addons/crm_iap_mine/static/src/js/tours/crm_iap_lead.js:0 #, python-format msgid "Now, just let the magic happen!" @@ -481,6 +486,7 @@ msgid "Opportunities" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "Opportunity created by Odoo Lead Generation" @@ -627,6 +633,7 @@ msgid "Telecommunication Services" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "This makes a total of %d credits for this request." @@ -644,6 +651,7 @@ msgid "Type" msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "" @@ -657,7 +665,7 @@ msgid "What do you need ?" msgstr "" #. module: crm_iap_mine -#. openerp-web +#. odoo-javascript #: code:addons/crm_iap_mine/static/src/js/tours/crm_iap_lead.js:0 #, python-format msgid "Which Industry do you want to target?" @@ -669,6 +677,7 @@ msgid "You do not have enough credits to submit this request." msgstr "" #. module: crm_iap_mine +#. odoo-python #: code:addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:0 #, python-format msgid "Your request could not be executed: %s" diff --git a/addons/event/i18n/event.pot b/addons/event/i18n/event.pot index 2777b96914351d2954bded7193853d7ead9aff15..7fb4581f1e46222ec1c9bdef9d693a0e4b268dfb 100644 --- a/addons/event/i18n/event.pot +++ b/addons/event/i18n/event.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-02 10:34+0000\n" -"PO-Revision-Date: 2023-02-02 10:34+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -183,15 +183,15 @@ msgstr "" #: model:mail.template,body_html:event.event_registration_mail_template_badge msgid "" "<div>\n" -" Dear <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br/>\n" -" Thank you for your inquiry.<br/>\n" -" Here is your badge for the event <t t-out=\"object.event_id.name or ''\">OpenWood Collection Online Reveal</t>.<br/>\n" +" Dear <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br>\n" +" Thank you for your inquiry.<br>\n" +" Here is your badge for the event <t t-out=\"object.event_id.name or ''\">OpenWood Collection Online Reveal</t>.<br>\n" " If you have any questions, please let us know.\n" -" <br/><br/>\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"object.event_id.user_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.event_id.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>" msgstr "" @@ -308,11 +308,11 @@ msgstr "" #: model:mail.template,body_html:event.event_reminder msgid "" "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n" -"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_id.date_begin, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"/>\n" -"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_id.date_end, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"/>\n" -"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and object.event_id.is_published\"/>\n" -"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n" -"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n" +"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_id.date_begin, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"></t>\n" +"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_id.date_end, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"></t>\n" +"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and object.event_id.is_published\"></t>\n" +"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"></t>\n" +"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"></t>\n" "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n" "<tbody>\n" " <!-- HEADER -->\n" @@ -320,7 +320,7 @@ msgid "" " <td align=\"center\" style=\"min-width: 590px;\">\n" " <table width=\"590\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" 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;\">Your registration</span><br/>\n" +" <span style=\"font-size: 10px;\">Your registration</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Oscar Morgan</span>\n" " </td><td valign=\"middle\" align=\"right\">\n" " <t t-if=\"is_online\">\n" @@ -329,11 +329,11 @@ msgid "" " </a>\n" " </t>\n" " <t t-else=\"\">\n" -" <img t-att-src=\"'/logo.png?company=%s' % object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n" +" <img t-att-src=\"'/logo.png?company=%s' % object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\">\n" " </t>\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" @@ -344,7 +344,7 @@ msgid "" " <table width=\"590\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n" " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n" " <div>\n" -" Hello <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br/>\n" +" Hello <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br>\n" " We are excited to remind you that the event\n" " <t t-if=\"is_online\">\n" " <a t-att-href=\"object.event_id.website_url\" style=\"color:#875A7B;text-decoration:none;\" t-out=\"object.event_id.name or ''\">OpenWood Collection Online Reveal</a>\n" @@ -355,19 +355,19 @@ msgid "" " is starting <strong t-out=\"object.get_date_range_str() or ''\">today</strong>.\n" " </div>\n" " <div>\n" -" <br/>\n" +" <br>\n" " <strong>Add this event to your calendar</strong>\n" -" <a t-attf-href=\"https://www.google.com/calendar/render?action=TEMPLATE&text={{ object.event_id.name }}&dates={{ date_begin }}/{{ date_end }}&location={{ location }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> Google</a>\n" -" <a t-attf-href=\"/event/{{ slug(object.event_id) }}/ics\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> iCal/Outlook</a>\n" +" <a t-attf-href=\"https://www.google.com/calendar/render?action=TEMPLATE&text={{ object.event_id.name }}&dates={{ date_begin }}/{{ date_end }}&location={{ location }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> Google</a>\n" +" <a t-attf-href=\"/event/{{ slug(object.event_id) }}/ics\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> iCal/Outlook</a>\n" " <a t-attf-href=\"https://calendar.yahoo.com/?v=60&view=d&type=20&title={{ object.event_id.name }}&in_loc={{ location }}&st={{ format_datetime(object.event_id.date_begin, tz='UTC', dt_format='yyyyMMdd\\'T\\'HHmmss') }}&et={{ format_datetime(object.event_id.date_end, tz='UTC', dt_format='yyyyMMdd\\'T\\'HHmmss') }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\">\n" -" <img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> Yahoo\n" +" <img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> Yahoo\n" " </a>\n" -" <br/><br/>\n" +" <br><br>\n" " </div>\n" " <div>\n" -" We confirm your registration and hope to meet you there,<br/>\n" +" We confirm your registration and hope to meet you there,<br>\n" " <span style=\"color: #454748;\">\n" -" -- <br/>\n" +" -- <br>\n" " <t t-if=\"event_organizer\">\n" " <t t-out=\"event_organizer.name or ''\">YourCompany</t>\n" " </t>\n" @@ -378,7 +378,7 @@ msgid "" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -391,7 +391,7 @@ msgid "" " <table style=\"width:100%;\">\n" " <tr>\n" " <td style=\"vertical-align:top;\">\n" -" <img src=\"/web_editor/font_to_img/61555/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\"/>\n" +" <img src=\"/web_editor/font_to_img/61555/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\">\n" " </td>\n" " <td style=\"padding: 0px 10px 0px 10px;width:50%;line-height:20px;vertical-align:top;\">\n" " <div><strong>From</strong> <t t-out=\"object.event_id.date_begin_located or ''\">May 4, 2021, 7:00:00 AM</t></div>\n" @@ -400,40 +400,40 @@ msgid "" " </td>\n" " <td style=\"vertical-align:top;\">\n" " <t t-if=\"event_address\">\n" -" <img src=\"/web_editor/font_to_img/61505/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\"/>\n" +" <img src=\"/web_editor/font_to_img/61505/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\">\n" " </t>\n" " </td>\n" " <td style=\"padding: 0px 10px 0px 10px;width:50%;vertical-align:top;\">\n" " <t t-if=\"event_address\">\n" -" <t t-set=\"location\" t-value=\"''\"/>\n" +" <t t-set=\"location\" t-value=\"''\"></t>\n" " <t t-if=\"object.event_id.address_id.name\">\n" " <div t-out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.street\">\n" " <div t-out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n" -" <t t-set=\"location\" t-value=\"object.event_id.address_id.street\"/>\n" +" <t t-set=\"location\" t-value=\"object.event_id.address_id.street\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.street2\">\n" " <div t-out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</div>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"></t>\n" " </t>\n" " <div>\n" " <t t-if=\"object.event_id.address_id.city\">\n" " <t t-out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.city)\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.state_id.name\">\n" " <t t-out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.zip\">\n" " <t t-out=\"object.event_id.address_id.zip or ''\">98450</t>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"></t>\n" " </t>\n" " </div>\n" " <t t-if=\"object.event_id.address_id.country_id.name\">\n" " <div t-out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)\"></t>\n" " </t>\n" " </t>\n" " </td>\n" @@ -442,7 +442,7 @@ msgid "" " </td></tr>\n" " <tr><td style=\"text-align:center;\">\n" " <t t-if=\"event_organizer\">\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" " </t>\n" " </td></tr>\n" "\n" @@ -455,10 +455,10 @@ msgid "" " <ul>\n" " <li t-out=\"event_organizer.name or ''\">YourCompany</li>\n" " <t t-if=\"event_organizer.email\">\n" -" <li>Mail: <a t-attf-href=\"mailto:{{ event_organizer.email }}\" style=\"text-decoration:none;color:#875A7B;\" t-out=\"event_organizer.email or ''\"/></li>\n" +" <li>Mail: <a t-attf-href=\"mailto:{{ event_organizer.email }}\" style=\"text-decoration:none;color:#875A7B;\" t-out=\"event_organizer.email or ''\"></a></li>\n" " </t>\n" " <t t-if=\"event_organizer.phone\">\n" -" <li>Phone: <t t-out=\"event_organizer.phone or ''\"/></li>\n" +" <li>Phone: <t t-out=\"event_organizer.phone or ''\"></t></li>\n" " </t>\n" " </ul>\n" " </div>\n" @@ -466,7 +466,7 @@ msgid "" " </td></tr>\n" " <tr><td style=\"text-align:center;\">\n" " <!-- CONTACT ORGANIZER SEPARATION -->\n" -" <hr t-if=\"is_online or event_address\" 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 t-if=\"is_online or event_address\" 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" "\n" " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n" @@ -478,14 +478,14 @@ msgid "" " </td></tr>\n" " <tr><td style=\"text-align:center;\">\n" " <!-- PWA MARKGETING SEPARATION-->\n" -" <hr t-if=\"is_online and event_address\" 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 t-if=\"is_online and event_address\" 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" "\n" " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n" " <!-- GOOGLE MAPS LINK -->\n" " <table t-if=\"event_address\" style=\"width:100%;\"><tr><td>\n" " <div>\n" -" <i class=\"fa fa-map-marker\"/>\n" +" <i class=\"fa fa-map-marker\"></i>\n" " <a t-attf-href=\"https://maps.google.com/maps?q={{ location }}\" target=\"new\">\n" " See location on Google Maps\n" " </a>\n" @@ -504,7 +504,7 @@ msgid "" " <tr><td style=\"text-align: center; font-size: 14px;\">\n" " Sent by <a target=\"_blank\" t-attf-href=\"{{ object.company_id.website }}\" style=\"color: #875A7B;\" t-out=\"object.company_id.name or ''\">YourCompany</a>\n" " <t t-if=\"'website_url' in object.event_id and object.event_id.website_url\">\n" -" <br/>\n" +" <br>\n" " Discover <a href=\"/event\" style=\"color:#875A7B;\">all our events</a>.\n" " </t>\n" " </td></tr>\n" @@ -518,11 +518,11 @@ msgstr "" #: model:mail.template,body_html:event.event_subscription msgid "" "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n" -"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_id.date_begin, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"/>\n" -"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_id.date_end, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"/>\n" -"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and object.event_id.is_published\"/>\n" -"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n" -"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n" +"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_id.date_begin, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"></t>\n" +"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_id.date_end, tz='UTC', dt_format="yyyyMMdd'T'HHmmss'Z'")\"></t>\n" +"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and object.event_id.is_published\"></t>\n" +"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"></t>\n" +"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"></t>\n" "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n" "<tbody>\n" " <!-- HEADER -->\n" @@ -530,7 +530,7 @@ msgid "" " <td align=\"center\" style=\"min-width: 590px;\">\n" " <table width=\"590\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" 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;\">Your registration</span><br/>\n" +" <span style=\"font-size: 10px;\">Your registration</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\">\n" " <t t-out=\"object.name or ''\">Oscar Morgan</t>\n" " </span>\n" @@ -541,11 +541,11 @@ msgid "" " </a>\n" " </t>\n" " <t t-else=\"\">\n" -" <img t-att-src=\"'/logo.png?company=%s' % object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n" +" <img t-att-src=\"'/logo.png?company=%s' % object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\">\n" " </t>\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" @@ -556,7 +556,7 @@ msgid "" " <table width=\"590\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n" " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n" " <div>\n" -" Hello <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br/>\n" +" Hello <t t-out=\"object.name or ''\">Oscar Morgan</t>,<br>\n" " We are happy to confirm your registration to the event\n" " <t t-if=\"is_online\">\n" " <a t-att-href=\"object.event_id.website_url\" style=\"color:#875A7B;text-decoration:none;\" t-out=\"object.event_id.name or ''\">OpenWood Collection Online Reveal</a>\n" @@ -567,19 +567,19 @@ msgid "" " for attendee <t t-out=\"object.name or ''\">Oscar Morgan</t>.\n" " </div>\n" " <div>\n" -" <br/>\n" +" <br>\n" " <strong>Add this event to your calendar</strong>\n" -" <a t-attf-href=\"https://www.google.com/calendar/render?action=TEMPLATE&text={{ object.event_id.name }}&dates={{ date_begin }}/{{ date_end }}&location={{ location }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> Google</a>\n" -" <a t-attf-href=\"/event/{{ slug(object.event_id) }}/ics\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> iCal/Outlook</a>\n" +" <a t-attf-href=\"https://www.google.com/calendar/render?action=TEMPLATE&text={{ object.event_id.name }}&dates={{ date_begin }}/{{ date_end }}&location={{ location }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> Google</a>\n" +" <a t-attf-href=\"/event/{{ slug(object.event_id) }}/ics\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\"><img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> iCal/Outlook</a>\n" " <a t-attf-href=\"https://calendar.yahoo.com/?v=60&view=d&type=20&title={{ object.event_id.name }}&in_loc={{ location }}&st={{ format_datetime(object.event_id.date_begin, tz='UTC', dt_format='yyyyMMdd\\'T\\'HHmmss') }}&et={{ format_datetime(object.event_id.date_end, tz='UTC', dt_format='yyyyMMdd\\'T\\'HHmmss') }}\" style=\"padding:3px 5px;border:1px solid #875A7B;color:#875A7B;text-decoration:none;border-radius:3px;\" target=\"new\">\n" -" <img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"/> Yahoo\n" +" <img src=\"/web_editor/font_to_img/61525/rgb(135,90,123)/16\" style=\"vertical-align:middle;\" height=\"16\" alt=\"\"> Yahoo\n" " </a>\n" -" <br/><br/>\n" +" <br><br>\n" " </div>\n" " <div>\n" -" See you soon,<br/>\n" +" See you soon,<br>\n" " <span style=\"color: #454748;\">\n" -" -- <br/>\n" +" -- <br>\n" " <t t-if=\"event_organizer\">\n" " <t t-out=\"event_organizer.name or ''\">YourCompany</t>\n" " </t>\n" @@ -590,7 +590,7 @@ msgid "" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -603,7 +603,7 @@ msgid "" " <table style=\"width:100%;\">\n" " <tr>\n" " <td style=\"vertical-align:top;\">\n" -" <img src=\"/web_editor/font_to_img/61555/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\"/>\n" +" <img src=\"/web_editor/font_to_img/61555/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\">\n" " </td>\n" " <td style=\"padding: 0px 10px 0px 10px;width:50%;line-height:20px;vertical-align:top;\">\n" " <div><strong>From</strong> <t t-out=\"object.event_id.date_begin_located or ''\">May 4, 2021, 7:00:00 AM</t></div>\n" @@ -612,40 +612,40 @@ msgid "" " </td>\n" " <td style=\"vertical-align:top;\">\n" " <t t-if=\"event_address\">\n" -" <img src=\"/web_editor/font_to_img/61505/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\"/>\n" +" <img src=\"/web_editor/font_to_img/61505/rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" alt=\"\">\n" " </t>\n" " </td>\n" " <td style=\"padding: 0px 10px 0px 10px;width:50%;vertical-align:top;\">\n" " <t t-if=\"event_address\">\n" -" <t t-set=\"location\" t-value=\"''\"/>\n" +" <t t-set=\"location\" t-value=\"''\"></t>\n" " <t t-if=\"object.event_id.address_id.name\">\n" " <div t-out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.street\">\n" " <div t-out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n" -" <t t-set=\"location\" t-value=\"object.event_id.address_id.street\"/>\n" +" <t t-set=\"location\" t-value=\"object.event_id.address_id.street\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.street2\">\n" " <div t-out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</div>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"></t>\n" " </t>\n" " <div>\n" " <t t-if=\"object.event_id.address_id.city\">\n" " <t t-out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.city)\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.state_id.name\">\n" " <t t-out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"></t>\n" " </t>\n" " <t t-if=\"object.event_id.address_id.zip\">\n" " <t t-out=\"object.event_id.address_id.zip or ''\">98450</t>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"></t>\n" " </t>\n" " </div>\n" " <t t-if=\"object.event_id.address_id.country_id.name\">\n" " <div t-out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)\"></t>\n" " </t>\n" " </t>\n" " </td>\n" @@ -654,7 +654,7 @@ msgid "" " </td></tr>\n" " <tr><td style=\"text-align:center;\">\n" " <t t-if=\"event_organizer\">\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" " </t>\n" " </td></tr>\n" "\n" @@ -679,7 +679,7 @@ msgid "" " <tr><td style=\"text-align:center;\">\n" " <!-- CONTACT ORGANIZER SEPARATION -->\n" " <t t-if=\"is_online or event_address\">\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" " </t>\n" " </td></tr>\n" "\n" @@ -695,7 +695,7 @@ msgid "" " <tr><td style=\"text-align:center;\">\n" " <!-- PWA MARKGETING SEPARATION-->\n" " <t t-if=\"is_online and event_address\">\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" " </t>\n" " </td></tr>\n" "\n" @@ -704,7 +704,7 @@ msgid "" " <t t-if=\"event_address and location\">\n" " <table style=\"width:100%;\"><tr><td>\n" " <div>\n" -" <i class=\"fa fa-map-marker\"/>\n" +" <i class=\"fa fa-map-marker\"></i>\n" " <a t-attf-href=\"https://maps.google.com/maps?q={{ location }}\" target=\"new\">\n" " See location on Google Maps\n" " </a>\n" @@ -725,7 +725,7 @@ msgid "" " <tr><td style=\"text-align: center; font-size: 14px;\">\n" " Sent by <a target=\"_blank\" t-attf-href=\"{{ object.company_id.website }}\" style=\"color: #875A7B;\" t-out=\"object.company_id.name or ''\">YourCompany</a>\n" " <t t-if=\"is_online\">\n" -" <br/>\n" +" <br>\n" " Discover <a href=\"/event\" style=\"color:#875A7B;\">all our events</a>.\n" " </t>\n" " </td></tr>\n" diff --git a/addons/gamification/i18n/gamification.pot b/addons/gamification/i18n/gamification.pot index d6fb633013fac50c17e8ae4ada08fc0668f7ed96..8b7a8500d0aa9400953a3c69702d03528f7459b1 100644 --- a/addons/gamification/i18n/gamification.pot +++ b/addons/gamification/i18n/gamification.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:26+0000\n" -"PO-Revision-Date: 2022-10-04 09:26+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,24 +22,28 @@ msgid "# Users" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "%s has joined the challenge" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "%s has refused the challenge" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "<br/> %(rank)d. %(user_name)s - %(reward_name)s" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "" @@ -48,6 +52,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "" @@ -56,6 +61,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "" @@ -82,23 +88,23 @@ msgid "" " <p>Continue your work to become a <strong t-out=\"object.next_rank_id.name or ''\">Student</strong> !</p>\n" " </t>\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" -" <t t-set=\"gamification_redirection_data\" t-value=\"object.get_gamification_redirection_data()\"/>\n" +" <t t-set=\"gamification_redirection_data\" t-value=\"object.get_gamification_redirection_data()\"></t>\n" " <t t-foreach=\"gamification_redirection_data\" t-as=\"data\">\n" -" <t t-set=\"url\" t-value=\"data['url']\"/>\n" -" <t t-set=\"label\" t-value=\"data['label']\"/>\n" +" <t t-set=\"url\" t-value=\"data['url']\"></t>\n" +" <t t-set=\"label\" t-value=\"data['label']\"></t>\n" " <a t-att-href=\"url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\" t-out=\"label or ''\">LABEL</a>\n" " </t>\n" " </div>\n" " </td>\n" " <td style=\"padding:15px 20px 10px 20px;\">\n" " <p style=\"text-align: center;\">\n" -" <img t-attf-src=\"/web/image/gamification.karma.rank/{{ object.rank_id.id }}/image_128\"/>\n" +" <img t-attf-src=\"/web/image/gamification.karma.rank/{{ object.rank_id.id }}/image_128\">\n" " </p>\n" " </td>\n" " </tr>\n" " <tr t-if=\"user.signature\">\n" " <td style=\"padding:15px 20px 10px 20px;\">\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </td>\n" " </tr>\n" " </tbody>\n" @@ -110,13 +116,13 @@ msgstr "" #: model:mail.template,body_html:gamification.email_template_goal_reminder msgid "" "<div>\n" -" <strong>Reminder</strong><br/>\n" -" You have not updated your progress for the goal <t t-out=\"object.definition_id.name or ''\"/> (currently reached at <t t-out=\"object.completeness or ''\"/>%) for at least <t t-out=\"object.remind_update_delay or ''\"/> days. Do not forget to do it.\n" -" <br/><br/>\n" +" <strong>Reminder</strong><br>\n" +" You have not updated your progress for the goal <t t-out=\"object.definition_id.name or ''\"></t> (currently reached at <t t-out=\"object.completeness or ''\"></t>%) for at least <t t-out=\"object.remind_update_delay or ''\"></t> days. Do not forget to do it.\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"object.challenge_id.manager_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.challenge_id.manager_id.signature or ''\"/>\n" +" <br>\n" +" <t t-out=\"object.challenge_id.manager_id.signature or ''\"></t>\n" " </t>\n" "</div>" msgstr "" @@ -165,13 +171,13 @@ msgid "" " <td align=\"center\" style=\"min-width: 590px;\">\n" " <table width=\"590\" border=\"0\" cellpadding=\"0\" 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;\">Your Badge</span><br/>\n" -" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.badge_id.name or ''\"/>\n" +" <span style=\"font-size: 10px;\">Your Badge</span><br>\n" +" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.badge_id.name or ''\"></span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.user_id.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.user_id.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.user_id.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.user_id.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" @@ -182,34 +188,34 @@ msgid "" " <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n" " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n" " <div>\n" -" Congratulations <t t-out=\"object.user_id.name or ''\"/> !<br/>\n" -" You just received badge <strong t-out=\"object.badge_id.name or ''\"/> !<br/>\n" +" Congratulations <t t-out=\"object.user_id.name or ''\"></t> !<br>\n" +" You just received badge <strong t-out=\"object.badge_id.name or ''\"></strong> !<br>\n" " <table t-if=\"not is_html_empty(object.badge_id.description)\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 560px; margin-top: 5px;\">\n" " <tbody><tr>\n" " <td valign=\"center\">\n" -" <img t-attf-src=\"/web/image/gamification.badge/{{ object.badge_id.id }}/image_128/80x80\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"user.company_id.name\"/>\n" +" <img t-attf-src=\"/web/image/gamification.badge/{{ object.badge_id.id }}/image_128/80x80\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"user.company_id.name\">\n" " </td>\n" " <td valign=\"center\">\n" -" <cite t-out=\"object.badge_id.description or ''\"/>\n" +" <cite t-out=\"object.badge_id.description or ''\"></cite>\n" " </td>\n" " </tr></tbody>\n" " </table>\n" -" <br/>\n" +" <br>\n" " <t t-if=\"object.sender_id\">\n" -" This badge was granted by <strong t-out=\"object.sender_id.name or ''\"/>.\n" +" This badge was granted by <strong t-out=\"object.sender_id.name or ''\"></strong>.\n" " </t>\n" -" <br/>\n" -" <t t-if=\"object.comment\" t-out=\"object.comment or ''\"/>\n" -" <br/><br/>\n" +" <br>\n" +" <t t-if=\"object.comment\" t-out=\"object.comment or ''\"></t>\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"object.sender_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.sender_id.signature or ''\"/>\n" +" <br>\n" +" <t t-out=\"object.sender_id.signature or ''\"></t>\n" " </t>\n" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -253,9 +259,9 @@ msgid "" "<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"background-color: #EEE; border-collapse: collapse;\">\n" "<tr>\n" " <td valign=\"top\" align=\"center\">\n" -" <t t-set=\"object_ctx\" t-value=\"ctx.get('object')\"/>\n" -" <t t-set=\"company\" t-value=\"object_ctx and object_ctx.company_id or user.company_id\"/>\n" -" <t t-set=\"challenge_lines\" t-value=\"ctx.get('challenge_lines', [])\"/>\n" +" <t t-set=\"object_ctx\" t-value=\"ctx.get('object')\"></t>\n" +" <t t-set=\"company\" t-value=\"object_ctx and object_ctx.company_id or user.company_id\"></t>\n" +" <t t-set=\"challenge_lines\" t-value=\"ctx.get('challenge_lines', [])\"></t>\n" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"600\" style=\"margin: 0 auto; width: 570px;\">\n" " <tr><td>\n" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n" @@ -272,7 +278,7 @@ msgid "" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" bgcolor=\"#fff\" style=\"background-color:#fff;\">\n" " <tr><td style=\"padding: 15px;\">\n" " <t t-if=\"object.visibility_mode == 'personal'\">\n" -" <span style=\"color:#666666;font-size:13px;\">Here is your current progress in the challenge <strong t-out=\"object.name or ''\"/>.</span>\n" +" <span style=\"color:#666666;font-size:13px;\">Here is your current progress in the challenge <strong t-out=\"object.name or ''\"></strong>.</span>\n" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:20px;\">\n" " <tr>\n" " <td align=\"center\">\n" @@ -289,41 +295,41 @@ msgid "" " <th style=\"width:20%;text-align:right;\" align=\"right\">Completeness</th>\n" " </tr>\n" " <tr>\n" -" <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"/>\n" +" <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"></td>\n" " </tr>\n" " </thead>\n" " <tbody t-foreach=\"challenge_lines\" t-as=\"line\">\n" " <tr style=\"font-weight:bold;\">\n" " <td style=\"padding: 20px 0;\" align=\"left\">\n" -" <t t-out=\"line['name'] or ''\"/>\n" +" <t t-out=\"line['name'] or ''\"></t>\n" " <t t-if=\"line['suffix'] or line['monetary']\">\n" -" (<t t-out=\"line['full_suffix'] or ''\"/>)\n" +" (<t t-out=\"line['full_suffix'] or ''\"></t>)\n" " </t>\n" " </td>\n" -" <td style=\"padding: 20px 0;\" align=\"right\"><t t-out=\""%.2f" % line['target'] or ''\"/>\n" -" <t t-if=\"line['suffix']\" t-out=\"line['suffix'] or ''\"/>\n" +" <td style=\"padding: 20px 0;\" align=\"right\"><t t-out=\""%.2f" % line['target'] or ''\"></t>\n" +" <t t-if=\"line['suffix']\" t-out=\"line['suffix'] or ''\"></t>\n" " </td>\n" -" <td style=\"padding: 20px 0;\" align=\"right\"><t t-out=\""%.2f" % line['current'] or ''\"/>\n" -" <t t-if=\"line['suffix']\" t-out=\"line['suffix'] or ''\"/>\n" +" <td style=\"padding: 20px 0;\" align=\"right\"><t t-out=\""%.2f" % line['current'] or ''\"></t>\n" +" <t t-if=\"line['suffix']\" t-out=\"line['suffix'] or ''\"></t>\n" " </td>\n" -" <td style=\"padding: 20px 0;font-size:25px;color:#9A6C8E;\" align=\"right\"><strong><t t-out=\"int(line['completeness']) or ''\"/>%</strong></td>\n" +" <td style=\"padding: 20px 0;font-size:25px;color:#9A6C8E;\" align=\"right\"><strong><t t-out=\"int(line['completeness']) or ''\"></t>%</strong></td>\n" " </tr>\n" " <tr>\n" -" <td colspan=\"5\" style=\"height:1px;background-color:#e3e3e3;\"/>\n" +" <td colspan=\"5\" style=\"height:1px;background-color:#e3e3e3;\"></td>\n" " </tr>\n" " </tbody>\n" " </table> \n" " </t>\n" " <t t-else=\"\">\n" " <span style=\"color:#A8A8A8;font-size:13px;\">\n" -" Challenge: <strong t-out=\"object.name or ''\"/>.\n" +" Challenge: <strong t-out=\"object.name or ''\"></strong>.\n" " </span> \n" " <t t-foreach=\"challenge_lines\" t-as=\"line\">\n" " <!-- Header + Button table -->\n" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:35px;\">\n" " <tr>\n" " <td width=\"50%\">\n" -" <div>Top Achievers for goal <strong t-out=\"line['name'] or ''\"/></div>\n" +" <div>Top Achievers for goal <strong t-out=\"line['name'] or ''\"></strong></div>\n" " </td>\n" " </tr>\n" " </table>\n" @@ -333,50 +339,50 @@ msgid "" " <tr><td style=\"padding:0 30px;\">\n" " <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"table-layout: fixed;\">\n" " <tr>\n" -" <t t-set=\"top_goals\" t-value=\"line['goals'][:3]\"/>\n" +" <t t-set=\"top_goals\" t-value=\"line['goals'][:3]\"></t>\n" " <t t-foreach=\"top_goals\" t-as=\"goal\">\n" " <td align=\"center\" style=\"width:32%;\">\n" " <t t-if=\"loop.index == 1\">\n" -" <t t-set=\"extra_div\" t-value=\"'<div style="height:40px;"></div>'\"/>\n" -" <t t-set=\"heightA\" t-value=\"95\"/>\n" -" <t t-set=\"heightB\" t-value=\"75\"/>\n" -" <t t-set=\"bgColor\" t-value=\"'#b898b0'\"/>\n" -" <t t-set=\"fontSize\" t-value=\"50\"/>\n" -" <t t-set=\"podiumPosition\" t-value=\"'2'\"/>\n" +" <t t-set=\"extra_div\" t-value=\"'<div style="height:40px;"></div>'\"></t>\n" +" <t t-set=\"heightA\" t-value=\"95\"></t>\n" +" <t t-set=\"heightB\" t-value=\"75\"></t>\n" +" <t t-set=\"bgColor\" t-value=\"'#b898b0'\"></t>\n" +" <t t-set=\"fontSize\" t-value=\"50\"></t>\n" +" <t t-set=\"podiumPosition\" t-value=\"'2'\"></t>\n" " </t>\n" " <t t-elif=\"loop.index == 2\">\n" -" <t t-set=\"extra_div\" t-value=\"''\"/>\n" -" <t t-set=\"heightA\" t-value=\"55\"/>\n" -" <t t-set=\"heightB\" t-value=\"115\"/>\n" -" <t t-set=\"bgColor\" t-value=\"'#9A6C8E'\"/>\n" -" <t t-set=\"fontSize\" t-value=\"85\"/>\n" -" <t t-set=\"podiumPosition\" t-value=\"'1'\"/>\n" +" <t t-set=\"extra_div\" t-value=\"''\"></t>\n" +" <t t-set=\"heightA\" t-value=\"55\"></t>\n" +" <t t-set=\"heightB\" t-value=\"115\"></t>\n" +" <t t-set=\"bgColor\" t-value=\"'#9A6C8E'\"></t>\n" +" <t t-set=\"fontSize\" t-value=\"85\"></t>\n" +" <t t-set=\"podiumPosition\" t-value=\"'1'\"></t>\n" " </t>\n" " <t t-elif=\"loop.index == 3\">\n" -" <t t-set=\"extra_div\" t-value=\"'<div style="height:60px;"></div>'\"/>\n" -" <t t-set=\"heightA\" t-value=\"115\"/>\n" -" <t t-set=\"heightB\" t-value=\"55\"/>\n" -" <t t-set=\"bgColor\" t-value=\"'#c8afc1'\"/>\n" -" <t t-set=\"fontSize\" t-value=\"35\"/>\n" -" <t t-set=\"podiumPosition\" t-value=\"'3'\"/>\n" +" <t t-set=\"extra_div\" t-value=\"'<div style="height:60px;"></div>'\"></t>\n" +" <t t-set=\"heightA\" t-value=\"115\"></t>\n" +" <t t-set=\"heightB\" t-value=\"55\"></t>\n" +" <t t-set=\"bgColor\" t-value=\"'#c8afc1'\"></t>\n" +" <t t-set=\"fontSize\" t-value=\"35\"></t>\n" +" <t t-set=\"podiumPosition\" t-value=\"'3'\"></t>\n" " </t>\n" " <div style=\"margin:0 3px 0 3px;height:220px;\">\n" " <div t-attf-style=\"height:{{ heightA }}px;\">\n" -" <t t-out=\"extra_div or ''\"/>\n" +" <t t-out=\"extra_div or ''\"></t>\n" " <div style=\"height:55px;\">\n" -" <img style=\"margin-bottom:5px;width:50px;height:50px;border-radius:50%;object-fit:cover;\" t-att-src=\"image_data_uri(object.env['res.users'].browse(goal['user_id']).partner_id.image_128)\" t-att-alt=\"goal['name']\"/>\n" +" <img style=\"margin-bottom:5px;width:50px;height:50px;border-radius:50%;object-fit:cover;\" t-att-src=\"image_data_uri(object.env['res.users'].browse(goal['user_id']).partner_id.image_128)\" t-att-alt=\"goal['name']\">\n" " </div>\n" " <div align=\"center\" t-attf-style=\"color:{{ bgColor }};height:20px\">\n" -" <t t-out=\"goal['name'] or ''\"/>\n" +" <t t-out=\"goal['name'] or ''\"></t>\n" " </div>\n" " </div>\n" " <div t-attf-style=\"background-color:{{ bgColor }};height:{{ heightB }}px;\">\n" -" <strong><span t-attf-style=\"color:#fff;font-size:{{ fontSize }}px;\" t-out=\"podiumPosition or ''\"/></strong>\n" +" <strong><span t-attf-style=\"color:#fff;font-size:{{ fontSize }}px;\" t-out=\"podiumPosition or ''\"></span></strong>\n" " </div>\n" " <div style=\"height:30px;\">\n" -" <t t-out=\""%.2f" % goal['current'] or ''\"/>\n" +" <t t-out=\""%.2f" % goal['current'] or ''\"></t>\n" " <t t-if=\"line['suffix'] or line['monetary']\">\n" -" <t t-out=\"line['full_suffix'] or ''\"/>\n" +" <t t-out=\"line['full_suffix'] or ''\"></t>\n" " </t>\n" " </div>\n" " </div>\n" @@ -399,33 +405,33 @@ msgid "" " <th style=\"width:25%;text-align:left;\">Name</th>\n" " <th style=\"width:30%;text-align:right;\">Performance \n" " <t t-if=\"line['suffix']\">\n" -" (<t t-out=\"line['suffix'] or ''\"/>)\n" +" (<t t-out=\"line['suffix'] or ''\"></t>)\n" " </t>\n" " <t t-elif=\"line['monetary']\">\n" -" (<t t-out=\"company.currency_id.symbol or ''\"/>)\n" +" (<t t-out=\"company.currency_id.symbol or ''\"></t>)\n" " </t>\n" " </th>\n" " <th style=\"width:30%;text-align:right;\">Completeness</th>\n" " </tr>\n" " <tr>\n" -" <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"/>\n" +" <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"></td>\n" " </tr>\n" " </thead>\n" " <tbody t-foreach=\"line['goals']\" t-as=\"goal\">\n" " <tr>\n" -" <t t-set=\"tdBgColor\" t-value=\"'#fff'\"/>\n" -" <t t-set=\"tdColor\" t-value=\"'gray'\"/>\n" -" <t t-set=\"mutedColor\" t-value=\"'#AAAAAA'\"/>\n" -" <t t-set=\"tdPercentageColor\" t-value=\"'#9A6C8E'\"/>\n" -" <td width=\"15%\" align=\"center\" valign=\"middle\" t-attf-style=\"background-color:{{ tdBgColor }};padding :5px 0;font-size:20px;\"><t t-out=\"goal['rank']+1 or ''\"/>\n" +" <t t-set=\"tdBgColor\" t-value=\"'#fff'\"></t>\n" +" <t t-set=\"tdColor\" t-value=\"'gray'\"></t>\n" +" <t t-set=\"mutedColor\" t-value=\"'#AAAAAA'\"></t>\n" +" <t t-set=\"tdPercentageColor\" t-value=\"'#9A6C8E'\"></t>\n" +" <td width=\"15%\" align=\"center\" valign=\"middle\" t-attf-style=\"background-color:{{ tdBgColor }};padding :5px 0;font-size:20px;\"><t t-out=\"goal['rank']+1 or ''\"></t>\n" " </td>\n" -" <td width=\"25%\" align=\"left\" valign=\"middle\" t-attf-style=\"background-color:{{ tdBgColor }};padding :5px 0;font-size:13px;\"><t t-out=\"goal['name'] or ''\"/></td>\n" -" <td width=\"30%\" align=\"right\" t-attf-style=\"background-color:{{ tdBgColor }};padding:5px 0;line-height:1;\"><t t-out=\""%.2f" % goal['current'] or ''\"/><br/><span t-attf-style=\"font-size:13px;color:{{ mutedColor }};\">on <t t-out=\""%.2f" % line['target'] or ''\"/></span>\n" +" <td width=\"25%\" align=\"left\" valign=\"middle\" t-attf-style=\"background-color:{{ tdBgColor }};padding :5px 0;font-size:13px;\"><t t-out=\"goal['name'] or ''\"></t></td>\n" +" <td width=\"30%\" align=\"right\" t-attf-style=\"background-color:{{ tdBgColor }};padding:5px 0;line-height:1;\"><t t-out=\""%.2f" % goal['current'] or ''\"></t><br><span t-attf-style=\"font-size:13px;color:{{ mutedColor }};\">on <t t-out=\""%.2f" % line['target'] or ''\"></t></span>\n" " </td>\n" -" <td width=\"30%\" t-attf-style=\"color:{{ tdPercentageColor }};background-color:{{ tdBgColor }};padding-right:15px;font-size:22px;\" align=\"right\"><strong><t t-out=\"int(goal['completeness']) or ''\"/>%</strong></td>\n" +" <td width=\"30%\" t-attf-style=\"color:{{ tdPercentageColor }};background-color:{{ tdBgColor }};padding-right:15px;font-size:22px;\" align=\"right\"><strong><t t-out=\"int(goal['completeness']) or ''\"></t>%</strong></td>\n" " </tr>\n" " <tr>\n" -" <td colspan=\"5\" style=\"height:1px;background-color:#DADADA;\"/>\n" +" <td colspan=\"5\" style=\"height:1px;background-color:#DADADA;\"></td>\n" " </tr>\n" " </tbody>\n" " </table>\n" @@ -638,6 +644,7 @@ msgid "Can not grant" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_goal.py:0 #, python-format msgid "Can not modify the configuration of a started goal" @@ -1099,14 +1106,12 @@ msgstr "" #. module: gamification #: model:ir.actions.server,name:gamification.ir_cron_check_challenge_ir_actions_server #: model:ir.cron,cron_name:gamification.ir_cron_check_challenge -#: model:ir.cron,name:gamification.ir_cron_check_challenge msgid "Gamification: Goal Challenge Check" msgstr "" #. module: gamification #: model:ir.actions.server,name:gamification.ir_cron_consolidate_last_month_ir_actions_server #: model:ir.cron,cron_name:gamification.ir_cron_consolidate_last_month -#: model:ir.cron,name:gamification.ir_cron_consolidate_last_month msgid "Gamification: Karma tracking consolidation" msgstr "" @@ -1297,9 +1302,7 @@ msgstr "" #. module: gamification #: model:ir.model.fields,help:gamification.field_gamification_badge__message_has_error -#: model:ir.model.fields,help:gamification.field_gamification_badge__message_has_sms_error #: model:ir.model.fields,help:gamification.field_gamification_challenge__message_has_error -#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -1376,7 +1379,6 @@ msgid "Inherited models" msgstr "" #. module: gamification -#: model:gamification.challenge.line,name:gamification.line_base_admin3 #: model:gamification.goal.definition,name:gamification.definition_base_invite msgid "Invite new Users" msgstr "" @@ -1626,6 +1628,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "Nobody reached the required conditions to receive special badges." @@ -1889,6 +1892,7 @@ msgid "Responsible" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "Retrieving progress for personal challenge without user information" @@ -1934,12 +1938,6 @@ msgstr "" msgid "Running Challenges" msgstr "" -#. module: gamification -#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_has_sms_error -#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_has_sms_error -msgid "SMS Delivery error" -msgstr "" - #. module: gamification #: model_terms:ir.ui.view,arch_db:gamification.goal_form_view msgid "Schedule" @@ -2028,19 +2026,16 @@ msgid "Set the current value you have reached for this goal" msgstr "" #. module: gamification -#: model:gamification.challenge.line,name:gamification.line_base_admin1 #: model:gamification.goal.definition,name:gamification.definition_base_company_data msgid "Set your Company Data" msgstr "" #. module: gamification -#: model:gamification.challenge.line,name:gamification.line_base_admin2 #: model:gamification.goal.definition,name:gamification.definition_base_company_logo msgid "Set your Company Logo" msgstr "" #. module: gamification -#: model:gamification.challenge.line,name:gamification.line_base_discover1 #: model:gamification.goal.definition,name:gamification.definition_base_timezone msgid "Set your Timezone" msgstr "" @@ -2138,6 +2133,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "The challenge %s is finished." @@ -2170,6 +2166,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_goal_definition.py:0 #, python-format msgid "" @@ -2217,6 +2214,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_goal_definition.py:0 #, python-format msgid "" @@ -2226,6 +2224,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_goal_definition.py:0 #, python-format msgid "" @@ -2312,6 +2311,7 @@ msgid "" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_badge.py:0 #, python-format msgid "This badge can not be sent by users." @@ -2375,6 +2375,7 @@ msgid "Update" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_goal.py:0 #, python-format msgid "Update %s" @@ -2402,18 +2403,6 @@ msgstr "" msgid "Users" msgstr "" -#. module: gamification -#: model:ir.model.fields,field_description:gamification.field_gamification_badge__website_message_ids -#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__website_message_ids -msgid "Website Messages" -msgstr "" - -#. module: gamification -#: model:ir.model.fields,help:gamification.field_gamification_badge__website_message_ids -#: model:ir.model.fields,help:gamification.field_gamification_challenge__website_message_ids -msgid "Website communication history" -msgstr "" - #. module: gamification #: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__weekly #: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__weekly @@ -2449,18 +2438,21 @@ msgid "Yearly" msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_badge.py:0 #, python-format msgid "You are not in the user allowed list." msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/wizard/grant_badge.py:0 #, python-format msgid "You can not grant a badge to yourself." msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_challenge.py:0 #, python-format msgid "You can not reset a challenge with unfinished goals." @@ -2477,12 +2469,14 @@ msgid "You did great at your job." msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_badge.py:0 #, python-format msgid "You do not have the required badges." msgstr "" #. module: gamification +#. odoo-python #: code:addons/gamification/models/gamification_badge.py:0 #, python-format msgid "You have already sent this badge too many time this month." diff --git a/addons/hr/i18n/hr.pot b/addons/hr/i18n/hr.pot index a97295335570607da97c750a95e5b95a77ff5386..e026afca9a3521e04141a25ca609005bb0d80c7b 100644 --- a/addons/hr/i18n/hr.pot +++ b/addons/hr/i18n/hr.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -270,11 +270,6 @@ msgstr "" msgid "<span class=\"o_stat_text\">Employee(s)</span>" msgstr "" -#. module: hr -#: model_terms:ir.ui.view,arch_db:hr.view_hr_job_form -msgid "<span class=\"ps-1\">new Employees</span>" -msgstr "" - #. module: hr #: model_terms:hr.job,job_details:hr.job_ceo #: model_terms:hr.job,job_details:hr.job_consultant @@ -313,6 +308,11 @@ msgstr "" msgid "<span>Km</span>" msgstr "" +#. module: hr +#: model_terms:ir.ui.view,arch_db:hr.view_hr_job_form +msgid "<span>new Employees</span>" +msgstr "" + #. module: hr #: model_terms:hr.job,website_description:hr.job_ceo #: model_terms:hr.job,website_description:hr.job_consultant diff --git a/addons/hr_expense/i18n/hr_expense.pot b/addons/hr_expense/i18n/hr_expense.pot index 6e909ce7b8ae5ea94c1b2e748b9fad76d96f16d2..951b4b2d3d4d60103315df1dabb1e9563617d4ce 100644 --- a/addons/hr_expense/i18n/hr_expense.pot +++ b/addons/hr_expense/i18n/hr_expense.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -234,6 +234,12 @@ msgstr "" msgid "Analytic Account" msgstr "" +#. module: hr_expense +#: model:ir.model.fields,field_description:hr_expense.field_hr_expense__analytic_distribution_search +#: model:ir.model.fields,field_description:hr_expense.field_hr_expense_split__analytic_distribution_search +msgid "Analytic Distribution Search" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_account_analytic_applicability msgid "Analytic Plan's Applicabilities" diff --git a/addons/hr_holidays/i18n/hr_holidays.pot b/addons/hr_holidays/i18n/hr_holidays.pot index c4836b45c1caeceb8bbaf199a3a262f5ae7e64b3..3ca2c33b0786d840f7c1f9aacd3bf73a30b3ee4d 100644 --- a/addons/hr_holidays/i18n/hr_holidays.pot +++ b/addons/hr_holidays/i18n/hr_holidays.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -2156,6 +2156,13 @@ msgid "" " After this accrual's period: When the accrual is complete (a week, a month), and granted, you switch to next level if allocation date corresponds" msgstr "" +#. module: hr_holidays +#. odoo-python +#: code:addons/hr_holidays/models/hr_leave_allocation.py:0 +#, python-format +msgid "Incorrect state for new allocation" +msgstr "" + #. module: hr_holidays #: model:ir.model.fields,field_description:hr_holidays.field_hr_leave__message_is_follower #: model:ir.model.fields,field_description:hr_holidays.field_hr_leave_allocation__message_is_follower diff --git a/addons/hr_presence/i18n/hr_presence.pot b/addons/hr_presence/i18n/hr_presence.pot index 6bf4cb1d17400451fd005c7211227f55ab7210cb..3fc996bdf7fbd752fd21b006f18ffb8c7f126115 100644 --- a/addons/hr_presence/i18n/hr_presence.pot +++ b/addons/hr_presence/i18n/hr_presence.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-02 10:34+0000\n" -"PO-Revision-Date: 2023-02-02 10:34+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -19,11 +19,11 @@ msgstr "" #: model:mail.template,body_html:hr_presence.mail_template_presence msgid "" "<div>\n" -" Dear <t t-out=\"object.name or ''\">Abigail Peterson</t>,<br/><br/>\n" -" Exception made if there was a mistake of ours, it seems that you are not at your office and there is not request of time off from you.<br/>\n" -" Please, take appropriate measures in order to carry out this work absence.<br/>\n" +" Dear <t t-out=\"object.name or ''\">Abigail Peterson</t>,<br><br>\n" +" Exception made if there was a mistake of ours, it seems that you are not at your office and there is not request of time off from you.<br>\n" +" Please, take appropriate measures in order to carry out this work absence.<br>\n" " Do not hesitate to contact your manager or the human resource department.\n" -" <br/>Best Regards,<br/><br/>\n" +" <br>Best Regards,<br><br>\n" " </div>\n" " " msgstr "" diff --git a/addons/hr_recruitment/i18n/hr_recruitment.pot b/addons/hr_recruitment/i18n/hr_recruitment.pot index 2244c59da8642be755df4ac168db61f30f18c657..ab6591edaaeac989371a14c07a4015ece82edafd 100644 --- a/addons/hr_recruitment/i18n/hr_recruitment.pot +++ b/addons/hr_recruitment/i18n/hr_recruitment.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:49+0000\n" -"PO-Revision-Date: 2022-12-15 12:49+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -177,64 +177,64 @@ msgid "" " <td valign=\"top\" style=\"padding: 0px 10px;\">\n" " <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n" " Hello,\n" -" <br/><br/>\n" +" <br><br>\n" " We confirm we successfully received your application for the job\n" " \"<a t-att-href=\"hasattr(object.job_id, 'website_url') and object.job_id.website_url or ''\" style=\"color:#9A6C8E;\"><strong t-out=\"object.job_id.name or ''\">Experienced Developer</strong></a>\" at <strong t-out=\"object.company_id.name or ''\">YourCompany</strong>.\n" -" <br/><br/>\n" +" <br><br>\n" " We will come back to you shortly.\n" "\n" " <div t-if=\"'website_url' in object.job_id and object.job_id.website_url\" style=\"padding: 16px 8px 16px 8px;\">\n" " <a t-att-href=\"object.job_id.website_url\" style=\"background-color: #875a7b; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;\">Job Description</a>\n" " </div>\n" "\n" -" <hr width=\"97%\" 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=\"97%\" 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" " <t t-if=\"object.user_id\">\n" " <h3 style=\"color:#9A6C8E;\"><strong>Your Contact:</strong></h3>\n" " <p>\n" -" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br/>\n" -" <span>Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t></span><br/>\n" +" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br>\n" +" <span>Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t></span><br>\n" " <span>Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t></span>\n" " </p>\n" -" <hr width=\"97%\" 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=\"97%\" 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" " </t>\n" "\n" " <h3 style=\"color:#9A6C8E;\"><strong>What is the next step?</strong></h3>\n" -" We usually <strong>answer applications within a few days.</strong><br/><br/>\n" +" We usually <strong>answer applications within a few days.</strong><br><br>\n" " Feel free to <strong>contact us if you want a faster\n" " feedback</strong> or if you don't get news from us\n" " quickly enough (just reply to this email).\n" "\n" -" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: medium none; clear: both; display: block; font-size: 0px; min-height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\"/>\n" -" <t t-set=\"location\" t-value=\"''\"/>\n" +" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: medium none; clear: both; display: block; font-size: 0px; min-height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\">\n" +" <t t-set=\"location\" t-value=\"''\"></t>\n" " <t t-if=\"object.job_id.address_id.name\">\n" -" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</strong><br/>\n" +" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</strong><br>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.street\">\n" -" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero 9710</t><br/>\n" -" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"/>\n" +" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero 9710</t><br>\n" +" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.street2\">\n" -" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, Santiago (RM)</t><br/>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.street2)\"/>\n" +" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, Santiago (RM)</t><br>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.street2)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.city\">\n" " <t t-out=\"object.job_id.address_id.city or ''\">Pudahuel</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.city)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.city)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.state_id.name\">\n" " <t t-out=\"object.job_id.address_id.state_id.name or ''\">C1</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.state_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.state_id.name)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.zip\">\n" " <t t-out=\"object.job_id.address_id.zip or ''\">98450</t>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.zip)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.zip)\"></t>\n" " </t>\n" -" <br/>\n" +" <br>\n" " <t t-if=\"object.job_id.address_id.country_id.name\">\n" -" <t t-out=\"object.job_id.address_id.country_id.name or ''\">Argentina</t><br/>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.country_id.name)\"/>\n" +" <t t-out=\"object.job_id.address_id.country_id.name or ''\">Argentina</t><br>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.country_id.name)\"></t>\n" " </t>\n" -" <br/>\n" +" <br>\n" " </div>\n" " </td>\n" " </tr>\n" @@ -256,69 +256,69 @@ msgid "" " attention. As we think you might be great for the\n" " position, your application has been short listed for a\n" " call or an interview.\n" -" <br/><br/>\n" +" <br><br>\n" " <div t-if=\"'website_url' in object.job_id and object.job_id.website_url\" style=\"padding: 16px 8px 16px 8px;\">\n" " <a t-att-href=\"object.job_id.website_url\" style=\"background-color: #875a7b; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;\">Job Description</a>\n" " </div>\n" "\n" " <t t-if=\"object.user_id\">\n" -" You will soon be contacted by:<br/>\n" -" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br/>\n" -" <span>Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t></span><br/>\n" +" You will soon be contacted by:<br>\n" +" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br>\n" +" <span>Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t></span><br>\n" " <span>Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t></span>\n" -" <br/><br/>\n" +" <br><br>\n" " </t>\n" " See you soon,\n" " <div style=\"font-size: 11px; color: grey;\">\n" -" -- <br/>\n" +" -- <br>\n" " The HR Team\n" " <t t-if=\"'website_url' in object.job_id and hasattr(object.job_id, 'website_url') and object.job_id.website_url\">\n" -" Discover <a href=\"/jobs\" style=\"text-decoration:none;color:#717188;\">all our jobs</a>.<br/>\n" +" Discover <a href=\"/jobs\" style=\"text-decoration:none;color:#717188;\">all our jobs</a>.<br>\n" " </t>\n" " </div>\n" "\n" -" <hr width=\"97%\" 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=\"97%\" 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" " <h3 style=\"color:#9A6C8E;\"><strong>What is the next step?</strong></h3>\n" " We usually <strong>answer applications within a few days</strong>.\n" -" <br/><br/>\n" +" <br><br>\n" " The next step is either a call or a meeting in our offices.\n" -" <br/>\n" +" <br>\n" " Feel free to <strong>contact us if you want a faster\n" " feedback</strong> or if you don't get news from us\n" " quickly enough (just reply to this email).\n" -" <br/>\n" +" <br>\n" "\n" -" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: medium none; clear: both; display: block; font-size: 0px; min-height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\"/>\n" -" <t t-set=\"location\" t-value=\"''\"/>\n" +" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: medium none; clear: both; display: block; font-size: 0px; min-height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\">\n" +" <t t-set=\"location\" t-value=\"''\"></t>\n" " <t t-if=\"object.job_id.address_id.name\">\n" -" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</strong><br/>\n" +" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</strong><br>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.street\">\n" -" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero 9710</t><br/>\n" -" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"/>\n" +" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero 9710</t><br>\n" +" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.street2\">\n" -" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, Santiago (RM)</t><br/>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.street2)\"/>\n" +" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, Santiago (RM)</t><br>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.street2)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.city\">\n" " <t t-out=\"object.job_id.address_id.city or ''\">Pudahuel</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.city)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.city)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.state_id.name\">\n" " <t t-out=\"object.job_id.address_id.state_id.name or ''\">C1</t>,\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.state_id.name)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.state_id.name)\"></t>\n" " </t>\n" " <t t-if=\"object.job_id.address_id.zip\">\n" " <t t-out=\"object.job_id.address_id.zip or ''\">98450</t>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.zip)\"/>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.zip)\"></t>\n" " </t>\n" -" <br/>\n" +" <br>\n" " <t t-if=\"object.job_id.address_id.country_id.name\">\n" -" <t t-out=\"object.job_id.address_id.country_id.name or ''\">Argentina</t><br/>\n" -" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.country_id.name)\"/>\n" +" <t t-out=\"object.job_id.address_id.country_id.name or ''\">Argentina</t><br>\n" +" <t t-set=\"location\" t-value=\"'%s, %s' % (location, object.job_id.address_id.country_id.name)\"></t>\n" " </t>\n" -" <br/>\n" +" <br>\n" " </div>\n" " </td>\n" " </tr>\n" @@ -332,22 +332,22 @@ msgid "" " <tr>\n" " <td valign=\"top\">\n" " <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n" -" Dear,<br/><br/>\n" -" We would like to thank you for your interest and your time.<br/>\n" +" Dear,<br><br>\n" +" We would like to thank you for your interest and your time.<br>\n" " We wish you all the best in your future endeavors.\n" -" <br/><br/>\n" -" Best<br/>\n" +" <br><br>\n" +" Best<br>\n" " <div style=\"font-size: 11px; color: grey;\">\n" " <t t-if=\"object.user_id\">\n" -" -- <br/>\n" -" <strong t-out=\"object.user_id.name or ''\">Marc Demo</strong><br/>\n" -" Email: <t t-out=\"object.user_id.email or ''\">mark.brown23@example.com</t><br/>\n" +" -- <br>\n" +" <strong t-out=\"object.user_id.name or ''\">Marc Demo</strong><br>\n" +" Email: <t t-out=\"object.user_id.email or ''\">mark.brown23@example.com</t><br>\n" " Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n" " </t>\n" " <t t-else=\"\">\n" -" -- <br/>\n" -" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/>\n" -" The HR Team<br/>\n" +" -- <br>\n" +" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br>\n" +" The HR Team<br>\n" " </t>\n" " </div>\n" " </div>\n" @@ -364,37 +364,37 @@ msgid "" " <tr>\n" " <td valign=\"top\">\n" " <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n" -" Hello,<br/><br/>\n" +" Hello,<br><br>\n" " Thank you for your interest in joining the\n" " <b><t t-out=\"object.company_id.name or ''\">YourCompany</t></b> team. We\n" " wanted to let you know that, although your resume is\n" " competitive, our hiring team reviewed your application\n" " and <b>did not select it for further consideration</b>.\n" -" <br/><br/>\n" +" <br><br>\n" " Please note that recruiting is hard, and we can make\n" " mistakes. Do not hesitate to reply to this email if you\n" " think we made a mistake, or if you want more information\n" " about our decision.\n" -" <br/><br/>\n" +" <br><br>\n" " We will, however, keep your resume on record and get in\n" " touch with you about future opportunities that may be a\n" " better fit for your skills and experience.\n" -" <br/><br/>\n" +" <br><br>\n" " We wish you all the best in your job search and hope we\n" " will have the chance to consider you for another role\n" " in the future.\n" -" <br/><br/>\n" +" <br><br>\n" " Thank you,\n" " <div style=\"font-size: 11px; color: grey;\">\n" " <t t-if=\"object.user_id\">\n" -" -- <br/>\n" -" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br/>\n" -" Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t><br/>\n" +" -- <br>\n" +" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</strong><br>\n" +" Email: <t t-out=\"object.user_id.email or ''\">admin@yourcompany.example.com</t><br>\n" " Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n" " </t>\n" " <t t-else=\"\">\n" -" -- <br/>\n" -" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/>\n" +" -- <br>\n" +" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br>\n" " The HR Team\n" " </t>\n" " </div>\n" @@ -560,11 +560,6 @@ msgstr "" msgid "Applicant created" msgstr "" -#. module: hr_recruitment -#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__email_from -msgid "Applicant email" -msgstr "" - #. module: hr_recruitment #: model:mail.message.subtype,description:hr_recruitment.mt_applicant_hired msgid "Applicant hired" @@ -668,6 +663,7 @@ msgid "Applied Job" msgstr "" #. module: hr_recruitment +#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "Archive" msgstr "" @@ -694,13 +690,6 @@ msgstr "" msgid "Attachments" msgstr "" -#. module: hr_recruitment -#. odoo-python -#: code:addons/hr_recruitment/models/hr_recruitment.py:0 -#, python-format -msgid "Attachments, like resumes, get indexed automatically." -msgstr "" - #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__author_id msgid "Author" @@ -1185,7 +1174,6 @@ msgstr "" msgid "Evaluation" msgstr "" - #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__3 msgid "Excellent" @@ -1627,13 +1615,6 @@ msgstr "" msgid "Late Activities" msgstr "" -#. module: hr_recruitment -#. odoo-python -#: code:addons/hr_recruitment/models/hr_recruitment.py:0 -#, python-format -msgid "Let people apply by email to save time." -msgstr "" - #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_config @@ -1881,14 +1862,6 @@ msgstr "" msgid "No application found. Let's create one !" msgstr "" - -#. module: hr_recruitment -#. odoo-python -#: code:addons/hr_recruitment/models/hr_recruitment.py:0 -#, python-format -msgid "No application yet" -msgstr "" - #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications #: model_terms:ir.actions.act_window,help:hr_recruitment.crm_case_categ0_act_job @@ -2039,7 +2012,6 @@ msgstr "" msgid "People can also apply by email to save time." msgstr "" - #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_job__hr_responsible_id msgid "Person responsible of validating the employee's contracts." @@ -2183,7 +2155,9 @@ msgid "Red Kanban Label" msgstr "" #. module: hr_recruitment +#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form +#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "Refuse" msgstr "" @@ -2403,11 +2377,6 @@ msgstr "" msgid "Source" msgstr "" -#. module: hr_recruitment -#: model:ir.ui.menu,name:hr_recruitment.hr_applicant_report_source_menu -msgid "Source Analysis" -msgstr "" - #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_source msgid "Source of Applicants" @@ -2490,11 +2459,6 @@ msgstr "" msgid "Subject / Application" msgstr "" -#. module: hr_recruitment -#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form -msgid "Submit" -msgstr "" - #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__name msgid "Tag Name" @@ -2517,11 +2481,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: hr_recruitment -#: model:ir.ui.menu,name:hr_recruitment.hr_applicant_report_team_menu -msgid "Team Performance" -msgstr "" - #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_job__interviewer_ids msgid "" @@ -2634,11 +2593,6 @@ msgid "" "stage to display." msgstr "" -#. module: hr_recruitment -#: model:ir.ui.menu,name:hr_recruitment.hr_applicant_stage_report_menu -msgid "Time In Stage Analysis" -msgstr "" - #. module: hr_recruitment #: model:digest.tip,name:hr_recruitment.digest_tip_hr_recruitment_0 #: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0 @@ -2806,6 +2760,7 @@ msgstr "" #. module: hr_recruitment #. odoo-python #: code:addons/hr_recruitment/models/hr_recruitment.py:0 +#: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "You must define a Contact Name for this applicant." msgstr "" diff --git a/addons/loyalty/i18n/loyalty.pot b/addons/loyalty/i18n/loyalty.pot index 0f3c6ca660e71beb59040a325e2dd3463a37bc9a..35e8f380934c5440aae61d350acb97e06932409d 100644 --- a/addons/loyalty/i18n/loyalty.pot +++ b/addons/loyalty/i18n/loyalty.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:50+0000\n" -"PO-Revision-Date: 2022-12-15 12:50+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -133,7 +133,7 @@ msgid "" " Here is your gift card!\n" " </div>\n" " <div style=\"padding-top:20px; padding-bottom:20px\">\n" -" <img src=\"/loyalty/static/img/gift_card.png\" style=\"display:block; border:0; outline:none; text-decoration:none; margin:auto;\" width=\"300\"/>\n" +" <img src=\"/loyalty/static/img/gift_card.png\" style=\"display:block; border:0; outline:none; text-decoration:none; margin:auto;\" width=\"300\">\n" " </div>\n" " <div style=\"padding:0; margin:0px; padding-top:35px; padding-bottom:35px; text-align:center;\">\n" " <h3 style=\"margin:0px; line-height:48px; font-family:arial, 'helvetica neue', helvetica, sans-serif; font-size:40px; font-style:normal; font-weight:normal; color:#333333; text-align:center\">\n" @@ -306,15 +306,15 @@ msgid "" "<tr>\n" " <td valign=\"top\" style=\"text-align: center; font-size: 14px;\">\n" " <t t-if=\"object._get_mail_partner().name\">\n" -" Congratulations <t t-out=\"object._get_mail_partner().name or ''\">Brandon Freeman</t>,<br/>\n" +" Congratulations <t t-out=\"object._get_mail_partner().name or ''\">Brandon Freeman</t>,<br>\n" " </t>\n" "\n" -" Here is your reward from <t t-out=\"object.program_id.company_id.name or ''\">YourCompany</t>.<br/>\n" +" Here is your reward from <t t-out=\"object.program_id.company_id.name or ''\">YourCompany</t>.<br>\n" "\n" " <t t-foreach=\"object.program_id.reward_ids\" t-as=\"reward\">\n" " <t t-if=\"reward.required_points <= object.points\">\n" " <span style=\"font-size: 50px; color: #875A7B; font-weight: bold;\" t-esc=\"reward.description\">Reward Description</span>\n" -" <br/>\n" +" <br>\n" " </t>\n" " </t>\n" " </td>\n" @@ -332,19 +332,19 @@ msgid "" " <t t-if=\"rule.minimum_qty not in [0, 1]\">\n" " <span style=\"font-size: 14px;\">\n" " Minimum purchase of <t t-out=\"rule.minimum_qty or ''\">10</t> products\n" -" </span><br/>\n" +" </span><br>\n" " </t>\n" " <t t-if=\"rule.minimum_amount != 0.00\">\n" " <span style=\"font-size: 14px;\">\n" " Valid for purchase above <t t-out=\"rule.company_id.currency_id.symbol or ''\">$</t><t t-out=\"'%0.2f' % float(rule.minimum_amount) or ''\">10.00</t>\n" -" </span><br/>\n" +" </span><br>\n" " </t>\n" " </t>\n" -" <br/>\n" +" <br>\n" " Thank you,\n" " <t t-if=\"object._get_signature()\">\n" -" <br/>\n" -" <t t-out=\"object._get_signature() or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object._get_signature() or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </td>\n" "</tr>\n" @@ -1074,7 +1074,6 @@ msgstr "" #. module: loyalty #: model:ir.model.fields,help:loyalty.field_loyalty_card__message_has_error -#: model:ir.model.fields,help:loyalty.field_loyalty_card__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -1364,6 +1363,7 @@ msgid "Portal Visible" msgstr "" #. module: loyalty +#: model:ir.model,name:loyalty.model_product_template #: model:ir.model.fields,field_description:loyalty.field_loyalty_reward__reward_product_id msgid "Product" msgstr "" @@ -1487,6 +1487,11 @@ msgstr "" msgid "Reward Point Mode" msgstr "" +#. module: loyalty +#: model:ir.model.fields,field_description:loyalty.field_loyalty_reward__reward_product_domain +msgid "Reward Product Domain" +msgstr "" + #. module: loyalty #: model:ir.model.fields,field_description:loyalty.field_loyalty_reward__reward_product_qty msgid "Reward Product Qty" @@ -1522,11 +1527,6 @@ msgstr "" msgid "Rules & Rewards" msgstr "" -#. module: loyalty -#: model:ir.model.fields,field_description:loyalty.field_loyalty_card__message_has_sms_error -msgid "SMS Delivery error" -msgstr "" - #. module: loyalty #: model:ir.model.fields.selection,name:loyalty.selection__loyalty_generate_wizard__mode__selected msgid "Selected Customers" @@ -1710,16 +1710,6 @@ msgstr "" msgid "Validity" msgstr "" -#. module: loyalty -#: model:ir.model.fields,field_description:loyalty.field_loyalty_card__website_message_ids -msgid "Website Messages" -msgstr "" - -#. module: loyalty -#: model:ir.model.fields,help:loyalty.field_loyalty_card__website_message_ids -msgid "Website communication history" -msgstr "" - #. module: loyalty #: model:ir.model.fields,field_description:loyalty.field_loyalty_mail__trigger msgid "When" diff --git a/addons/loyalty_delivery/i18n/loyalty_delivery.pot b/addons/loyalty_delivery/i18n/loyalty_delivery.pot index 03a8e2665e28a99cae376bafc019bc6a237aba6d..61c747c92736397c9d59d9c0ac4b8e2d8a260a26 100644 --- a/addons/loyalty_delivery/i18n/loyalty_delivery.pot +++ b/addons/loyalty_delivery/i18n/loyalty_delivery.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-20 09:02+0000\n" -"PO-Revision-Date: 2022-09-20 09:02+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,6 +16,7 @@ msgstr "" "Plural-Forms: \n" #. module: loyalty_delivery +#. odoo-python #: code:addons/loyalty_delivery/models/loyalty_reward.py:0 #, python-format msgid " (Max %s)" @@ -27,6 +28,7 @@ msgid "( Max" msgstr "" #. module: loyalty_delivery +#. odoo-python #: code:addons/loyalty_delivery/models/loyalty_program.py:0 #, python-format msgid "Automatic promotion: free shipping on orders higher than $50" @@ -38,6 +40,7 @@ msgid "Free Shipping" msgstr "" #. module: loyalty_delivery +#. odoo-python #: code:addons/loyalty_delivery/models/loyalty_reward.py:0 #: model_terms:ir.ui.view,arch_db:loyalty_delivery.loyalty_reward_view_form_inherit_loyalty_delivery #: model_terms:ir.ui.view,arch_db:loyalty_delivery.loyalty_reward_view_kanban_inherit_loyalty_delivery @@ -59,3 +62,8 @@ msgstr "" #: model:ir.model.fields,field_description:loyalty_delivery.field_loyalty_reward__reward_type msgid "Reward Type" msgstr "" + +#. module: loyalty_delivery +#: model:ir.model,name:loyalty_delivery.model_sale_order +msgid "Sales Order" +msgstr "" diff --git a/addons/lunch/i18n/lunch.pot b/addons/lunch/i18n/lunch.pot index 79d0f4900868eaa70dc515f2cd42788dd40adb67..cfba94b2950070c1194aace03be0525568291a27 100644 --- a/addons/lunch/i18n/lunch.pot +++ b/addons/lunch/i18n/lunch.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:24+0000\n" -"PO-Revision-Date: 2022-10-04 09:24+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -119,12 +119,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" +" <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" +" <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 +136,9 @@ msgid "" " <tr>\n" " <td valign=\"top\" style=\"font-size: 13px;\">\n" " <div>\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" +" <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" " <p>\n" " Dear <t t-out=\"order.get('supplier_name', '')\">Laurie Poiret</t>,\n" " </p><p>\n" @@ -146,12 +146,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-out=\"site['address'] or ''\"/></p>\n" +" <p><t t-out=\"site['name'] or ''\"></t> : <t t-out=\"site['address'] or ''\"></t></p>\n" " </t>\n" -" <br/>\n" +" <br>\n" " </t>\n" "\n" " <table>\n" @@ -182,10 +182,10 @@ 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/>\n" -" <td/>\n" -" <td/>\n" -" <td/>\n" +" <td></td>\n" +" <td></td>\n" +" <td></td>\n" +" <td></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" " </tr>\n" @@ -198,7 +198,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" @@ -551,7 +551,7 @@ msgid "Configuration" msgstr "" #. module: lunch -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/mixins/lunch_renderer_mixin.js:0 #, python-format msgid "Configure Your Order" @@ -706,7 +706,7 @@ msgid "Drinks" msgstr "" #. module: lunch -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/components/lunch_dashboard.xml:0 #, python-format msgid "Edit order" @@ -830,7 +830,6 @@ msgid "Formatted Email" msgstr "" #. module: lunch -#: model_terms:lunch.order,product_description:lunch.order_line_2 #: model_terms:lunch.product,description:lunch.product_italiana msgid "Fresh Tomatoes, Basil, Mozzarella" msgstr "" @@ -924,7 +923,6 @@ msgstr "" #. module: lunch #: model:ir.model.fields,help:lunch.field_lunch_supplier__message_has_error -#: model:ir.model.fields,help:lunch.field_lunch_supplier__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -1070,6 +1068,7 @@ msgid "Lunch Alerts" msgstr "" #. module: lunch +#. odoo-python #: 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 @@ -1139,6 +1138,7 @@ msgid "Lunch Temaki mix 3pc" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/models/lunch_order.py:0 #, python-format msgid "Lunch notification" @@ -1170,32 +1170,32 @@ msgid "Lunch: Supplier Order" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_alert_cron_sa_426 +#: model:ir.actions.server,name:lunch.lunch_alert_cron_sa_235 msgid "Lunch: alert chat notification (Alert for Office 3)" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_427 +#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_236 msgid "Lunch: send automatic email to Coin gourmand" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_422 +#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_231 msgid "Lunch: send automatic email to Lunch Supplier" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_428 +#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_237 msgid "Lunch: send automatic email to Pizza Inn" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_430 +#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_239 msgid "Lunch: send automatic email to Sushi Shop" msgstr "" #. module: lunch -#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_429 +#: model:ir.actions.server,name:lunch.lunch_supplier_cron_sa_238 msgid "Lunch: send automatic email to The Corner" msgstr "" @@ -1467,7 +1467,7 @@ msgid "Order Deadline Passed" msgstr "" #. module: lunch -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/components/lunch_dashboard.xml:0 #, python-format msgid "Order Now" @@ -1629,6 +1629,7 @@ msgid "Product Search" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/models/lunch_order.py:0 #, python-format msgid "Product is no longer available." @@ -1705,11 +1706,6 @@ msgstr "" msgid "Responsible User" msgstr "" -#. module: lunch -#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__message_has_sms_error -msgid "SMS Delivery error" -msgstr "" - #. module: lunch #: model:lunch.product,name:lunch.product_chirashi msgid "Salmon and Avocado" @@ -1881,6 +1877,7 @@ msgid "The Country" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/models/lunch_product.py:0 #, python-format msgid "" @@ -1889,6 +1886,7 @@ msgid "" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/models/lunch_product.py:0 #, python-format msgid "" @@ -1907,12 +1905,14 @@ msgid "The orders for this vendor have already been sent." 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!" @@ -1926,6 +1926,7 @@ msgid "" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/models/lunch_order.py:0 #: code:addons/lunch/models/lunch_order.py:0 #, python-format @@ -2006,7 +2007,6 @@ msgid "Today's Orders" msgstr "" #. module: lunch -#: model_terms:lunch.order,product_description:lunch.order_line_5 #: model_terms:lunch.product,description:lunch.product_4formaggi msgid "Tomato sauce, Olive oil, Fresh Tomatoes, Onions, Vegetables, Parmesan" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Topping Ids 3" msgstr "" #. module: lunch -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/components/lunch_dashboard.xml:0 #: 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 @@ -2135,16 +2135,6 @@ msgstr "" msgid "Vendors" msgstr "" -#. module: lunch -#: model:ir.model.fields,field_description:lunch.field_lunch_supplier__website_message_ids -msgid "Website Messages" -msgstr "" - -#. module: lunch -#: model:ir.model.fields,help:lunch.field_lunch_supplier__website_message_ids -msgid "Website communication history" -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 @@ -2157,6 +2147,7 @@ msgid "Wednesday" msgstr "" #. module: lunch +#. odoo-python #: code:addons/lunch/controllers/main.py:0 #, python-format msgid "" @@ -2165,39 +2156,42 @@ msgid "" 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 -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/components/lunch_dashboard.xml:0 #, python-format msgid "Your Account" msgstr "" #. module: lunch -#. openerp-web +#. odoo-javascript #: code:addons/lunch/static/src/components/lunch_dashboard.xml:0 #, python-format msgid "Your Cart (" msgstr "" #. module: lunch -#. openerp-web +#. 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 msgid "" diff --git a/addons/mail/i18n/mail.pot b/addons/mail/i18n/mail.pot index da9cf29dc1614dd4918f422836f7e3f97e11fd1e..af46afcc243067c7982d110c574a1b373fc39f25 100644 --- a/addons/mail/i18n/mail.pot +++ b/addons/mail/i18n/mail.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -3950,13 +3950,6 @@ msgstr "" msgid "Gmail Credentials" msgstr "" -#. module: mail -#. odoo-python -#: code:addons/mail/models/res_users.py:0 -#, python-format -msgid "Go to the configuration panel" -msgstr "" - #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_channel__channel_type__group msgid "Group" @@ -5642,6 +5635,13 @@ msgstr "" msgid "Mark as done" msgstr "" +#. module: mail +#. odoo-javascript +#: code:addons/mail/static/src/models/call_settings_menu.js:0 +#, python-format +msgid "Media devices unobtainable" +msgstr "" + #. module: mail #: model:mail.activity.type,name:mail.mail_activity_data_meeting msgid "Meeting" @@ -7799,11 +7799,6 @@ msgstr "" msgid "SSL" msgstr "" -#. module: mail -#: model:ir.model.fields,field_description:mail.field_fetchmail_server__is_ssl -msgid "SSL/TLS" -msgstr "" - #. module: mail #. odoo-javascript #: code:addons/mail/static/src/models/call_settings_menu.js:0 @@ -7811,6 +7806,11 @@ msgstr "" msgid "SSL might not be set up properly" msgstr "" +#. module: mail +#: model:ir.model.fields,field_description:mail.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + #. module: mail #. odoo-javascript #: code:addons/mail/static/src/models_data/emoji_data.js:0 @@ -10076,15 +10076,6 @@ msgstr "" msgid "You can only open the profile of existing users." msgstr "" -#. module: mail -#. odoo-python -#: code:addons/mail/models/res_users.py:0 -#, python-format -msgid "" -"You cannot create a new user from here.\n" -" To create new user please go to configuration panel." -msgstr "" - #. module: mail #. odoo-python #: code:addons/mail/models/mail_channel.py:0 @@ -23770,13 +23761,6 @@ msgstr "" msgid "medal" msgstr "" -#. module: mail -#. odoo-javascript -#: code:addons/mail/static/src/models/call_settings_menu.js:0 -#, python-format -msgid "Media devices unobtainable" -msgstr "" - #. module: mail #. odoo-javascript #: code:addons/mail/static/src/models_data/emoji_data.js:0 diff --git a/addons/mail_group/i18n/mail_group.pot b/addons/mail_group/i18n/mail_group.pot index f72ce8bcf4d7f7d320f6a926d99bd6fcd87e2b01..c39a615b8d0d4da318fdf2e3783996ddc1b592a1 100644 --- a/addons/mail_group/i18n/mail_group.pot +++ b/addons/mail_group/i18n/mail_group.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:25+0000\n" -"PO-Revision-Date: 2022-10-04 09:25+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -31,11 +31,11 @@ msgstr "" #: model:mail.template,body_html:mail_group.mail_template_list_subscribe msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" -" Hello,<br/><br/>\n" -" You have requested to be subscribed to the mailing list <strong t-out=\"object.name or ''\"/>.\n" -" <br/><br/>\n" -" To confirm, please visit the following link: <strong t-if=\"ctx.get('token_url')\"><a t-att-href=\"ctx['token_url']\"><t t-out=\"ctx['token_url'] or ''\"/></a></strong>\n" -" <br/><br/>\n" +" Hello,<br><br>\n" +" You have requested to be subscribed to the mailing list <strong t-out=\"object.name or ''\"></strong>.\n" +" <br><br>\n" +" To confirm, please visit the following link: <strong t-if=\"ctx.get('token_url')\"><a t-att-href=\"ctx['token_url']\"><t t-out=\"ctx['token_url'] or ''\"></t></a></strong>\n" +" <br><br>\n" " If this was a mistake or you did not requested this action, please ignore this message.\n" " </div>\n" " " @@ -45,11 +45,11 @@ msgstr "" #: model:mail.template,body_html:mail_group.mail_template_list_unsubscribe msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" -" Hello,<br/><br/>\n" -" You have requested to be unsubscribed to the mailing list <strong t-out=\"object.name or ''\"/>.\n" -" <br/><br/>\n" -" To confirm, please visit the following link: <strong t-if=\"ctx.get('token_url')\"><a t-att-href=\"ctx['token_url']\"><t t-out=\"ctx['token_url'] or ''\"/></a></strong>.\n" -" <br/><br/>\n" +" Hello,<br><br>\n" +" You have requested to be unsubscribed to the mailing list <strong t-out=\"object.name or ''\"></strong>.\n" +" <br><br>\n" +" To confirm, please visit the following link: <strong t-if=\"ctx.get('token_url')\"><a t-att-href=\"ctx['token_url']\"><t t-out=\"ctx['token_url'] or ''\"></t></a></strong>.\n" +" <br><br>\n" " If this was a mistake or you did not requested this action, please ignore this message.\n" " </div>\n" " " @@ -59,9 +59,9 @@ msgstr "" #: model:mail.template,body_html:mail_group.mail_template_guidelines msgid "" "<div>\n" -" <p>Hello <t t-out=\"object.partner_id.name or ''\"/>,</p>\n" +" <p>Hello <t t-out=\"object.partner_id.name or ''\"></t>,</p>\n" " <p>Please find below the guidelines of the {{ object.mail_group_id.name }} mailing list.</p>\n" -" <p><t t-out=\"object.mail_group_id.moderation_guidelines_msg or ''\"/></p>\n" +" <p><t t-out=\"object.mail_group_id.moderation_guidelines_msg or ''\"></t></p>\n" " </div>\n" " " msgstr "" @@ -248,7 +248,7 @@ msgid "Always Allow" msgstr "" #. module: mail_group -#. openerp-web +#. odoo-javascript #: code:addons/mail_group/static/src/js/mail_group.js:0 #, python-format msgid "An email with instructions has been sent." @@ -436,6 +436,7 @@ msgid "Email" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "Email %s is invalid" @@ -510,6 +511,7 @@ msgid "Group Name" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "Group message can only be linked to mail group. Current model is %s." @@ -560,6 +562,7 @@ msgid "Image" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #: code:addons/mail_group/models/mail_group.py:0 #, python-format @@ -567,6 +570,7 @@ msgid "Invalid action for URL generation (%s)" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_moderation.py:0 #: code:addons/mail_group/models/mail_group_moderation.py:0 #, python-format @@ -678,7 +682,6 @@ msgstr "" #. module: mail_group #: model:ir.actions.server,name:mail_group.ir_cron_mail_notify_group_moderators_ir_actions_server #: model:ir.cron,cron_name:mail_group.ir_cron_mail_notify_group_moderators -#: model:ir.cron,name:mail_group.ir_cron_mail_notify_group_moderators msgid "Mail List: Notify group moderators" msgstr "" @@ -774,6 +777,7 @@ msgid "Messages Per Month" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "Messages are pending moderation" @@ -821,6 +825,7 @@ msgid "Moderated emails in this group" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "Moderated group must have moderators." @@ -859,6 +864,7 @@ msgid "Moderators" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "Moderators must have an email address." @@ -923,6 +929,7 @@ msgid "Number of message in this group" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "" @@ -930,6 +937,7 @@ msgid "" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "Only members can send email to the mailing list." @@ -1039,6 +1047,7 @@ msgid "Public Mailing List" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/wizard/mail_group_message_reject.py:0 #, python-format msgid "Re: %s" @@ -1184,7 +1193,7 @@ msgid "Subject" msgstr "" #. module: mail_group -#. openerp-web +#. odoo-javascript #: code:addons/mail_group/static/src/js/mail_group.js:0 #: code:addons/mail_group/static/src/js/mail_group.js:0 #: model_terms:ir.ui.view,arch_db:mail_group.mail_groups @@ -1198,6 +1207,7 @@ msgid "Subscription confirmation to a mailing group" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "" @@ -1211,6 +1221,7 @@ msgid "Thank you!" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The \"Authorized Group\" is missing." @@ -1222,24 +1233,28 @@ msgid "The email" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "The email \"%s\" is not valid." msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The group of the message do not match." msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The guidelines description is empty." msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The guidelines description is missing." @@ -1261,6 +1276,7 @@ msgid "" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The notification message is missing." @@ -1276,32 +1292,35 @@ msgid "" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group.py:0 #, python-format msgid "The partner can not be found." msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "The record of the message should be the group." msgstr "" #. module: mail_group -#. openerp-web +#. odoo-javascript #: code:addons/mail_group/static/src/js/mail_group.js:0 #, python-format msgid "This email is already subscribed." msgstr "" #. module: mail_group -#. openerp-web +#. odoo-javascript #: code:addons/mail_group/static/src/js/mail_group.js:0 #, python-format msgid "This email is not subscribed." msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "This message can not be moderated" @@ -1313,6 +1332,7 @@ msgid "This partner is already subscribed to the group" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "Those messages can not be moderated: %s." @@ -1324,7 +1344,7 @@ msgid "To Review" msgstr "" #. module: mail_group -#. openerp-web +#. odoo-javascript #: code:addons/mail_group/static/src/js/mail_group.js:0 #: code:addons/mail_group/static/src/js/mail_group.js:0 #: model_terms:ir.ui.view,arch_db:mail_group.mail_groups @@ -1355,6 +1375,7 @@ msgid "Whitelisted" msgstr "" #. module: mail_group +#. odoo-python #: code:addons/mail_group/models/mail_group_message.py:0 #, python-format msgid "Wrong status (%s)" diff --git a/addons/microsoft_outlook/i18n/microsoft_outlook.pot b/addons/microsoft_outlook/i18n/microsoft_outlook.pot index 9c5e01a9c7e2e9fbc153e653a4de6284f754f07e..a82cfec8eaba5fe2ff697975eeddde02f9c052bd 100644 --- a/addons/microsoft_outlook/i18n/microsoft_outlook.pot +++ b/addons/microsoft_outlook/i18n/microsoft_outlook.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-20 09:02+0000\n" -"PO-Revision-Date: 2022-09-20 09:02+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -46,6 +46,7 @@ msgid "" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format msgid "An error occurred when fetching the access token. %s" @@ -69,6 +70,7 @@ msgid "Config Settings" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/ir_mail_server.py:0 #, python-format msgid "" @@ -77,6 +79,7 @@ msgid "" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/fetchmail_server.py:0 #, python-format msgid "" @@ -105,6 +108,7 @@ msgid "Incoming Mail Server" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/ir_mail_server.py:0 #, python-format msgid "" @@ -130,6 +134,7 @@ msgid "Microsoft Outlook Mixin" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format msgid "Only the administrator can link an Outlook mail server." @@ -173,27 +178,31 @@ msgid "Outlook Refresh Token" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format msgid "Please configure your Outlook credentials." msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format -msgid "" -"Please fill the \"Username\" field with your Outlook/Office365 username " -"(your email address). This should be the same account as the one used for " -"the Outlook OAuthentication Token." +msgid "Please connect with your Outlook account before using it." msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format -msgid "Please connect with your Outlook account before using it." +msgid "" +"Please fill the \"Username\" field with your Outlook/Office365 username " +"(your email address). This should be the same account as the one used for " +"the Outlook OAuthentication Token." msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/ir_mail_server.py:0 #, python-format msgid "" @@ -207,6 +216,7 @@ msgid "Read More" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/fetchmail_server.py:0 #, python-format msgid "SSL is required for the server %r." @@ -243,6 +253,7 @@ msgid "The URL to generate the authorization code from Outlook" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/ir_mail_server.py:0 #, python-format msgid "" @@ -251,6 +262,7 @@ msgid "" msgstr "" #. module: microsoft_outlook +#. odoo-python #: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0 #, python-format msgid "Unknown error." diff --git a/addons/mrp_subcontracting_dropshipping/i18n/mrp_subcontracting_dropshipping.pot b/addons/mrp_subcontracting_dropshipping/i18n/mrp_subcontracting_dropshipping.pot index e9225a02566700bcef60166c696671f906bebe7d..ddbaba644dd52025f84d812812211c04594e0c70 100644 --- a/addons/mrp_subcontracting_dropshipping/i18n/mrp_subcontracting_dropshipping.pot +++ b/addons/mrp_subcontracting_dropshipping/i18n/mrp_subcontracting_dropshipping.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:51+0000\n" -"PO-Revision-Date: 2022-12-15 12:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -59,17 +59,15 @@ msgid "Is a Subcontracting Location?" msgstr "" #. module: mrp_subcontracting_dropshipping -#. odoo-python -#: code:addons/mrp_subcontracting_dropshipping/models/purchase.py:0 -#, python-format -msgid "" -"It appears some components in this RFQ are not meant for subcontracting. " -"Please create a separate order for these." +#: model:ir.model,name:mrp_subcontracting_dropshipping.model_stock_warehouse_orderpoint +msgid "Minimum Inventory Rule" msgstr "" #. module: mrp_subcontracting_dropshipping -#: model:ir.model,name:mrp_subcontracting_dropshipping.model_stock_warehouse_orderpoint -msgid "Minimum Inventory Rule" +#. odoo-python +#: code:addons/mrp_subcontracting_dropshipping/models/purchase.py:0 +#, python-format +msgid "Please note this purchase order is for subcontracting purposes." msgstr "" #. module: mrp_subcontracting_dropshipping @@ -101,3 +99,10 @@ msgstr "" #: model:ir.model,name:mrp_subcontracting_dropshipping.model_stock_warehouse msgid "Warehouse" msgstr "" + +#. module: mrp_subcontracting_dropshipping +#. odoo-python +#: code:addons/mrp_subcontracting_dropshipping/models/purchase.py:0 +#, python-format +msgid "Warning" +msgstr "" diff --git a/addons/portal/i18n/portal.pot b/addons/portal/i18n/portal.pot index ba4e2a98f648ea328bfd5d8276d2edad3ebccf09..6d62297e6b6dc649d79c49dc6ed9d95d60f1a6fe 100644 --- a/addons/portal/i18n/portal.pot +++ b/addons/portal/i18n/portal.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:45+0000\n" -"PO-Revision-Date: 2022-12-15 12:45+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -86,6 +86,16 @@ msgstr "" msgid "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>" msgstr "" +#. module: portal +#: model_terms:ir.ui.view,arch_db:portal.portal_my_details_fields +msgid "<option value=\"\">Country...</option>" +msgstr "" + +#. module: portal +#: model_terms:ir.ui.view,arch_db:portal.portal_my_details_fields +msgid "<option value=\"\">select...</option>" +msgstr "" + #. module: portal #: model_terms:ir.ui.view,arch_db:portal.portal_my_details_fields msgid "" @@ -125,13 +135,13 @@ 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;\">Your Account</span><br/>\n" +" <span style=\"font-size: 10px;\">Your Account</span><br>\n" " <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.user_id.name or ''\">Marc Demo</span>\n" " </td><td valign=\"middle\" align=\"right\">\n" -" <img t-attf-src=\"/logo.png?company={{ object.user_id.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.user_id.company_id.name\"/>\n" +" <img t-attf-src=\"/logo.png?company={{ object.user_id.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.user_id.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" @@ -142,9 +152,9 @@ msgid "" " <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=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Dear <t t-out=\"object.user_id.name or ''\">Marc Demo</t>,<br/> <br/>\n" -" Welcome to <t t-out=\"object.user_id.company_id.name\">YourCompany</t>'s Portal!<br/><br/>\n" -" An account has been created for you with the following login: <t t-out=\"object.user_id.login\">demo</t><br/><br/>\n" +" Dear <t t-out=\"object.user_id.name or ''\">Marc Demo</t>,<br> <br>\n" +" Welcome to <t t-out=\"object.user_id.company_id.name\">YourCompany</t>'s Portal!<br><br>\n" +" An account has been created for you with the following login: <t t-out=\"object.user_id.login\">demo</t><br><br>\n" " Click on the button below to pick a password and activate your account.\n" " <div style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n" " <a t-att-href=\"object.user_id.signup_url\" style=\"display: inline-block; padding: 10px; text-decoration: none; font-size: 12px; background-color: #875A7B; color: #fff; border-radius: 5px;\">\n" @@ -155,7 +165,7 @@ msgid "" " </div>\n" " </td></tr>\n" " <tr><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></tr>\n" " </table>\n" " </td>\n" @@ -400,11 +410,6 @@ msgstr "" msgid "Country" msgstr "" -#. module: portal -#: model_terms:ir.ui.view,arch_db:portal.portal_my_details_fields -msgid "Country..." -msgstr "" - #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_share__create_uid #: model:ir.model.fields,field_description:portal.field_portal_wizard__create_uid @@ -1220,32 +1225,72 @@ msgid "Visible" msgstr "" #. module: portal +#: model:ir.model.fields,field_description:portal.field_account_analytic_account__website_message_ids #: model:ir.model.fields,field_description:portal.field_calendar_event__website_message_ids #: model:ir.model.fields,field_description:portal.field_crm_team__website_message_ids #: model:ir.model.fields,field_description:portal.field_crm_team_member__website_message_ids +#: model:ir.model.fields,field_description:portal.field_fleet_vehicle__website_message_ids +#: model:ir.model.fields,field_description:portal.field_fleet_vehicle_log_contract__website_message_ids +#: model:ir.model.fields,field_description:portal.field_fleet_vehicle_log_services__website_message_ids +#: model:ir.model.fields,field_description:portal.field_gamification_badge__website_message_ids +#: model:ir.model.fields,field_description:portal.field_gamification_challenge__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_contract__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_department__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_employee__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_job__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_leave__website_message_ids +#: model:ir.model.fields,field_description:portal.field_hr_leave_allocation__website_message_ids +#: model:ir.model.fields,field_description:portal.field_loyalty_card__website_message_ids +#: model:ir.model.fields,field_description:portal.field_lunch_supplier__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_blacklist__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_channel__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_thread__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_thread_blacklist__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_thread_cc__website_message_ids #: model:ir.model.fields,field_description:portal.field_mail_thread_phone__website_message_ids +#: model:ir.model.fields,field_description:portal.field_maintenance_equipment__website_message_ids +#: model:ir.model.fields,field_description:portal.field_maintenance_equipment_category__website_message_ids +#: model:ir.model.fields,field_description:portal.field_maintenance_request__website_message_ids +#: model:ir.model.fields,field_description:portal.field_note_note__website_message_ids #: model:ir.model.fields,field_description:portal.field_phone_blacklist__website_message_ids +#: model:ir.model.fields,field_description:portal.field_product_product__website_message_ids +#: model:ir.model.fields,field_description:portal.field_product_template__website_message_ids #: model:ir.model.fields,field_description:portal.field_res_partner__website_message_ids #: model:ir.model.fields,field_description:portal.field_res_users__website_message_ids msgid "Website Messages" msgstr "" #. module: portal +#: model:ir.model.fields,help:portal.field_account_analytic_account__website_message_ids #: model:ir.model.fields,help:portal.field_calendar_event__website_message_ids #: model:ir.model.fields,help:portal.field_crm_team__website_message_ids #: model:ir.model.fields,help:portal.field_crm_team_member__website_message_ids +#: model:ir.model.fields,help:portal.field_fleet_vehicle__website_message_ids +#: model:ir.model.fields,help:portal.field_fleet_vehicle_log_contract__website_message_ids +#: model:ir.model.fields,help:portal.field_fleet_vehicle_log_services__website_message_ids +#: model:ir.model.fields,help:portal.field_gamification_badge__website_message_ids +#: model:ir.model.fields,help:portal.field_gamification_challenge__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_contract__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_department__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_employee__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_job__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_leave__website_message_ids +#: model:ir.model.fields,help:portal.field_hr_leave_allocation__website_message_ids +#: model:ir.model.fields,help:portal.field_loyalty_card__website_message_ids +#: model:ir.model.fields,help:portal.field_lunch_supplier__website_message_ids #: model:ir.model.fields,help:portal.field_mail_blacklist__website_message_ids #: model:ir.model.fields,help:portal.field_mail_channel__website_message_ids #: model:ir.model.fields,help:portal.field_mail_thread__website_message_ids #: model:ir.model.fields,help:portal.field_mail_thread_blacklist__website_message_ids #: model:ir.model.fields,help:portal.field_mail_thread_cc__website_message_ids #: model:ir.model.fields,help:portal.field_mail_thread_phone__website_message_ids +#: model:ir.model.fields,help:portal.field_maintenance_equipment__website_message_ids +#: model:ir.model.fields,help:portal.field_maintenance_equipment_category__website_message_ids +#: model:ir.model.fields,help:portal.field_maintenance_request__website_message_ids +#: model:ir.model.fields,help:portal.field_note_note__website_message_ids #: model:ir.model.fields,help:portal.field_phone_blacklist__website_message_ids +#: model:ir.model.fields,help:portal.field_product_product__website_message_ids +#: model:ir.model.fields,help:portal.field_product_template__website_message_ids #: model:ir.model.fields,help:portal.field_res_partner__website_message_ids #: model:ir.model.fields,help:portal.field_res_users__website_message_ids msgid "Website communication history" @@ -1390,11 +1435,6 @@ msgstr "" msgid "password" msgstr "" -#. module: portal -#: model_terms:ir.ui.view,arch_db:portal.portal_my_details_fields -msgid "select..." -msgstr "" - #. module: portal #. odoo-javascript #: code:addons/portal/static/src/xml/portal_chatter.xml:0 diff --git a/addons/pos_loyalty/i18n/pos_loyalty.pot b/addons/pos_loyalty/i18n/pos_loyalty.pot index 4b5e89c74b8c74494545e35c153101cc8a88ef17..0174ed5de4dba493e81dc8199fded6b281c4b5ee 100644 --- a/addons/pos_loyalty/i18n/pos_loyalty.pot +++ b/addons/pos_loyalty/i18n/pos_loyalty.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:49+0000\n" -"PO-Revision-Date: 2022-12-15 12:49+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -47,32 +47,18 @@ msgstr "" msgid "A better global discount is already applied." msgstr "" -#. module: pos_loyalty -#: model:ir.model.fields,help:pos_loyalty.field_loyalty_rule__promo_barcode -msgid "" -"A technical field used as an alternative to the promo code. This is " -"automatically generated when the promo code is changed." -msgstr "" - #. module: pos_loyalty #. odoo-javascript -#: code:addons/pos_loyalty/static/src/xml/OrderWidget.xml:0 -#, python-format -msgid "Active Coupons" -msgstr "" - -#. module: pos_loyalty -#. odoo-javascript -#: code:addons/pos_loyalty/static/src/xml/OrderWidget.xml:0 +#: code:addons/pos_loyalty/static/src/js/Loyalty.js:0 #, python-format -msgid "Active Programs" +msgid "A reward could not be loaded" msgstr "" #. module: pos_loyalty -#. odoo-javascript -#: code:addons/pos_loyalty/static/src/xml/OrderWidget.xml:0 -#, python-format -msgid "Active Rewards" +#: model:ir.model.fields,help:pos_loyalty.field_loyalty_rule__promo_barcode +msgid "" +"A technical field used as an alternative to the promo code. This is " +"automatically generated when the promo code is changed." msgstr "" #. module: pos_loyalty @@ -538,6 +524,15 @@ msgid "" "card in the PoS." msgstr "" +#. module: pos_loyalty +#. odoo-javascript +#: code:addons/pos_loyalty/static/src/js/Loyalty.js:0 +#, python-format +msgid "" +"The reward \"%s\" contain an error in its domain, your domain must be " +"compatible with the PoS client" +msgstr "" + #. module: pos_loyalty #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__reward_id msgid "The reward associated with this line." diff --git a/addons/pos_sale/i18n/pos_sale.pot b/addons/pos_sale/i18n/pos_sale.pot index 2dc83abcd9973efab9b2449cefac0875ac798c37..58a196ab6129ac8b8417ef9564fa7657e93c1b0f 100644 --- a/addons/pos_sale/i18n/pos_sale.pot +++ b/addons/pos_sale/i18n/pos_sale.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -44,6 +44,13 @@ msgstr "" msgid "<span style=\"margin: 0px 5px;\">:</span>" msgstr "" +#. module: pos_sale +#. odoo-javascript +#: code:addons/pos_sale/static/src/js/OrderManagementScreen/SaleOrderManagementScreen.js:0 +#, python-format +msgid "A new order has been created." +msgstr "" + #. module: pos_sale #. odoo-javascript #: code:addons/pos_sale/static/src/js/OrderManagementScreen/SaleOrderManagementScreen.js:0 diff --git a/addons/pos_stripe/i18n/pos_stripe.pot b/addons/pos_stripe/i18n/pos_stripe.pot index 4fdc4482233b42256711f4f951bb9c65e36803b5..e1119e16c93531aba3988efba4b390d748ec9b53 100644 --- a/addons/pos_stripe/i18n/pos_stripe.pot +++ b/addons/pos_stripe/i18n/pos_stripe.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-02 10:33+0000\n" -"PO-Revision-Date: 2023-02-02 10:33+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -44,6 +44,14 @@ msgstr "" msgid "Failed to discover: %s" msgstr "" +#. module: pos_stripe +#. odoo-javascript +#: code:addons/pos_stripe/static/src/js/payment_stripe.js:0 +#: code:addons/pos_stripe/static/src/js/payment_stripe.js:0 +#, python-format +msgid "Failed to load resource: net::ERR_INTERNET_DISCONNECTED." +msgstr "" + #. module: pos_stripe #. odoo-javascript #: code:addons/pos_stripe/static/src/js/payment_stripe.js:0 diff --git a/addons/project/i18n/project.pot b/addons/project/i18n/project.pot index bb75b0d657338ac35622167c379ca7ad00d65f8d..4a5e4fa8a5d1b30edb018748d442208ba5a10835 100644 --- a/addons/project/i18n/project.pot +++ b/addons/project/i18n/project.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -316,29 +316,29 @@ msgstr "" #: model:mail.template,body_html:project.rating_project_request_email_template msgid "" "<div>\n" -" <t t-set=\"access_token\" t-value=\"object._rating_get_access_token()\"/>\n" -" <t t-set=\"partner\" t-value=\"object._rating_get_partner()\"/>\n" +" <t t-set=\"access_token\" t-value=\"object._rating_get_access_token()\"></t>\n" +" <t t-set=\"partner\" t-value=\"object._rating_get_partner()\"></t>\n" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"width:100%; margin:0px auto;\">\n" " <tbody>\n" " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n" " <t t-if=\"partner.name\">\n" -" Hello <t t-out=\"partner.name or ''\">Brandon Freeman</t>,<br/><br/>\n" +" Hello <t t-out=\"partner.name or ''\">Brandon Freeman</t>,<br><br>\n" " </t>\n" " <t t-else=\"\">\n" -" Hello,<br/><br/>\n" +" Hello,<br><br>\n" " </t>\n" " Please take a moment to rate our services related to the task \"<strong t-out=\"object.name or ''\">Planning and budget</strong>\"\n" " <t t-if=\"object._rating_get_operator().name\">\n" -" assigned to <strong t-out=\"object._rating_get_operator().name or ''\">Mitchell Admin</strong>.<br/>\n" +" assigned to <strong t-out=\"object._rating_get_operator().name or ''\">Mitchell Admin</strong>.<br>\n" " </t>\n" " <t t-else=\"\">\n" -" .<br/>\n" +" .<br>\n" " </t>\n" " </td></tr>\n" " <tr><td style=\"text-align: center;\">\n" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" summary=\"o_mail_notification\" style=\"width:100%; margin: 32px 0px 32px 0px;\">\n" " <tr><td style=\"font-size: 13px;\">\n" -" <strong>Tell us how you feel about our service</strong><br/>\n" +" <strong>Tell us how you feel about our service</strong><br>\n" " <span style=\"font-size: 12px; opacity: 0.5; color: #454748;\">(click on one of these smileys)</span>\n" " </td></tr>\n" " <tr><td style=\"font-size: 13px;\">\n" @@ -346,17 +346,17 @@ msgid "" " <tr>\n" " <td>\n" " <a t-attf-href=\"/rate/{{ access_token }}/5\">\n" -" <img alt=\"Satisfied\" src=\"/rating/static/src/img/rating_5.png\" title=\"Satisfied\"/>\n" +" <img alt=\"Satisfied\" src=\"/rating/static/src/img/rating_5.png\" title=\"Satisfied\">\n" " </a>\n" " </td>\n" " <td>\n" " <a t-attf-href=\"/rate/{{ access_token }}/3\">\n" -" <img alt=\"Okay\" src=\"/rating/static/src/img/rating_3.png\" title=\"Okay\"/>\n" +" <img alt=\"Okay\" src=\"/rating/static/src/img/rating_3.png\" title=\"Okay\">\n" " </a>\n" " </td>\n" " <td>\n" " <a t-attf-href=\"/rate/{{ access_token }}/1\">\n" -" <img alt=\"Dissatisfied\" src=\"/rating/static/src/img/rating_1.png\" title=\"Dissatisfied\"/>\n" +" <img alt=\"Dissatisfied\" src=\"/rating/static/src/img/rating_1.png\" title=\"Dissatisfied\">\n" " </a>\n" " </td>\n" " </tr>\n" @@ -367,10 +367,10 @@ msgid "" " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n" " We appreciate your feedback. It helps us to improve continuously.\n" " <t t-if=\"object.project_id.rating_status == 'stage'\">\n" -" <br/><br/><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\">This customer survey has been sent because your task has been moved to the stage <b t-out=\"object.stage_id.name or ''\">In progress</b></span>\n" +" <br><br><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\">This customer survey has been sent because your task has been moved to the stage <b t-out=\"object.stage_id.name or ''\">In progress</b></span>\n" " </t>\n" " <t t-if=\"object.project_id.rating_status == 'periodic'\">\n" -" <br/><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\">This customer survey is sent <b t-out=\"object.project_id.rating_status_period or ''\">Weekly</b> as long as the task is in the <b t-out=\"object.stage_id.name or ''\">In progress</b> stage.</span>\n" +" <br><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\">This customer survey is sent <b t-out=\"object.project_id.rating_status_period or ''\">Weekly</b> as long as the task is in the <b t-out=\"object.stage_id.name or ''\">In progress</b> stage.</span>\n" " </t>\n" " </td></tr>\n" " </tbody>\n" @@ -383,14 +383,14 @@ msgstr "" #: model:mail.template,body_html:project.project_done_email_template msgid "" "<div>\n" -" Dear <t t-out=\"object.partner_id.name or 'customer'\">Brandon Freeman</t>,<br/>\n" +" Dear <t t-out=\"object.partner_id.name or 'customer'\">Brandon Freeman</t>,<br>\n" " It is my pleasure to let you know that we have successfully completed the project \"<strong t-out=\"object.name or ''\">Renovations</strong>\".\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>\n" -"<br/><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\" groups=\"project.group_project_stages\">You are receiving this email because your project has been moved to the stage <b t-out=\"object.stage_id.name or ''\">Done</b></span>\n" +"<br><span style=\"margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;\" groups=\"project.group_project_stages\">You are receiving this email because your project has been moved to the stage <b t-out=\"object.stage_id.name or ''\">Done</b></span>\n" " " msgstr "" @@ -398,14 +398,14 @@ msgstr "" #: model:mail.template,body_html:project.mail_template_data_project_task msgid "" "<div>\n" -" Dear <t t-out=\"object.partner_id.name or 'customer'\">Brandon Freeman</t>,<br/>\n" -" Thank you for your enquiry.<br/>\n" +" Dear <t t-out=\"object.partner_id.name or 'customer'\">Brandon Freeman</t>,<br>\n" +" Thank you for your enquiry.<br>\n" " If you have any questions, please let us know.\n" -" <br/><br/>\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>\n" " " @@ -2376,7 +2376,6 @@ msgstr "" msgid "How’s this project going?" msgstr "" - #. module: project #: model:ir.model.fields,field_description:project.field_project_collaborator__id #: model:ir.model.fields,field_description:project.field_project_milestone__id diff --git a/addons/purchase/i18n/purchase.pot b/addons/purchase/i18n/purchase.pot index 6c3aa034528cf35048943f67a8d162a766eb7a52..acd8e08b61b8cec4074c799df003463ccb3f3fa1 100644 --- a/addons/purchase/i18n/purchase.pot +++ b/addons/purchase/i18n/purchase.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -99,7 +99,7 @@ msgid "" " <t t-if=\"object.partner_id.parent_id\">\n" " (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>)\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Here is a reminder that the delivery of the purchase order <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">P00015</span>\n" " <t t-if=\"object.partner_ref\">\n" " <span style=\"font-weight:bold;\">(<t t-out=\"object.partner_ref or ''\">REF_XXX</t>)</span>\n" @@ -113,10 +113,10 @@ msgid "" " </t>\n" " Could you please confirm it will be delivered on time?\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " </p>\n" "</div>" msgstr "" @@ -130,24 +130,24 @@ msgid "" " <t t-if=\"object.partner_id.parent_id\">\n" " (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>)\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Here is in attachment a purchase order <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">P00015</span>\n" " <t t-if=\"object.partner_ref\">\n" " with reference: <t t-out=\"object.partner_ref or ''\">REF_XXX</t>\n" " </t>\n" " amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</span>\n" " from <t t-out=\"object.company_id.name or ''\">YourCompany</t>. \n" -" <br/><br/>\n" +" <br><br>\n" " <t t-if=\"object.date_planned\">\n" " The receipt is expected for <span style=\"font-weight:bold;\" t-out=\"format_date(object.date_planned) or ''\">05/05/2021</span>.\n" -" <br/><br/>\n" +" <br><br>\n" " Could you please acknowledge the receipt of this order?\n" " </t>\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " </p>\n" "</div>" msgstr "" @@ -161,19 +161,19 @@ msgid "" " <t t-if=\"object.partner_id.parent_id\">\n" " (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>)\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Here is in attachment a request for quotation <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">P00015</span>\n" " <t t-if=\"object.partner_ref\">\n" " with reference: <t t-out=\"object.partner_ref or ''\">REF_XXX</t>\n" " </t>\n" " from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n" -" <br/><br/>\n" +" <br><br>\n" " If you have any questions, please do not hesitate to contact us.\n" -" <br/><br/>\n" +" <br><br>\n" " Best regards,\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>" @@ -621,6 +621,11 @@ msgstr "" msgid "Analytic Account" msgstr "" +#. module: purchase +#: model:ir.model.fields,field_description:purchase.field_purchase_order_line__analytic_distribution_search +msgid "Analytic Distribution Search" +msgstr "" + #. module: purchase #: model:ir.model,name:purchase.model_account_analytic_applicability msgid "Analytic Plan's Applicabilities" diff --git a/addons/purchase_requisition/i18n/purchase_requisition.pot b/addons/purchase_requisition/i18n/purchase_requisition.pot index fd53116fc6142b035751dd95ed415e82d1eb781a..ef2f2be61fe3842a2b7a7132ace345566e81bbd5 100644 --- a/addons/purchase_requisition/i18n/purchase_requisition.pot +++ b/addons/purchase_requisition/i18n/purchase_requisition.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:51+0000\n" -"PO-Revision-Date: 2022-12-15 12:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -161,6 +161,11 @@ msgstr "" msgid "Analytic" msgstr "" +#. module: purchase_requisition +#: model:ir.model.fields,field_description:purchase_requisition.field_purchase_requisition_line__analytic_distribution_search +msgid "Analytic Distribution Search" +msgstr "" + #. module: purchase_requisition #: model:ir.model.fields,field_description:purchase_requisition.field_purchase_requisition_line__analytic_precision msgid "Analytic Precision" diff --git a/addons/repair/i18n/repair.pot b/addons/repair/i18n/repair.pot index 47e1f30b1e7d1a8e523fa2d52b8e7ab808af4490..2460145adc3071a418e66fbf676f7cc11f3cfd9b 100644 --- a/addons/repair/i18n/repair.pot +++ b/addons/repair/i18n/repair.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:24+0000\n" -"PO-Revision-Date: 2022-10-04 09:24+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -46,6 +46,7 @@ msgid "" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid ": Insufficient Quantity To Repair" @@ -56,20 +57,20 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px;font-size: 13px;\">\n" -" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br/>\n" +" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n" " Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n" " <t t-if=\"object.invoice_method != 'none'\">\n" -" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br/>\n" +" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n" " </t>\n" " <t t-else=\"\">\n" -" .<br/>\n" +" .<br>\n" " </t>\n" " You can reply to this email if you have any questions.\n" -" <br/><br/>\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>" @@ -272,6 +273,7 @@ msgid "" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "" @@ -291,6 +293,7 @@ msgid "Create Mass Invoice (repair)" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/stock_picking.py:0 #, python-format msgid "Create Repair" @@ -559,6 +562,7 @@ msgid "Invoice and shipping address:" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Invoice created" @@ -686,18 +690,21 @@ msgid "No Invoice" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "No account defined for product \"%s\"." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "No pricelist found." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "No product defined on fees." @@ -709,6 +716,7 @@ msgid "No repair order found. Let's create one!" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "No valid pricelist line found." @@ -753,6 +761,7 @@ msgid "Number of repairs linked to this picking" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Only draft repairs can be confirmed." @@ -957,6 +966,7 @@ msgid "Repair Order Reference" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/stock_picking.py:0 #: model:ir.actions.act_window,name:repair.action_repair_order_graph #: model:ir.actions.act_window,name:repair.action_repair_order_tree @@ -985,7 +995,6 @@ msgid "Repair Reference" msgstr "" #. module: repair -#: model:product.product,name:repair.product_service_order_repair #: model:product.template,name:repair.product_service_order_repair_product_template msgid "Repair Services" msgstr "" @@ -997,24 +1006,28 @@ msgid "Repair Tags" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Repair must be canceled in order to reset it to draft." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Repair must be confirmed before starting reparation." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Repair must be repaired in order to make the product moves." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Repair must be under repair in order to end reparation." @@ -1026,6 +1039,7 @@ msgid "Repair order count" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/stock_lot.py:0 #, python-format msgid "Repair orders of %s" @@ -1135,6 +1149,7 @@ msgid "Sent manually when clicking on \"Send Quotation\" on a repair order" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "Serial number is required for operation lines with products: %s" @@ -1224,6 +1239,7 @@ msgid "The name of the Repair Order must be unique!" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "" @@ -1311,12 +1327,6 @@ msgstr "" msgid "Unit of Measure" msgstr "" -#. module: repair -#: model:product.product,uom_name:repair.product_service_order_repair -#: model:product.template,uom_name:repair.product_service_order_repair_product_template -msgid "Units" -msgstr "" - #. module: repair #: model:ir.model.fields,field_description:repair.field_repair_order__amount_untaxed msgid "Untaxed Amount" @@ -1343,7 +1353,8 @@ msgid "Warn Insufficient Repair Quantity" msgstr "" #. module: repair -#: code:addons/repair/models/repair.py:0 +#. odoo-python +#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "Warning" msgstr "" @@ -1365,6 +1376,7 @@ msgid "Website communication history" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "" @@ -1373,6 +1385,7 @@ msgid "" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "" @@ -1381,24 +1394,28 @@ msgid "" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "You can not enter negative quantities." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "You cannot cancel a completed repair order." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "You cannot delete a completed repair order." msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0 #, python-format msgid "" @@ -1407,6 +1424,7 @@ msgid "" msgstr "" #. module: repair +#. odoo-python #: code:addons/repair/models/repair.py:0 #, python-format msgid "You have to select an invoice address in the repair form." diff --git a/addons/sale/i18n/sale.pot b/addons/sale/i18n/sale.pot index dc87449fa43b91abdce6871282d25b303941bfbb..017791cbdeb54f300369d37c578dc6d161e2f83a 100644 --- a/addons/sale/i18n/sale.pot +++ b/addons/sale/i18n/sale.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:52+0000\n" -"PO-Revision-Date: 2023-04-14 05:52+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -96,33 +96,33 @@ msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 12px;\">\n" " Hello,\n" -" <br/><br/>\n" -" <t t-set=\"transaction\" t-value=\"object.get_portal_last_transaction()\"/>\n" +" <br><br>\n" +" <t t-set=\"transaction\" t-value=\"object.get_portal_last_transaction()\"></t>\n" " Your order <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">S00049</span> amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</span>\n" " <t t-if=\"object.state == 'sale' or (transaction and transaction.state in ('done', 'authorized'))\">\n" -" has been confirmed.<br/>\n" +" has been confirmed.<br>\n" " Thank you for your trust!\n" " </t>\n" " <t t-elif=\"transaction and transaction.state == 'pending'\">\n" " is pending. It will be confirmed when the payment is received.\n" " <t t-if=\"object.reference\">\n" -" Your payment reference is <span style=\"font-weight:bold;\" t-out=\"object.reference or ''\"/>.\n" +" Your payment reference is <span style=\"font-weight:bold;\" t-out=\"object.reference or ''\"></span>.\n" " </t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " </p>\n" "<t t-if=\"hasattr(object, 'website_id') and object.website_id\">\n" " <div style=\"margin: 0px; padding: 0px;\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n" " <tr style=\"border-bottom: 2px solid #dee2e6;\">\n" " <td style=\"width: 150px;\"><span style=\"font-weight:bold;\">Products</span></td>\n" -" <td/>\n" +" <td></td>\n" " <td width=\"15%\" align=\"center\"><span style=\"font-weight:bold;\">Quantity</span></td>\n" " <td width=\"20%\" align=\"right\"><span style=\"font-weight:bold;\">\n" " <t t-if=\"object.user_id.has_group('account.group_show_line_subtotals_tax_excluded')\">\n" @@ -137,9 +137,9 @@ msgid "" " <t t-foreach=\"object.order_line\" t-as=\"line\">\n" " <t t-if=\"(not hasattr(line, 'is_delivery') or not line.is_delivery) and line.display_type in ['line_section', 'line_note']\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n" -" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"/>\n" +" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"></t>\n" " <tr t-att-style=\"'background-color: #f2f2f2' if loop_cycle_number % 2 == 0 else 'background-color: #ffffff'\">\n" -" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"/>\n" +" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"></t>\n" " <td colspan=\"4\">\n" " <t t-if=\"line.display_type == 'line_section'\">\n" " <span style=\"font-weight:bold;\" t-out=\"line.name or ''\">Taking care of Trees Course</span>\n" @@ -153,11 +153,11 @@ msgid "" " </t>\n" " <t t-elif=\"(not hasattr(line, 'is_delivery') or not line.is_delivery)\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n" -" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"/>\n" +" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"></t>\n" " <tr t-att-style=\"'background-color: #f2f2f2' if loop_cycle_number % 2 == 0 else 'background-color: #ffffff'\">\n" -" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"/>\n" +" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"></t>\n" " <td style=\"width: 150px;\">\n" -" <img t-attf-src=\"/web/image/product.product/{{ line.product_id.id }}/image_128\" style=\"width: 64px; height: 64px; object-fit: contain;\" alt=\"Product image\"/>\n" +" <img t-attf-src=\"/web/image/product.product/{{ line.product_id.id }}/image_128\" style=\"width: 64px; height: 64px; object-fit: contain;\" alt=\"Product image\">\n" " </td>\n" " <td align=\"left\" t-out=\"line.product_id.name or ''\">\tTaking care of Trees Course</td>\n" " <td width=\"15%\" align=\"center\" t-out=\"line.product_uom_qty or ''\">1</td>\n" @@ -177,12 +177,12 @@ msgid "" " <div style=\"margin: 0px; padding: 0px;\" t-if=\"hasattr(object, 'carrier_id') and object.carrier_id\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px;\" align=\"right\">\n" " <tr>\n" -" <td style=\"width: 60%\"/>\n" +" <td style=\"width: 60%\"></td>\n" " <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">Delivery:</span></td>\n" " <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_delivery, object.currency_id) or ''\">$ 0.00</td>\n" " </tr>\n" " <tr>\n" -" <td style=\"width: 60%\"/>\n" +" <td style=\"width: 60%\"></td>\n" " <td style=\"width: 30%;\" align=\"right\"><span style=\"font-weight:bold;\">SubTotal:</span></td>\n" " <td style=\"width: 10%;\" align=\"right\" t-out=\"format_amount(object.amount_untaxed, object.currency_id) or ''\">$ 10.00</td>\n" " </tr>\n" @@ -191,7 +191,7 @@ msgid "" " <div style=\"margin: 0px; padding: 0px;\" t-else=\"\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px;\" align=\"right\">\n" " <tr>\n" -" <td style=\"width: 60%\"/>\n" +" <td style=\"width: 60%\"></td>\n" " <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">SubTotal:</span></td>\n" " <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_untaxed, object.currency_id) or ''\">$ 10.00</td>\n" " </tr>\n" @@ -200,12 +200,12 @@ msgid "" " <div style=\"margin: 0px; padding: 0px;\">\n" " <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px;\" align=\"right\">\n" " <tr>\n" -" <td style=\"width: 60%\"/>\n" +" <td style=\"width: 60%\"></td>\n" " <td style=\"width: 30%;\" align=\"right\"><span style=\"font-weight:bold;\">Taxes:</span></td>\n" " <td style=\"width: 10%;\" align=\"right\" t-out=\"format_amount(object.amount_tax, object.currency_id) or ''\">$ 0.00</td>\n" " </tr>\n" " <tr>\n" -" <td style=\"width: 60%\"/>\n" +" <td style=\"width: 60%\"></td>\n" " <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">Total:</span></td>\n" " <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</td>\n" " </tr>\n" @@ -227,10 +227,10 @@ msgid "" " <td>\n" " <span style=\"font-weight:bold;\">Payment Method:</span>\n" " <t t-if=\"transaction.token_id\">\n" -" <t t-out=\"transaction.token_id.display_name or ''\"/>\n" +" <t t-out=\"transaction.token_id.display_name or ''\"></t>\n" " </t>\n" " <t t-else=\"\">\n" -" <t t-out=\"transaction.provider_id.sudo().name or ''\"/>\n" +" <t t-out=\"transaction.provider_id.sudo().name or ''\"></t>\n" " </t>\n" " (<t t-out=\"format_amount(transaction.amount, object.currency_id) or ''\">$ 10.00</t>)\n" " </td>\n" @@ -241,7 +241,7 @@ msgid "" " <table width=\"100%\" style=\"color: #454748; font-size: 12px;\">\n" " <tr>\n" " <td>\n" -" <br/>\n" +" <br>\n" " <span style=\"font-weight:bold;\">Ship to:</span>\n" " <t t-out=\"object.partner_shipping_id.street or ''\">1201 S Figueroa St</t>\n" " <t t-out=\"object.partner_shipping_id.city or ''\">Los Angeles</t>\n" @@ -255,7 +255,7 @@ msgid "" " <tr>\n" " <td>\n" " <span style=\"font-weight:bold;\">Shipping Method:</span>\n" -" <t t-out=\"object.carrier_id.name or ''\"/>\n" +" <t t-out=\"object.carrier_id.name or ''\"></t>\n" " <t t-if=\"object.amount_delivery == 0.0\">\n" " (Free)\n" " </t>\n" @@ -267,7 +267,7 @@ msgid "" " <tr t-if=\"object.carrier_id.carrier_description\">\n" " <td>\n" " <strong>Shipping Description:</strong>\n" -" <t t-out=\"object.carrier_id.carrier_description\"/>\n" +" <t t-out=\"object.carrier_id.carrier_description\"></t>\n" " </td>\n" " </tr>\n" " </table>\n" @@ -281,31 +281,31 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" <t t-set=\"doc_name\" t-value=\"'quotation' if object.state in ('draft', 'sent') else 'order'\"/>\n" +" <t t-set=\"doc_name\" t-value=\"'quotation' if object.state in ('draft', 'sent') else 'order'\"></t>\n" " Hello,\n" -" <br/><br/>\n" +" <br><br>\n" " Your\n" " <t t-if=\"ctx.get('proforma')\">\n" " Pro forma invoice for <t t-out=\"doc_name or ''\">quotation</t> <span style=\"font-weight: bold;\" t-out=\"object.name or ''\">S00052</span>\n" " <t t-if=\"object.origin\">\n" -" (with reference: <t t-out=\"object.origin or ''\"/> )\n" +" (with reference: <t t-out=\"object.origin or ''\"></t> )\n" " </t>\n" " amounting in <span style=\"font-weight: bold;\" t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 10.00</span> is available.\n" " </t>\n" " <t t-else=\"\">\n" -" <t t-out=\"doc_name or ''\">quotation</t> <span style=\"font-weight: bold;\" t-out=\"object.name or ''\"/>\n" +" <t t-out=\"doc_name or ''\">quotation</t> <span style=\"font-weight: bold;\" t-out=\"object.name or ''\"></span>\n" " <t t-if=\"object.origin\">\n" " (with reference: <t t-out=\"object.origin or ''\">S00052</t> )\n" " </t>\n" " amounting in <span style=\"font-weight: bold;\" t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 10.00</span> is ready for review.\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" " <t t-if=\"not is_html_empty(object.user_id.signature)\">\n" -" <br/><br/>\n" -" <t t-out=\"object.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br><br>\n" +" <t t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" -" <br/><br/>\n" +" <br><br>\n" " </p>\n" "</div>\n" " " @@ -316,9 +316,9 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" <t t-set=\"doc_name\" t-value=\"object.type_name\"/>\n" +" <t t-set=\"doc_name\" t-value=\"object.type_name\"></t>\n" " Dear <t t-out=\"object.partner_id.name or ''\">user</t>,\n" -" <br/><br/>\n" +" <br><br>\n" " Please be advised that your\n" " <t t-out=\"doc_name or ''\">quotation</t> <strong t-out=\"object.name or ''\">S00052</strong>\n" " <t t-if=\"object.origin\">\n" @@ -326,9 +326,9 @@ msgid "" " </t>\n" " has been cancelled. Therefore, you should not be charged further for this order.\n" " If any refund is necessary, this will be executed at best convenience.\n" -" <br/><br/>\n" +" <br><br>\n" " Do not hesitate to contact us if you have any questions.\n" -" <br/>\n" +" <br>\n" " </p>\n" "</div>\n" " " @@ -804,6 +804,11 @@ msgstr "" msgid "Analytic Account" msgstr "" +#. module: sale +#: model:ir.model.fields,field_description:sale.field_sale_order_line__analytic_distribution_search +msgid "Analytic Distribution Search" +msgstr "" + #. module: sale #: model:ir.model.fields.selection,name:sale.selection__sale_order_line__qty_delivered_method__analytic msgid "Analytic From Expenses" diff --git a/addons/sale_mrp/i18n/sale_mrp.pot b/addons/sale_mrp/i18n/sale_mrp.pot index 4b3642d3f56aabee5e5c3be9c256a3c97b9002bc..d65d056e5b669b710e9f19922ad9e390e80802f1 100644 --- a/addons/sale_mrp/i18n/sale_mrp.pot +++ b/addons/sale_mrp/i18n/sale_mrp.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~15.4\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-09 14:06+0000\n" -"PO-Revision-Date: 2022-06-09 14:06+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -51,6 +51,7 @@ msgid "<strong>Manufacturing Orders</strong>" msgstr "" #. module: sale_mrp +#. odoo-python #: code:addons/sale_mrp/models/mrp_bom.py:0 #, python-format msgid "" @@ -58,6 +59,11 @@ msgid "" "The error concerns these products: %s" msgstr "" +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_mrp_bom +msgid "Bill of Material" +msgstr "" + #. module: sale_mrp #: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count msgid "Count of MO generated" @@ -79,6 +85,7 @@ msgid "Journal Item" msgstr "" #. module: sale_mrp +#. odoo-python #: code:addons/sale_mrp/models/sale_order.py:0 #, python-format msgid "Manufacturing Orders Generated by %s" @@ -110,6 +117,7 @@ msgid "Sales Order Line" msgstr "" #. module: sale_mrp +#. odoo-python #: code:addons/sale_mrp/models/mrp_production.py:0 #, python-format msgid "Sources Sale Orders of %s" diff --git a/addons/spreadsheet_dashboard/i18n/spreadsheet_dashboard.pot b/addons/spreadsheet_dashboard/i18n/spreadsheet_dashboard.pot index e708403084dd70ec0381c4ddb91a9f239bf9ccb1..d391f87d9412fc26147c1ed303b91949c4900bdb 100644 --- a/addons/spreadsheet_dashboard/i18n/spreadsheet_dashboard.pot +++ b/addons/spreadsheet_dashboard/i18n/spreadsheet_dashboard.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-10 10:23+0000\n" -"PO-Revision-Date: 2022-10-10 10:23+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,21 +16,21 @@ msgstr "" "Plural-Forms: \n" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/dashboard_action.xml:0 #, python-format msgid "An error occured while loading the dashboard" msgstr "" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/mobile_search_panel/mobile_search_panel.xml:0 #, python-format msgid "BACK" msgstr "" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/mobile_search_panel/mobile_search_panel.js:0 #, python-format msgid "Choose a dashboard...." @@ -100,6 +100,13 @@ msgstr "" msgid "ID" msgstr "" +#. module: spreadsheet_dashboard +#. odoo-python +#: code:addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:0 +#, python-format +msgid "Invalid JSON Data" +msgstr "" + #. module: spreadsheet_dashboard #: model:ir.model.fields,field_description:spreadsheet_dashboard.field_spreadsheet_dashboard____last_update #: model:ir.model.fields,field_description:spreadsheet_dashboard.field_spreadsheet_dashboard_group____last_update @@ -119,7 +126,7 @@ msgid "Last Updated on" msgstr "" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/dashboard_action.xml:0 #, python-format msgid "Loading..." @@ -132,14 +139,14 @@ msgid "Name" msgstr "" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/dashboard_action.xml:0 #, python-format msgid "No available dashboard" msgstr "" #. module: spreadsheet_dashboard -#. openerp-web +#. odoo-javascript #: code:addons/spreadsheet_dashboard/static/src/bundle/dashboard_action/mobile_figure_container/mobile_figure_container.xml:0 #, python-format msgid "" @@ -159,6 +166,7 @@ msgid "Sequence" msgstr "" #. module: spreadsheet_dashboard +#. odoo-python #: code:addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:0 #, python-format msgid "Sheet1" diff --git a/addons/stock/i18n/stock.pot b/addons/stock/i18n/stock.pot index ca647a7f2a7a2bcde3a61c44882fe585573e43db..95da6557ba9bd3dadeda3ee5d649d99812a028ec 100644 --- a/addons/stock/i18n/stock.pot +++ b/addons/stock/i18n/stock.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -295,33 +295,33 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br/><br/>\n" +" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n" " We are glad to inform you that your order has been shipped.\n" " <t t-if=\"hasattr(object, 'carrier_tracking_ref') and object.carrier_tracking_ref\">\n" " Your tracking reference is\n" " <strong>\n" " <t t-if=\"object.carrier_tracking_url\">\n" -" <t t-set=\"multiple_carrier_tracking\" t-value=\"object.get_multiple_carrier_tracking()\"/>\n" +" <t t-set=\"multiple_carrier_tracking\" t-value=\"object.get_multiple_carrier_tracking()\"></t>\n" " <t t-if=\"multiple_carrier_tracking\">\n" " <t t-foreach=\"multiple_carrier_tracking\" t-as=\"line\">\n" -" <br/><a t-att-href=\"line[1]\" target=\"_blank\" t-out=\"line[0] or ''\"/>\n" +" <br><a t-att-href=\"line[1]\" target=\"_blank\" t-out=\"line[0] or ''\"></a>\n" " </t>\n" " </t>\n" " <t t-else=\"\">\n" -" <a t-attf-href=\"{{ object.carrier_tracking_url }}\" target=\"_blank\" t-out=\"object.carrier_tracking_ref or ''\"/>.\n" +" <a t-attf-href=\"{{ object.carrier_tracking_url }}\" target=\"_blank\" t-out=\"object.carrier_tracking_ref or ''\"></a>.\n" " </t>\n" " </t>\n" " <t t-else=\"\">\n" -" <t t-out=\"object.carrier_tracking_ref or ''\"/>.\n" +" <t t-out=\"object.carrier_tracking_ref or ''\"></t>.\n" " </t>\n" " </strong>\n" " </t>\n" -" <br/><br/>\n" -" Please find your delivery order attached for more details.<br/><br/>\n" +" <br><br>\n" +" Please find your delivery order attached for more details.<br><br>\n" " Thank you,\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" "</div>\n" @@ -3738,6 +3738,15 @@ msgstr "" msgid "Is quantity done editable" msgstr "" +#. module: stock +#. odoo-python +#: code:addons/stock/models/stock_move_line.py:0 +#, python-format +msgid "" +"It is not allow to import reserved quantity, you have to use the quantity " +"directly." +msgstr "" + #. module: stock #. odoo-python #: code:addons/stock/models/stock_quant.py:0 @@ -4475,7 +4484,6 @@ msgid "Minimum Stock Rules" msgstr "" #. module: stock -#: model:ir.model.fields,field_description:stock.field_report_stock_quantity__move_ids #: model:ir.model.fields,field_description:stock.field_stock_assign_serial__move_id #: model:ir.model.fields,field_description:stock.field_stock_package_level__move_ids #: model:ir.model.fields,field_description:stock.field_stock_return_picking_line__move_id @@ -8169,11 +8177,12 @@ msgid "" msgstr "" #. module: stock +#. odoo-python #: code:addons/stock/models/product.py:0 #, python-format msgid "" -"This product's company cannot be changed as long as there are stock moves of " -"it belonging to another company." +"This product's company cannot be changed as long as there are stock moves of" +" it belonging to another company." msgstr "" #. module: stock @@ -9805,10 +9814,3 @@ msgstr "" msgid "" "{{ object.company_id.name }} Delivery Order (Ref {{ object.name or 'n/a' }})" msgstr "" - -#. module: stock -#: code:addons/stock/models/stock_move_line.py:0 -#, python-format -msgid "" -"It is not allow to import reserved quantity, you have to use the quantity directly." -msgstr "" diff --git a/addons/survey/i18n/survey.pot b/addons/survey/i18n/survey.pot index 074d224929ce2c86d2fde47bfd581b18844bc058..413e0832781f7fbef8db441c8ee1bfa81b63415b 100644 --- a/addons/survey/i18n/survey.pot +++ b/addons/survey/i18n/survey.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -204,7 +204,7 @@ msgid "" " <tbody>\n" " <tr><td>\n" " <!-- We use the logo of the company that created the survey (to handle multi company cases) -->\n" -" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.survey_id.create_uid.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"/></a>\n" +" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.survey_id.create_uid.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"></a>\n" " </td><td style=\"text-align:right;vertical-align:middle;\">\n" " Certification: <t t-out=\"object.survey_id.display_name or ''\">Feedback Form</t>\n" " </td></tr>\n" @@ -219,7 +219,7 @@ msgid "" " <strong t-out=\"object.survey_id.display_name or ''\">Furniture Creation</strong>\n" " certification\n" " </p>\n" -" <p>Congratulations for passing the test with a score of <strong t-out=\"object.scoring_percentage\"/>% !</p>\n" +" <p>Congratulations for passing the test with a score of <strong t-out=\"object.scoring_percentage\"></strong>% !</p>\n" " </td></tr>\n" " </tbody>\n" " </table>\n" @@ -232,7 +232,7 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Dear <t t-out=\"object.partner_id.name or 'participant'\">participant</t><br/><br/>\n" +" Dear <t t-out=\"object.partner_id.name or 'participant'\">participant</t><br><br>\n" " <t t-if=\"object.survey_id.certification\">\n" " You have been invited to take a new certification.\n" " </t>\n" @@ -250,7 +250,7 @@ msgid "" " </a>\n" " </div>\n" " <t t-if=\"object.deadline\">\n" -" Please answer the survey for <t t-out=\"format_date(object.deadline) or ''\">05/05/2021</t>.<br/><br/>\n" +" Please answer the survey for <t t-out=\"format_date(object.deadline) or ''\">05/05/2021</t>.<br><br>\n" " </t>\n" " <t t-if=\"object.survey_id.certification\">\n" " We wish you good luck!\n" diff --git a/addons/website_crm_partner_assign/i18n/website_crm_partner_assign.pot b/addons/website_crm_partner_assign/i18n/website_crm_partner_assign.pot index c702d0735eb7648c5aa25ec513b924aaded398ed..744a874e776eb9d700f67684da6b3d59d20b2b44 100644 --- a/addons/website_crm_partner_assign/i18n/website_crm_partner_assign.pot +++ b/addons/website_crm_partner_assign/i18n/website_crm_partner_assign.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0+e\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-15 12:45+0000\n" -"PO-Revision-Date: 2022-12-15 12:45+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -49,6 +49,16 @@ msgstr "" msgid "<i class=\"fa fa-pencil me-1\"/>Edit" msgstr "" +#. module: website_crm_partner_assign +#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.portal_my_opportunity +msgid "<option>Countries...</option>" +msgstr "" + +#. module: website_crm_partner_assign +#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.portal_my_opportunity +msgid "<option>States...</option>" +msgstr "" + #. module: website_crm_partner_assign #. odoo-python #: code:addons/website_crm_partner_assign/models/crm_lead.py:0 @@ -224,12 +234,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;\">Your leads</span><br/>\n" +" <span style=\"font-size: 10px;\">Your leads</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" +" <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" @@ -241,22 +251,22 @@ msgid "" " <tr>\n" " <td valign=\"top\" style=\"font-size: 13px;\">\n" " <div>\n" -" Hello,<br/>\n" -" We have been contacted by those prospects that are in your region. Thus, the following leads have been assigned to <t t-out=\"ctx['partner_id'].name or ''\"/>:<br/>\n" +" Hello,<br>\n" +" We have been contacted by those prospects that are in your region. Thus, the following leads have been assigned to <t t-out=\"ctx['partner_id'].name or ''\"></t>:<br>\n" " <ol>\n" -" <li t-foreach=\"ctx['partner_leads']\" t-as=\"lead\"><a t-att-href=\"lead['lead_link']\" t-out=\"lead['lead_id'].name or 'Subject Undefined'\">Subject Undefined</a>, <t t-out=\"lead['lead_id'].partner_name or lead['lead_id'].contact_name or 'Contact Name Undefined'\">Contact Name Undefined</t>, <t t-out=\"lead['lead_id'].country_id and lead['lead_id'].country_id.name or 'Country Undefined'\">Country Undefined</t>, <t t-out=\"lead['lead_id'].email_from or 'Email Undefined' or ''\">Email Undefined</t>, <t t-out=\"lead['lead_id'].phone or ''\">+1 650-123-4567</t> </li><br/>\n" +" <li t-foreach=\"ctx['partner_leads']\" t-as=\"lead\"><a t-att-href=\"lead['lead_link']\" t-out=\"lead['lead_id'].name or 'Subject Undefined'\">Subject Undefined</a>, <t t-out=\"lead['lead_id'].partner_name or lead['lead_id'].contact_name or 'Contact Name Undefined'\">Contact Name Undefined</t>, <t t-out=\"lead['lead_id'].country_id and lead['lead_id'].country_id.name or 'Country Undefined'\">Country Undefined</t>, <t t-out=\"lead['lead_id'].email_from or 'Email Undefined' or ''\">Email Undefined</t>, <t t-out=\"lead['lead_id'].phone or ''\">+1 650-123-4567</t> </li><br>\n" " </ol>\n" " <t t-if=\"ctx.get('partner_in_portal')\">\n" -" Please connect to your <a href=\"{{ '%s?db=%s' % (record.get_base_url(), record.env.cr.dbname) }}\">Partner Portal</a> to get details. On each lead are two buttons on the top left corner that you should press after having contacted the lead: \"I'm interested\" & \"I'm not interested\".<br/>\n" +" Please connect to your <a href=\"%7B%7B%20'%s?db=%s'%20%20(record.get_base_url(),%20record.env.cr.dbname)%20%7D%7D\">Partner Portal</a> to get details. On each lead are two buttons on the top left corner that you should press after having contacted the lead: \"I'm interested\" & \"I'm not interested\".<br>\n" " </t>\n" " <t t-else=\"\">\n" " You do not have yet a portal access to our database. Please contact\n" -" <t t-out=\"ctx['partner_id'].user_id and ctx['partner_id'].user_id.email and 'your account manager %s (%s)' % (ctx['partner_id'].user_id.name,ctx['partner_id'].user_id.email) or 'us'\">us</t>.<br/>\n" +" <t t-out=\"ctx['partner_id'].user_id and ctx['partner_id'].user_id.email and 'your account manager %s (%s)' % (ctx['partner_id'].user_id.name,ctx['partner_id'].user_id.email) or 'us'\">us</t>.<br>\n" " </t>\n" -" The lead will be sent to another partner if you do not contact the lead before 20 days.<br/><br/>\n" -" Thank you,<br/>\n" -" <t t-out=\"ctx['partner_id'].user_id and ctx['partner_id'].user_id.signature or ''\"/>\n" -" <br/>\n" +" The lead will be sent to another partner if you do not contact the lead before 20 days.<br><br>\n" +" Thank you,<br>\n" +" <t t-out=\"ctx['partner_id'].user_id and ctx['partner_id'].user_id.signature or ''\"></t>\n" +" <br>\n" " <t t-if=\"not ctx['partner_id'].user_id\">\n" " PS: It looks like you do not have an account manager assigned to you, please contact us.\n" " </t>\n" @@ -265,7 +275,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" @@ -464,11 +474,6 @@ msgstr "" msgid "Contents" msgstr "" -#. module: website_crm_partner_assign -#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.portal_my_opportunity -msgid "Countries..." -msgstr "" - #. module: website_crm_partner_assign #: model:ir.model.fields,field_description:website_crm_partner_assign.field_crm_partner_report_assign__country_id msgid "Country" @@ -962,7 +967,6 @@ msgstr "" #. module: website_crm_partner_assign #: model:ir.model.fields,field_description:website_crm_partner_assign.field_crm_partner_report_assign__partner_id -#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.grade_in_detail #: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.view_report_crm_partner_assign_filter msgid "Partner" msgstr "" @@ -1046,11 +1050,6 @@ msgstr "" msgid "Partner this case has been forwarded/assigned to." msgstr "" -#. module: website_crm_partner_assign -#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.index -msgid "Partners" -msgstr "" - #. module: website_crm_partner_assign #: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.snippet_options msgid "Partners Page" @@ -1234,11 +1233,6 @@ msgstr "" msgid "Stage" msgstr "" -#. module: website_crm_partner_assign -#: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.portal_my_opportunity -msgid "States..." -msgstr "" - #. module: website_crm_partner_assign #: model_terms:ir.ui.view,arch_db:website_crm_partner_assign.portal_my_opportunity msgid "Street" diff --git a/addons/website_event_track/i18n/website_event_track.pot b/addons/website_event_track/i18n/website_event_track.pot index db315cd303a38ec11c173effa1c30d2c4f1b8b83..eefa4a4fdb07221a0ac055b0a20829fa84fe5f08 100644 --- a/addons/website_event_track/i18n/website_event_track.pot +++ b/addons/website_event_track/i18n/website_event_track.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:26+0000\n" -"PO-Revision-Date: 2022-10-04 09:26+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,6 +16,7 @@ msgstr "" "Plural-Forms: \n" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/website.py:0 #, python-format msgid "\"Events App Name\" field is required." @@ -28,24 +29,28 @@ msgid "# Wishlisted" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #, python-format msgid "%(name)s from %(company)s" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #, python-format msgid "%(name)s, %(function)s at %(company)s" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/website.py:0 #, python-format msgid "%s Events" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/controllers/webmanifest.py:0 #, python-format msgid "%s Online Events Application" @@ -110,20 +115,20 @@ msgstr "" #: model:mail.template,body_html:website_event_track.mail_template_data_track_confirmation msgid "" "<div>\n" -" Dear <t t-out=\"object.partner_id.name or object.partner_name or ''\">Brandon Freeman</t><br/>\n" +" Dear <t t-out=\"object.partner_id.name or object.partner_name or ''\">Brandon Freeman</t><br>\n" " We are pleased to inform you that your proposal <t t-out=\"object.name or ''\">What This Event Is All About</t> has been accepted and confirmed for the event <t t-out=\"object.event_id.name or ''\">OpenWood Collection Online Reveal</t>.\n" -" <br/>\n" +" <br>\n" " You will find more details here:\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" " <a t-attf-href=\"/event/{{ object.event_id.id }}/track/{{ object.id }}\" style=\"padding: 8px 16px 8px 16px; font-size: 14px; color: #FFFFFF; text-decoration: none !important; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px\">\n" " View Talk\n" " </a>\n" " </div>\n" -" <br/><br/>\n" +" <br><br>\n" " Thank you,\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" "</div>" msgstr "" @@ -314,6 +319,7 @@ msgid "Advanced reporting" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_event.py:0 #, python-format msgid "Agenda" @@ -330,7 +336,7 @@ msgid "Allow Track Proposals" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "Allow push notifications?" @@ -355,7 +361,7 @@ msgid "Announced" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/xml/event_track_proposal_templates.xml:0 #, python-format msgid "Application" @@ -410,67 +416,8 @@ msgid "Biography" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track_stage.py:0 -#: model:event.track,legend_blocked:website_event_track.event_7_track_1 -#: model:event.track,legend_blocked:website_event_track.event_7_track_10 -#: model:event.track,legend_blocked:website_event_track.event_7_track_11 -#: model:event.track,legend_blocked:website_event_track.event_7_track_12 -#: model:event.track,legend_blocked:website_event_track.event_7_track_13 -#: model:event.track,legend_blocked:website_event_track.event_7_track_14 -#: model:event.track,legend_blocked:website_event_track.event_7_track_15 -#: model:event.track,legend_blocked:website_event_track.event_7_track_16 -#: model:event.track,legend_blocked:website_event_track.event_7_track_17 -#: model:event.track,legend_blocked:website_event_track.event_7_track_18 -#: model:event.track,legend_blocked:website_event_track.event_7_track_19 -#: model:event.track,legend_blocked:website_event_track.event_7_track_2 -#: model:event.track,legend_blocked:website_event_track.event_7_track_20 -#: model:event.track,legend_blocked:website_event_track.event_7_track_21 -#: model:event.track,legend_blocked:website_event_track.event_7_track_22 -#: model:event.track,legend_blocked:website_event_track.event_7_track_23 -#: model:event.track,legend_blocked:website_event_track.event_7_track_24 -#: model:event.track,legend_blocked:website_event_track.event_7_track_25 -#: model:event.track,legend_blocked:website_event_track.event_7_track_26 -#: model:event.track,legend_blocked:website_event_track.event_7_track_3 -#: model:event.track,legend_blocked:website_event_track.event_7_track_4 -#: model:event.track,legend_blocked:website_event_track.event_7_track_5 -#: model:event.track,legend_blocked:website_event_track.event_7_track_6 -#: model:event.track,legend_blocked:website_event_track.event_7_track_7 -#: model:event.track,legend_blocked:website_event_track.event_7_track_8 -#: model:event.track,legend_blocked:website_event_track.event_7_track_9 -#: model:event.track,legend_blocked:website_event_track.event_7_track_l3_1 -#: model:event.track,legend_blocked:website_event_track.event_7_track_l3_10 -#: model:event.track,legend_blocked:website_event_track.event_7_track_l3_11 -#: model:event.track,legend_blocked:website_event_track.event_7_track_l3_2 -#: model:event.track,legend_blocked:website_event_track.event_track1 -#: model:event.track,legend_blocked:website_event_track.event_track10 -#: model:event.track,legend_blocked:website_event_track.event_track11 -#: model:event.track,legend_blocked:website_event_track.event_track12 -#: model:event.track,legend_blocked:website_event_track.event_track13 -#: model:event.track,legend_blocked:website_event_track.event_track14 -#: model:event.track,legend_blocked:website_event_track.event_track15 -#: model:event.track,legend_blocked:website_event_track.event_track16 -#: model:event.track,legend_blocked:website_event_track.event_track17 -#: model:event.track,legend_blocked:website_event_track.event_track18 -#: model:event.track,legend_blocked:website_event_track.event_track19 -#: model:event.track,legend_blocked:website_event_track.event_track2 -#: model:event.track,legend_blocked:website_event_track.event_track20 -#: model:event.track,legend_blocked:website_event_track.event_track21 -#: model:event.track,legend_blocked:website_event_track.event_track22 -#: model:event.track,legend_blocked:website_event_track.event_track23 -#: model:event.track,legend_blocked:website_event_track.event_track24 -#: model:event.track,legend_blocked:website_event_track.event_track25 -#: model:event.track,legend_blocked:website_event_track.event_track27 -#: model:event.track,legend_blocked:website_event_track.event_track28 -#: model:event.track,legend_blocked:website_event_track.event_track29 -#: model:event.track,legend_blocked:website_event_track.event_track3 -#: model:event.track,legend_blocked:website_event_track.event_track30 -#: model:event.track,legend_blocked:website_event_track.event_track31 -#: model:event.track,legend_blocked:website_event_track.event_track4 -#: model:event.track,legend_blocked:website_event_track.event_track5 -#: model:event.track,legend_blocked:website_event_track.event_track6 -#: model:event.track,legend_blocked:website_event_track.event_track7 -#: model:event.track,legend_blocked:website_event_track.event_track8 -#: model:event.track,legend_blocked:website_event_track.event_track9 #: model:event.track.stage,legend_blocked:website_event_track.event_track_stage0 #: model:event.track.stage,legend_blocked:website_event_track.event_track_stage1 #: model:event.track.stage,legend_blocked:website_event_track.event_track_stage2 @@ -563,6 +510,7 @@ msgid "Color Index" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/controllers/event_track.py:0 #, python-format msgid "Coming soon" @@ -608,6 +556,7 @@ msgid "" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #: model:ir.model.fields,field_description:website_event_track.field_event_track__partner_id #, python-format @@ -620,6 +569,7 @@ msgid "Contact Details" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #: model:ir.model.fields,field_description:website_event_track.field_event_track__contact_email #, python-format @@ -828,7 +778,7 @@ msgid "Email Template" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "Error" @@ -934,7 +884,7 @@ msgid "Events PWA" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #: model_terms:ir.ui.view,arch_db:website_event_track.track_widget_reminder @@ -1181,67 +1131,8 @@ msgid "In" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track_stage.py:0 -#: model:event.track,legend_normal:website_event_track.event_7_track_1 -#: model:event.track,legend_normal:website_event_track.event_7_track_10 -#: model:event.track,legend_normal:website_event_track.event_7_track_11 -#: model:event.track,legend_normal:website_event_track.event_7_track_12 -#: model:event.track,legend_normal:website_event_track.event_7_track_13 -#: model:event.track,legend_normal:website_event_track.event_7_track_14 -#: model:event.track,legend_normal:website_event_track.event_7_track_15 -#: model:event.track,legend_normal:website_event_track.event_7_track_16 -#: model:event.track,legend_normal:website_event_track.event_7_track_17 -#: model:event.track,legend_normal:website_event_track.event_7_track_18 -#: model:event.track,legend_normal:website_event_track.event_7_track_19 -#: model:event.track,legend_normal:website_event_track.event_7_track_2 -#: model:event.track,legend_normal:website_event_track.event_7_track_20 -#: model:event.track,legend_normal:website_event_track.event_7_track_21 -#: model:event.track,legend_normal:website_event_track.event_7_track_22 -#: model:event.track,legend_normal:website_event_track.event_7_track_23 -#: model:event.track,legend_normal:website_event_track.event_7_track_24 -#: model:event.track,legend_normal:website_event_track.event_7_track_25 -#: model:event.track,legend_normal:website_event_track.event_7_track_26 -#: model:event.track,legend_normal:website_event_track.event_7_track_3 -#: model:event.track,legend_normal:website_event_track.event_7_track_4 -#: model:event.track,legend_normal:website_event_track.event_7_track_5 -#: model:event.track,legend_normal:website_event_track.event_7_track_6 -#: model:event.track,legend_normal:website_event_track.event_7_track_7 -#: model:event.track,legend_normal:website_event_track.event_7_track_8 -#: model:event.track,legend_normal:website_event_track.event_7_track_9 -#: model:event.track,legend_normal:website_event_track.event_7_track_l3_1 -#: model:event.track,legend_normal:website_event_track.event_7_track_l3_10 -#: model:event.track,legend_normal:website_event_track.event_7_track_l3_11 -#: model:event.track,legend_normal:website_event_track.event_7_track_l3_2 -#: model:event.track,legend_normal:website_event_track.event_track1 -#: model:event.track,legend_normal:website_event_track.event_track10 -#: model:event.track,legend_normal:website_event_track.event_track11 -#: model:event.track,legend_normal:website_event_track.event_track12 -#: model:event.track,legend_normal:website_event_track.event_track13 -#: model:event.track,legend_normal:website_event_track.event_track14 -#: model:event.track,legend_normal:website_event_track.event_track15 -#: model:event.track,legend_normal:website_event_track.event_track16 -#: model:event.track,legend_normal:website_event_track.event_track17 -#: model:event.track,legend_normal:website_event_track.event_track18 -#: model:event.track,legend_normal:website_event_track.event_track19 -#: model:event.track,legend_normal:website_event_track.event_track2 -#: model:event.track,legend_normal:website_event_track.event_track20 -#: model:event.track,legend_normal:website_event_track.event_track21 -#: model:event.track,legend_normal:website_event_track.event_track22 -#: model:event.track,legend_normal:website_event_track.event_track23 -#: model:event.track,legend_normal:website_event_track.event_track24 -#: model:event.track,legend_normal:website_event_track.event_track25 -#: model:event.track,legend_normal:website_event_track.event_track27 -#: model:event.track,legend_normal:website_event_track.event_track28 -#: model:event.track,legend_normal:website_event_track.event_track29 -#: model:event.track,legend_normal:website_event_track.event_track3 -#: model:event.track,legend_normal:website_event_track.event_track30 -#: model:event.track,legend_normal:website_event_track.event_track31 -#: model:event.track,legend_normal:website_event_track.event_track4 -#: model:event.track,legend_normal:website_event_track.event_track5 -#: model:event.track,legend_normal:website_event_track.event_track6 -#: model:event.track,legend_normal:website_event_track.event_track7 -#: model:event.track,legend_normal:website_event_track.event_track8 -#: model:event.track,legend_normal:website_event_track.event_track9 #: model:event.track.stage,legend_normal:website_event_track.event_track_stage0 #: model:event.track.stage,legend_normal:website_event_track.event_track_stage1 #: model:event.track.stage,legend_normal:website_event_track.event_track_stage2 @@ -1263,14 +1154,14 @@ msgid "In this video, I covered 6 tips and tricks to help out beginners:" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/xml/website_event_pwa.xml:0 #, python-format msgid "Install" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/xml/website_event_pwa.xml:0 #, python-format msgid "Install Application" @@ -1628,7 +1519,7 @@ msgid "No Track Visitors yet!" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/website_event_track_proposal_form_tags.js:0 #, python-format msgid "No results found" @@ -1708,14 +1599,14 @@ msgid "Plan your experience by adding your favorites talks to your wishlist" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/website_event_track_proposal_form.js:0 #, python-format msgid "Please enter either a contact email address or a contact phone number." msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/website_event_track_proposal_form.js:0 #, python-format msgid "Please fill out the form correctly." @@ -1776,67 +1667,8 @@ msgid "Raising qualitive insights from your customers" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track_stage.py:0 -#: model:event.track,legend_done:website_event_track.event_7_track_1 -#: model:event.track,legend_done:website_event_track.event_7_track_10 -#: model:event.track,legend_done:website_event_track.event_7_track_11 -#: model:event.track,legend_done:website_event_track.event_7_track_12 -#: model:event.track,legend_done:website_event_track.event_7_track_13 -#: model:event.track,legend_done:website_event_track.event_7_track_14 -#: model:event.track,legend_done:website_event_track.event_7_track_15 -#: model:event.track,legend_done:website_event_track.event_7_track_16 -#: model:event.track,legend_done:website_event_track.event_7_track_17 -#: model:event.track,legend_done:website_event_track.event_7_track_18 -#: model:event.track,legend_done:website_event_track.event_7_track_19 -#: model:event.track,legend_done:website_event_track.event_7_track_2 -#: model:event.track,legend_done:website_event_track.event_7_track_20 -#: model:event.track,legend_done:website_event_track.event_7_track_21 -#: model:event.track,legend_done:website_event_track.event_7_track_22 -#: model:event.track,legend_done:website_event_track.event_7_track_23 -#: model:event.track,legend_done:website_event_track.event_7_track_24 -#: model:event.track,legend_done:website_event_track.event_7_track_25 -#: model:event.track,legend_done:website_event_track.event_7_track_26 -#: model:event.track,legend_done:website_event_track.event_7_track_3 -#: model:event.track,legend_done:website_event_track.event_7_track_4 -#: model:event.track,legend_done:website_event_track.event_7_track_5 -#: model:event.track,legend_done:website_event_track.event_7_track_6 -#: model:event.track,legend_done:website_event_track.event_7_track_7 -#: model:event.track,legend_done:website_event_track.event_7_track_8 -#: model:event.track,legend_done:website_event_track.event_7_track_9 -#: model:event.track,legend_done:website_event_track.event_7_track_l3_1 -#: model:event.track,legend_done:website_event_track.event_7_track_l3_10 -#: model:event.track,legend_done:website_event_track.event_7_track_l3_11 -#: model:event.track,legend_done:website_event_track.event_7_track_l3_2 -#: model:event.track,legend_done:website_event_track.event_track1 -#: model:event.track,legend_done:website_event_track.event_track10 -#: model:event.track,legend_done:website_event_track.event_track11 -#: model:event.track,legend_done:website_event_track.event_track12 -#: model:event.track,legend_done:website_event_track.event_track13 -#: model:event.track,legend_done:website_event_track.event_track14 -#: model:event.track,legend_done:website_event_track.event_track15 -#: model:event.track,legend_done:website_event_track.event_track16 -#: model:event.track,legend_done:website_event_track.event_track17 -#: model:event.track,legend_done:website_event_track.event_track18 -#: model:event.track,legend_done:website_event_track.event_track19 -#: model:event.track,legend_done:website_event_track.event_track2 -#: model:event.track,legend_done:website_event_track.event_track20 -#: model:event.track,legend_done:website_event_track.event_track21 -#: model:event.track,legend_done:website_event_track.event_track22 -#: model:event.track,legend_done:website_event_track.event_track23 -#: model:event.track,legend_done:website_event_track.event_track24 -#: model:event.track,legend_done:website_event_track.event_track25 -#: model:event.track,legend_done:website_event_track.event_track27 -#: model:event.track,legend_done:website_event_track.event_track28 -#: model:event.track,legend_done:website_event_track.event_track29 -#: model:event.track,legend_done:website_event_track.event_track3 -#: model:event.track,legend_done:website_event_track.event_track30 -#: model:event.track,legend_done:website_event_track.event_track31 -#: model:event.track,legend_done:website_event_track.event_track4 -#: model:event.track,legend_done:website_event_track.event_track5 -#: model:event.track,legend_done:website_event_track.event_track6 -#: model:event.track,legend_done:website_event_track.event_track7 -#: model:event.track,legend_done:website_event_track.event_track8 -#: model:event.track,legend_done:website_event_track.event_track9 #: model:event.track.stage,legend_done:website_event_track.event_track_stage0 #: model:event.track.stage,legend_done:website_event_track.event_track_stage1 #: model:event.track.stage,legend_done:website_event_track.event_track_stage2 @@ -1925,7 +1757,7 @@ msgid "Securing your Lumber during transport" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/website_event_track_proposal_form_tags.js:0 #, python-format msgid "Select categories" @@ -1952,7 +1784,7 @@ msgid "Sequence" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #: model_terms:ir.ui.view,arch_db:website_event_track.track_widget_reminder @@ -1981,6 +1813,7 @@ msgid "Speaker Bio" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #, python-format msgid "Speaker Email" @@ -2009,6 +1842,7 @@ msgid "" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_track.py:0 #, python-format msgid "Speakers" @@ -2082,33 +1916,35 @@ msgid "Tags" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_event.py:0 #, python-format msgid "Talk Proposals" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "Talk added to your Favorites" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "Talk already in your Favorites" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "Talk removed from your Favorites" msgstr "" #. module: website_event_track +#. odoo-python #: code:addons/website_event_track/models/event_event.py:0 #: model_terms:ir.ui.view,arch_db:website_event_track.event_track_aside #, python-format @@ -2131,7 +1967,7 @@ msgid "Task is blocked. Click to unblock or set as done." msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/xml/event_track_proposal_templates.xml:0 #, python-format msgid "Thank you for your proposal." @@ -2502,7 +2338,7 @@ msgid "" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/xml/event_track_proposal_templates.xml:0 #, python-format msgid "We will evaluate your proposition and get back to you shortly." @@ -2622,14 +2458,14 @@ msgid "Woodworking: How I got started!" msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/website_event_track_proposal_form.js:0 #, python-format msgid "You cannot access this page." msgstr "" #. module: website_event_track -#. openerp-web +#. odoo-javascript #: code:addons/website_event_track/static/src/js/event_track_reminder.js:0 #, python-format msgid "" diff --git a/addons/website_payment/i18n/website_payment.pot b/addons/website_payment/i18n/website_payment.pot index 3f92c2a2d26b23a9db2857c6bfbc1ed20705ce97..1531d66a4e117cd4fd0d6815bebf29ebe9507687 100644 --- a/addons/website_payment/i18n/website_payment.pot +++ b/addons/website_payment/i18n/website_payment.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:26+0000\n" -"PO-Revision-Date: 2022-10-04 09:26+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -55,6 +55,11 @@ msgstr "" msgid "<b>Payment Method:</b>" msgstr "" +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.payment_checkout +msgid "<option value=\"\">Country...</option>" +msgstr "" + #. module: website_payment #: model_terms:ir.ui.view,arch_db:website_payment.donation_pay msgid "" @@ -68,6 +73,7 @@ msgid "<strong>Warning</strong> The currency is missing or incorrect." msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/models/payment_transaction.py:0 #, python-format msgid "A donation has been made on your website" @@ -89,21 +95,21 @@ msgid "Activate Stripe" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/options.js:0 #, python-format msgid "Add a description here" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/options.js:0 #, python-format msgid "Add new pre-filled option" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/options.xml:0 #: code:addons/website_payment/static/src/snippets/s_donation/options.xml:0 #, python-format @@ -126,7 +132,7 @@ msgid "Caring for a baby for 1 month." msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/options.xml:0 #, python-format msgid "Choose Your Amount" @@ -138,6 +144,7 @@ msgid "Config Settings" msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/models/res_config_settings.py:0 #, python-format msgid "Configure %s" @@ -149,7 +156,7 @@ msgid "Connect to Stripe" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #: model:ir.model,name:website_payment.model_res_country #, python-format @@ -164,18 +171,14 @@ msgid "" msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/controllers/portal.py:0 #, python-format msgid "Country is required." msgstr "" #. module: website_payment -#: model_terms:ir.ui.view,arch_db:website_payment.payment_checkout -msgid "Country..." -msgstr "" - -#. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/options.xml:0 #: code:addons/website_payment/static/src/snippets/s_donation/options.xml:0 #: model_terms:ir.ui.view,arch_db:website_payment.donation_input @@ -230,6 +233,7 @@ msgid "Donation amount must be at least %.2f." msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/models/payment_transaction.py:0 #, python-format msgid "Donation confirmation" @@ -241,7 +245,7 @@ msgid "Donation notification" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Email" @@ -255,20 +259,21 @@ msgid "" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Email is invalid" msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/controllers/portal.py:0 #, python-format msgid "Email is required." msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Field '%s' is mandatory" @@ -316,7 +321,7 @@ msgid "Minimum" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Name" @@ -330,6 +335,7 @@ msgid "" msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/controllers/portal.py:0 #, python-format msgid "Name is required." @@ -372,6 +378,7 @@ msgid "Payment Transaction" msgstr "" #. module: website_payment +#. odoo-python #: code:addons/website_payment/models/payment_transaction.py:0 #, python-format msgid "Payment received from donation with following details:" @@ -384,7 +391,6 @@ msgstr "" #. module: website_payment #: model:ir.model.fields,field_description:website_payment.field_res_config_settings__module_payment_paypal -#: model_terms:ir.ui.view,arch_db:website_payment.res_config_settings_view_form msgid "Paypal - Express Checkout" msgstr "" @@ -394,7 +400,7 @@ msgid "Paypal Only" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/000.js:0 #, python-format msgid "Please select or enter an amount" @@ -416,7 +422,7 @@ msgid "Recipient Email" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Server Error" @@ -438,7 +444,7 @@ msgid "Small or large, your contribution is essential." msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Some information is missing to process your payment." @@ -456,12 +462,6 @@ msgid "" "provider." msgstr "" -#. module: website_payment -#: model_terms:ir.ui.view,arch_db:website_payment.res_config_settings_view_form -msgid "" -"Support most credit & debit cards like Visa, Mastercard, Maestro, etc." -msgstr "" - #. module: website_payment #: model_terms:ir.ui.view,arch_db:website_payment.res_config_settings_view_form msgid "" @@ -475,7 +475,7 @@ msgid "Thank you for your donation of" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/snippets/s_donation/000.js:0 #, python-format msgid "The minimum donation amount is %s%s%s" @@ -487,7 +487,7 @@ msgid "There is nothing to pay." msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "Validation Error" @@ -504,7 +504,7 @@ msgid "View other providers" msgstr "" #. module: website_payment -#. openerp-web +#. odoo-javascript #: code:addons/website_payment/static/src/js/website_payment_form.js:0 #, python-format msgid "We could not obtain payment fees." diff --git a/addons/website_profile/i18n/website_profile.pot b/addons/website_profile/i18n/website_profile.pot index 4f659d3b08f9d7a18b6074088b357aff127e9d5b..dadf083b96039551ec5e8aed8dc46fcdbc6b8c29 100644 --- a/addons/website_profile/i18n/website_profile.pot +++ b/addons/website_profile/i18n/website_profile.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-04 09:26+0000\n" -"PO-Revision-Date: 2022-10-04 09:26+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -69,6 +69,11 @@ msgstr "" msgid "<i class=\"text-muted\"> awarded users</i>" msgstr "" +#. module: website_profile +#: model_terms:ir.ui.view,arch_db:website_profile.user_profile_edit_content +msgid "<option value=\"\">Country...</option>" +msgstr "" + #. module: website_profile #: model_terms:ir.ui.view,arch_db:website_profile.user_profile_content msgid "<small class=\"fw-bold me-2\">Current rank:</small>" @@ -168,12 +173,12 @@ msgid "" " </span>\n" " </td>\n" " <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" +" <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>\n" " </tr>\n" " <tr>\n" " <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>\n" " </tr>\n" " </table>\n" @@ -186,7 +191,7 @@ msgid "" " <tr>\n" " <td valign=\"top\" style=\"font-size: 13px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n" +" Hello <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n" " You have been invited to validate your email in order to get access to \"<t t-out=\"object.company_id.name or ''\">YourCompany</t>\" website.\n" " To validate your email, please click on the following link:\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" @@ -200,7 +205,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" @@ -308,11 +313,6 @@ msgstr "" msgid "Close" msgstr "" -#. module: website_profile -#: model_terms:ir.ui.view,arch_db:website_profile.user_profile_edit_content -msgid "Country..." -msgstr "" - #. module: website_profile #: model_terms:ir.ui.view,arch_db:website_profile.user_profile_edit_content msgid "Edit" diff --git a/addons/website_sale/i18n/website_sale.pot b/addons/website_sale/i18n/website_sale.pot index 7ebc4871514a48dcd5b64e1d73ea019b9e38278b..df641f5b714c05d24c51e90d49ce06bfe9353fea 100644 --- a/addons/website_sale/i18n/website_sale.pot +++ b/addons/website_sale/i18n/website_sale.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-02 10:33+0000\n" -"PO-Revision-Date: 2023-02-02 10:33+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -207,6 +207,21 @@ msgid "" " <span style=\"font-weight: bold\">ADD TO CART</span>" msgstr "" +#. module: website_sale +#: model_terms:ir.ui.view,arch_db:website_sale.products_attributes +msgid "<option value=\"\" selected=\"true\">-</option>" +msgstr "" + +#. module: website_sale +#: model_terms:ir.ui.view,arch_db:website_sale.address +msgid "<option value=\"\">Country...</option>" +msgstr "" + +#. module: website_sale +#: model_terms:ir.ui.view,arch_db:website_sale.address +msgid "<option value=\"\">State / Province...</option>" +msgstr "" + #. module: website_sale #. odoo-python #: code:addons/website_sale/models/crm_team.py:0 @@ -440,17 +455,17 @@ msgid "" " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 0px 0px 0px; border-collapse:separate;\">\n" " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n" " <h1 style=\"color:#A9A9A9;\">THERE'S SOMETHING IN YOUR CART.</h1>\n" -" Would you like to complete your purchase?<br/><br/>\n" +" Would you like to complete your purchase?<br><br>\n" " <t t-if=\"object.order_line\">\n" " <t t-foreach=\"object.website_order_line\" t-as=\"line\">\n" -" <hr/>\n" +" <hr>\n" " <table width=\"100%\">\n" " <tr>\n" " <td style=\"padding: 10px; width:150px;\">\n" -" <img t-attf-src=\"/web/image/product.product/{{ line.product_id.id }}/image_128\" style=\"width: 100px; height: 100px; object-fit: contain;\" alt=\"Product image\"/>\n" +" <img t-attf-src=\"/web/image/product.product/{{ line.product_id.id }}/image_128\" style=\"width: 100px; height: 100px; object-fit: contain;\" alt=\"Product image\">\n" " </td>\n" " <td>\n" -" <strong t-out=\"line.product_id.display_name or ''\">[FURN_7800] Desk Combination</strong><br/><t t-out=\"line.name or ''\">[FURN_7800] Desk Combination Desk combination, black-brown: chair + desk + drawer.</t>\n" +" <strong t-out=\"line.product_id.display_name or ''\">[FURN_7800] Desk Combination</strong><br><t t-out=\"line.name or ''\">[FURN_7800] Desk Combination Desk combination, black-brown: chair + desk + drawer.</t>\n" " </td>\n" " <td width=\"100px\" align=\"right\">\n" " <t t-out=\"int(line.product_uom_qty) or ''\">10000</t> <t t-out=\"line.product_uom.name or ''\">Units</t>\n" @@ -458,14 +473,14 @@ msgid "" " </tr>\n" " </table>\n" " </t>\n" -" <hr/>\n" +" <hr>\n" " </t>\n" " <div style=\"text-align: center; padding: 16px 0px 16px 0px; font-size: 14px;\">\n" " <a t-attf-href=\"{{ object.get_base_url() }}/shop/cart?access_token={{ object.access_token }}\" target=\"_blank\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n" " Resume order\n" " </a>\n" " </div>\n" -" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"/>\n" +" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"></t>\n" " <div style=\"text-align: center;\"><strong>Thank you for shopping with <t t-out=\"company.name or ''\">My Company (San Francisco)</t>!</strong></div>\n" " </td></tr>\n" " </table>\n" @@ -516,8 +531,8 @@ msgid "Abandoned Cart" msgstr "" #. module: website_sale -#. odoo-javascript #. odoo-python +#. odoo-javascript #: code:addons/website_sale/models/crm_team.py:0 #: code:addons/website_sale/static/src/xml/website_sale_dashboard.xml:0 #: model:ir.actions.act_window,name:website_sale.action_view_abandoned_tree @@ -1272,11 +1287,6 @@ msgstr "" msgid "Country" msgstr "" -#. module: website_sale -#: model_terms:ir.ui.view,arch_db:website_sale.address -msgid "Country..." -msgstr "" - #. module: website_sale #: model_terms:ir.ui.view,arch_db:website_sale.snippet_options msgid "Create" @@ -3502,11 +3512,6 @@ msgstr "" msgid "State / Province" msgstr "" -#. module: website_sale -#: model_terms:ir.ui.view,arch_db:website_sale.address -msgid "State / Province..." -msgstr "" - #. module: website_sale #: model:ir.model.fields,field_description:website_sale.field_res_company__website_sale_onboarding_payment_provider_state msgid "State of the website sale onboarding payment provider step" diff --git a/addons/website_slides/i18n/website_slides.pot b/addons/website_slides/i18n/website_slides.pot index 9786761f3a8ecceaadaadd2207c240f5ba4abbfe..f09177330d6b60495f66f486759f45e29c60e2d2 100644 --- a/addons/website_slides/i18n/website_slides.pot +++ b/addons/website_slides/i18n/website_slides.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:51+0000\n" -"PO-Revision-Date: 2023-04-14 05:51+0000\n" +"POT-Creation-Date: 2023-05-23 08:22+0000\n" +"PO-Revision-Date: 2023-05-23 08:22+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -155,7 +155,7 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello<br/><br/>\n" +" Hello<br><br>\n" " You have been invited to join a new course: <t t-out=\"object.channel_id.name or ''\">Basics of Gardening</t>.\n" " </p>\n" "</div>\n" @@ -167,10 +167,10 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" <p style=\"margin: 0px;\">Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,</p><br/>\n" +" <p style=\"margin: 0px;\">Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,</p><br>\n" " <p><b>Congratulations!</b></p>\n" " <p>You've completed the course <b t-out=\"object.channel_id.name or ''\">Basics of Gardening</b></p>\n" -" <p>Check out the other available courses.</p><br/>\n" +" <p>Check out the other available courses.</p><br>\n" "\n" " <div style=\"padding: 16px 8px 16px 8px; text-align: center;\">\n" " <a href=\"/slides/all\" style=\"background-color: #875a7b; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;\">\n" @@ -179,8 +179,8 @@ msgid "" " </div>\n" " Enjoy this exclusive content!\n" " <t t-if=\"object.channel_id.user_id.signature\">\n" -" <br/>\n" -" <t t-out=\"object.channel_id.user_id.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"object.channel_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </div>\n" " </div>\n" @@ -192,11 +192,11 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello<br/><br/>\n" +" Hello<br><br>\n" " <t t-out=\"user.name or ''\">Mitchell Admin</t> shared the <strong t-out=\"object.name or ''\">document</strong> with you!\n" " <div style=\"margin: 16px 8px 16px 8px; text-align: center;\">\n" " <a t-att-href=\"object.website_url\">\n" -" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.channel/{{ object.id }}/image_256\" style=\"height:auto; width:150px; margin: 16px;\"/>\n" +" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.channel/{{ object.id }}/image_256\" style=\"height:auto; width:150px; margin: 16px;\">\n" " </a>\n" " </div>\n" " <div style=\"padding: 16px 8px 16px 8px; text-align: center;\">\n" @@ -204,8 +204,8 @@ msgid "" " View <strong t-out=\"object.name or ''\">Document</strong></a>\n" " </div>\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" " </div>\n" @@ -217,19 +217,19 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello<br/><br/>\n" +" Hello<br><br>\n" " <t t-out=\"user.name or ''\">Mitchell Admin</t> shared the <t t-out=\"object.slide_category or ''\">document</t> <strong t-out=\"object.name or ''\">Trees</strong> with you!\n" " <div style=\"margin: 16px 8px 16px 8px; text-align: center;\">\n" " <a t-att-href=\"(object.website_share_url + '?fullscreen=1') if ctx.get('fullscreen') else object.website_share_url\">\n" -" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.slide/{{ object.id }}/image_1024\" style=\"height:auto; width:150px; margin: 16px;\"/>\n" +" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.slide/{{ object.id }}/image_1024\" style=\"height:auto; width:150px; margin: 16px;\">\n" " </a>\n" " </div>\n" " <div style=\"padding: 16px 8px 16px 8px; text-align: center;\">\n" " <a t-att-href=\"(object.website_share_url + '?fullscreen=1') if ctx.get('fullscreen') else object.website_share_url\" style=\"background-color: #875a7b; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;\">View <strong t-out=\"object.name or ''\">Trees</strong></a>\n" " </div>\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" " </div>\n" @@ -241,13 +241,13 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Hello<br/><br/>\n" -" There is something new in the course <strong t-out=\"object.channel_id.name or ''\">Trees, Wood and Gardens</strong> you are following:<br/><br/>\n" +" Hello<br><br>\n" +" There is something new in the course <strong t-out=\"object.channel_id.name or ''\">Trees, Wood and Gardens</strong> you are following:<br><br>\n" " <center><strong t-out=\"object.name or ''\">Trees</strong></center>\n" " <t t-if=\"object.image_1024\">\n" " <div style=\"padding: 16px 8px 16px 8px; text-align: center;\">\n" " <a t-att-href=\"object.website_share_url\">\n" -" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.slide/{{ object.id }}/image_1024\" style=\"height:auto; width:150px; margin: 16px;\"/>\n" +" <img t-att-alt=\"object.name\" t-attf-src=\"{{ ctx.get('base_url') }}/web/image/slide.slide/{{ object.id }}/image_1024\" style=\"height:auto; width:150px; margin: 16px;\">\n" " </a>\n" " </div>\n" " </t>\n" @@ -256,8 +256,8 @@ msgid "" " </div>\n" " Enjoy this exclusive content!\n" " <t t-if=\"user.signature\">\n" -" <br/>\n" -" <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n" +" <br>\n" +" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n" " </t>\n" " </p>\n" " </div>\n" @@ -6118,8 +6118,8 @@ msgstr "" #: code:addons/website_slides/models/slide_slide.py:0 #, python-format msgid "" -"You cannot mark a slide quiz as completed if you are not among its " -"members or it is unpublished." +"You cannot mark a slide quiz as completed if you are not among its members " +"or it is unpublished." msgstr "" #. module: website_slides diff --git a/addons/website_slides_survey/i18n/website_slides_survey.pot b/addons/website_slides_survey/i18n/website_slides_survey.pot index b90056a278310704be3f5801fb661d4fd6bdc3e0..6d854f8567dde8616e70bc7c03c762a7ae6a6f94 100644 --- a/addons/website_slides_survey/i18n/website_slides_survey.pot +++ b/addons/website_slides_survey/i18n/website_slides_survey.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 05:53+0000\n" -"PO-Revision-Date: 2023-04-14 05:53+0000\n" +"POT-Creation-Date: 2023-05-23 08:24+0000\n" +"PO-Revision-Date: 2023-05-23 08:24+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -34,8 +34,8 @@ msgstr "" msgid "" "<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" " <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" -" Dear <t t-out=\"object.partner_id.name or 'participant' or ''\">participant</t><br/><br/>\n" -" Unfortunately, you have failed the certification and are no longer a member of the course: <t t-out=\"object.slide_partner_id.channel_id.name or ''\">Basics of Gardening</t>.<br/><br/>\n" +" Dear <t t-out=\"object.partner_id.name or 'participant' or ''\">participant</t><br><br>\n" +" Unfortunately, you have failed the certification and are no longer a member of the course: <t t-out=\"object.slide_partner_id.channel_id.name or ''\">Basics of Gardening</t>.<br><br>\n" " Don't hesitate to enroll again!\n" " <div style=\"margin: 16px 0px 16px 0px;\">\n" " <a t-att-href=\"(object.slide_partner_id.channel_id.website_url)\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n" diff --git a/odoo/addons/base/i18n/base.pot b/odoo/addons/base/i18n/base.pot index 50ec2867f390c5b102576a1d600ade08f914ee60..b383b7ce86da18644251f4d32814d6c15fab5002 100644 --- a/odoo/addons/base/i18n/base.pot +++ b/odoo/addons/base/i18n/base.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-14 06:17+0000\n" -"PO-Revision-Date: 2023-04-14 06:17+0000\n" +"POT-Creation-Date: 2023-05-23 08:23+0000\n" +"PO-Revision-Date: 2023-05-23 08:23+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,21 +15,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#. module: base -#: model:ir.module.module,description:base.module_l10n_at_reports -msgid "" -"\n" -"\n" -"Accounting reports for Austria.\n" -"================================\n" -"\n" -" * Defines the following reports:\n" -" * Profit/Loss (§ 231 UGB Gesamtkostenverfahren)\n" -" * Balance Sheet (§ 224 UGB)\n" -"\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_at msgid "" @@ -375,15 +360,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_timesheet -msgid "" -"\n" -" - Allow to set project for Helpdesk team\n" -" - Track timesheet for a task from a ticket\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_hu msgid "" @@ -393,1660 +369,505 @@ msgid "" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_be_reports +#: model:ir.module.module,description:base.module_website_event_crm_questions msgid "" "\n" -" Accounting reports for Belgium\n" +" Add information when we build the description of a lead to include\n" +" the questions and answers linked to the registrations.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_cl_reports +#: model:ir.module.module,description:base.module_l10n_gcc_invoice_stock_account msgid "" "\n" -" Accounting reports for Chile\n" +" Arabic/English for GCC + lot/SN numbers\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_hr_reports +#: model:ir.module.module,description:base.module_hr_maintenance msgid "" "\n" -" Accounting reports for Croatia (in EURO !)\n" -" " +" Bridge between HR and Maintenance." msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_de_reports +#: model:ir.module.module,description:base.module_mrp_subcontracting_repair msgid "" "\n" -" Accounting reports for Germany\n" -" Contains Balance sheet, Profit and Loss, VAT and Partner VAT reports\n" -" Also adds DATEV export options to general ledger\n" +" Bridge module between MRP subcontracting and Repair\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_hu_reports +#: model:ir.module.module,summary:base.module_website_sale_product_configurator msgid "" "\n" -" Accounting reports for Hungary\n" -" " +" Bridge module for website_sale / sale_product_configurator" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_lt_reports +#: model:ir.module.module,summary:base.module_website_sale_stock_product_configurator msgid "" "\n" -" Accounting reports for Lithuania\n" -"\n" -" Contains Balance Sheet, Profit/Loss reports\n" -" " +" Bridge module for website_sale_stock / sale_product_configurator" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_nl_reports +#: model:ir.module.module,description:base.module_website_sale_product_configurator msgid "" "\n" -" Accounting reports for Netherlands\n" +" Bridge module to make the website e-commerce compatible with the product configurator\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_pk_reports +#: model:ir.module.module,description:base.module_website_sale_stock_product_configurator msgid "" "\n" -" Accounting reports for Pakistan\n" +" Bridge module to make the website e-commerce stock management compatible with the product configurator\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_pl_reports +#: model:ir.module.module,description:base.module_l10n_bg msgid "" "\n" -" Accounting reports for Poland\n" +" Chart accounting and taxes for Bulgaria\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_rs_reports +#: model:ir.module.module,description:base.module_l10n_lv msgid "" "\n" -" Accounting reports for Serbia\n" +" Chart of Accounts (COA) Template for Latvia's Accounting.\n" +" This module also includes:\n" +" * Tax groups,\n" +" * Most common Latvian Taxes,\n" +" * Fiscal positions,\n" +" * Latvian bank list.\n" +"\n" +" author is Allegro IT (visit for more information https://www.allegro.lv)\n" +" co-author is Chick.Farm (visit for more information https://www.myacc.cloud)\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_es_reports +#: model:ir.module.module,description:base.module_l10n_lt msgid "" "\n" -" Accounting reports for Spain\n" +" Chart of Accounts (COA) Template for Lithuania's Accounting.\n" +"\n" +" This module also includes:\n" +"\n" +" * List of available banks in Lithuania.\n" +" * Tax groups.\n" +" * Most common Lithuanian Taxes.\n" +" * Fiscal positions.\n" +" * Account Tags.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_se_reports +#: model:ir.module.module,description:base.module_l10n_si msgid "" "\n" -" Accounting reports for Sweden\n" +" Chart of accounts and taxes for Slovenia.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_ch_reports +#: model:ir.module.module,summary:base.module_l10n_in_purchase_stock msgid "" "\n" -" Accounting reports for Switzerland\n" -" " +" Define default purchase journal on the warehouse" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_tr_reports +#: model:ir.module.module,description:base.module_l10n_in_purchase_stock msgid "" "\n" -" Accounting reports for Turkey\n" +" Define default purchase journal on the warehouse,\n" +" help you to choose correct purchase journal on the purchase order when\n" +" you change the picking operation.\n" +" useful when you setup the multiple GSTIN units.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_uk_reports +#: model:ir.module.module,summary:base.module_l10n_in_sale_stock msgid "" "\n" -" Accounting reports for UK\n" -"\n" -" Allows to send the tax report via the\n" -" MTD-VAT API to HMRC.\n" -" " +" Define default sales journal on the warehouse" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_us_reports +#: model:ir.module.module,description:base.module_l10n_in_sale_stock msgid "" "\n" -" Accounting reports for US\n" +" Define default sales journal on the warehouse,\n" +" help you to choose correct sales journal on the sales order when\n" +" you change the warehouse.\n" +" useful when you setup the multiple GSTIN units.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_website_event_crm_questions +#: model:ir.module.module,description:base.module_l10n_id_efaktur msgid "" "\n" -" Add information when we build the description of a lead to include\n" -" the questions and answers linked to the registrations.\n" +" E-Faktur Menu(Indonesia)\n" +" Format : 010.000-16.00000001\n" +" * 2 (dua) digit pertama adalah Kode Transaksi\n" +" * 1 (satu) digit berikutnya adalah Kode Status\n" +" * 3 (tiga) digit berikutnya adalah Kode Cabang\n" +" * 2 (dua) digit pertama adalah Tahun Penerbitan\n" +" * 8 (delapan) digit berikutnya adalah Nomor Urut\n" +"\n" +" To be able to export customer invoices as e-Faktur,\n" +" you need to put the ranges of numbers you were assigned\n" +" by the government in Accounting > Customers > e-Faktur\n" +"\n" +" When you validate an invoice, where the partner has the ID PKP\n" +" field checked, a tax number will be assigned to that invoice.\n" +" Afterwards, you can filter the invoices still to export in the\n" +" invoices list and click on Action > Download e-Faktur to download\n" +" the csv and upload it to the site of the government.\n" +"\n" +" You can replace an already sent invoice by another by indicating\n" +" the replaced invoice and the new one and you can reset an invoice\n" +" you have not already sent to the government to reuse its number.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_appointment +#: model:ir.module.module,description:base.module_mail_group msgid "" "\n" -" Allow clients to Schedule Appointments through the Portal\n" +" Manage your mailing lists from Odoo.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_us_1099 +#: model:ir.module.module,description:base.module_l10n_mz msgid "" "\n" -" Allows users to easily export accounting data that can be imported to a 3rd party that does 1099 e-filing.\n" +" Mozambican Accounting localization\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_documents +#: model:ir.module.module,description:base.module_base_sparse_field msgid "" "\n" -" App to upload and manage your documents.\n" +" The purpose of this module is to implement \"sparse\" fields, i.e., fields\n" +" that are mostly null. This implementation circumvents the PostgreSQL\n" +" limitation on the number of columns in a table. The values of all sparse\n" +" fields are stored in a \"serialized\" field in the form of a JSON mapping.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_gcc_invoice_stock_account +#: model:ir.module.module,description:base.module_mrp_subcontracting_purchase msgid "" "\n" -" Arabic/English for GCC + lot/SN numbers\n" +" This bridge module adds some smart buttons between Purchase and Subcontracting\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_documents_fsm +#: model:ir.module.module,description:base.module_mrp_subcontracting_dropshipping msgid "" "\n" -" Avoid auto-enabling the documents feature on fsm projects.\n" +" This bridge module allows to manage subcontracting with the dropshipping module.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_bo_reports +#: model:ir.module.module,description:base.module_mrp_subcontracting_account msgid "" "\n" -" Base module for Bolivian reports\n" +" This bridge module allows to manage subcontracting with valuation.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_bg_reports +#: model:ir.module.module,description:base.module_l10n_rs msgid "" "\n" -" Base module for Bulgarian reports\n" +" This is the base module of the Serbian localization. It manages chart of accounts and taxes.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_mz_reports +#: model:ir.module.module,summary:base.module_l10n_ph msgid "" "\n" -" Base module for Mozambican reports\n" +" This is the module to manage the accounting chart for The Philippines.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_project_timesheet_forecast_contract +#: model:ir.module.module,description:base.module_account_qr_code_sepa msgid "" "\n" -" Better plan your future schedules by considering time effectively spent on old plannings\n" -" taking employees' contracts into account\n" +" This module adds support for SEPA Credit Transfer QR-code generation.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_helpdesk_sale_timesheet +#: model:ir.module.module,description:base.module_website_sale_delivery_mondialrelay msgid "" "\n" -" Bill timesheets logged on helpdesk tickets.\n" +" This module allow your customer to choose a Point Relais® and use it as shipping address.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_hr_maintenance +#: model:ir.module.module,description:base.module_delivery_mondialrelay msgid "" "\n" -" Bridge between HR and Maintenance." +" This module allow your customer to choose a Point Relais® and use it as shipping address.\n" +" This module doesn't implement the WebService. It is only the integration of the widget.\n" +"\n" +" Delivery price pre-configured is an example, you need to adapt the pricing's rules.\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_helpdesk_fsm_sale +#: model:ir.module.module,description:base.module_purchase_product_matrix msgid "" "\n" -" Bridge between Helpdesk and Industry FSM Sale\n" +" This module allows to fill Purchase Orders rapidly\n" +" by choosing product variants quantity through a Grid Entry.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_quality +#: model:ir.module.module,description:base.module_sale_product_matrix msgid "" "\n" -" Bridge module between MRP subcontracting and Quality\n" +" This module allows to fill Sales Order rapidly\n" +" by choosing product variants quantity through a Grid Entry.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_repair +#: model:ir.module.module,description:base.module_google_recaptcha msgid "" "\n" -" Bridge module between MRP subcontracting and Repair\n" +" This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_be_reports_sms +#: model:ir.module.module,description:base.module_l10n_es_edi_sii msgid "" "\n" -" Bridge module between belgian accounting and SMS\n" +" This module sends the taxes information (mostly VAT) of the \n" +" vendor bills and customer invoices to the SII. It is called \n" +" Procedimiento G417 - IVA. Llevanza de libros registro. It is \n" +" required for every company with a turnover of +6M€ and others can \n" +" already make use of it. The invoices are automatically \n" +" sent after validation. \n" +" \n" +" How the information is sent to the SII depends on the \n" +" configuration that is put in the taxes. The taxes \n" +" that were in the chart template (l10n_es) are automatically \n" +" configured to have the right type. It is possible however \n" +" that extra taxes need to be created for certain exempt/no sujeta reasons. \n" +" \n" +" You need to configure your certificate and the tax agency. \n" " " msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_pos_account_reports +#: model:ir.module.module,description:base.module_maintenance msgid "" "\n" -" Bridge module between point_of_sale and account_reports,\n" -" for tax reporting." +" Track equipments and maintenance requests" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_purchase_intrastat +#: model:ir.module.module,description:base.module_hr_recruitment_survey msgid "" "\n" -" Bridge module between purchase and intrastat.\n" +" Use interview forms during recruitment process.\n" +" This module is integrated with the survey module\n" +" to allow you to define interviews for different jobs.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_sale_intrastat +#: model:ir.module.module,summary:base.module_purchase_product_matrix msgid "" "\n" -" Bridge module between sale and intrastat.\n" +" Add variants to your purchase orders through an Order Grid Entry.\n" " " msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_website_sale_product_configurator +#: model:ir.module.module,description:base.module_partner_autocomplete msgid "" "\n" -" Bridge module for website_sale / sale_product_configurator" +" Auto-complete partner companies' data\n" +" " msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_website_sale_stock_product_configurator +#: model:ir.module.module,summary:base.module_product_matrix msgid "" "\n" -" Bridge module for website_sale_stock / sale_product_configurator" +" Technical module: Matrix Implementation\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_website_sale_product_configurator +#: model:ir.module.module,description:base.module_l10n_eg_edi_eta msgid "" "\n" -" Bridge module to make the website e-commerce compatible with the product configurator\n" +" This module integrate with the ETA Portal to automatically sign and send your invoices to the tax Authority.\n" +" Special thanks to Plementus <info@plementus.com> for their help in developing this module.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_website_sale_stock_product_configurator +#: model:ir.module.module,description:base.module_l10n_ke_edi_tremol msgid "" "\n" -" Bridge module to make the website e-commerce stock management compatible with the product configurator\n" +" This module integrates with the Kenyan G03 Tremol control unit device to the KRA through TIMS.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_bg +#: model:ir.module.module,description:base.module_l10n_multilang msgid "" "\n" -" Chart accounting and taxes for Bulgaria\n" +" * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,\n" +" Accounting Templates, Analytic Chart of Accounts and Analytic Journals.\n" +" * Setup wizard changes\n" +" - Copy translations for COA, Tax, Tax Code and Fiscal Position from\n" +" templates to target objects.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_lt +#: model:ir.module.module,description:base.module_l10n_gcc_invoice msgid "" "\n" -" Chart of Accounts (COA) Template for Lithuania's Accounting.\n" -"\n" -" This module also includes:\n" -"\n" -" * List of available banks in Lithuania.\n" -" * Tax groups.\n" -" * Most common Lithuanian Taxes.\n" -" * Fiscal positions.\n" -" * Account Tags.\n" -" " +" Arabic/English for GCC\n" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_si +#: model:ir.module.module,description:base.module_l10n_hr_euro msgid "" "\n" -" Chart of accounts and taxes for Slovenia.\n" +" Croatian Chart of Accounts updated (RRIF ver.2021) (in EURO !)\n" +" \n" +" Sources:\n" +" https://www.rrif.hr/dok/preuzimanje/Bilanca-2016.pdf\n" +" https://www.rrif.hr/dok/preuzimanje/RRIF-RP2021.PDF\n" +" https://www.rrif.hr/dok/preuzimanje/RRIF-RP2021-ENG.PDF\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_helpdesk_fsm +#: model:ir.module.module,description:base.module_account_lock msgid "" "\n" -" Convert helpdesk tickets to field service tasks.\n" +" Make the lock date irreversible:\n" +"\n" +" * You cannot set stricter restrictions on accountants than on users. Therefore, the All Users Lock Date must be anterior (or equal) to the Invoice/Bills Lock Date.\n" +" * You cannot lock a period that has not yet ended. Therefore, the All Users Lock Date must be anterior (or equal) to the last day of the previous month.\n" +" * Any new All Users Lock Date must be posterior (or equal) to the previous one.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_product_unspsc +#: model:ir.module.module,description:base.module_hr_timesheet_attendance msgid "" "\n" -" Countries like Colombia, Peru and Mexico need to be able to use the\n" -" UNSPSC code for their products and uoms.\n" +" Module linking the attendance module to the timesheet app.\n" " " msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_l10n_in_purchase_stock +#: model:ir.module.module,description:base.module_l10n_lu_peppol_id msgid "" "\n" -" Define default purchase journal on the warehouse" +" Some Luxembourg public institutions do not have a VAT number but have been assigned an arbitrary number \n" +" (see: https://pch.gouvernement.lu/fr/peppol.html). Thus, this module adds the Peppol Identifier field on \n" +" the account.move form view. If this field is set, it is then read when exporting electronic invoicing formats.\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_in_purchase_stock +#: model:ir.module.module,description:base.module_l10n_ie msgid "" "\n" -" Define default purchase journal on the warehouse,\n" -" help you to choose correct purchase journal on the purchase order when\n" -" you change the picking operation.\n" -" useful when you setup the multiple GSTIN units.\n" -" " +" This module is for all the Irish SMEs who would like to setup their accounting quickly. The module provides:\n" +"\n" +" - a Chart of Accounts customised to Ireland\n" +" - VAT Rates and Structure" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_l10n_in_sale_stock +#: model:ir.module.module,description:base.module_l10n_account_edi_ubl_cii_tests msgid "" "\n" -" Define default sales journal on the warehouse" +" This module tests the module 'account_edi_ubl_cii', it is separated since dependencies to some \n" +" localizations were required. Its name begins with 'l10n' to not overload runbot.\n" +" \n" +" The test files are separated by sources, they were taken from:\n" +" \n" +" * the factur-x doc (form the FNFE)\n" +" * the peppol-bis-invoice-3 doc (the github repository: https://github.com/OpenPEPPOL/peppol-bis-invoice-3/tree/master/rules/examples contains examples)\n" +" * odoo, these files pass all validation tests (using ecosio or the FNFE validator)\n" +" \n" +" We test that the external examples are correctly imported (currency, total amount and total tax match).\n" +" We also test that generating xml from odoo with given parameters gives exactly the same xml as the expected, \n" +" valid ones.\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_in_sale_stock +#: model:ir.module.module,description:base.module_auth_totp_mail msgid "" "\n" -" Define default sales journal on the warehouse,\n" -" help you to choose correct sales journal on the sales order when\n" -" you change the warehouse.\n" -" useful when you setup the multiple GSTIN units.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_disallowed_expenses -msgid "" -"\n" -" Disallowed Expenses Data for Belgium\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_fsm_report -msgid "" -"\n" -" Display the worksheet template when planning an Intervention from a ticket\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_id_efaktur -msgid "" -"\n" -" E-Faktur Menu(Indonesia)\n" -" Format : 010.000-16.00000001\n" -" * 2 (dua) digit pertama adalah Kode Transaksi\n" -" * 1 (satu) digit berikutnya adalah Kode Status\n" -" * 3 (tiga) digit berikutnya adalah Kode Cabang\n" -" * 2 (dua) digit pertama adalah Tahun Penerbitan\n" -" * 8 (delapan) digit berikutnya adalah Nomor Urut\n" -"\n" -" To be able to export customer invoices as e-Faktur,\n" -" you need to put the ranges of numbers you were assigned\n" -" by the government in Accounting > Customers > e-Faktur\n" -"\n" -" When you validate an invoice, where the partner has the ID PKP\n" -" field checked, a tax number will be assigned to that invoice.\n" -" Afterwards, you can filter the invoices still to export in the\n" -" invoices list and click on Action > Download e-Faktur to download\n" -" the csv and upload it to the site of the government.\n" -"\n" -" You can replace an already sent invoice by another by indicating\n" -" the replaced invoice and the new one and you can reset an invoice\n" -" you have not already sent to the government to reuse its number.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_reports -msgid "" -"\n" -" Electronic accounting reports\n" -" - COA\n" -" - Trial Balance\n" -" DIOT Report\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_reports_post_wizard -msgid "" -"\n" -" Enable the VAT wizard when posting a tax return journal entry\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_digest_enterprise -msgid "" -"\n" -" Enterprise digest data\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_us_payment_nacha -msgid "" -"\n" -" Export payments as NACHA files for use in the United States.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_temporal -msgid "" -"\n" -" Extend sale flow to sell/lease/rent a product depending on duration, quantity, price list" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_sepa -msgid "" -"\n" -" Generate payment orders as recommended by the SEPA norm, thanks to pain.001 messages. Supported pain version (countries) are pain.001.001.03 (generic), pain.001.001.03.ch.02 (Switzerland) and pain.001.003.03 (Germany). The generated XML file can then be uploaded to your bank.\n" -"\n" -" This module follow the implementation guidelines issued by the European Payment Council.\n" -" For more information about the SEPA standards : http://www.iso20022.org/ and http://www.europeanpaymentscouncil.eu/\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_winbooks_import -msgid "" -"\n" -" Import Data From Winbooks\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_au_keypay -msgid "" -"\n" -" KeyPay Payroll Integration\n" -" This Module will synchronise all payrun journals from KeyPay to Odoo.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_voip -msgid "" -"\n" -" Make calls using a VOIP system" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mail_group -msgid "" -"\n" -" Manage your mailing lists from Odoo.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_reports_closing -msgid "" -"\n" -" Mexico Month 13 Trial Balance Report\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_fr_fec_import -msgid "" -"\n" -" Module for the import of FEC standard files, useful for importing accounting history.\n" -"\n" -" FEC files (fichier des écritures comptables) are the standard accounting reports that French businesses have to submit to the tax authorities.\n" -" This module allows the import of accounts, journals, partners and moves from these files.\n" -"\n" -" Only the CSV format of FEC is implemented.\n" -" 'utf-8', 'utf-8-sig' and 'iso8859_15' are the only allowed encodings.\n" -" Several delimiters are allowed : ';' or '|' or ',' or '\t'.\n" -"\n" -" Official Technical Specification (fr)\n" -" https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000027804775/\n" -"\n" -" FEC Testing tool from the tax authorities\n" -" https://github.com/DGFiP/Test-Compta-Demat\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mz -msgid "" -"\n" -" Mozambican Accounting localization\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_renting -msgid "" -"\n" -" Specify rentals of products (products, quotations, invoices, ...)\n" -" Manage status of products, rentals, delays\n" -" Manage user and manager notifications\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_base_sparse_field -msgid "" -"\n" -" The purpose of this module is to implement \"sparse\" fields, i.e., fields\n" -" that are mostly null. This implementation circumvents the PostgreSQL\n" -" limitation on the number of columns in a table. The values of all sparse\n" -" fields are stored in a \"serialized\" field in the form of a JSON mapping.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_purchase -msgid "" -"\n" -" This bridge module adds some smart buttons between Purchase and Subcontracting\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_dropshipping -msgid "" -"\n" -" This bridge module allows to manage subcontracting with the dropshipping module.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_account -msgid "" -"\n" -" This bridge module allows to manage subcontracting with valuation.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_barcode_mrp_subcontracting -msgid "" -"\n" -" This bridge module is auto-installed when the modules stock_barcode and mrp_subcontracting are installed.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_barcode_quality_control -msgid "" -"\n" -" This bridge module is auto-installed when the modules stock_barcode and quality_control are installed.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_rs -msgid "" -"\n" -" This is the base module of the Serbian localization. It manages chart of accounts and taxes.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_ph -msgid "" -"\n" -" This is the module to manage the accounting chart for The Philippines.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_qr_code_sepa -msgid "" -"\n" -" This module adds support for SEPA Credit Transfer QR-code generation.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_approvals_purchase -msgid "" -"\n" -" This module adds to the approvals workflow the possibility to generate\n" -" RFQ from an approval purchase request.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_delivery_mondialrelay -msgid "" -"\n" -" This module allow your customer to choose a Point Relais® and use it as shipping address.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_mondialrelay -msgid "" -"\n" -" This module allow your customer to choose a Point Relais® and use it as shipping address.\n" -" This module doesn't implement the WebService. It is only the integration of the widget.\n" -"\n" -" Delivery price pre-configured is an example, you need to adapt the pricing's rules.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_purchase_product_matrix -msgid "" -"\n" -" This module allows to fill Purchase Orders rapidly\n" -" by choosing product variants quantity through a Grid Entry.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_product_matrix -msgid "" -"\n" -" This module allows to fill Sales Order rapidly\n" -" by choosing product variants quantity through a Grid Entry.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_project_forecast -msgid "" -"\n" -" This module allows you to schedule your Sales Order based on the product configuration.\n" -"\n" -" For products on which the \"Plan Services\" option is enabled, you will have the opportunity\n" -" to automatically forecast the shifts for employees whom are able to take the shift\n" -" (i.e. employees who have the same role as the one configured on the product).\n" -"\n" -" Forecast shifts and keep an eye on the hours consumed on your plannable products.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_planning -msgid "" -"\n" -" This module allows you to schedule your Sales Order based on the product configuration.\n" -"\n" -" For products on which the \"Plan Services\" option is enabled, you will have the opportunity\n" -" to automatically plan the shifts for employees whom are able to take the shift\n" -" (i.e. employees who have the same role as the one configured on the product).\n" -"\n" -" Plan shifts and keep an eye on the hours consumed on your plannable products.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_sepa_direct_debit -msgid "" -"\n" -" This module enables the generation of SEPA Direct Debit (SDD)-compliant XML files (consistent\n" -" with pain.008.001.02 specification) to send to your bank in order to\n" -" collect a set of payments.\n" -"\n" -" To be elligible for this payment method, a customer must have first\n" -" returned a mandate to the company, giving his consent to use direct debit.\n" -" This consent must have been encoded as a 'customer mandate' into Odoo.\n" -"\n" -" You also need to meet the following requirements in order to properly\n" -" generate a SDD file:\n" -" - Your company account must be set to a valid IBAN number\n" -" - Your company must have been given a creditor identifier (this can be done in the 'settings' menu of the accounting module)\n" -" - Your company must have defined a journal to receive SDD payments (again, in 'settings' of accounting module)\n" -" - Every customer for which you generate a payment must have a valid IBAN account number.\n" -"\n" -" Odoo will let you know if any of these requirements are not satisfied.\n" -"\n" -" Any invoice that gets validated for a customer with a mandate will be\n" -" automatically set in 'paid' state, and a payment will be generated. An\n" -" option in the dashboard will then allow you to view all the payments generated\n" -" via SDD and to generate a XML collection file for them, grouping them as\n" -" you see fit.\n" -"\n" -" A dedicated 'SEPA Direct Debit' payment method is also available for\n" -" open invoices, when selecting a bank account in the 'register payment' wizard.\n" -" Use it to generate a SDD payment for the invoices if you added a mandate\n" -" for its owner after its validation. You will see an error message if you\n" -" try to use this method on an invoice for whose payment no mandate can be used.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_google_recaptcha -msgid "" -"\n" -" This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_online_synchronization -msgid "" -"\n" -" This module is used for Online bank synchronization." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_appraisal_skills -msgid "" -"\n" -" This module makes it possible to manage employee skills during an appraisal process.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_web_mobile -msgid "" -"\n" -" This module provides the core of the Odoo Mobile App.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_es_edi_sii -msgid "" -"\n" -" This module sends the taxes information (mostly VAT) of the \n" -" vendor bills and customer invoices to the SII. It is called \n" -" Procedimiento G417 - IVA. Llevanza de libros registro. It is \n" -" required for every company with a turnover of +6M€ and others can \n" -" already make use of it. The invoices are automatically \n" -" sent after validation. \n" -" \n" -" How the information is sent to the SII depends on the \n" -" configuration that is put in the taxes. The taxes \n" -" that were in the chart template (l10n_es) are automatically \n" -" configured to have the right type. It is possible however \n" -" that extra taxes need to be created for certain exempt/no sujeta reasons. \n" -" \n" -" You need to configure your certificate and the tax agency. \n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_de_datev_reports -msgid "" -"\n" -" This module serves to provide the possibility to define two identifiers\n" -" on partners: one for customer and one for supplier, used for the DateV export\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_maintenance -msgid "" -"\n" -" Track equipments and maintenance requests" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_recruitment_survey -msgid "" -"\n" -" Use interview forms during recruitment process.\n" -" This module is integrated with the survey module\n" -" to allow you to define interviews for different jobs.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_timesheet_enterprise -msgid "" -"\n" -" When invoicing timesheets, allows invoicing either all timesheets\n" -" linked to an SO, or only the validated timesheets\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_xml_polizas -msgid "" -"\n" -" XML Export of the Journal Entries for the Mexican Tax Authorities for a compulsory audit.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_purchase_product_matrix -msgid "" -"\n" -" Add variants to your purchase orders through an Order Grid Entry.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_partner_autocomplete -msgid "" -"\n" -" Auto-complete partner companies' data\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_product_matrix -msgid "" -"\n" -" Technical module: Matrix Implementation\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_eg_edi_eta -msgid "" -"\n" -" This module integrate with the ETA Portal to automatically sign and send your invoices to the tax Authority.\n" -" Special thanks to Plementus <info@plementus.com> for their help in developing this module.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ke_edi_tremol -msgid "" -"\n" -" This module integrates with the Kenyan G03 Tremol control unit device to the KRA through TIMS.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_multilang -msgid "" -"\n" -" * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,\n" -" Accounting Templates, Analytic Chart of Accounts and Analytic Journals.\n" -" * Setup wizard changes\n" -" - Copy translations for COA, Tax, Tax Code and Fiscal Position from\n" -" templates to target objects.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_mrp_workorder_iot -msgid "" -"\n" -" Adds Quality Control to workorders with IoT.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_mrp_workorder -msgid "" -"\n" -" Adds Quality Control to workorders.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_mrp -msgid "" -"\n" -" Adds workcenters to Quality Control\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_gcc_invoice -msgid "" -"\n" -" Arabic/English for GCC\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi_stock_extended -msgid "" -"\n" -" Bridge module to extend the delivery guide (Complemento XML Carta de Porte)\n" -" - exported goods (COMEX)\n" -" - extended address fields\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi_stock_extended_40 -msgid "" -"\n" -" Bridge module to extend the delivery guide (Complemento XML Carta de Porte) for CFDI v4.0\n" -" - exported goods (COMEX)\n" -" - extended address fields\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_workorder_iot -msgid "" -"\n" -" Configure IoT devices to be used in certain \n" -" steps for taking measures, taking pictures, ...\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_mrp_workorder_worksheet -msgid "" -"\n" -" Create customizable quality worksheet for workorder.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_control_worksheet -msgid "" -"\n" -" Create customizable worksheet for Quality Control.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_hr_euro -msgid "" -"\n" -" Croatian Chart of Accounts updated (RRIF ver.2021) (in EURO !)\n" -" \n" -" Sources:\n" -" https://www.rrif.hr/dok/preuzimanje/Bilanca-2016.pdf\n" -" https://www.rrif.hr/dok/preuzimanje/RRIF-RP2021.PDF\n" -" https://www.rrif.hr/dok/preuzimanje/RRIF-RP2021-ENG.PDF\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_holidays_gantt -msgid "" -"\n" -" Gantt view for Time Off Dashboard\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_lt_saft -msgid "" -"\n" -" Lithuanian SAF-T is standard file format for exporting various types of accounting transactional data using the XML format.\n" -" The XSD version used is v2.01 (since 2019). It is the latest one used by the Lithuanian Authorities.\n" -" The first version of the SAF-T Financial is limited to the general ledger level including customer and supplier transactions.\n" -" Necessary master data is also included.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_lock -msgid "" -"\n" -" Make the lock date irreversible:\n" -"\n" -" * You cannot set stricter restrictions on accountants than on users. Therefore, the All Users Lock Date must be anterior (or equal) to the Invoice/Bills Lock Date.\n" -" * You cannot lock a period that has not yet ended. Therefore, the All Users Lock Date must be anterior (or equal) to the last day of the previous month.\n" -" * Any new All Users Lock Date must be posterior (or equal) to the previous one.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_loyalty_taxcloud -msgid "" -"\n" -" Manage discounts in taxclouds computations.\n" -" See https://taxcloud.com/support/discounts or\n" -" https://service.taxcloud.net/hc/en-us/articles/360015649791-How-can-discounts-be-applied-\n" -"\n" -" Summary: all seller-provided discounts must be applied to the Sales Price before calculating sales tax.\n" -" Sellers should disclose their methodology to customers in a Discount Application Policy.\n" -"\n" -" The algorithm is as follows:\n" -" - line-specific discounts are applied first, on the lines they are supposed to apply to.\n" -" This means product-specific discounts or discounts on the cheapest line.\n" -" - Then global discounts are applied evenly across paid lines, as much as possible.\n" -" If there is a remainder, it is applied sequentially, in the order of the lines,\n" -" until there is either no discount left or no discountable line left.\n" -"\n" -" Note that discount lines (with a negative price) will have no taxes applied to them,\n" -" but rather the amount of these lines will be deduced from the lines they apply to during tax computation.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_loyalty_taxcloud_delivery -msgid "" -"\n" -" Manage discounts with deliveries in taxclouds computations.\n" -" This module follows the same logic as \"Account Taxcloud - Sale (coupon)\".\n" -" More information can be found there on how discount computations are made for TaxCloud.\n" -"\n" -" There is an added option for discount (free shipping) on deliveries.\n" -" With Sale coupon delivery, the discount computation does not apply on delivery lines.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_timesheet_attendance -msgid "" -"\n" -" Module linking the attendance module to the timesheet app.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_no_saft -msgid "" -"\n" -" Norwegian SAF-T is standard file format for exporting various types of accounting transactional data using the XML format.\n" -" The first version of the SAF-T Financial is limited to the general ledger level including customer and supplier transactions.\n" -" Necessary master data is also included.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_forecast -msgid "" -"\n" -" Schedule your teams across projects and estimate deadlines more accurately.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_planning -msgid "" -"\n" -" Schedule your teams and employees with shift.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_lu_peppol_id -msgid "" -"\n" -" Some Luxembourg public institutions do not have a VAT number but have been assigned an arbitrary number \n" -" (see: https://pch.gouvernement.lu/fr/peppol.html). Thus, this module adds the Peppol Identifier field on \n" -" the account.move form view. If this field is set, it is then read when exporting electronic invoicing formats.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi_stock -msgid "" -"\n" -" The delivery guide (Complemento XML Carta de Porte) is needed as a proof\n" -" that you are sending goods between A and B.\n" -"\n" -" It is only when a delivery order is validated that you can create the delivery\n" -" guide.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_pe_edi_stock -#: model:ir.module.module,description:base.module_l10n_pe_edi_stock_20 -msgid "" -"\n" -" The delivery guide (GuÃa de Remisión) is needed as a proof\n" -" that you are sending goods between A and B.\n" -"\n" -" It is only when a delivery order is validated that you can create the delivery\n" -" guide.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_cl_edi_stock -msgid "" -"\n" -" The delivery guide (guia de despacho) is needed as a proof\n" -" that you are sending goods between A and B. \n" -" \n" -" It is configurable on the partner if prices are needed on the \n" -" delivery guide and if they need to come from the sale order \n" -" or the product itself. \n" -" \n" -" It is only when a delivery order is validated that you can create the delivery \n" -" guide. Then it will follow the same flow as for the invoices, sending it to \n" -" the SII. \n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ie -msgid "" -"\n" -" This module is for all the Irish SMEs who would like to setup their accounting quickly. The module provides:\n" -"\n" -" - a Chart of Accounts customised to Ireland\n" -" - VAT Rates and Structure" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_account_edi_ubl_cii_tests -msgid "" -"\n" -" This module tests the module 'account_edi_ubl_cii', it is separated since dependencies to some \n" -" localizations were required. Its name begins with 'l10n' to not overload runbot.\n" -" \n" -" The test files are separated by sources, they were taken from:\n" -" \n" -" * the factur-x doc (form the FNFE)\n" -" * the peppol-bis-invoice-3 doc (the github repository: https://github.com/OpenPEPPOL/peppol-bis-invoice-3/tree/master/rules/examples contains examples)\n" -" * odoo, these files pass all validation tests (using ecosio or the FNFE validator)\n" -" \n" -" We test that the external examples are correctly imported (currency, total amount and total tax match).\n" -" We also test that generating xml from odoo with given parameters gives exactly the same xml as the expected, \n" -" valid ones.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_ebay -msgid "" -"\n" -" Publish your products on eBay" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ar_reports -msgid "" -"\n" -"* Add VAT Book report which is a legal requirement in Argentina and that holds the VAT detail info of sales or purchases made in a period of time.\n" -"* Add a VAT summary report that is used to analyze invoicing\n" -"* Add Digital VAT Book functionality that let us generate TXT files to import in AFIP. The ones we implement are:\n" -"\n" -" * LIBRO_IVA_DIGITAL_VENTAS_CBTE\n" -" * LIBRO_IVA_DIGITAL_VENTAS_ALICUOTAS\n" -" * LIBRO_IVA_DIGITAL_COMPRAS_CBTE\n" -" * LIBRO_IVA_DIGITAL_COMPRAS_ALICUOTAS\n" -" * LIBRO_IVA_DIGITAL_IMPORTACION_BIENES_ALICUOTA\n" -"\n" -"Official Documentation AFIP\n" -"\n" -"* Digital VAT Book - record design https://www.afip.gob.ar/libro-iva-digital/documentos/libro-iva-digital-diseno-registros.pdf\n" -"* CITI - record design (same as the Digital VAT Book): https://www.afip.gob.ar/comprasyventas/documentos/RegimendeInformaciondeComprasyVentasDisenosdeRegistros1.xls\n" -"* CITI - specification (provides more information on how to format the numbers and the fillings of the numeric / alphanumeric fields): https://www.afip.gob.ar/comprasyventas/documentos/Regimen-Informacion-Compras-Ventas-Especificaciones.doc\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_timesheet_grid -msgid "" -"\n" -"* Timesheet submission and validation\n" -"* Activate grid view for timesheets\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_auth_totp_mail -msgid "" -"\n" -"2FA Invite mail\n" -"===============\n" -"Allow the users to invite another user to use Two-Factor authentication\n" -"by sending an email to the target user. This email redirect them to :\n" -"- the users security settings if the user is internal.\n" -"- the portal security settings page if the user is not internal. \n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_auth_totp_mail_enforce -msgid "" -"\n" -"2FA by mail\n" -"===============\n" -"Two-Factor authentication by sending a code to the user email inbox\n" -"when the 2FA using an authenticator app is not configured.\n" -"To enforce users to use a two-factor authentication by default,\n" -"and encourage users to configure their 2FA using an authenticator app.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_intrastat -msgid "" -"\n" -"A module that add the stock management in intrastat reports.\n" -"============================================================\n" -"\n" -"This module gives the details of the goods traded between the countries of\n" -"European Union." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_tax_python -msgid "" -"\n" -"A tax defined as python code consists of two snippets of python code which are executed in a local environment containing data such as the unit price, product or partner.\n" -"\n" -"\"Applicable Code\" defines if the tax is to be applied.\n" -"\n" -"\"Python Code\" defines the amount of the tax.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_au_aba -msgid "" -"\n" -"ABA Credit Transfer\n" -"===================\n" -"\n" -"This module allows the generation of payment batches as ABA (Australian\n" -"Bankers Association) text files. The generated 'aba' file can be uploaded\n" -"to many Australian banks.\n" -"\n" -"Setup\n" -"-----\n" -"\n" -"- *Account > Configuration > invoicing > Journals*\n" -"\n" -" If needed, create new journal or choose an existing journal with **Type**\n" -" set to *“Bankâ€*.\n" -"\n" -" On **Advanced Settings**, ensure ABA Credit Transfer is ticked.\n" -"\n" -" On the **Bank Account** tab, enter the **Account Number**.\n" -"\n" -" On the same tab, ensure the ABA transfer information is set up.\n" -"\n" -" **BSB** - Required, 6 digits, and will be auto formatted.\n" -"\n" -" **Financial Institution Code** - Required (provided by bank or can be found\n" -" on Google). It is three uppercase 3 characters.\n" -"\n" -" **Supplying User Name** - Some banks allow this to be freeform, some banks\n" -" may reject the ABA file if the Supplying User Name is not as expected. It\n" -" cannot be longer than 26 characters.\n" -"\n" -" **APCA Identification Number** - User Identification number is bank\n" -" allocated. It is 6 digits.\n" -"\n" -" **Include Self Balancing Transaction** - Some institutions require that the\n" -" last be a self balancing transaction which is used as a verification.\n" -"\n" -"- *Accounting > Configuration > Payments > Bank Accounts*\n" -"\n" -" Account will show up in list as the journal name.\n" -"\n" -" Editing will show the **Account Number**. This is important as it is used by\n" -" the ABA process.\n" -"\n" -" **Bank** is optional.\n" -"\n" -"- *Contacts > Configuration > Bank Accounts > Bank Accounts*\n" -"\n" -" Paying account will show up in list as the account number.\n" -"\n" -" **Account Holder Name** - Can be entered here, if Required. Generally not\n" -" validated by the banks on ABA file transfers, but may show up on the payee\n" -" bank statement against the payment.\n" -"\n" -"- Vendor bank accounts can be set up in the same place, however, it is\n" -" generally easier to set them up from the partner from for the Vendor.\n" -"\n" -"- *Accounting > Vendors > Vendors*\n" -"\n" -" On **Accounting** tab, click on *\"View accounts detail\"* from where a\n" -" vendor bank account can be created or edited.\n" -"\n" -" **Account Number** - Required, must be less than 9 digits.\n" -"\n" -" **BSB** - Required, 6 digits, and will be auto formatted.\n" -"\n" -" **Account Holder Name** - Optional.\n" -"\n" -"Use\n" -"---\n" -"\n" -"- Create a vendor payment in the normal way.\n" -"\n" -" Ensure the **Vendor** is one with a valid ABA payment account.\n" -"\n" -" Choose the correct **Payment Journal** which is set for ABA payments.\n" -"\n" -" Select **ABA Credit Transfer** radio button.\n" -"\n" -" If the vendor has multiple bank account, you may need to select the\n" -" correct **Recipient Bank Account**. Or if paying a vendor bill, it may\n" -" need the correct bank account associated with it.\n" -"\n" -" Enter payment amount, etc.\n" -"\n" -"- *Vendors > Payments*\n" -"\n" -" After payment(s) are confirmed, they will show up in the payments list.\n" -"\n" -" Using filters, or sorting, select the payments to be included. Under\n" -" *Actions* choose *Create batch payment*.\n" -"\n" -"- *Vendors > Batch Payments*\n" -"\n" -" When validating a batch payment, the ABA file will be generated. It can\n" -" be regenerated. This file can then be uploaded to the bank.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_auto_transfer -msgid "" -"\n" -"Account Automatic Transfers\n" -"===========================\n" -"Manage automatic transfers between your accounts.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_generic_auto_transfer_demo -msgid "" -"\n" -"Account Automatic Transfers Demo\n" -"================================\n" -"Demo data for account automatic transfers module\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_us_consolidation_demo -msgid "" -"\n" -"Account Consolidation Demo Data\n" -"==================================\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_accountant -msgid "" -"\n" -"Accounting Access Rights\n" -"========================\n" -"It gives the Administrator user access to all accounting features such as journal items and the chart of accounts.\n" -"\n" -"It assigns manager and user access rights to the Administrator for the accounting application and only user rights to the Demo user.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_hr_payroll_account -msgid "" -"\n" -"Accounting Data for Belgian Payroll Rules.\n" -"==========================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_fr_hr_payroll_account -msgid "" -"\n" -"Accounting Data for French Payroll Rules.\n" -"==========================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_hk_hr_payroll_account -msgid "" -"\n" -"Accounting Data for Hong Kong Payroll Rules\n" -"===========================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_in_hr_payroll_account -msgid "" -"\n" -"Accounting Data for Indian Payroll Rules.\n" -"==========================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_sa_hr_payroll_account -msgid "" -"\n" -"Accounting Data for KSA Payroll Rules.\n" -"=======================================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ke_hr_payroll_account -msgid "" -"\n" -"Accounting Data for Kenyan Payroll Rules\n" -"========================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_lu_hr_payroll_account -msgid "" -"\n" -"Accounting Data for Luxembourg Payroll Rules\n" -"============================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ae_hr_payroll_account -msgid "" -"\n" -"Accounting Data for UAE Payroll Rules.\n" -"=======================================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_base_import -msgid "" -"\n" -"Accounting Import\n" -"==================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_reports -msgid "" -"\n" -"Accounting Reports\n" -"==================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_reports_tax_reminder -msgid "" -"\n" -"Accounting Reports Tax Reminder\n" -"===============================\n" -"This module adds a notification when the tax report is ready to be sent\n" -"to the administration.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ee_reports -msgid "" -"\n" -"Accounting Reports for Estonia\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_co_reports -msgid "" -"\n" -"Accounting reports for Colombia\n" -"================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_dk_reports -msgid "" -"\n" -"Accounting reports for Denmark\n" -"=================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_fi_reports -msgid "" -"\n" -"Accounting reports for Finland\n" -"================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_fr_reports -msgid "" -"\n" -"Accounting reports for France\n" -"================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_in_reports -msgid "" -"\n" -"Accounting reports for India\n" -"================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_it_reports -msgid "" -"\n" -"Accounting reports for Italy\n" -"============================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ke_reports -msgid "" -"\n" -"Accounting reports for Kenya\n" -"============================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_lu_reports -msgid "" -"\n" -"Accounting reports for Luxembourg\n" -"=================================\n" -"Luxembourgish SAF-T (also known as FAIA) is standard file format for exporting various types of accounting transactional data using the XML format.\n" -"The first version of the SAF-T Financial is limited to the general ledger level including customer and supplier transactions.\n" -"Necessary master data is also included.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_no_reports -msgid "" -"\n" -"Accounting reports for Norway\n" -"================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_syscohada_reports -msgid "" -"\n" -"Accounting reports for OHADA\n" -"=================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_pt_reports -msgid "" -"\n" -"Accounting reports for Portugal\n" -"================================\n" -"\n" +"2FA Invite mail\n" +"===============\n" +"Allow the users to invite another user to use Two-Factor authentication\n" +"by sending an email to the target user. This email redirect them to :\n" +"- the users security settings if the user is internal.\n" +"- the portal security settings page if the user is not internal. \n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_sg_reports +#: model:ir.module.module,description:base.module_auth_totp_mail_enforce msgid "" "\n" -"Accounting reports for Singapore\n" -"================================\n" -"This module allow to generate the IRAS Audit File.\n" -" - To generate the IRAS Audit File, go to Accounting -> Reporting -> IRAS Audit File\n" +"2FA by mail\n" +"===============\n" +"Two-Factor authentication by sending a code to the user email inbox\n" +"when the 2FA using an authenticator app is not configured.\n" +"To enforce users to use a two-factor authentication by default,\n" +"and encourage users to configure their 2FA using an authenticator app.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_account_enterprise +#: model:ir.module.module,description:base.module_account_tax_python msgid "" "\n" -"Add Subcontracting information in Cost Analysis Report and The Production Analysis\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_contract_reports -msgid "" +"A tax defined as python code consists of two snippets of python code which are executed in a local environment containing data such as the unit price, product or partner.\n" "\n" -"Add a dynamic report about contracts and employees.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_recruitment_reports -msgid "" +"\"Applicable Code\" defines if the tax is to be applied.\n" "\n" -"Add a dynamic report about recruitment.\n" -" " +"\"Python Code\" defines the amount of the tax.\n" +" " msgstr "" #. module: base @@ -2153,28 +974,6 @@ msgid "" "Add supports to fill three optional fields used when using Chorus Pro, especially when invoicing public services.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_project -msgid "" -"\n" -"Add the ability to create invoices from the document module.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_sign -msgid "" -"\n" -"Add the ability to create signatures from the document module.\n" -"The first element of the selection (in DRM) will be used as the signature attachment.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_hr_recruitment -msgid "" -"\n" -"Add the ability to manage resumés and letters from the Documents app.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_product_margin msgid "" @@ -2185,60 +984,6 @@ msgid "" "The wizard to launch the report has several options to help you get the data you need.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_project_sign -msgid "" -"\n" -"Adds an action to sign documents attached to tasks.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_fleet -msgid "" -"\n" -"Adds fleet data to documents\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_product -msgid "" -"\n" -"Adds the ability to create products from the document module and adds the\n" -"option to send products' attachments to the documents app.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_project_sale -msgid "" -"\n" -"Adds the ability to set workspace templates on products.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_voip_crm -msgid "" -"\n" -"Adds the lead partner to phonecall list\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_pos_enterprise -msgid "" -"\n" -"Advanced features for the PoS like better views \n" -"for IoT Box config. \n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_appointment -msgid "" -"\n" -"Allow clients to Schedule Appointments through your Website\n" -"-------------------------------------------------------------\n" -"\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_pos_mercury msgid "" @@ -2283,15 +1028,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_appointment_crm -msgid "" -"\n" -"Allow to generate lead from Scheduled Appointments through your Website\n" -"-----------------------------------------------------------------------\n" -"\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -2350,14 +1086,6 @@ msgid "" "This module allows to generate a project/task from sales orders.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_voip -msgid "" -"\n" -"Allows to make call from next activities or with click-to-dial.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sale_timesheet msgid "" @@ -2370,22 +1098,6 @@ msgid "" "have real delivered quantities in sales orders.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_pos_iot -msgid "" -"\n" -"Allows to use in the Point of Sale the devices that are connected to an IoT Box.\n" -"Supported devices include payment terminals, receipt printers, scales and customer displays.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_stock_renting -msgid "" -"\n" -"Allows use of stock application to manage rentals inventory\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_snailmail msgid "" @@ -2404,13 +1116,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_delivery_iot -msgid "" -"\n" -"Allows using IoT devices, such as scales and printers, for delivery operations.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_delivery msgid "" @@ -2422,16 +1127,6 @@ msgid "" "invoices from picking, the system is able to add and compute the shipping line.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_mrp_account_enterprise -msgid "" -"\n" -"Analytic Accounting in MRP\n" -"==========================\n" -"\n" -"* Cost structure report\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_mrp_account msgid "" @@ -2447,15 +1142,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_lu_reports_annual_vat_2023 -msgid "" -"\n" -"Annual VAT report for Luxembourg - 2023 update\n" -"===============================================\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_forum msgid "" @@ -2477,18 +1163,6 @@ msgid "" "and print the report from Print button in header area.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_asset -msgid "" -"\n" -"Assets management\n" -"=================\n" -"Manage assets owned by a company or a person.\n" -"Keeps track of depreciations, and creates corresponding journal entries.\n" -"\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_attachment_indexation msgid "" @@ -2516,77 +1190,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_au_reports -msgid "" -"\n" -"Australian Accounting Module\n" -"============================\n" -"\n" -"Taxable Payments Annual Reports (TPAR) for Australia\n" -"\n" -"The Taxable payments annual report (TPAR) allows:\n" -"\n" -" • Payments made to contractors (or subcontractors) for services, or\n" -" • Grants paid by government entities to ABN holders\n" -"\n" -"to be reported where required under the Taxable Payments Reporting System (TPRS) and the Taxable Government Grants and Payments reporting measure.\n" -"\n" -"The TPAR is due by 28th August each year.\n" -"\n" -"Penalties may apply if you don’t lodge your TPAR on time.\n" -"\n" -"For further information on who is required to lodge a Taxable payments annual report refer to\n" -"https://softwaredevelopers.ato.gov.au/tprs\n" -"\n" -"The annual report must be provided to the Commissioner no later than 28 August after the end of the financial year. Reports can be sent more frequently for those that wish to do so.\n" -"\n" -"The report uses tax tags ``Service`` and ``Tax Withheld`` in order to find adequate journal items. These are set using the fiscal positions, and the right type of product (Services).\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_hr_payroll_dimona -msgid "" -"\n" -"Automatic DIMONA declarations\n" -"=============================\n" -"\n" -"Prerequisites:\n" -"--------------\n" -"\n" -"- You need a Belgian Government Compliant Digital Certificate, delivered by Global\n" -" Sign. See: https://shop.globalsign.com/en/belgian-government-services\n" -"\n" -"- Generate certificate files from your SSL certificate (.pfx file) that are needed to create\n" -" a technical user (.cer file) and to authenticate remotely to the ONSS (.pem) file. On a UNIX\n" -" system, you may use the following commands:\n" -"\n" -" - PFX -> CRT : openssl pkcs12 -in my_cert.pfx -out my_cert.crt -nokeys -clcerts\n" -"\n" -" - CRT -> CER : openssl x509 -inform pem -in my_cert.crt -outform der -out my_cert.cer\n" -"\n" -" - PFX -> PEM : openssl pkcs12 -in my_cert.pfx -out my_cert.pem -nodes\n" -"\n" -"- Before you can use the social security REST web service, you must create an account\n" -" for yourself or for your client and configure the security. (The whole procedure is\n" -" available at https://www.socialsecurity.be/site_fr/employer/applics/dimona/introduction/webservice.htm)\n" -"\n" -" - User account management: Follow the Procedure https://www.socialsecurity.be/site_fr/general/helpcentre/rest/documents/pdf/procedure_pour_gestion_des_acces_UMan_FR.pdf\n" -"\n" -" - Create a technical user: Your client must now create a technical user in the Access management\n" -" online service. The follow this procedure: https://www.socialsecurity.be/site_fr/general/helpcentre/rest/documents/pdf/webservices_creer_le_canal_FR.pdf\n" -"\n" -" - Activate a web service channel: Once the technical user has been created, your client must\n" -" activate the web service channel in Access Management. The following manual explains the\n" -" steps to follow to activate the channel: https://www.socialsecurity.be/site_fr/general/helpcentre/rest/documents/pdf/webservices_ajouter_le_canal_FR.pdf\n" -"\n" -" - At the end of the procedure, you should receive a \"ONSS Expeditor Number\", you may\n" -" encode in in the payroll Settings, with the .pem file and the related password, if any.\n" -"\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_event_booth_exhibitor msgid "" @@ -2622,16 +1225,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_saft -msgid "" -"\n" -"Base module for SAF-T reporting\n" -"===============================\n" -"This is meant to be used with localization specific modules.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_br msgid "" @@ -2673,96 +1266,6 @@ msgid "" "come with any additional paid permission for online use of 'private modules'.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_batch_payment -msgid "" -"\n" -"Batch Payments\n" -"=======================================\n" -"Batch payments allow grouping payments.\n" -"\n" -"They are used namely, but not only, to group several cheques before depositing them in a single batch to the bank.\n" -"The total amount deposited will then appear as a single transaction on your bank statement.\n" -"When you reconcile, simply select the corresponding batch payment to reconcile all the payments in the batch.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_hr_payroll -msgid "" -"\n" -"Belgian Payroll Rules.\n" -"======================\n" -"\n" -" * Employee Details\n" -" * Employee Contracts\n" -" * Passport based Contract\n" -" * Allowances/Deductions\n" -" * Allow to configure Basic/Gross/Net Salary\n" -" * Employee Payslip\n" -" * Monthly Payroll Register\n" -" * Integrated with Leaves Management\n" -" * Salary Maj, ONSS, Withholding Tax, Child Allowance, ...\n" -"\n" -"Automatic DmfA Signature\n" -"========================\n" -"\n" -"Prerequisites:\n" -"--------------\n" -"\n" -"- You need a Belgian Government Compliant Digital Certificate, delivered by Global\n" -" Sign. See: https://shop.globalsign.com/en/belgian-government-services\n" -"\n" -"- Generate certificate files from your SSL certificate (.pfx file) that are needed to create\n" -" a technical user (.cer file) and to authenticate remotely to the ONSS (.pem) file. On a UNIX\n" -" system, you may use the following commands:\n" -"\n" -" - PFX -> CRT : openssl pkcs12 -in my_cert.pfx -out my_cert.crt -nokeys -clcerts\n" -"\n" -" - CRT -> CER : openssl x509 -inform pem -in my_cert.crt -outform der -out my_cert.cer\n" -"\n" -" - PFX -> PEM : openssl pkcs12 -in my_cert.pfx -out my_cert.pem -nodes\n" -"\n" -" - PFX -> KEY : openssl pkcs12 -in my_cert.pfx -out my_cert.key -nocerts\n" -"\n" -"- Before you can use the social security REST web service, you must create an account\n" -" for yourself or for your client and configure the security. (The whole procedure is\n" -" available at https://www.socialsecurity.be/site_fr/general/helpcentre/batch/sftp/previewstep.htm)\n" -"\n" -" - Create a technical user + Activate a SFTP channel: Your client must now create a technical user in the Access management\n" -" online service. The follow this procedure: https://www.socialsecurity.be/site_fr/general/helpcentre/rest/documents/pdf/webservices_creer_le_canal_FR.pdf\n" -"\n" -" - Configure your SFTP client: https://www.socialsecurity.be/site_fr/general/helpcentre/batch/document/pdf/step6_sftp_F.pdf\n" -"\n" -" - At the end of the procedure, you should have received a \"ONSS Expeditor Number\", you may\n" -" encode in in the payroll Settings, with the .pem file and the related password, if any.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_pos_blackbox_be -msgid "" -"\n" -"Belgian Registered Cash Register\n" -"================================\n" -"\n" -"This module turns the Point Of Sale module into a certified Belgian cash register.\n" -"\n" -"More info:\n" -" * http://www.systemedecaisseenregistreuse.be/\n" -" * http://www.geregistreerdkassasysteem.be/\n" -"\n" -"Legal\n" -"-----\n" -"**The use of pos_blackbox_be sources is only certified on odoo.com SaaS platform\n" -"for version 16.0.** Contact Odoo SA before installing pos_blackbox_be module.\n" -"\n" -"An obfuscated and certified version of the pos_blackbox_be may be provided on\n" -"requests for on-premise installations.\n" -"No modified version is certified and supported by Odoo SA.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_bo msgid "" @@ -2783,51 +1286,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_account -msgid "" -"\n" -"Bridge module between the accounting and documents apps. It enables\n" -"the creation invoices from the Documents module, and adds a\n" -"button on Accounting's reports allowing to save the report into the\n" -"Documents app in the desired format(s).\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mail_enterprise -msgid "" -"\n" -"Bridge module for mail and enterprise\n" -"=====================================\n" -"\n" -"Display a preview of the last chatter attachment in the form view for large\n" -"screen devices.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_enterprise -msgid "" -"\n" -"Bridge module for project and enterprise\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_enterprise_hr -msgid "" -"\n" -"Bridge module for project_enterprise and hr\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_enterprise_hr_contract -msgid "" -"\n" -"Bridge module for project_enterprise and hr_contract\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_project_timesheet_holidays msgid "" @@ -2840,24 +1298,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_base_automation_hr_contract -msgid "" -"\n" -"Bridge to add contract calendar on automated actions\n" -"====================================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_reports_cash_basis -msgid "" -"\n" -"Cash Basis for Accounting Reports\n" -"=================================\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hr_skills_survey msgid "" @@ -2940,76 +1380,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_project_timesheet_forecast_sale -msgid "" -"\n" -"Compare timesheets and forecast for your projects.\n" -"==================================================\n" -"\n" -"In your project plan, you can compare your timesheets and your forecast to better schedule your resources.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_timesheet_forecast -msgid "" -"\n" -"Compare timesheets and plannings\n" -"================================\n" -"\n" -"Better plan your future schedules by considering time effectively spent on old plannings\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_taxcloud -msgid "" -"\n" -"Computes the sales tax automatically using TaxCloud and the customer's address in United States.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_crm_enterprise -msgid "" -"\n" -"Contains advanced features for CRM such as new views\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_purchase_enterprise -msgid "" -"\n" -"Contains advanced features for purchase management\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_enterprise -msgid "" -"\n" -"Contains advanced features for sale management\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_account_enterprise -msgid "" -"\n" -"Contains the enterprise views for Stock account\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_enterprise -msgid "" -"\n" -"Contains the enterprise views for Stock management\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hr_presence msgid "" @@ -3026,15 +1396,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_crm_helpdesk -msgid "" -"\n" -"Convert business inquiries that have ended up in the Helpdesk pipeline by mistake,\n" -"or generate a ticket from a business inquiry\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hr_holidays_attendance msgid "" @@ -3043,14 +1404,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_account -msgid "" -"\n" -"Create Credit Notes from Helpdesk tickets\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_slides msgid "" @@ -3068,23 +1421,6 @@ msgid "" " * Statistics\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_industry_fsm_report -msgid "" -"\n" -"Create Reports for Field Service\n" -"================================\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_industry_fsm_sale -msgid "" -"\n" -"Create Sales order with timesheets and products from tasks\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_survey msgid "" @@ -3118,15 +1454,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_worksheet -msgid "" -"\n" -"Create customizable worksheet\n" -"================================\n" -"\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_event_sale msgid "" @@ -3250,99 +1577,27 @@ msgid "" "\n" "When invoices are related to their sale order and the sale order with the \n" "delivery, the system will automatically calculate the linked DDTs for every \n" -"invoice line to export in the FatturaPA XML. \n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_it_edi -msgid "" -"\n" -"E-invoice implementation\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_skills_slides -msgid "" -"\n" -"E-learning and Skills for HR\n" -"============================\n" -"\n" -"This module add completed courses to resume for employees.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi_40 -msgid "" -"\n" -"EDI CFDI 4.0\n" -"============\n" -"Convert CFDI XML documents to version 4.0 (from 3.3).\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_cl_edi -msgid "" -"\n" -"EDI Chilean Localization\n" -"========================\n" -"This code allows to generate the DTE document for Chilean invoicing.\n" -"- DTE (Electronic Taxable Document) format in XML\n" -"- Direct Communication with SII (Servicio de Impuestos Internos) to send invoices and other tax documents related to sales.\n" -"- Communication with Customers to send sale DTEs.\n" -"- Communication with Suppliers (vendors) to accept DTEs from them.\n" -"- Direct Communication with SII informing the acceptance or rejection of vendor bills or other DTEs.\n" -"\n" -" In order to see the barcode on the invoice, you need the pdf417gen library.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ec_edi -msgid "" -"\n" -"EDI Ecuadorian Localization\n" -"===========================\n" -"Adds electronic documents with its XML, RIDE, with electronic signature and direct connection to tax authority SRI,\n" -"\n" -"The supported documents are Invoices, Credit Notes, Debit Notes, Purchase Liquidations and Withholds\n" -"\n" -"Includes automations to easily predict the withholding tax to be applied to each purchase invoice\n" +"invoice line to export in the FatturaPA XML. \n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi +#: model:ir.module.module,description:base.module_l10n_it_edi msgid "" "\n" -"EDI Mexican Localization\n" -"========================\n" -"Allow the user to generate the EDI document for Mexican invoicing.\n" -"\n" -"This module allows the creation of the EDI documents and the communication with the Mexican certification providers (PACs) to sign/cancel them.\n" +"E-invoice implementation\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_pe_edi +#: model:ir.module.module,description:base.module_hr_skills_slides msgid "" "\n" -"EDI Peru Localization\n" -"======================\n" -"Allow the user to generate the EDI document for Peruvian invoicing.\n" -"\n" -"By default, the system uses the IAP proxy. This has the advantage that you\n" -"can use the system immediately the moment you choose Digiflow as your OSE\n" -"in the SUNAT portal.\n" -"\n" -"You can also directly send it to Digiflow if you bought an account from them\n" -"and even to SUNAT in case of contingency.\n" +"E-learning and Skills for HR\n" +"============================\n" "\n" -"We support sending and cancelling of customer invoices.\n" -" " +"This module add completed courses to resume for employees.\n" +" " msgstr "" #. module: base @@ -3380,25 +1635,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_eu_oss_reports -msgid "" -"\n" -"EU One Stop Shop (OSS) VAT Reports\n" -"=============================================================================================\n" -"\n" -"Provides Reports for OSS with export files for available EU countries.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_hr -msgid "" -"\n" -"Easily access your documents from your employee profile.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_account_edi msgid "" @@ -3437,27 +1673,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_l10n_be_hr_payroll -msgid "" -"\n" -"Employee 281.10 and 281.45 forms will be automatically integrated to the Document app.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_hr_contract -msgid "" -"\n" -"Employee contracts files will be automatically integrated to the Document app.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_hr_payroll -msgid "" -"\n" -"Employee payslips will be automatically integrated to the Document app.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_utm msgid "" @@ -3465,24 +1680,6 @@ msgid "" "Enable management of UTM trackers: campaign, medium, source.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_appointment_crm -msgid "" -"\n" -"Enrich lead created automatically through an appointment with gathered website visitor information such as language, \n" -"country and detailed information like pages browsed by the lead (through a link to website visitor).\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_cl_edi_exports -msgid "" -"\n" -"Even when the quantity of packages is apparently only inherent to stock application, we need a field for this \n" -"in the invoice, because that info could also depend on the DUS declaration.\n" -"We should also consider that there may be users without the inventory application installed and keep a less\n" -"complex logic.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_base_address_extended msgid "" @@ -3496,146 +1693,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_snailmail_account_followup -msgid "" -"\n" -"Extension to send follow-up documents by post\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_industry_fsm -msgid "" -"\n" -"Field Services Management\n" -"=========================\n" -"This module adds the features needed for a modern Field service management.\n" -"It installs the following apps:\n" -"- Project\n" -"- Timesheet\n" -"\n" -"Adds the following options:\n" -"- reports on tasks\n" -"- FSM app with custom view for onsite worker\n" -"- add products on tasks\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_stock_accountant -msgid "" -"\n" -"Filters the stock lines out of the reconciliation widget\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_fr_hr_payroll -msgid "" -"\n" -"French Payroll Rules.\n" -"=====================\n" -"\n" -" - Configuration of hr_payroll for French localization\n" -" - All main contributions rules for French payslip, for 'cadre' and 'non-cadre'\n" -" - New payslip report\n" -"\n" -"TODO:\n" -"-----\n" -" - Integration with holidays module for deduction and allowance\n" -" - Integration with hr_payroll_account for the automatic account_move_line\n" -" creation from the payslip\n" -" - Continue to integrate the contribution. Only the main contribution are\n" -" currently implemented\n" -" - Remake the report under webkit\n" -" - The payslip.line with appears_in_payslip = False should appears in the\n" -" payslip interface, but not in the payslip report\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_purchase_mrp_workorder_quality -msgid "" -"\n" -"Full Traceability Report Demo Data\n" -"==================================\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ar_edi -msgid "" -"\n" -"Functional\n" -"----------\n" -"\n" -"Be able to create journals in Odoo to create electronic customer invoices and report then to AFIP (via webservices).\n" -"The options available are:\n" -"\n" -" * Electronic Invoice - Web Service\n" -" * Export Voucher - Web Service\n" -" * Electronic Fiscal Bond - Web Service\n" -"\n" -"In the electronic journals if you validate an invoice this one will be validated in both Odoo and AFIP. This validation is\n" -"made at the instant and we recieve and \"approved/approved with observation/rejected\" state from AFIP. If the invoice has\n" -"been rejected by AFIP will not be post in the system and a pop up message will be shown with both the error detail (reject reasons)\n" -"we recieve and a HINT about what the problem could be.\n" -"\n" -"For auditing and troubleshooting purposes we also add a menu \"Consulit Invoice in AFIP\" that let us to consult invoices previously\n" -"sent to AFIP and last number used as support for any possible issues on the sequences synchronization between Odoo and AFIP.\n" -"\n" -" NOTE: From the Journal's form view we are able to force a sync between the odoo sequences to each of the document types in\n" -" with the last numbers registered in AFIP.\n" -"\n" -"From vendor bills, we have added a functionality that can be configured in the accounting settings to be able to verify\n" -"vendor bills in AFIP to check if the vendor bills are real (more information please review the setting description).\n" -"\n" -"Configuration:\n" -"\n" -"1. Go to the Accounting Settings > Argentinean Localization section\n" -"\n" -" 1.1. Configure the AFIP Web Services mode:\n" -"\n" -" * Testing environment in order to use demo certificates that will be use to test the instance and to make NOT\n" -" real invoices to AFIP. is just for testing. For demo instaces is already pre-defined you will not need to configure\n" -" it (commonly named in AFIP as Homologation environment).\n" -" * Production environment in order to generate real certificates and legal invoices to AFIP,\n" -"\n" -" 1.2. Configure your AFIP Certificate: If you are in a demo instance this one will be have been set by default. If you\n" -" are in production instance just need to go to upload your AFIP Certificate\n" -"\n" -" 1.3. Optionally you can define if you like to be eable to verify vendor bills in AFIP.\n" -"\n" -"2. Create Sales journals that will represent each one of your AFIP POS (Available in AFIP Portal) you want to use in Odoo.\n" -"\n" -" 2.1. Use Documents field is set by default please dont change\n" -" 2.2. Set AFIP POS System for one of the electronic ones.\n" -"\n" -" * Electronic Invoice - Web Service'\n" -" * Electronic Fiscal Bond - Web Service'\n" -" * Export Voucher - Web Service'\n" -"\n" -" 2.3. Set the AFIP POS Number and AFIP POS Address taking into account what you have configured in your AFIP Portal.\n" -"\n" -" NOTE: You can use the \"Check Available AFIP POS\" button in Journal's form to corroborate the to use to create the journals.\n" -"\n" -"For more information about Argentinean Electronic invoicing please go to http://www.afip.gob.ar/fe/ayuda.asp\n" -"\n" -"Technical\n" -"---------\n" -"\n" -"The web services that are implemented are the ones that are the most common:\n" -"\n" -"* wsfev1 - \"Factura Electrónica\" (Electronic Invoice)\n" -"* wsbfev1 - \"Bono Fiscal Electrónico\" (Electronic Fiscal Bond)\n" -"* wsfexv1 - \"Factura de Exportación Electrónica\" (Electronic Exportation Invoice - same as Export Voucher)\n" -"* wscdc - \"Constatación de Comprobantes\" (Invoices Verification)\n" -"\n" -"For Development information go to http://www.afip.gob.ar/fe/documentos/WSBFEv1%20-%20Manual%20para%20el%20desarrollador.pdf\n" -"\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_latam_invoice_document msgid "" @@ -3768,27 +1825,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_in_reports_gstr -msgid "" -"\n" -"GST return filing using IAP\n" -"================================\n" -"\n" -"** GSTR-1: Send and view summary report\n" -"** GSTR-2B: matching\n" -"** GSTR-3B: view report\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_in_reports_gstr_pos -msgid "" -"\n" -"GSTR-1 return data set as per point of sale orders\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_gamification msgid "" @@ -3816,22 +1852,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_sale_loyalty -msgid "" -"\n" -"Generate Coupons from Helpdesks tickets\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_edi_landing -msgid "" -"\n" -"Generate Electronic Invoice with custom numbers\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_links msgid "" @@ -3849,51 +1869,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_intrastat -msgid "" -"\n" -"Generates Intrastat XML report for declaration\n" -"Based on invoices.\n" -"Adds the possibility to specify the origin country of goods and the partner VAT in the Intrastat XML report.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_nl_intrastat -msgid "" -"\n" -"Generates Netherlands Intrastat report for declaration based on invoices.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_payroll_account -msgid "" -"\n" -"Generic Payroll system Integrated with Accounting.\n" -"==================================================\n" -"\n" -" * Expense Encoding\n" -" * Payment Encoding\n" -" * Company Contribution Management\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_de_pos_cert -msgid "" -"\n" -"Germany TSS Regulation\n" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_de_pos_res_cert -msgid "" -"\n" -"Germany TSS Regulation for restaurant\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hw_drivers msgid "" @@ -3908,52 +1883,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk -msgid "" -"\n" -"Helpdesk - Ticket Management App\n" -"================================\n" -"\n" -"Features:\n" -"\n" -" - Process tickets through different stages to solve them.\n" -" - Add priorities, types, descriptions and tags to define your tickets.\n" -" - Use the chatter to communicate additional information and ping co-workers on tickets.\n" -" - Enjoy the use of an adapted dashboard, and an easy-to-use kanban view to handle your tickets.\n" -" - Make an in-depth analysis of your tickets through the pivot view in the reports menu.\n" -" - Create a team and define its members, use an automatic assignment method if you wish.\n" -" - Use a mail alias to automatically create tickets and communicate with your customers.\n" -" - Add Service Level Agreement deadlines automatically to your tickets.\n" -" - Get customer feedback by using ratings.\n" -" - Install additional features easily using your team form view.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_helpdesk_knowledge -msgid "" -"\n" -"Helpdesk integration with knowledge\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_holidays -msgid "" -"\n" -"Helpdesk integration with time off\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_hk_hr_payroll -msgid "" -"\n" -"Hong Kong Payroll Rules.\n" -"========================\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_base_import_module msgid "" @@ -3965,23 +1894,6 @@ msgid "" "for customization purpose.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_amazon -msgid "" -"\n" -"Import your Amazon orders in Odoo and synchronize deliveries\n" -"============================================================\n" -"\n" -"Key Features\n" -"------------\n" -"* Import orders from multiple accounts and marketplaces.\n" -"* Orders are matched with Odoo products based on their internal reference (SKU in Amazon).\n" -"* Deliveries confirmed in Odoo are synchronized in Amazon.\n" -"* Support for both Fulfilment by Amazon (FBA) and Fulfilment by Merchant (FBM):\n" -" * FBA: A stock location and stock moves allow to monitor your stock in Amazon Fulfilment Centers.\n" -" * FBM: Delivery notifications are sent to Amazon for each confirmed picking (partial delivery friendly).\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_account_debit_note msgid "" @@ -4083,36 +1995,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_in_hr_payroll -msgid "" -"\n" -"Indian Payroll Salary Rules.\n" -"============================\n" -"\n" -" -Configuration of hr_payroll for India localization\n" -" -All main contributions rules for India payslip.\n" -" * New payslip report\n" -" * Employee Contracts\n" -" * Allow to configure Basic / Gross / Net Salary\n" -" * Employee PaySlip\n" -" * Allowance / Deduction\n" -" * Integrated with Leaves Management\n" -" * Medical Allowance, Travel Allowance, Child Allowance, ...\n" -" - Payroll Advice and Report\n" -" - Yearly Salary by Head and Yearly Salary by Employee Report\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_intrastat -msgid "" -"\n" -"Intrastat Reports\n" -"==================\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_in_upi msgid "" @@ -4155,54 +2037,18 @@ msgstr "" #. module: base #: model:ir.module.module,description:base.module_website_sale_comparison_wishlist -msgid "" -"\n" -"It allows for comparing products from the wishlist\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_sa_pos -msgid "" -"\n" -"K.S.A. POS Localization\n" -"=======================================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ke_hr_payroll_bik -msgid "" -"\n" -"Kenyan Payroll Rules\n" -"========================================\n" -"This module is only temporary for its purpose is to add new fields in a stable version (16.0, 16.1).\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ke_hr_payroll -msgid "" -"\n" -"Kenyan Payroll Rules.\n" -"=====================\n" +msgid "" "\n" -" * Employee Details\n" -" * Employee Contracts\n" -" * Allowances/Deductions\n" -" * Allow to configure Basic/Gross/Net Salary\n" -" * Employee Payslip\n" -" * Integrated with Leaves Management\n" +"It allows for comparing products from the wishlist\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_sa_hr_payroll +#: model:ir.module.module,description:base.module_l10n_sa_pos msgid "" "\n" -"Kingdom of Saudi Arabia Payroll and End of Service rules.\n" -"===========================================================\n" -"\n" +"K.S.A. POS Localization\n" +"=======================================================\n" " " msgstr "" @@ -4242,100 +2088,8 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_lu_hr_payroll -msgid "" -"\n" -"Luxembourg Payroll Rules.\n" -"=========================\n" -"\n" -" * Employee Details\n" -" * Employee Contracts\n" -" * Passport based Contract\n" -" * Allowances/Deductions\n" -" * Allow to configure Basic/Gross/Net Salary\n" -" * Employee Payslip\n" -" * Integrated with Leaves Management\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mail_mobile -msgid "" -"\n" -"Mail Mobile\n" -"===========\n" -"This module modifies the mail addon to provide:\n" -"\n" -"* Push notifications to registered devices for direct messages, chatter messages and channel.\n" -"* Redirection to the Android/iOS mobile app when you click on an Odoo URL.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_maintenance -msgid "" -"\n" -"Maintenance in MRP\n" -"==================\n" -"* Preventive vs corrective maintenance\n" -"* Define different stages for your maintenance requests\n" -"* Plan maintenance requests (also recurring preventive)\n" -"* Equipments related to workcenters\n" -"* MTBF, MTTR, ...\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_twitter_wall -msgid "" -"\n" -"Make Everybody a Part of Your Event\n" -"===================================\n" -"\n" -"Turn your event into an interactive experience by letting everybody post to your Twitter Wall. Connect with the crowd and build a personal relationship with attendees.\n" -" * Create Live twitter walls for event\n" -" * No complex moderation needed.\n" -" * Customize your live view with help of various options.\n" -" * Auto Storify view after event is over.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_3way_match -msgid "" -"\n" -"Manage 3-way matching on vendor bills\n" -"=====================================\n" -"\n" -"In the manufacturing industry, people often receive the vendor bills before\n" -"receiving their purchase, but they don't want to pay the bill until the goods\n" -"have been delivered.\n" -"\n" -"The solution to this situation is to create the vendor bill when you get it\n" -"(based on ordered quantities) but only pay the invoice when the received\n" -"quantities (on the PO lines) match the recorded vendor bill.\n" -"\n" -"This module introduces a \"release to pay\" mechanism that marks for each vendor\n" -"bill whether it can be paid or not.\n" -"\n" -"Each vendor bill receives one of the following three states:\n" -"\n" -" - Yes (The bill can be paid)\n" -" - No (The bill cannot be paid, nothing has been delivered yet)\n" -" - Exception (Received and invoiced quantities differ)\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_stock -msgid "" -"\n" -"Manage Product returns from helpdesk tickets\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hr_work_entry_holidays -#: model:ir.module.module,description:base.module_hr_work_entry_holidays_enterprise msgid "" "\n" "Manage Time Off in Payslips\n" @@ -4435,14 +2189,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_sale -msgid "" -"\n" -"Manage the after sale of the products from helpdesk tickets.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_sale_stock msgid "" @@ -4507,25 +2253,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_mrp_mps -msgid "" -"\n" -"Master Production Schedule\n" -"==========================\n" -"\n" -"Sometimes you need to create the purchase orders for the components of\n" -"manufacturing orders that will only be created later. Or for production orders\n" -"where you will only have the sales orders later. The solution is to predict\n" -"your sale forecasts and based on that you will already create some production\n" -"orders or purchase orders.\n" -"\n" -"You need to choose the products you want to add to the report. You can choose\n" -"the period for the report: day, week, month, ... It is also possible to define\n" -"safety stock, min/max to supply and to manually override the amount you will\n" -"procure.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_mx msgid "" @@ -4552,7 +2279,6 @@ msgstr "" #. module: base #: model:ir.module.module,description:base.module_analytic -#: model:ir.module.module,description:base.module_analytic_enterprise msgid "" "\n" "Module for defining analytic accounting object.\n" @@ -4584,166 +2310,6 @@ msgid "" "Module holding mail improvements for website. It holds the follow widget.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_followup -msgid "" -"\n" -"Module to automate letters for unpaid invoices, with multi-level recalls.\n" -"=========================================================================\n" -"\n" -"You can define your multiple levels of recall through the menu:\n" -"---------------------------------------------------------------\n" -" Configuration / Follow-up / Follow-up Levels\n" -"\n" -"Once it is defined, you can automatically print recalls every day through simply clicking on the menu:\n" -"------------------------------------------------------------------------------------------------------\n" -" Payment Follow-Up / Send Email and letters\n" -"\n" -"It will generate a PDF / send emails / set activities according to the different levels\n" -"of recall defined. You can define different policies for different companies.\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_bank_statement_import_camt -msgid "" -"\n" -"Module to import CAMT bank statements.\n" -"======================================\n" -"\n" -"Improve the import of bank statement feature to support the SEPA recommended Cash Management format (CAMT.053).\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_coda -msgid "" -"\n" -"Module to import CODA bank statements.\n" -"======================================\n" -"\n" -"Supported are CODA flat files in V2 format from Belgian bank accounts.\n" -"----------------------------------------------------------------------\n" -" * CODA v1 support.\n" -" * CODA v2.2 support.\n" -" * Foreign Currency support.\n" -" * Support for all data record types (0, 1, 2, 3, 4, 8, 9).\n" -" * Parsing & logging of all Transaction Codes and Structured Format\n" -" Communications.\n" -" * Automatic Financial Journal assignment via CODA configuration parameters.\n" -" * Support for multiple Journals per Bank Account Number.\n" -" * Support for multiple statements from different bank accounts in a single\n" -" CODA file.\n" -" * Support for 'parsing only' CODA Bank Accounts (defined as type='info' in\n" -" the CODA Bank Account configuration records).\n" -" * Multi-language CODA parsing, parsing configuration data provided for EN,\n" -" NL, FR.\n" -"\n" -"The machine readable CODA Files are parsed and stored in human readable format in\n" -"CODA Bank Statements. Also Bank Statements are generated containing a subset of\n" -"the CODA information (only those transaction lines that are required for the\n" -"creation of the Financial Accounting records). The CODA Bank Statement is a\n" -"'read-only' object, hence remaining a reliable representation of the original\n" -"CODA file whereas the Bank Statement will get modified as required by accounting\n" -"business processes.\n" -"\n" -"CODA Bank Accounts configured as type 'Info' will only generate CODA Bank Statements.\n" -"\n" -"A removal of one object in the CODA processing results in the removal of the\n" -"associated objects. The removal of a CODA File containing multiple Bank\n" -"Statements will also remove those associated statements.\n" -"\n" -"Instead of a manual adjustment of the generated Bank Statements, you can also\n" -"re-import the CODA after updating the OpenERP database with the information that\n" -"was missing to allow automatic reconciliation.\n" -"\n" -"Remark on CODA V1 support:\n" -"~~~~~~~~~~~~~~~~~~~~~~~~~~\n" -"In some cases a transaction code, transaction category or structured\n" -"communication code has been given a new or clearer description in CODA V2.The\n" -"description provided by the CODA configuration tables is based upon the CODA\n" -"V2.2 specifications.\n" -"If required, you can manually adjust the descriptions via the CODA configuration menu.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_bank_statement_import_csv -msgid "" -"\n" -"Module to import CSV bank statements.\n" -"======================================\n" -"\n" -"This module allows you to import CSV Files in Odoo: they are parsed and stored in human readable format in\n" -"Accounting \\ Bank and Cash \\ Bank Statements.\n" -"\n" -"Important Note\n" -"---------------------------------------------\n" -"Because of the CSV format limitation, we cannot ensure the same transactions aren't imported several times or handle multicurrency.\n" -"Whenever possible, you should use a more appropriate file format like OFX.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_bank_statement_import_ofx -msgid "" -"\n" -"Module to import OFX bank statements.\n" -"======================================\n" -"\n" -"This module allows you to import the machine readable OFX Files in Odoo: they are parsed and stored in human readable format in\n" -"Accounting \\ Bank and Cash \\ Bank Statements.\n" -"\n" -"Bank Statements may be generated containing a subset of the OFX information (only those transaction lines that are required for the\n" -"creation of the Financial Accounting records).\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_bank_statement_import_qif -msgid "" -"\n" -"Module to import QIF bank statements.\n" -"======================================\n" -"\n" -"This module allows you to import the machine readable QIF Files in Odoo: they are parsed and stored in human readable format in\n" -"Accounting \\ Bank and Cash \\ Bank Statements.\n" -"\n" -"Important Note\n" -"---------------------------------------------\n" -"Because of the QIF format limitation, we cannot ensure the same transactions aren't imported several times or handle multicurrency.\n" -"Whenever possible, you should use a more appropriate file format like OFX.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_be_soda -msgid "" -"\n" -"Module to import SODA files.\n" -"======================================\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_voip_onsip -msgid "" -"\n" -"Module with the required configuration to connect to OnSIP.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_mn_reports -msgid "" -"\n" -"Mongolian accounting reports.\n" -"====================================================\n" -"-Profit and Loss\n" -"-Balance Sheet\n" -"-Cash Flow Statement\n" -"-VAT Repayment Report\n" -"-Corporate Revenue Tax Report\n" -"\n" -"Financial requirement contributor: Baskhuu Lodoikhuu. BumanIT LLC\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_nz msgid "" @@ -4784,14 +2350,6 @@ msgid "" " need or want an online import can avoid it being available to users.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_account_accountant -msgid "" -"\n" -"Notify that a matching sale order exists in the reconciliation widget.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_sa msgid "" @@ -4799,17 +2357,6 @@ msgid "" "Odoo Arabic localization for most Saudi Arabia.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_web_enterprise -msgid "" -"\n" -"Odoo Enterprise Web Client.\n" -"===========================\n" -"\n" -"This module modifies the web addon to provide Enterprise design and responsiveness.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_web_editor msgid "" @@ -4819,16 +2366,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_web_gantt -msgid "" -"\n" -"Odoo Web Gantt chart view.\n" -"=============================\n" -"\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_web msgid "" @@ -4911,248 +2448,91 @@ msgid "" " * Deposit the check on the bank\n" " * Get the check back from the bank (rejection)\n" " * Get the check back from the vendor (a rejection or return)\n" -" * Transfer the check from one third party check journal to the other (one shop to another)\n" -"\n" -" * Those operations can be done with multiple checks at once\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_workorder_plm -msgid "" -"\n" -"PLM for workorder.\n" -"=================================================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_pa -msgid "" -"\n" -"Panamenian accounting chart and tax localization.\n" -"\n" -"Plan contable panameño e impuestos de acuerdo a disposiciones vigentes\n" -"\n" -"Con la Colaboración de\n" -"- AHMNET CORP http://www.ahmnet.com\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_base_geolocalize -msgid "" -"\n" -"Partners Geolocation\n" -"========================\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_appraisal -msgid "" -"\n" -"Periodical Employees appraisal\n" -"==============================\n" -"\n" -"By using this application you can maintain the motivational process by doing periodical appraisals of your employees performance. The regular assessment of human resources can benefit your people as well your organization.\n" -"\n" -"An appraisal plan can be assigned to each employee. These plans define the frequency and the way you manage your periodic personal appraisal.\n" -"\n" -"Key Features\n" -"------------\n" -"* Ability to create employee's appraisal(s).\n" -"* An appraisal can be created by an employee's manager or automatically based on schedule which is defined in the employee form.\n" -"* The appraisal is done according to a plan in which various surveys can be created. Each survey can be answered by a particular level in the employees hierarchy. The final review and appraisal is done by the manager.\n" -"* Manager, colleague, collaborator, and employee himself/herself receives email to perform a periodical appraisal.\n" -"* Every Appraisal Form filled by employees, colleague, collaborator, can be viewed in a PDF form.\n" -"* Meeting Requests are created manually according to employees appraisals.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_phone_validation -msgid "" -"\n" -"Phone Numbers Validation\n" -"========================\n" -"\n" -"This module adds the feature of validation and formatting phone numbers\n" -"according to a destination country.\n" -"\n" -"It also adds phone blacklist management through a specific model storing\n" -"blacklisted phone numbers.\n" -"\n" -"It adds mail.thread.phone mixin that handles sanitation and blacklist of\n" -"records numbers. " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_it -msgid "" -"\n" -"Piano dei conti italiano di un'impresa generica.\n" -"================================================\n" -"\n" -"Italian accounting chart and localization.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_planning_contract -msgid "" -"\n" -"Planning integration with hr contract\n" -"\n" -"With this module, planning take into account employee's contracts for\n" -"slots planification and allocated hours.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_planning_holidays -msgid "" -"\n" -"Planning integration with time off\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_product_matrix -msgid "" -"\n" -"Please refer to Sale Matrix or Purchase Matrix for the use of this module.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_plm -msgid "" -"\n" -"Product Life Management\n" -"=======================\n" -"\n" -"* Versioning of Bill of Materials and Products\n" -"* Different approval flows possible depending on the type of change order\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_holidays -msgid "" +" * Transfer the check from one third party check journal to the other (one shop to another)\n" "\n" -"Project and task integration with holidays\n" -" " +" * Those operations can be done with multiple checks at once\n" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_http_routing +#: model:ir.module.module,description:base.module_l10n_pa msgid "" "\n" -"Proposes advanced routing options not available in web or base to keep\n" -"base modules simple.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_customer -msgid "" +"Panamenian accounting chart and tax localization.\n" +"\n" +"Plan contable panameño e impuestos de acuerdo a disposiciones vigentes\n" +"\n" +"Con la Colaboración de\n" +"- AHMNET CORP http://www.ahmnet.com\n" "\n" -"Publish your customers as business references on your website to attract new potential prospects.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_website_membership +#: model:ir.module.module,description:base.module_base_geolocalize msgid "" "\n" -"Publish your members/association directory publicly.\n" +"Partners Geolocation\n" +"========================\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_sale_ebay +#: model:ir.module.module,description:base.module_phone_validation msgid "" "\n" -"Publish your products on eBay\n" -"=============================\n" +"Phone Numbers Validation\n" +"========================\n" "\n" -"The eBay integrator gives you the opportunity to manage your Odoo's products on eBay.\n" +"This module adds the feature of validation and formatting phone numbers\n" +"according to a destination country.\n" "\n" -"Key Features\n" -"------------\n" -"* Publish products on eBay\n" -"* Revise, relist, end items on eBay\n" -"* Integration with the stock moves\n" -"* Automatic creation of sales order and invoices\n" +"It also adds phone blacklist management through a specific model storing\n" +"blacklisted phone numbers.\n" "\n" -" " +"It adds mail.thread.phone mixin that handles sanitation and blacklist of\n" +"records numbers. " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_cl_edi_boletas +#: model:ir.module.module,description:base.module_l10n_it msgid "" "\n" -"Purpose of the Module:\n" -"======================\n" -"\n" -"As part of the SII requirements (Legal requirement in Chile), \n" -"beginning on March 2021 boletas transactions must be sent to the SII under the \n" -"electronic workflow using a different web service than the one used for electronic Invoices. \n" -"Previously, there was no need to send the boletas to the SII, just a daily report.\n" -"\n" -"The requirement to send a daily sales book \n" -"\"Libro de ventas diarias\" (former \"reporte de consumo de folios\" or RCOF) has been eliminated by the authority, \n" -"effective August 1st 2022. For that reason it has been eliminated from this new version of Odoo.\n" -"\n" -"Differences between Electronic boletas vs Electronic Invoicing Workflows:\n" -"=========================================================================\n" -"\n" -"These workflows have some important differences that lead us to do this PR with the specific changes.\n" -"Here are the differences:\n" -"\n" -"* The mechanism for sending the electronic boletas information needs dedicated servers, different from those used at the reception electronic invoice (\"Palena\" for the production environment - palena.sii.cl and \"Maullin\" for the test environment - maullin.sii.cl).\n" -"* The authentication services, querying the status of a delivery and the status of a document will be different.\n" -"* The authentication token obtained\n" -"* The XML schema for sending the electronic boletas was updated with the incorporation of new tags\n" -"* The validation diagnosis of electronic boletas will be delivered through a \"REST\" web service that has as an input the track-id of the delivery. Electronic Invoices will continue to receive their diagnoses via e-mail.\n" -"* The track-id (\"identificador de envÃo\") associated with the electronic boletas will be 15 digits long. (Electronics Invoice is 10)\n" +"Piano dei conti italiano di un'impresa generica.\n" +"================================================\n" "\n" -"Highlights from this SII Guide:\n" -" https://www.sii.cl/factura_electronica/factura_mercado/Instructivo_Emision_Boleta_Elect.pdf\n" +"Italian accounting chart and localization.\n" " " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_quality +#: model:ir.module.module,description:base.module_product_matrix msgid "" "\n" -"Quality Base\n" -"===============\n" -"* Define quality points that will generate quality checks on pickings,\n" -" manufacturing orders or work orders (quality_mrp)\n" -"* Quality alerts can be created independently or related to quality checks\n" -"* Possibility to add a measure to the quality check with a min/max tolerance\n" -"* Define your stages for the quality alerts\n" +"Please refer to Sale Matrix or Purchase Matrix for the use of this module.\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_quality_control +#: model:ir.module.module,description:base.module_http_routing msgid "" "\n" -"Quality Control\n" -"===============\n" -"* Define quality points that will generate quality checks on pickings,\n" -" manufacturing orders or work orders (quality_mrp)\n" -"* Quality alerts can be created independently or related to quality checks\n" -"* Possibility to add a measure to the quality check with a min/max tolerance\n" -"* Define your stages for the quality alerts\n" +"Proposes advanced routing options not available in web or base to keep\n" +"base modules simple.\n" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_hr_payroll_expense +#: model:ir.module.module,description:base.module_website_customer msgid "" "\n" -"Reimbursement of expenses in Payslips\n" -"=====================================\n" +"Publish your customers as business references on your website to attract new potential prospects.\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_membership +msgid "" "\n" -"This application allows you to reimburse expenses in payslips.\n" +"Publish your members/association directory publicly.\n" " " msgstr "" @@ -5167,14 +2547,6 @@ msgid "" "This module allow to reinvoice employee expense, by setting the SO directly on the expense.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_repair -msgid "" -"\n" -"Repair Products from helpdesk tickets\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_mass_mailing_event_sms msgid "" @@ -5198,26 +2570,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_subscription_dashboard -msgid "" -"\n" -"Sale Subscription Dashboard\n" -"===========================\n" -"It adds dashboards to :\n" -"1) Analyse the recurrent revenue and other metrics for subscriptions\n" -"2) Analyse the subscriptions modifications by salesman and compute their value.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_planning_hr_skills -msgid "" -"\n" -"Search planning slots by skill\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_sale_digital msgid "" @@ -5252,20 +2604,6 @@ msgid "" "=============================\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_delivery_bpost -msgid "" -"\n" -"Send your shippings through bpost and track them online\n" -"=======================================================\n" -"\n" -"Companies located in Belgium can take advantage of shipping with the\n" -"local Post company.\n" -"\n" -"See: https://www.bpost.be/portal/goHome\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_link_tracker msgid "" @@ -5281,16 +2619,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sign -msgid "" -"\n" -"Sign and complete your documents easily. Customize your documents with text and signature fields and send them to your recipients.\n" -"\n" -"Let your customers follow the signature process easily.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_sg msgid "" @@ -5354,34 +2682,6 @@ msgid "" " * Defines tax reports mod 111, 115 and 303\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_web_studio -msgid "" -"\n" -"Studio - Customize Odoo\n" -"=======================\n" -"\n" -"This addon allows the user to customize most element of the user interface, in a\n" -"simple and graphical way. It has two main features:\n" -"\n" -"* create a new application (add module, top level menu item, and default action)\n" -"* customize an existing application (edit menus, actions, views, translations, ...)\n" -"\n" -"Note: Only the admin user is allowed to make those customizations.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_studio -msgid "" -"\n" -"Studio - Customize Odoo\n" -"=======================\n" -"\n" -"This addon allows the user to display all the website forms linked to a certain\n" -"model. Furthermore, you can create a new website form or edit an existing one.\n" -"\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_se msgid "" @@ -5423,26 +2723,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_project_timesheet_synchro -msgid "" -"\n" -"Synchronization of timesheet entries with the external timesheet application.\n" -"=============================================================================\n" -"\n" -"If you use the external timesheet application, this module alows you to synchronize timesheet entries between Odoo and the application.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_appointment_hr -#: model:ir.module.module,description:base.module_test_appointment_full -msgid "" -"\n" -"Take into account the working schedule (sick leaves, part time, ...) of employees when scheduling appointments\n" -"--------------------------------------------------------------------------------------------------------------\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_in_tcs_tds msgid "" @@ -5456,7 +2736,6 @@ msgstr "" #. module: base #: model:ir.module.module,description:base.module_mrp_product_expiry -#: model:ir.module.module,description:base.module_mrp_workorder_expiry msgid "" "\n" "Technical module.\n" @@ -5999,16 +3278,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_sale_dashboard -msgid "" -"\n" -"This module adds a new dashboard view in the Website application.\n" -"This new type of view contains some basic statistics, a graph, and a pivot subview that allow you to get a quick overview of your online sales.\n" -"It also provides new tools to analyse your data.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_mass_mailing_sms msgid "" @@ -6018,17 +3287,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_renting_crm -msgid "" -"\n" -"This module adds a shortcut on one or several opportunity cases in the CRM.\n" -"===========================================================================\n" -"\n" -"This shortcut allows you to generate a rental order based on the selected case.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sale_crm msgid "" @@ -6045,14 +3303,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_hr_appraisal_survey -msgid "" -"\n" -"This module adds an integration with Survey to ask feedbacks to any employee, based on a survey to fill.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_pos_sale_product_configurator msgid "" @@ -6087,16 +3337,6 @@ msgid "" "a dependency towards website editing and customization capabilities." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_event_barcode -msgid "" -"\n" -"This module adds support for barcodes scanning to the Event management system.\n" -"A barcode is generated for each attendee and printed on the badge. When scanned,\n" -"the registration is confirmed.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sale_margin msgid "" @@ -6130,15 +3370,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_mrp_workorder_hr -msgid "" -"\n" -"This module allows Employees (and not users) to log in to a workorder using a barcode, a PIN number or both.\n" -"The actual till still requires one user but an unlimited number of employees can log on to that till and complete manufacturing tasks.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_pos_hr msgid "" @@ -6155,30 +3386,6 @@ msgid "" "This module allows a customer to give rating.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_delivery_ups -msgid "" -"\n" -"This module allows ecommerce users to enter their UPS account number and delivery fees will be charged on that account number.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_es_real_estates -msgid "" -"\n" -"This module allows the user to add real estate related data to the Spanish localization and generates a mod 347 report.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_partner_commission -msgid "" -"\n" -"This module allows to configure commissions for resellers.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_base_automation msgid "" @@ -6203,45 +3410,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_us_check_printing -msgid "" -"\n" -"This module allows to print your payments on pre-printed check paper.\n" -"You can configure the output (layout, stubs information, etc.) in company settings, and manage the\n" -"checks numbering (if you use pre-printed checks without numbers) in journal settings.\n" -"\n" -"Supported formats\n" -"-----------------\n" -"This module supports the three most common check formats and will work out of the box with the linked checks from checkdepot.net.\n" -"\n" -"View all checks at: https://www.checkdepot.net/checks/laser/Odoo.htm\n" -"\n" -"You can choose between:\n" -"\n" -"- Check on top: Quicken / QuickBooks standard (https://www.checkdepot.net/checks/checkorder/laser_topcheck.htm)\n" -"- Check on middle: Peachtree standard (https://www.checkdepot.net/checks/checkorder/laser_middlecheck.htm)\n" -"- Check on bottom: ADP standard (https://www.checkdepot.net/checks/checkorder/laser_bottomcheck.htm)\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_l10n_ca_check_printing -msgid "" -"\n" -"This module allows to print your payments on pre-printed checks.\n" -"You can configure the output (layout, stubs, paper format, etc.) in company settings, and manage the\n" -"checks numbering (if you use pre-printed checks without numbers) in journal settings.\n" -"As per Canadian Payment Association (https://www.payments.ca/sites/default/files/standard_006_complete_0.pdf)\n" -"\n" -"Supported formats\n" -"-----------------\n" -"- Check on top : Quicken / QuickBooks standard\n" -"- Check on middle: Peachtree standard\n" -"- Check on bottom: ADP standard\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_crm_partner_assign msgid "" @@ -6300,18 +3468,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_subscription -msgid "" -"\n" -"This module allows you to manage subscriptions.\n" -"\n" -"Features:\n" -" - Create & edit subscriptions\n" -" - Modify subscriptions with sales orders\n" -" - Generate invoice automatically at fixed intervals\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_purchase_requisition msgid "" @@ -6321,88 +3477,26 @@ msgid "" "\n" "Manage calls for tenders and blanket orders. Calls for tenders are used to get\n" "competing offers from different vendors and select the best ones. Blanket orders\n" -"are agreements you have with vendors to benefit from a predetermined pricing.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_renting_comparison -msgid "" -"\n" -"This module allows you to sell rental products in your eCommerce Comparison page.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_renting_wishlist -msgid "" -"\n" -"This module allows you to sell rental products in your eCommerce Wishlist.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_renting -#: model:ir.module.module,description:base.module_website_sale_stock_renting -msgid "" -"\n" -"This module allows you to sell rental products in your eCommerce with\n" -"appropriate views and selling choices.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_renting_product_configurator -msgid "" -"\n" -"This module allows you to sell rental products with optional products in your eCommerce with\n" -"appropriate views and selling choices.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_subscription -msgid "" -"\n" -"This module allows you to sell subscription products in your eCommerce with\n" -"appropriate views and selling choices.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_hourly_cost -msgid "" -"\n" -"This module assigns an hourly wage to employees to be used by other modules.\n" -"============================================================================\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_mass_mailing -msgid "" -"\n" -"This module brings a new building block with a mailing list widget to drop on any page of your website.\n" -"On a simple click, your visitors can subscribe to mailing lists managed in the Email Marketing app.\n" -" " +"are agreements you have with vendors to benefit from a predetermined pricing.\n" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_de_pos_cert +#: model:ir.module.module,description:base.module_hr_hourly_cost msgid "" "\n" -"This module brings the technical requirement for the new Germany regulation with the Technical Security System by using a cloud-based solution with Fiskaly.\n" -"\n" -"Install this if you are using the Point of Sale app in Germany. \n" +"This module assigns an hourly wage to employees to be used by other modules.\n" +"============================================================================\n" "\n" +" " msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_de_pos_res_cert +#: model:ir.module.module,description:base.module_website_mass_mailing msgid "" "\n" -"This module brings the technical requirements for the new Germany regulation regarding the restaurant.\n" -"Install this if you are using the Point of Sale app with restaurant in Germany.\n" +"This module brings a new building block with a mailing list widget to drop on any page of your website.\n" +"On a simple click, your visitors can subscribe to mailing lists managed in the Email Marketing app.\n" +" " msgstr "" #. module: base @@ -6420,14 +3514,6 @@ msgid "" "This module correct some behaviors when both module are installed.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_stock_barcode -msgid "" -"\n" -"This module enables the barcode scanning feature for the warehouse management system.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sms msgid "" @@ -6458,17 +3544,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_timer -msgid "" -"\n" -"This module implements a timer.\n" -"==========================================\n" -"\n" -"It adds a timer to a view for time recording purpose\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_hr_timesheet msgid "" @@ -6545,22 +3620,6 @@ msgid "" "Allows to prepare batches depending on their carrier\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_approvals -msgid "" -"\n" -"This module manages approvals workflow\n" -"======================================\n" -"\n" -"This module manages approval requests like business trips,\n" -"out of office, overtime, borrow items, general approvals,\n" -"procurements, contract approval, etc.\n" -"\n" -"According to the approval type configuration, a request\n" -"creates next activities for the related approvers.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_account_check_printing msgid "" @@ -6571,22 +3630,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_enterprise -msgid "" -"\n" -"This module overrides community website features and introduces enterprise look and feel.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_timesheet_grid_holidays -msgid "" -"\n" -"This module prevents taking time offs into account when computing employee overtime.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_purchase_mrp msgid "" @@ -6611,13 +3654,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_iot -msgid "" -"\n" -"This module provides management of your IoT Boxes inside Odoo.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_iap msgid "" @@ -6626,13 +3662,6 @@ msgid "" "to support In-App purchases inside Odoo. " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_quality_iot -msgid "" -"\n" -"This module provides the link between quality steps and IoT devices. \n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_test_website_slides_full msgid "" @@ -6674,13 +3703,6 @@ msgid "" "This widget allows to display gauges using d3 library.\n" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_hr_holidays -msgid "" -"\n" -"Time off documents will be automatically integrated to the Document app.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_product_expiry msgid "" @@ -6766,16 +3788,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_ae_hr_payroll -msgid "" -"\n" -"United Arab Emirates Payroll and End of Service rules.\n" -"=======================================================\n" -"\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_ae msgid "" @@ -6794,28 +3806,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_budget -msgid "" -"\n" -"Use budgets to compare actual with expected revenues and costs\n" -"--------------------------------------------------------------\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_quality_control_iot -msgid "" -"\n" -"Use devices connected to an IoT Box to control the quality of your products.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_pos_restaurant_iot -msgid "" -"\n" -"Use receipt printers connected to an IoT Box to print orders in the kitchen or at the bar.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_event_booth_sale msgid "" @@ -6867,14 +3857,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_industry_fsm_stock -msgid "" -"\n" -"Validate stock moves for Field Service\n" -"======================================\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_fleet msgid "" @@ -6925,56 +3907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_helpdesk_forum -msgid "" -"\n" -"Website Forum integration for the helpdesk module\n" -"=================================================\n" -"\n" -" Allow your teams to have related forums to answer customer questions.\n" -" Transform tickets into questions on the forum with a single click.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_helpdesk_livechat -msgid "" -"\n" -"Website IM Livechat integration for the helpdesk module\n" -"=======================================================\n" -"\n" -"Features:\n" -"\n" -" - Have a team-related livechat channel to answer your customer's questions.\n" -" - Create new tickets with ease using commands in the channel.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_helpdesk_slides -msgid "" -"\n" -"Website Slides integration for the helpdesk module\n" -"==================================================\n" -"\n" -" Add slide presentations to your team so customers seeking help can see them those before submitting new tickets.\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_online_synchronization -msgid "" -"\n" -"With this module, users will be able to link bank journals to their\n" -"online bank accounts (for supported banking institutions), and configure\n" -"a periodic and automatic synchronization of their bank statements.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_it_edi_withholding msgid "" @@ -6995,16 +3927,6 @@ msgid "" " Adds a stat button on lead form view to access their livechat sessions." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_si_reports -msgid " Base module for Slovenian reports " -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_stock_40 -msgid " Electronic Delivery Guide for Mexico CFDI 4.0" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_sale_delivery_mondialrelay msgid " Let's choose Point Relais® on your ecommerce " @@ -7015,27 +3937,6 @@ msgstr "" msgid " Let's choose a Point Relais® as shipping address " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_purchase_inter_company_rules -msgid "" -" Module for synchronization of Documents between several companies. For example, this allow you to have a Sales Order created automatically when a Purchase Order is validated with another company of the system as vendor, and inversely.\n" -"\n" -" Supported documents are SO, PO.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_inter_company_rules -msgid "" -" Module for synchronization of Documents between several companies. For example, this allow you to have a Sales Order created automatically when a Purchase Order is validated with another company of the system as vendor, and inversely.\n" -"\n" -" Supported documents are invoices/credit notes.\n" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_approvals_purchase_stock -msgid " Technical module to link Approvals, Purchase and Inventory together. " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_hk msgid "" @@ -7606,11 +4507,6 @@ msgstr "" msgid "1. %b, %B ==> Dec, December" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_us_1099 -msgid "1099 Reporting" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.res_lang_form msgid "2. %a ,%A ==> Fri, Friday" @@ -7631,11 +4527,6 @@ msgstr "" msgid "3. %y, %Y ==> 08, 2008" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_appraisal_survey -msgid "360 Feedback" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.res_lang_form msgid "4. %d, %m ==> 05, 12" @@ -8094,85 +4985,6 @@ msgstr "" msgid "<u><strong>Views</strong></u>" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_edi_landing -msgid "" -"==========================================\n" -"Odoo Mexico Localization for Stock/Landing\n" -"==========================================\n" -"\n" -"This module extends the functionality of Mexican localization to support\n" -"customs numbers related with landed costs when you generate the electronic\n" -"invoice.\n" -"\n" -"Usage\n" -"=====\n" -"\n" -"To use this module, you need to:\n" -"\n" -"* Generate a new purchase order for a product from abroad. Landed costs are\n" -" only possible for products configured with 'automated' valuation with\n" -" 'FIFO' costing method. The costing method is configured in the product\n" -" category.\n" -"\n" -".. figure:: static/description/purchase_order_new.png\n" -"\n" -"* Receive the product of the purchase order\n" -"\n" -".. figure:: static/description/picking_done_purchase.png\n" -"\n" -"* Go to Inventory -> Inventory control -> Landed Cost\n" -"\n" -"* Create a new landed cost indicating the picking of the purchase order\n" -" and the number of the customs information (pedimento). Landed costs are\n" -" only possible for products configured in real time valuation with real\n" -" price costing method. The costing method is configured on the product\n" -" category\n" -"\n" -".. figure:: static/description/landed_cost_picking.png\n" -"\n" -"* Start by creating specific products to indicate your various Landed\n" -" Costs, such as freight, insurance or custom duties.\n" -"\n" -" Go to Inventory -> Configuration -> Landed Cost types. Landed costs are\n" -" only possible for products configured in real time valuation with real\n" -" price costing method. The costing method is configured on the product\n" -" category.\n" -"\n" -".. figure:: static/description/product_landed_cost.png\n" -"\n" -"* Click the Compute button to see how the landed costs will be split across\n" -" the picking lines.\n" -"\n" -".. figure:: static/description/compute_landed_cost.png\n" -"\n" -"* To confirm the landed costs attribution, click on the Validate button.\n" -"\n" -".. figure:: static/description/validate_landed_cost.png\n" -"\n" -"* Create a sales order for the product purchased from abroad\n" -"\n" -".. figure:: static/description/sale_order_new.png\n" -"\n" -"* Delivery the product related to the sales order\n" -"\n" -".. figure:: static/description/picking_done_sale.png\n" -"\n" -"* Create and validate a new invoice associated with the sales order\n" -"\n" -".. figure:: static/description/validate_invoice_customs.png\n" -"\n" -"* The customs information is found in the lines of the invoice associated\n" -" with each product.\n" -"\n" -".. figure:: static/description/invoice_custom_pedimento.png\n" -"\n" -"* Check the electronic invoice associated with the product where the node\n" -" of the customs information is displayed\n" -"\n" -".. figure:: static/description/invoice_custom_xml.png\n" -msgstr "" - #. module: base #: model:res.partner.industry,full_name:base.res_partner_industry_A msgid "A - AGRICULTURE, FORESTRY AND FISHING" @@ -8315,6 +5127,23 @@ msgstr "" msgid "A module with dummy methods." msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_3 +msgid "" +"A non-profit international educational and scientific\n" +" organisation, hosting three departments (aeronautics and\n" +" aerospace, environmental and applied fluid dynamics, and\n" +" turbomachinery and propulsion)." +msgstr "" + +#. module: base +#: model:res.partner,website_short_description:base.res_partner_3 +msgid "" +"A non-profit international educational and scientific organisation, hosting " +"three departments (aeronautics and aerospace, environmental and applied " +"fluid dynamics, and turbomachinery and propulsion)." +msgstr "" + #. module: base #: model_terms:ir.ui.view,arch_db:base.view_partner_form msgid "" @@ -8344,11 +5173,6 @@ msgstr "" msgid "A payment provider for custom flows like wire transfers." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_payment_sepa_direct_debit -msgid "A payment provider for enabling Sepa Direct Debit in the EU." -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_payment_demo msgid "A payment provider for running fake payment flows for demo purposes." @@ -8431,11 +5255,6 @@ msgstr "" msgid "A9 13 37 x 52 mm" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_au_aba -msgid "ABA Credit Transfer" -msgstr "" - #. module: base #: model:res.country,vat_label:base.au msgid "ABN" @@ -8546,11 +5365,6 @@ msgstr "" msgid "Access Token" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_documents_hr -msgid "Access documents from the employee profile" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_profile msgid "Access the website profile of the users" @@ -8573,109 +5387,29 @@ msgstr "" msgid "Access to unauthorized or invalid companies." msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_account -msgid "Account" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_auto_transfer -msgid "Account Automatic Transfers" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_generic_auto_transfer_demo -msgid "Account Automatic Transfers Demo Data" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_account_avatax -msgid "Account Avatax - Ecommerce" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_bank_statement_import -msgid "Account Bank Statement Import" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_accountant_batch_payment -msgid "Account Batch Payment Reconciliation" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_accounting_localizations_account_charts msgid "Account Charts" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_us_consolidation_demo -msgid "Account Consolidation Demo Data" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_be_us_consolidation_demo -msgid "Account Consolidation Demo Data using a Belgium and a US company" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_res_partner_bank__partner_id msgid "Account Holder" msgstr "" #. module: base -#: model:ir.model.fields,field_description:base.field_res_partner_bank__acc_holder_name -msgid "Account Holder Name" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_invoice_extract -msgid "Account Invoice Extract" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_invoice_extract_purchase -msgid "Account Invoice Extract Purchase" -msgstr "" - -#. module: base -#: model:ir.model.fields,field_description:base.field_res_partner_bank__acc_number -msgid "Account Number" -msgstr "" - -#. module: base -#: model_terms:ir.ui.view,arch_db:base.view_users_form_simple_modif -msgid "Account Security" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_taxcloud -msgid "Account TaxCloud" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_account_taxcloud -msgid "Account TaxCloud - Ecommerce" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_account_taxcloud -msgid "Account TaxCloud - Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_loyalty_taxcloud -msgid "Account Taxcloud - Sale (loyalty)" +#: model:ir.model.fields,field_description:base.field_res_partner_bank__acc_holder_name +msgid "Account Holder Name" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_sale_loyalty_taxcloud_delivery -msgid "Account Taxcloud - Sale (loyalty) - Delivery" +#: model:ir.model.fields,field_description:base.field_res_partner_bank__acc_number +msgid "Account Number" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_account_winbooks_import -msgid "Account Winbooks Import" +#: model_terms:ir.ui.view,arch_db:base.view_users_form_simple_modif +msgid "Account Security" msgstr "" #. module: base @@ -8687,7 +5421,6 @@ msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_accounting -#: model:ir.module.category,name:base.module_category_accounting_accounting #: model:ir.module.module,shortdesc:base.module_account_accountant #: model_terms:ir.ui.view,arch_db:base.user_groups_view msgid "Accounting" @@ -8695,40 +5428,14 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_mrp_account -#: model:ir.module.module,shortdesc:base.module_mrp_account_enterprise msgid "Accounting - MRP" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_account_enterprise -msgid "Accounting - MRP Subcontracting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_timesheet_account_budget -msgid "Accounting Budget Sale Timesheet" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_account_test msgid "Accounting Consistency Tests" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_base_import -msgid "Accounting Import" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_reports -msgid "Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_reports_tax_reminder -msgid "Accounting Reports Tax Reminder" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_account_sequence msgid "Accounting Sequence" @@ -8739,11 +5446,6 @@ msgstr "" msgid "Accounting Sequence - Latam Documents" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_sale_timesheet_account_budget -msgid "Accounting budget sale timesheet" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_nl msgid "" @@ -8770,8 +5472,8 @@ msgid "" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_l10n_br_reports -msgid "Accounting reports for Brazil" +#: model:ir.module.module,summary:base.module_account_accountant +msgid "Accounting, Taxes, Budgets, Assets..." msgstr "" #. module: base @@ -8954,18 +5656,6 @@ msgstr "" msgid "Add Languages" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_data_merge_helpdesk -#: model:ir.module.module,summary:base.module_data_merge_helpdesk -msgid "Add Merge action in contextual menu of helpdesk ticket model." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_data_merge_project -#: model:ir.module.module,summary:base.module_data_merge_project -msgid "Add Merge action in contextual menu of project task and tag models." -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_mail_bot msgid "Add OdooBot in discussions" @@ -8976,13 +5666,6 @@ msgstr "" msgid "Add SMS capabilities to CRM" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_mrp_subcontracting_account_enterprise -msgid "" -"Add Subcontracting information in Cost Analysis Reports and Production " -"Analysis" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_loyalty_delivery msgid "Add a free shipping option to your rewards" @@ -8999,11 +5682,6 @@ msgstr "" msgid "Add a link to edit a translation in Transifex" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_account_reports_tax_reminder -msgid "Add a notification when the tax report has been generated" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_form_project msgid "Add a task suggestion form to your website" @@ -9014,16 +5692,6 @@ msgstr "" msgid "Add a website snippet for the mail groups." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_event_barcode -msgid "Add barcode scanning feature to event management." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_reports_cash_basis -msgid "Add cash basis functionality for reports" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_slides_survey msgid "Add certification capabilities to your courses" @@ -9039,16 +5707,6 @@ msgstr "" msgid "Add completed courses to resume of your employees" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_social_crm -msgid "Add crm UTM info on social" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_event_sale_dashboard -msgid "Add dashboard for Event Revenues Report" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_sale_delivery msgid "Add delivery costs to online sales" @@ -9100,11 +5758,6 @@ msgstr "" msgid "Add livechat support for OdooBot" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_social_sale -msgid "Add sale UTM info on social" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_mass_mailing_sale msgid "Add sale order UTM info on mass mailing" @@ -9115,33 +5768,11 @@ msgstr "" msgid "Add sale order info on mass mailing sms" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_mass_mailing_sale_subscription -msgid "Add sale subscription support in mass mailing" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sign_itsme -msgid "" -"Add support for itsme® identification when signing documents (Belgium and " -"Netherlands only)" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_stock_barcode_picking_batch -msgid "Add the support of batch transfers into the barcode view" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_sale_product_matrix msgid "Add variants to Sales Order through a grid entry." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_event_enterprise -msgid "Add views and tweaks on event" -msgstr "" - #. module: base #: model:res.partner,website_short_description:base.res_partner_address_31 msgid "Addison Olson is a mighty sales representative at Deco Addict." @@ -9200,11 +5831,6 @@ msgstr "" msgid "Adds American style tipping to Stripe" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_contract_salary_payroll -msgid "Adds a Gross to Net Salary Simulaton" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sale_project_stock #: model:ir.module.module,summary:base.module_sale_project_stock @@ -9224,11 +5850,6 @@ msgstr "" msgid "Adds free shipping mechanism in sales orders" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_contacts_enterprise -msgid "Adds notably the map view of contact" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_l10n_mx_hr msgid "Adds specific fields to Employees for Mexican companies." @@ -9305,11 +5926,6 @@ msgid "" " user to a username that does not exist in LDAP, and setup its groups\n" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_edi_extended_40 -msgid "Adds the CommercioExterior Complement to CFDI v4.0" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_administration #: model:ir.module.category,name:base.module_category_administration_administration @@ -9341,26 +5957,11 @@ msgstr "" msgid "Advanced Address Formatting" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_event_track_gantt -msgid "Advanced Event Track Management" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_track msgid "Advanced Events" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_purchase_enterprise -msgid "Advanced Features for Purchase Management" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_enterprise -msgid "Advanced Features for Sale Management" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.act_report_xml_view #: model_terms:ir.ui.view,arch_db:base.view_model_fields_form @@ -9368,26 +5969,6 @@ msgstr "" msgid "Advanced Properties" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_crm_enterprise -msgid "Advanced features for CRM" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_pos_enterprise -msgid "Advanced features for PoS" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_stock_enterprise -msgid "Advanced features for Stock" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_stock_account_enterprise -msgid "Advanced features for stock_account" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_mrp_subonctracting_landed_costs msgid "Advanced views to manage landed cost for subcontracting orders" @@ -9477,27 +6058,11 @@ msgid "" " language." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_consolidation -#: model:ir.module.module,summary:base.module_account_consolidation -msgid "All you need to make financial consolidation" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hr_holidays msgid "Allocate PTOs and follow leaves requests" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_fsm -msgid "Allow generating fsm tasks from ticket" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_appointment -msgid "Allow people to book meetings in your agenda" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_event_crm msgid "Allow per-order lead creation mode" @@ -9523,21 +6088,6 @@ msgstr "" msgid "Allows integration with mail plugins." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_stock_barcode_mrp_subcontracting -msgid "Allows the subcontracting process with the barcode views" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_stock_barcode_quality_control -msgid "Allows the usage of quality checks within the barcode views" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_web_map -msgid "Allows the viewing of records on a map" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_profile msgid "" @@ -9578,26 +6128,6 @@ msgstr "" msgid "Allows to send sms to website visitor that have lead" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_account_accountant_batch_payment -msgid "Allows using Reconciliation with the Batch Payment feature." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_delivery_fedex -msgid "Allows website customers to choose delivery pick-up points" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_amazon -msgid "Amazon Connector" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_amazon_taxcloud -msgid "Amazon/TaxCloud Bridge" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_fields.py:0 @@ -9698,25 +6228,19 @@ msgstr "" msgid "Analytic Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_analytic_enterprise -msgid "Analytic Accounting Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_mrp_account -#: model:ir.module.module,summary:base.module_mrp_account_enterprise msgid "Analytic accounting in Manufacturing" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_mrp_workorder_hr_account -msgid "Analytic cost of employee work in manufacturing" +#: model:res.country,name:base.ad +msgid "Andorra" msgstr "" #. module: base -#: model:res.country,name:base.ad -msgid "Andorra" +#: model:ir.module.module,shortdesc:base.module_web_mobile +msgid "Android & iPhone" msgstr "" #. module: base @@ -9816,64 +6340,21 @@ msgstr "" msgid "Apply for Write" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_appointment_crm -msgid "Appointment Lead Generation" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_appointment_sms -msgid "Appointment SMS" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_appointment_full -#: model:ir.module.module,summary:base.module_test_appointment_full -msgid "Appointment Testing Module" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_appointment msgid "Appointments" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_hr_appraisal_skills -msgid "Appraisal - Skills" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_appraisal_survey -msgid "Appraisal - Survey" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_appraisal_contract -msgid "Appraisal Contract" +#: model:ir.module.module,shortdesc:base.module_hr_appraisal +msgid "Appraisal" msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_human_resources_appraisals -#: model:ir.module.module,shortdesc:base.module_hr_appraisal msgid "Appraisals" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_human_resources_approvals -#: model:ir.module.module,shortdesc:base.module_approvals -msgid "Approvals" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_approvals_purchase -msgid "Approvals - Purchase" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_approvals_purchase_stock -msgid "Approvals - Purchase - Stock" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.open_module_tree #: model:ir.ui.menu,name:base.menu_apps @@ -9974,16 +6455,6 @@ msgstr "" msgid "Argentina - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ar_reports -msgid "Argentinean Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ar_edi -msgid "Argentinean Electronic Invoicing" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_ar_website_sale msgid "Argentinean eCommerce" @@ -10008,9 +6479,6 @@ msgstr "" #: model_terms:res.partner,website_description:base.res_partner_1 #: model_terms:res.partner,website_description:base.res_partner_10 #: model_terms:res.partner,website_description:base.res_partner_12 -#: model_terms:res.partner,website_description:base.res_partner_2 -#: model_terms:res.partner,website_description:base.res_partner_3 -#: model_terms:res.partner,website_description:base.res_partner_4 msgid "As a team, we are happy to contribute to this event." msgstr "" @@ -10033,16 +6501,6 @@ msgstr "" msgid "Assets" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_asset -msgid "Assets Management" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_asset_fleet -msgid "Assets/Fleet bridge" -msgstr "" - #. module: base #: model_terms:ir.actions.act_window,help:base.action_partner_category_form msgid "Assign tags to your contacts to organize, filter and track them." @@ -10114,16 +6572,6 @@ msgstr "" msgid "Attendances" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_attendance_mobile -msgid "Attendances Barcode in Mobile" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_attendance_mobile -msgid "Attendances Barcode scan in Mobile" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_mass_mailing #: model:ir.module.module,summary:base.module_website_mass_mailing_sms @@ -10147,16 +6595,6 @@ msgstr "" msgid "Australia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_au_keypay -msgid "Australian Payroll using KeyPay Integration" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_au_reports -msgid "Australian Reports - Accounting" -msgstr "" - #. module: base #: model:res.country,name:base.at msgid "Austria" @@ -10167,16 +6605,6 @@ msgstr "" msgid "Austria - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_at_reports -msgid "Austria - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_at_reports -msgid "Austrian Financial Reports" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_l10n_at msgid "Austrian Standardized Charts & Tax" @@ -10232,11 +6660,6 @@ msgstr "" msgid "Automated Action Rules" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_base_automation_hr_contract -msgid "Automated Action based on Employee Contracts" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_module_module__auto_install msgid "Automatic Installation" @@ -10259,18 +6682,6 @@ msgstr "" msgid "Automatic install of downloaded Apps is currently disabled." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_contract_salary_holidays -msgid "Automatically creates extra time-off on contract signature" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_invoice_extract_purchase -msgid "" -"Automatically finds the purchase order linked to a vendor bill when using " -"invoice extraction" -msgstr "" - #. module: base #: model:ir.ui.menu,name:base.menu_automation msgid "Automation" @@ -10322,26 +6733,6 @@ msgstr "" msgid "Avatar Mixin" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_avatax -msgid "Avatax" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_avatax_sale -msgid "Avatax for SO" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_avatax_sale_subscription -msgid "Avatax for Subscriptions" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_fsm -msgid "Avoid auto-enabling the documents feature on fsm projects" -msgstr "" - #. module: base #: model:res.country,name:base.az msgid "Azerbaijan" @@ -10512,7 +6903,6 @@ msgstr "" #. module: base #: model:ir.model.fields,field_description:base.field_res_partner__barcode -#: model:ir.module.category,name:base.module_category_human_resources_barcode #: model:ir.module.module,shortdesc:base.module_barcodes #: model:ir.module.module,shortdesc:base.module_stock_barcode msgid "Barcode" @@ -10531,28 +6921,8 @@ msgid "Barcode - GS1 Nomenclature" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_product_expiry -msgid "Barcode Expiry" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_quality_control -msgid "Barcode Quality bridge module" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_picking_batch -msgid "Barcode for Batch Transfer" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_barcodes_mobile -msgid "Barcode in Mobile" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_barcodes_mobile -msgid "Barcode scan in Mobile" +#: model:ir.module.module,summary:base.module_stock_barcode +msgid "Barcode scanner for warehouses" msgstr "" #. module: base @@ -10569,11 +6939,6 @@ msgstr "" msgid "Barcode type, eg: UPCA, EAN13, Code128" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_quality_control_picking_batch -msgid "Barcode/Quality/Batch Transfer bridge module" -msgstr "" - #. module: base #: model:ir.model,name:base.model_base #: model:ir.module.module,shortdesc:base.module_base @@ -10630,45 +6995,20 @@ msgstr "" msgid "Base import module" msgstr "" -#. module: base -#: model:ir.model.fields.selection,name:base.selection__ir_ui_view__mode__primary -msgid "Base view" -msgstr "" - -#. module: base -#: model:ir.actions.server,name:base.autovacuum_job_ir_actions_server -#: model:ir.cron,cron_name:base.autovacuum_job -msgid "Base: Auto-vacuum internal data" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_web_grid -msgid "Basic 2D Grid view for odoo" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_web_cohort -msgid "Basic Cohort view for odoo" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_quality -msgid "Basic Feature for Quality" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_iap -msgid "Basic models and helpers to support In-App purchases." +#. module: base +#: model:ir.model.fields.selection,name:base.selection__ir_ui_view__mode__primary +msgid "Base view" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_iot -msgid "Basic models and helpers to support Internet of Things." +#: model:ir.actions.server,name:base.autovacuum_job_ir_actions_server +#: model:ir.cron,cron_name:base.autovacuum_job +msgid "Base: Auto-vacuum internal data" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_account_batch_payment -msgid "Batch Payment" +#: model:ir.module.module,summary:base.module_iap +msgid "Basic models and helpers to support In-App purchases." msgstr "" #. module: base @@ -10718,21 +7058,6 @@ msgstr "" msgid "Belarus" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_intrastat -msgid "Belgian Intrastat Declaration" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_attendance -msgid "Belgian Payroll - Attendance" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_blackbox_be -msgid "Belgian Registered Cash Register" -msgstr "" - #. module: base #: model:res.country,name:base.be msgid "Belgium" @@ -10743,56 +7068,6 @@ msgstr "" msgid "Belgium - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_reports -msgid "Belgium - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_reports_post_wizard -msgid "Belgium - Accounting Reports (post wizard)" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_reports_sms -msgid "Belgium - Accounting Reports - SMS" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_disallowed_expenses -msgid "Belgium - Disallowed Expenses Data" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_coda -msgid "Belgium - Import Bank CODA Statements" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_soda -msgid "Belgium - Import SODA files" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll -msgid "Belgium - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_dimona -msgid "Belgium - Payroll - Dimona" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_fleet -msgid "Belgium - Payroll - Fleet" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_account -msgid "Belgium - Payroll with Accounting" -msgstr "" - #. module: base #: model:res.country,name:base.bz msgid "Belize" @@ -10820,11 +7095,6 @@ msgstr "" msgid "Bhutan" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_delivery_ups -msgid "Bill to your UPS account number" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_property__type__binary msgid "Binary" @@ -10886,11 +7156,6 @@ msgstr "" msgid "Bolivia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_bo_reports -msgid "Bolivia - Accounting Reports" -msgstr "" - #. module: base #: model:res.country,name:base.bq msgid "Bonaire, Sint Eustatius and Saba" @@ -10944,21 +7209,11 @@ msgstr "" msgid "Brazil" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_br_reports -msgid "Brazil - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_br msgid "Brazilian - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_sale_renting_sign -msgid "Bridge Sign functionalities with the Rental application" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_iap_crm #: model:ir.module.module,summary:base.module_iap_crm @@ -10971,29 +7226,6 @@ msgstr "" msgid "Bridge between IAP and mail" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_sale_account_accountant -msgid "Bridge between Sale and Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_stock_accountant -msgid "Bridge between Stock and Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_account_asset -msgid "" -"Bridge created to add the number of assets linked to an AA to a project form" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_hr_payroll_account -msgid "" -"Bridge created to add the number of contracts linked to an AA to a project " -"form" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_project_hr_expense msgid "" @@ -11001,30 +7233,6 @@ msgid "" "form" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_project_sale_subscription -msgid "" -"Bridge created to add the number of subscriptions linked to an AA to a " -"project form" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_timesheet_account_budget -msgid "" -"Bridge created to compute the planned amount of the budget items linked to " -"the AA of a project" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_project_helpdesk -msgid "Bridge created to convert tickets to tasks and tasks to tickets" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_amazon_taxcloud -msgid "Bridge module between Amazon Connector and TaxCloud" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_sale_timesheet_margin msgid "Bridge module between Sales Margin and Sales Timesheet" @@ -11042,70 +7250,11 @@ msgid "" "website_event_booth_sale." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_enterprise -msgid "Bridge module for MRP subcontracting and enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_mrp_subcontracting_enterprise -msgid "" -"Bridge module for MRP subcontracting and enterprise to avoid some conflicts " -"with studio" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_subcontracting_studio -msgid "Bridge module for MRP subcontracting and studio" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_mrp_subcontracting_studio -msgid "" -"Bridge module for MRP subcontracting and studio to avoid some conflicts" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_sale_comparison_wishlist msgid "Bridge module for Website sale comparison and wishlist" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_helpdesk -#: model:ir.module.module,summary:base.module_website_helpdesk -msgid "Bridge module for helpdesk modules using the website." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_enterprise -msgid "Bridge module for project and enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_enterprise_hr -msgid "Bridge module for project_enterprise and hr" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_enterprise_hr_contract -msgid "Bridge module for project_enterprise and hr_contract" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_timesheet_forecast_contract -msgid "Bridge module for project_timesheet_forecast and hr_contract" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_event_twitter_wall -msgid "Bridge module to configure a twitter wall on your event" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_event_social -msgid "Bridge module to push notifications to event attendees" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_event_track_live_quiz msgid "Bridge module to support quiz features during \"live\" tracks. " @@ -11121,11 +7270,6 @@ msgstr "" msgid "Brunei Darussalam" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_budget -msgid "Budget Management" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_marketing_automation msgid "Build automated mailing campaigns" @@ -11151,11 +7295,6 @@ msgstr "" msgid "Bulgaria - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_bg_reports -msgid "Bulgaria - Accounting Reports" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_asset__bundle msgid "Bundle name" @@ -11212,11 +7351,6 @@ msgstr "" msgid "CRM" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge_crm -msgid "CRM Deduplication" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_gamification_sale_crm msgid "CRM Gamification" @@ -11232,11 +7366,6 @@ msgstr "" msgid "CRM Mail Plugin" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_crm_enterprise -msgid "CRM enterprise" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__base_language_export__format__csv msgid "CSV File" @@ -11272,6 +7401,11 @@ msgstr "" msgid "Call At" msgstr "" +#. module: base +#: model:ir.module.module,summary:base.module_voip +msgid "Call using VoIP" +msgstr "" + #. module: base #: model:res.country,name:base.kh msgid "Cambodia" @@ -11321,11 +7455,6 @@ msgstr "" msgid "Canada - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ca_check_printing -msgid "Canadian Checks Layout" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.base_onboarding_company_form #: model_terms:ir.ui.view,arch_db:base.base_partner_merge_automatic_wizard_form @@ -11426,11 +7555,6 @@ msgstr "" msgid "Cascade" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_reports_cash_basis -msgid "Cash Basis Accounting Reports" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_module_filter msgid "Categories" @@ -11463,7 +7587,6 @@ msgid "Centralize your address book" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_knowledge #: model:ir.module.module,summary:base.module_knowledge msgid "Centralize, manage, share and grow your knowledge library" msgstr "" @@ -11568,11 +7691,6 @@ msgstr "" msgid "Chat, mail gateway and private channels" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_accounting_localizations_check -msgid "Check" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_account_check_printing msgid "Check Printing Base" @@ -11595,6 +7713,11 @@ msgstr "" msgid "Check this box if this contact is an Employee." msgstr "" +#. module: base +#: model:ir.module.module,summary:base.module_payment_sepa_direct_debit +msgid "Checkout with SEPA Direct Debit" +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_l10n_latam_check msgid "Checks Management" @@ -11645,7 +7768,6 @@ msgid "" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_localization_chile #: model:res.country,name:base.cl msgid "Chile" msgstr "" @@ -11655,26 +7777,6 @@ msgstr "" msgid "Chile - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_cl_reports -msgid "Chile - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_cl_edi_stock -msgid "Chile - E-Invoicing Delivery Guide" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_cl_edi -msgid "Chile - E-invoicing" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_cl_edi_boletas -msgid "Chile - Electronic Receipt" -msgstr "" - #. module: base #: model:res.country,name:base.cn msgid "China" @@ -11775,16 +7877,6 @@ msgid "" "Modules time, datetime, dateutil are available." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_web_cohort -msgid "Cohort View" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_sepa_direct_debit -msgid "Collect payments from your customers through SEPA direct debit." -msgstr "" - #. module: base #: model_terms:res.partner,website_description:base.res_partner_address_28 msgid "" @@ -11803,11 +7895,6 @@ msgstr "" msgid "Colombia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_co_reports -msgid "Colombian - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_co_pos #: model:ir.module.module,shortdesc:base.module_l10n_co_pos @@ -11819,11 +7906,6 @@ msgstr "" msgid "Colombian Accounting and Tax Preconfiguration" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_co_edi -msgid "Colombian Localization for EDI documents" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_res_partner_category__color msgid "Color" @@ -11860,9 +7942,6 @@ msgstr "" #: model_terms:res.partner,website_description:base.res_partner_1 #: model_terms:res.partner,website_description:base.res_partner_10 #: model_terms:res.partner,website_description:base.res_partner_12 -#: model_terms:res.partner,website_description:base.res_partner_2 -#: model_terms:res.partner,website_description:base.res_partner_3 -#: model_terms:res.partner,website_description:base.res_partner_4 msgid "Come see us live, we hope to meet you !" msgstr "" @@ -11896,11 +7975,6 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_sales_commissions -msgid "Commissions" -msgstr "" - #. module: base #: model:res.country,name:base.km msgid "Comoros" @@ -12038,16 +8112,6 @@ msgstr "" msgid "Compare To View" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_timesheet_forecast_sale -msgid "Compare timesheets and forecast for your projects" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_timesheet_forecast -msgid "Compare timesheets and plannings" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.reset_view_arch_wizard_action msgid "Compare/Reset" @@ -12074,16 +8138,6 @@ msgstr "" msgid "Compute" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_sale_subscription_taxcloud -msgid "Compute taxes with TaxCloud after automatic invoice creation." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_taxcloud_delivery -msgid "Compute taxes with TaxCloud after online delivery computation." -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_model_form msgid "" @@ -12147,21 +8201,6 @@ msgstr "" msgid "Configuration Wizards" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_event_twitter_wall -msgid "Configure a Twitter Wall on your Event" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_partner_commission -msgid "Configure resellers commissions on subscription sale" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_timesheet_enterprise -msgid "Configure timesheet invoicing" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_sale_product_configurator msgid "Configure your products" @@ -12182,11 +8221,6 @@ msgstr "" msgid "Congo" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_pos_restaurant_iot -msgid "Connect kitchen printers to your PoS" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hw_drivers msgid "Connect the Web Client to Hardware Peripherals" @@ -12227,11 +8261,6 @@ msgstr "" msgid "Connection Test Successful!" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_consolidation -msgid "Consolidation" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_constraint__name msgid "Constraint" @@ -12337,11 +8366,6 @@ msgstr "" msgid "Contacts & Addresses" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_contacts_enterprise -msgid "Contacts Enterprise" -msgstr "" - #. module: base #: model:ir.model.constraint,message:base.constraint_res_partner_check_name msgid "Contacts require a name" @@ -12370,11 +8394,6 @@ msgid "" "Context dictionary as Python expression, empty by default (Default: {})" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_contract_sign -msgid "Contract - Signature" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_human_resources_contracts msgid "Contracts" @@ -12385,31 +8404,6 @@ msgstr "" msgid "Contributors" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_quality_control -msgid "Control the quality of your products" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_quality_control_iot -msgid "Control the quality of your products with IoT devices" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_crm_helpdesk -msgid "Convert Tickets from/to Leads" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_mail_plugin -msgid "Convert emails to Helpdesk Tickets." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_edi_40 -msgid "Converts the Mexican EDI CFDI documents to version 4.0" -msgstr "" - #. module: base #: model:res.country,name:base.ck msgid "Cook Islands" @@ -12578,9 +8572,8 @@ msgid "Create Menu Wizard" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_industry_fsm_report -#: model:ir.module.module,summary:base.module_industry_fsm_sale_report -msgid "Create Reports for Field service workers" +#: model:ir.model.fields,field_description:base.field_res_users_log__create_uid +msgid "Create Uid" msgstr "" #. module: base @@ -12655,7 +8648,7 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_web_studio -msgid "Create and customize your Odoo apps" +msgid "Create and Customize Applications" msgstr "" #. module: base @@ -12674,26 +8667,11 @@ msgid "" "specific access to the applications they need to use in the system." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_approvals -msgid "Create and validate approvals requests" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_partner_form msgid "Create company" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_quality_control_worksheet -msgid "Create custom worksheet for quality control" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_worksheet -msgid "Create customizable worksheet" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_crm_livechat msgid "Create lead from livechat conversation" @@ -12709,16 +8687,6 @@ msgstr "" msgid "Create new lead with using /lead command in the channel" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_work_entry_contract_attendance -msgid "Create work entries from the employee's attendances" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_work_entry_contract_planning -msgid "Create work entries from the employee's planning" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.module_form msgid "Created Menus" @@ -12807,7 +8775,6 @@ msgstr "" #: model:ir.model.fields,field_description:base.field_res_users_apikeys_description__create_uid #: model:ir.model.fields,field_description:base.field_res_users_deletion__create_uid #: model:ir.model.fields,field_description:base.field_res_users_identitycheck__create_uid -#: model:ir.model.fields,field_description:base.field_res_users_log__create_uid #: model:ir.model.fields,field_description:base.field_reset_view_arch_wizard__create_uid #: model:ir.model.fields,field_description:base.field_wizard_ir_model_menu_create__create_uid #: model_terms:ir.ui.view,arch_db:base.view_attachment_search @@ -12933,11 +8900,6 @@ msgstr "" msgid "Croatia - Accounting (RRIF 2012)" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_hr_reports -msgid "Croatia - Accounting Reports" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_cron_trigger__cron_id msgid "Cron" @@ -13094,6 +9056,12 @@ msgstr "" msgid "Customer References" msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Customer Relationship Management" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form #: model:ir.actions.act_window,name:base.action_partner_form @@ -13146,11 +9114,6 @@ msgstr "" msgid "D - ELECTRICITY, GAS, STEAM AND AIR CONDITIONING SUPPLY" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_dhl -msgid "DHL Express Shipping" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_din5008 msgid "DIN 5008" @@ -13202,15 +9165,9 @@ msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_productivity_data_cleaning -#: model:ir.module.module,shortdesc:base.module_data_cleaning msgid "Data Cleaning" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge -msgid "Data Cleaning (merge)" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_data_recycle msgid "Data Recycle" @@ -13384,11 +9341,31 @@ msgstr "" msgid "Decimalized number" msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "" +"Deco Addict designs, develops, integrates and supports HR and Supply\n" +" Chain processes in order to make our customers more productive,\n" +" responsive and profitable." +msgstr "" + #. module: base #: model:res.partner,website_short_description:base.res_partner_2 +#: model:res.partner,website_short_description:base.res_partner_4 msgid "" -"Deco Addict brings honesty and seriousness to wood industry while helping " -"customers deal with trees, flowers and fungi." +"Deco Addict designs, develops, integrates and supports HR and Supply Chain " +"processes in order to make our customers more productive, responsive and " +"profitable." +msgstr "" + +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "" +"Deco Addict integrates ERP for Global Companies and supports PME\n" +" with Open Sources software to manage their businesses. Our\n" +" consultants are experts in the following areas:" msgstr "" #. module: base @@ -13458,11 +9435,6 @@ msgstr "" msgid "Defined Reports" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_web_map -msgid "Defines the map view for odoo enterprise" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_constraint__definition msgid "Definition" @@ -13551,11 +9523,6 @@ msgstr "" msgid "Denmark - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_dk_reports -msgid "Denmark - Accounting Reports" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_fields__depends #: model:ir.model.fields,field_description:base.field_ir_module_module__dependencies_id @@ -13649,11 +9616,6 @@ msgid "" "before the address." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_digest_enterprise -msgid "Digest Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_sale_digital msgid "Digital Products" @@ -13700,16 +9662,6 @@ msgid "" "%s" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_disallowed_expenses -msgid "Disallowed Expenses" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_disallowed_expenses_fleet -msgid "Disallowed Expenses on Fleets" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_base_module_uninstall msgid "Discard" @@ -13719,9 +9671,6 @@ msgstr "" #: model_terms:res.partner,website_description:base.res_partner_1 #: model_terms:res.partner,website_description:base.res_partner_10 #: model_terms:res.partner,website_description:base.res_partner_12 -#: model_terms:res.partner,website_description:base.res_partner_2 -#: model_terms:res.partner,website_description:base.res_partner_3 -#: model_terms:res.partner,website_description:base.res_partner_4 msgid "Discover more" msgstr "" @@ -13823,11 +9772,6 @@ msgstr "" msgid "Display Name" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_studio -msgid "Display Website Elements in Studio" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_report_paperformat__header_line msgid "Display a header line" @@ -13932,11 +9876,6 @@ msgstr "" msgid "Document Template" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_documents -msgid "Document management" -msgstr "" - #. module: base #. odoo-python #: code:addons/models.py:0 @@ -13944,89 +9883,6 @@ msgstr "" msgid "Document type:" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_productivity_documents -#: model:ir.module.module,shortdesc:base.module_documents -msgid "Documents" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_account -msgid "Documents - Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_l10n_be_hr_payroll -msgid "Documents - Belgian Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_hr_contract -msgid "Documents - Contracts" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_fsm -msgid "Documents - FSM" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_fleet -msgid "Documents - Fleet" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_hr -msgid "Documents - HR" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_hr_payroll -msgid "Documents - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_product -msgid "Documents - Product" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_project_sale -msgid "Documents - Project - Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_project -msgid "Documents - Projects" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_hr_recruitment -msgid "Documents - Recruitment" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_sign -msgid "Documents - Signatures" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_hr_holidays -msgid "Documents - Time Off" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_project_sign -msgid "Documents Project Sign" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_spreadsheet -#: model:ir.module.module,shortdesc:base.module_documents_spreadsheet -#: model:ir.module.module,summary:base.module_documents_spreadsheet -msgid "Documents Spreadsheet" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_base_module_uninstall msgid "Documents to Delete" @@ -14181,31 +10037,6 @@ msgstr "" msgid "EDI" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi -msgid "EDI for Mexico" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_extended -msgid "EDI for Mexico (Advanced Features)" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pe_edi -msgid "EDI for Peru" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_40 -msgid "EDI v4.0 for Mexico" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_extended_40 -msgid "EDI v4.0 for Mexico (COMEX)" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_hw_escpos msgid "ESC/POS Hardware Driver" @@ -14216,11 +10047,6 @@ msgstr "" msgid "EU One Stop Shop (OSS)" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_eu_oss_reports -msgid "EU One Stop Shop (OSS) Reports" -msgstr "" - #. module: base #: model:ir.model.constraint,message:base.constraint_ir_model_obj_name_uniq msgid "Each model must have a unique name." @@ -14232,24 +10058,6 @@ msgstr "" msgid "Ease SMS integration with sales capabilities" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_us_1099 -msgid "Easily export 1099 data for e-filing with a 3rd party." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_data_cleaning -#: model:ir.module.module,summary:base.module_data_cleaning -msgid "" -"Easily format text data across multiple records. Find duplicate records and " -"easily merge them." -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_easypost -msgid "Easypost Shipping" -msgstr "" - #. module: base #: model:res.country,name:base.ec msgid "Ecuador" @@ -14260,11 +10068,6 @@ msgstr "" msgid "Ecuadorian Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ec_edi -msgid "Ecuadorian Accounting EDI" -msgstr "" - #. module: base #: model:res.partner.industry,name:base.res_partner_industry_P msgid "Education" @@ -14299,75 +10102,6 @@ msgstr "" msgid "El Salvador" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_mx_reports -msgid "" -"Electronic Accounting for Mexico and Fiscal Reports\n" -"===================================================\n" -"\n" -"Add the financial reports to Mexican Electronic Invoice\n" -"\n" -"- COA\n" -"- Trial Balance\n" -"- Journal Items\n" -"\n" -"Add other operative reports like DIOT.\n" -"\n" -"- DIOT\n" -"\n" -"Known leak of features:\n" -"\n" -"- Save the generated xml in order to make available an history of Fiscal declared documents.\n" -"- Unit tests to increase the coverage of this module and avoid regressions in the future.\n" -"\n" -"Notes:\n" -"------\n" -"\n" -" - In the taxes could be set the account `Base Tax Received Account` that is the\n" -" account that will be set on lines created in cash basis journal entry and\n" -" used to keep track of the tax base amount, this account is not considered in\n" -" the Mexican reports.\n" -"\n" -"Configuration\n" -"=============\n" -"\n" -"To configure this module, it is strongly recommended your chart of account depends of the l10n_mx data and structure,\n" -"you can set this afterwards if you CoA do not depends of what l10n_mx does, but you will need extra manual work.\n" -"\n" -"Credits\n" -"=======\n" -"\n" -"**Contributors**\n" -"\n" -"* Nhomar Hernandez <nhomar@vauxoo.com> (Planner/Auditor)\n" -"* Luis Torres <luis_t@vauxoo.com> (Developer)\n" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_pe_edi_stock -msgid "Electronic Delivery Note for Peru (OSE method) and UBL 2.1" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_pe_edi_stock_20 -msgid "Electronic Delivery Note for Peru (REST API method)" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_cl_edi_exports -msgid "Electronic Exports of Goods for Chile" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_pe_edi -msgid "Electronic Invoicing for Peru (OSE method) and UBL 2.1" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_co_edi -msgid "Electronic invoicing for Colombia with Carvajal" -msgstr "" - #. module: base #. odoo-python #: code:addons/template_inheritance.py:0 @@ -14424,11 +10158,6 @@ msgstr "" msgid "Employee Contracts" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_contract_reports -msgid "Employee Contracts Reporting" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_services_employee_hourly_cost msgid "Employee Hourly Cost" @@ -14445,11 +10174,6 @@ msgstr "" msgid "Employee Presence Control" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_referral -msgid "Employee Referral" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_human_resources_employees #: model:ir.module.module,shortdesc:base.module_hr @@ -14462,33 +10186,6 @@ msgstr "" msgid "Employees - Mexico" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_workorder_hr_account -msgid "Employees cost registration on production" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_gantt -#: model:ir.module.module,summary:base.module_hr_gantt -msgid "Employees in Gantt" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_mobile -#: model:ir.module.module,summary:base.module_hr_mobile -msgid "Employees in Mobile" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_appointment_hr -msgid "Employees on Appointments" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_workorder_hr -msgid "Employees time registration on Work Orders" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_model.py:0 @@ -14528,11 +10225,6 @@ msgstr "" msgid "Enable profiling until" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_appointment_sms -msgid "Enable sending appointment reminders via SMS to your clients." -msgstr "" - #. module: base #: model:ir.module.category,description:base.module_category_human_resources_contracts msgid "" @@ -14549,13 +10241,6 @@ msgstr "" msgid "Enrich Leads/Opportunities using email address domain" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_appointment_crm -msgid "" -"Enrich lead created automatically through an appointment with gathered " -"website visitor information" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_server_action_form msgid "" @@ -14568,42 +10253,6 @@ msgstr "" msgid "Enter a description of and purpose for the key." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_event_track_gantt -msgid "Enterprise Event Track" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_crm_enterprise_partner_assign -msgid "Enterprise Resellers" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_crm_enterprise_partner_assign -#: model:ir.module.module,summary:base.module_crm_enterprise_partner_assign -msgid "Enterprise counterpart for Resellers" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_crm_iap_reveal_enterprise -#: model:ir.module.module,summary:base.module_website_crm_iap_reveal_enterprise -msgid "Enterprise counterpart of Visits -> Leads" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_mrp_workorder -msgid "" -"Enterprise extension for MRP\n" -"* Work order planning. Check planning by Gantt views grouped by production order / work center\n" -"* Traceability report\n" -"* Cost Structure report (mrp_account)" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_contacts_enterprise -msgid "Enterprise features on contacts" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website msgid "Enterprise website builder" @@ -14692,11 +10341,6 @@ msgstr "" msgid "Estonia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ee_reports -msgid "Estonia - Accounting Reports" -msgstr "" - #. module: base #: model:res.country,name:base.sz msgid "Eswatini" @@ -14733,21 +10377,6 @@ msgstr "" msgid "Event Attendees SMS Marketing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_event_barcode -msgid "Event Barcode Scanning" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_event_barcode_mobile -msgid "Event Barcode in Mobile" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_event_barcode_mobile -msgid "Event Barcode scan in Mobile" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_event_booth_exhibitor msgid "Event Booths, automatically create a sponsor." @@ -14773,11 +10402,6 @@ msgstr "" msgid "Event Meeting / Rooms" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_event_social -msgid "Event Social" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_event_exhibitor msgid "Event: manage sponsors and exhibitors" @@ -14809,21 +10433,11 @@ msgstr "" msgid "Events Organization" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_event_enterprise -msgid "Events Organization Add-on" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_event_sale msgid "Events Sales" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_event_sale_dashboard -msgid "Events Sales Dashboard" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_event_booth msgid "Events, display your booths on your website" @@ -14915,11 +10529,6 @@ msgstr "" msgid "Expenses" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_expense -msgid "Expenses in Payslips" -msgstr "" - #. module: base #: model:ir.model.fields,help:base.field_report_paperformat__report_ids msgid "Explicitly associated reports" @@ -14970,21 +10579,6 @@ msgstr "" msgid "Export Translations" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_au_aba -msgid "Export payments as ABA Credit Transfer files" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_us_payment_nacha -msgid "Export payments as NACHA files" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_sepa -msgid "Export payments as SEPA Credit Transfer files" -msgstr "" - #. module: base #: model:ir.model,name:base.model_ir_exports msgid "Exports" @@ -15013,11 +10607,6 @@ msgstr "" msgid "Extension View" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_snailmail_account_followup -msgid "Extension to send follow-up documents by post" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_actions_act_url__xml_id #: model:ir.model.fields,field_description:base.field_ir_actions_act_window__xml_id @@ -15079,23 +10668,8 @@ msgid "Extra Rights" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_extra_tools -msgid "Extra Tools" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_recruitment_extract -msgid "Extract data from CV scans to fill application forms automatically" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_expense_extract -msgid "Extract data from expense scans to fill them automatically" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_invoice_extract -msgid "Extract data from invoice scans to fill them automatically" +#: model:ir.module.category,name:base.module_category_extra_tools +msgid "Extra Tools" msgstr "" #. module: base @@ -15108,21 +10682,11 @@ msgstr "" msgid "F - CONSTRUCTION" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_delivery_fedex -msgid "FEDEX Locations for Website Delivery" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_mail_server__from_filter msgid "FROM Filtering" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_sms -msgid "FSM - SMS" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__res_users_deletion__state__fail msgid "Failed" @@ -15170,11 +10734,6 @@ msgid "" "Federal States belong to countries and are part of your contacts' addresses." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_fedex -msgid "Fedex Shipping" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_l10n_fr_fec msgid "Fichier d'Échange Informatisé (FEC) for France" @@ -15339,31 +10898,6 @@ msgstr "" msgid "Field Service" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_forecast -msgid "Field Service - Project Forecast" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_sale -msgid "Field Service - Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_report -msgid "Field Service Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_sale_report -msgid "Field Service Reports - Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_industry_fsm_stock -msgid "Field Service Stock" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_fields__ttype #: model_terms:ir.ui.view,arch_db:base.view_model_fields_search @@ -15553,16 +11087,6 @@ msgstr "" msgid "Finance/Insurance" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_data_merge -#: model:ir.module.module,description:base.module_data_merge_crm -#: model:ir.module.module,description:base.module_data_merge_utm -#: model:ir.module.module,summary:base.module_data_merge -#: model:ir.module.module,summary:base.module_data_merge_crm -#: model:ir.module.module,summary:base.module_data_merge_utm -msgid "Find duplicate records and merge them" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_web_unsplash msgid "Find free high-resolution images from Unsplash" @@ -15584,11 +11108,6 @@ msgstr "" msgid "Finland" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_fi_reports -msgid "Finland - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_fi_sale msgid "Finland - Sale" @@ -15635,11 +11154,6 @@ msgstr "" msgid "Fleet History" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_documents_fleet -msgid "Fleet from documents" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_property__type__float msgid "Float" @@ -15781,31 +11295,16 @@ msgstr "" msgid "France - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_fr_reports -msgid "France - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_fr_fec msgid "France - FEC Export" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_fr_fec_import -msgid "France - FEC Import" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_fr_facturx_chorus_pro msgid "France - Factur-X integration with Chorus Pro" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_fr_hr_payroll_account -msgid "France - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_fr_pos_cert msgid "" @@ -15822,11 +11321,6 @@ msgstr "" msgid "French Guiana" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_fr_hr_payroll -msgid "French Payroll" -msgstr "" - #. module: base #: model:res.country,name:base.pf msgid "French Polynesia" @@ -15884,12 +11378,6 @@ msgstr "" msgid "Full Screen" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_purchase_mrp_workorder_quality -#: model:ir.module.module,summary:base.module_purchase_mrp_workorder_quality -msgid "Full Traceability Report Demo Data" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_logging__func msgid "Function" @@ -15977,23 +11465,11 @@ msgstr "" msgid "Gantt" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_holidays_gantt -msgid "Gantt view for Time Off Dashboard" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_web_kanban_gauge msgid "Gauge Widget for Kanban" msgstr "" -#. module: base -#: model:res.partner,website_short_description:base.res_partner_3 -msgid "" -"Gemini Furniture brings honesty and seriousness to wood industry while " -"helping customers deal with trees, flowers and fungi." -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_rule_form msgid "General" @@ -16030,16 +11506,6 @@ msgstr "" msgid "Generate leads from a contact form" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_appointment_crm -msgid "Generate leads when prospects schedule appointments" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_subscription -msgid "Generate recurring invoices and manage renewals" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_links msgid "Generate trackable & short URLs" @@ -16055,16 +11521,6 @@ msgstr "" msgid "Generic - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_bank_statement_import -msgid "" -"Generic Wizard to Import Bank Statements.\n" -"\n" -"(This module does not include any type of import format.)\n" -"\n" -"OFX and QIF imports are available in Enterprise version." -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_res_partner__partner_latitude #: model:ir.model.fields,field_description:base.field_res_users__partner_latitude @@ -16097,26 +11553,6 @@ msgstr "" msgid "Germany - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_de_reports -msgid "Germany - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_de_pos_cert -msgid "Germany - Certification for Point of Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_de_pos_res_cert -msgid "Germany - Certification for Point of Sale of type restaurant" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_de_datev_reports -msgid "Germany - DateV Export" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_de_skr03 msgid "Germany SKR03 - Accounting" @@ -16127,33 +11563,11 @@ msgstr "" msgid "Germany SKR04 - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_dashboard -msgid "Get a new dashboard view in the Website App" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_social_demo -msgid "Get demo data for the social module" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_demo -msgid "" -"Get demo data for the social module.\n" -" This module creates a social 'sandbox' where you can play around with the social app without publishing anything on actual social media." -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hr_fleet msgid "Get history of driven cars by employees" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_enterprise -msgid "Get the enterprise look and feel" -msgstr "" - #. module: base #: model:res.country,name:base.gh msgid "Ghana" @@ -16271,11 +11685,6 @@ msgstr "" msgid "Grenada" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_web_grid -msgid "Grid View" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_access__group_id #: model_terms:ir.ui.view,arch_db:base.ir_access_view_search @@ -16459,9 +11868,6 @@ msgstr "" #: model_terms:res.partner,website_description:base.res_partner_1 #: model_terms:res.partner,website_description:base.res_partner_10 #: model_terms:res.partner,website_description:base.res_partner_12 -#: model_terms:res.partner,website_description:base.res_partner_2 -#: model_terms:res.partner,website_description:base.res_partner_3 -#: model_terms:res.partner,website_description:base.res_partner_4 msgid "Happy to be Sponsor" msgstr "" @@ -16518,11 +11924,6 @@ msgstr "" msgid "Help" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_helpdesk_forum -msgid "Help Center for helpdesk based on Odoo Forum" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_server_action_form msgid "Help with Python expressions" @@ -16534,106 +11935,6 @@ msgstr "" msgid "Helpdesk" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_crm_helpdesk -msgid "Helpdesk - CRM" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_sms -msgid "Helpdesk - SMS" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_account -msgid "Helpdesk Account" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_sale -msgid "Helpdesk After Sales" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_fsm -msgid "Helpdesk FSM" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_fsm_sale -msgid "Helpdesk FSM - Sale" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_fsm_report -msgid "Helpdesk FSM Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk_knowledge -msgid "Helpdesk Knowledge" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_mail_plugin -msgid "Helpdesk Mail Plugin" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge_helpdesk -msgid "Helpdesk Merge action" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_repair -msgid "Helpdesk Repair" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_sale_loyalty -msgid "Helpdesk Sale Loyalty" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_stock -msgid "Helpdesk Stock" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_stock_account -msgid "Helpdesk Stock Account" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_holidays -msgid "Helpdesk Time Off" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_timesheet -msgid "Helpdesk Timesheet" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_holidays -msgid "Helpdesk integration with holidays" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_helpdesk_knowledge -msgid "Helpdesk integration with knowledge" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_stock_account -msgid "Helpdesk, Stock, Account" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk_forum -msgid "Helpdesk: Help Center" -msgstr "" - #. module: base #: model:ir.module.category,description:base.module_category_sales_point_of_sale msgid "" @@ -16642,11 +11943,6 @@ msgid "" "more." msgstr "" -#. module: base -#: model:ir.module.category,description:base.module_category_sales_commissions -msgid "Helps you handle commissions." -msgstr "" - #. module: base #: model:ir.module.category,description:base.module_category_accounting_accounting msgid "" @@ -16714,11 +12010,6 @@ msgid "" "quotations, supplier bills, etc..." msgstr "" -#. module: base -#: model:ir.module.category,description:base.module_category_manufacturing_quality -msgid "Helps you manage your quality alerts and quality checks." -msgstr "" - #. module: base #: model:ir.module.category,description:base.module_category_marketing_surveys msgid "Helps you manage your survey for review of different-different users." @@ -16795,16 +12086,6 @@ msgstr "" msgid "Hong Kong - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_hk_hr_payroll -msgid "Hong Kong - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_hk_hr_payroll_account -msgid "Hong Kong - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.model.fields,help:base.field_ir_mail_server__smtp_host msgid "Hostname or IP of SMTP server" @@ -16833,21 +12114,6 @@ msgstr "" msgid "How to define a computed field" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_expense_extract -msgid "Hr Expense Extract" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_expense_predict_product -msgid "Hr Expense Predict product" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_recruitment_extract -msgid "Hr Recruitment Extract" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_hr_recruitment_survey msgid "Hr Recruitment Interview Forms" @@ -16876,11 +12142,6 @@ msgstr "" msgid "Hungary - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_hu_reports -msgid "Hungary - Accounting Reports" -msgstr "" - #. module: base #: model:res.partner.industry,full_name:base.res_partner_industry_I msgid "I - ACCOMMODATION AND FOOD SERVICE ACTIVITIES" @@ -17305,18 +12566,6 @@ msgstr "" msgid "Implementation of sparse fields." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_pos_l10n_se -msgid "Implements the registered cash system" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_pos_blackbox_be -msgid "" -"Implements the registered cash system, adhering to guidelines by FPS " -"Finance." -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_base_import_language msgid "Import" @@ -17327,41 +12576,6 @@ msgstr "" msgid "Import / Export" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_fr_fec_import -msgid "Import Accounting Data from FEC files" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_amazon -msgid "Import Amazon orders and sync deliveries" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_bank_statement_import_camt -msgid "Import CAMT Bank Statement" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_bank_statement_import_csv -msgid "Import CSV Bank Statement" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_winbooks_import -msgid "Import Data From Winbooks" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_bank_statement_import_ofx -msgid "Import OFX Bank Statement" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_bank_statement_import_qif -msgid "Import QIF Bank Statement" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/res_partner.py:0 @@ -17376,11 +12590,6 @@ msgstr "" msgid "Import Translation" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_currency_rate_live -msgid "Import exchange rates from the Internet.\n" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_account_edi msgid "Import/Export Invoices From XML/PDF" @@ -17391,11 +12600,6 @@ msgstr "" msgid "Import/Export electronic invoices with UBL/CII" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_account_base_import -msgid "Improved Import in Accounting" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model__modules #: model:ir.model.fields,field_description:base.field_ir_model_fields__modules @@ -17464,11 +12668,6 @@ msgstr "" msgid "India" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_in_hr_payroll_account -msgid "India - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_in_purchase_stock msgid "India Purchase and Warehouse Management" @@ -17484,11 +12683,6 @@ msgstr "" msgid "Indian - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_in_reports -msgid "Indian - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_in_edi msgid "Indian - E-invoicing" @@ -17499,16 +12693,6 @@ msgstr "" msgid "Indian - E-waybill" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_in_reports_gstr -msgid "Indian - GSTR India eFiling" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_in_reports_gstr_pos -msgid "Indian - GSTR India eFiling with POS" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_in_pos msgid "Indian - Point of Sale" @@ -17539,11 +12723,6 @@ msgstr "" msgid "Indian - UPI" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_in_hr_payroll -msgid "Indian Payroll" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__res_partner__company_type__person msgid "Individual" @@ -17718,11 +12897,6 @@ msgid "" "inside your mailbox, log content of emails as internal notes" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_marketing_automation_sms -msgid "Integrate SMS Marketing in marketing campaigns" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_sale_loyalty msgid "Integrate discount and loyalty programs mechanisms in sales orders." @@ -17733,13 +12907,6 @@ msgstr "" msgid "Integrate free shipping in sales orders." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_mail_plugin -msgid "" -"Integrate helpdesk with your mailbox.\n" -" Turn emails received in your mailbox into Tickets and log their content as internal notes." -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_pos_six msgid "Integrate your POS with a Six payment terminal" @@ -17751,24 +12918,13 @@ msgid "Integrate your POS with a Stripe payment terminal" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_pos_adyen -msgid "Integrate your POS with an Adyen payment terminal" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_mail_plugin -msgid "Integrate your inbox with projects" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_payroll_fleet -msgid "Integration between Payroll and Fleet." +#: model:ir.module.module,summary:base.module_pos_adyen +msgid "Integrate your POS with an Adyen payment terminal" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_account_inter_company_rules -#: model:ir.module.module,shortdesc:base.module_sale_purchase_inter_company_rules -msgid "Inter Company Module for Sale/Purchase Orders and Invoices" +#: model:ir.module.module,summary:base.module_project_mail_plugin +msgid "Integrate your inbox with projects" msgstr "" #. module: base @@ -17777,9 +12933,8 @@ msgid "Interaction between rules" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_account_inter_company_rules -#: model:ir.module.module,summary:base.module_sale_purchase_inter_company_rules -msgid "Intercompany SO/PO/INV rules" +#: model:ir.module.module,summary:base.module_website_twitter_wall +msgid "Interactive twitter wall for events" msgstr "" #. module: base @@ -17807,17 +12962,6 @@ msgstr "" msgid "Internal notes..." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_iot -msgid "Internet of Things" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_internet_of_things_(iot) -#: model:ir.module.category,name:base.module_category_manufacturing_internet_of_things_(iot) -msgid "Internet of Things (IoT)" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_cron__interval_number msgid "Interval Number" @@ -17828,11 +12972,6 @@ msgstr "" msgid "Interval Unit" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_intrastat -msgid "Intrastat Reports" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.report_irmodulereference msgid "Introspection report on objects" @@ -18027,6 +13166,12 @@ msgstr "" msgid "Inventory" msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Inventory and Warehouse management" +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_purchase_price_diff #: model:ir.module.module,summary:base.module_stock_account @@ -18054,11 +13199,7 @@ msgid "Invoices & Payments" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_documents_account -msgid "Invoices from Documents" -msgstr "" - -#. module: base +#: model:ir.module.category,name:base.module_category_accounting_accounting #: model:ir.module.module,shortdesc:base.module_account msgid "Invoicing" msgstr "" @@ -18068,26 +13209,6 @@ msgstr "" msgid "IoT Box Homepage" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_workorder_iot -msgid "IoT features for Work Order" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_iot -msgid "IoT for Delivery" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_iot -msgid "IoT for PoS" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_restaurant_iot -msgid "IoT for restaurants" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.action_menu_ir_profile msgid "Ir profile" @@ -18168,6 +13289,30 @@ msgid "" " identify the key once created</strong>." msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_3 +msgid "" +"It provides post-graduate education in fluid dynamics\n" +" (research master in fluid dynamics, former \"Diploma\n" +" Course\", doctoral program, stagiaire program and lecture\n" +" series) and encourages \"training in research through\n" +" research\"." +msgstr "" + +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_3 +msgid "" +"It undertakes and promotes research in the field of fluid\n" +" dynamics. It possesses about fifty different wind tunnels,\n" +" turbomachinery and other specialized test facilities, some\n" +" of which are unique or the largest in the world. Extensive\n" +" research on experimental, computational and theoretical\n" +" aspects of gas and liquid flows is carried out under the\n" +" direction of the faculty and research engineers, sponsored\n" +" mainly by governmental and international agencies as well\n" +" as industries." +msgstr "" + #. module: base #: model:res.country,name:base.it msgid "Italy" @@ -18178,11 +13323,6 @@ msgstr "" msgid "Italy - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_it_reports -msgid "Italy - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_it_edi msgid "Italy - E-invoicing" @@ -18251,16 +13391,6 @@ msgstr "" msgid "K - FINANCIAL AND INSURANCE ACTIVITIES" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_sa_hr_payroll -msgid "K.S.A. - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_sa_hr_payroll_account -msgid "K.S.A. - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_digest msgid "KPI Digests" @@ -18294,26 +13424,6 @@ msgstr "" msgid "Kenya - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ke_reports -msgid "Kenya - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ke_hr_payroll -msgid "Kenya - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ke_hr_payroll_bik -msgid "Kenya - Payroll additionnal fields" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ke_hr_payroll_account -msgid "Kenya - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_ke_edi_tremol msgid "Kenya Tremol Device EDI Integration" @@ -18332,27 +13442,16 @@ msgstr "" msgid "Key must be unique." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_au_keypay -msgid "Keypay Australian Payroll" -msgstr "" - #. module: base #: model:res.country,name:base.ki msgid "Kiribati" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_productivity_knowledge #: model:ir.module.module,shortdesc:base.module_knowledge msgid "Knowledge" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_knowledge -msgid "Knowledge Website" -msgstr "" - #. module: base #: model:res.country,name:base.xk msgid "Kosovo" @@ -18766,6 +13865,11 @@ msgstr "" msgid "Latvia" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_lv +msgid "Latvia - Accounting" +msgstr "" + #. module: base #: model_terms:ir.ui.view,arch_db:base.config_wizard_step_view_form #: model_terms:ir.ui.view,arch_db:base.ir_actions_todo_tree @@ -18808,11 +13912,6 @@ msgstr "" msgid "Lead Livechat Sessions" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_crm -msgid "Leads statistics and generation on social" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.module_view_kanban msgid "Learn More" @@ -18858,19 +13957,6 @@ msgstr "" msgid "Lesotho" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_account_predictive_bills -msgid "" -"Let the system try to select the right account, taxes and/or product for " -"your vendor bills" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_hr_referral -#: model:ir.module.module,summary:base.module_hr_referral -msgid "Let your employees share job positions and refer their friends" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.onboarding_step msgid "Let's do it" @@ -18946,26 +14032,6 @@ msgstr "" msgid "Link Tracker" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_pos_sale_stock_renting -msgid "Link between PoS and Stock Rental." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_timesheet_grid_holidays -msgid "Link between timesheet and time off" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_voip_crm -msgid "Link between voip and crm" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_mrp_workorder_hr -msgid "Link module between Mrp II and HR employees" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_pos_hr msgid "Link module between Point of Sale and HR" @@ -19023,27 +14089,12 @@ msgstr "" msgid "Lithuania - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lt_reports -msgid "Lithuania - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lt_saft -msgid "Lithuanian Standard Audit File for Tax" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_website_live_chat #: model:ir.module.module,shortdesc:base.module_im_livechat msgid "Live Chat" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_currency_rate_live -msgid "Live Currency Exchange Rate" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_track_live msgid "Live Event Tracks" @@ -19128,26 +14179,6 @@ msgstr "" msgid "Luxembourg - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lu_reports -msgid "Luxembourg - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lu_reports_annual_vat_2023 -msgid "Luxembourg - Annual VAT Report 2023 update" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lu_hr_payroll -msgid "Luxembourg - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_lu_hr_payroll_account -msgid "Luxembourg - Payroll with Accounting" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_lu_peppol_id msgid "Luxembourg - Peppol Identifier" @@ -19158,60 +14189,24 @@ msgstr "" msgid "M - PROFESSIONAL, SCIENTIFIC AND TECHNICAL ACTIVITIES" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_mrp -msgid "MRP Barcode" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mrp_workorder msgid "MRP II" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_workorder_expiry -msgid "MRP II - Expiry" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_project_mrp msgid "MRP Project" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_enterprise -msgid "MRP Subcontracting Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_quality -msgid "MRP Subcontracting Quality" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_repair msgid "MRP Subcontracting Repair" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_studio -msgid "MRP Subcontracting Studio" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_mrp_workorder_expiry -msgid "MRP Workorder Expiry" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_mrp -#: model:ir.module.module,shortdesc:base.module_quality_mrp_workorder -msgid "MRP features for Quality Control" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_mrp_workorder_iot -msgid "MRP features for Quality Control with IoT" +#: model:ir.module.module,summary:base.module_sale_subscription +msgid "MRR, Churn, Recurring payments" msgstr "" #. module: base @@ -19241,21 +14236,11 @@ msgstr "" msgid "Mail Delivery Failed" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mail_enterprise -msgid "Mail Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mail_group msgid "Mail Group" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mail_mobile -msgid "Mail Mobile" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mail_plugin msgid "Mail Plugin" @@ -19271,11 +14256,6 @@ msgstr "" msgid "Mail Tests" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_mail_enterprise -msgid "Mail Tests (Enterprise)" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_mail_full msgid "Mail Tests (Full)" @@ -19287,7 +14267,6 @@ msgid "Mail Tests: performances and tests specific to mail" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_test_mail_enterprise #: model:ir.module.module,summary:base.module_test_mail_full msgid "" "Mail Tests: performances and tests specific to mail with all sub-modules" @@ -19334,11 +14313,6 @@ msgstr "" msgid "Maintenance - HR" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_maintenance -msgid "Maintenance - MRP" -msgstr "" - #. module: base #: model:res.country,name:base.mw msgid "Malawi" @@ -19369,11 +14343,6 @@ msgstr "" msgid "Malta" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_appointment_hr -msgid "Manage Appointments with Employees" -msgstr "" - #. module: base #: model_terms:ir.actions.act_window,help:base.action_partner_title_contact msgid "" @@ -19430,11 +14399,6 @@ msgstr "" msgid "Manage Time Off in Payslips" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_work_entry_holidays_enterprise -msgid "Manage Time Off in Payslips Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_forum msgid "Manage a forum with FAQ and Q&A" @@ -19460,37 +14424,6 @@ msgstr "" msgid "Manage and publish an eLearning platform" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_account_asset_fleet -msgid "Manage assets with fleets" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_account_disallowed_expenses -#: model:ir.module.module,summary:base.module_account_disallowed_expenses -msgid "Manage disallowed expenses" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_disallowed_expenses_fleet -msgid "Manage disallowed expenses with fleets" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_loyalty_taxcloud_delivery -msgid "Manage discounts in taxclouds computations with delivery." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_sale_loyalty_taxcloud -msgid "Manage discounts in taxclouds computations." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_mrp_plm -msgid "Manage engineering change orders on products, bills of material" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_event_booth msgid "Manage event booths" @@ -19501,46 +14434,16 @@ msgstr "" msgid "Manage event booths sale" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_be_hr_payroll_attendance -msgid "Manage extra hours for your hourly paid employees for belgian payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_payroll_attendance -msgid "Manage extra hours for your hourly paid employees using attendance" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_payroll_planning -msgid "Manage extra hours for your hourly paid employees using planning" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_accountant -msgid "Manage financial and analytic accounting" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_sale_stock msgid "Manage product inventory & availability" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_sale_renting -msgid "Manage rental contracts, deliveries and returns" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hr_recruitment_skills msgid "Manage skills of your employees" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_appraisal_skills -msgid "Manage skills of your employees during an appraisal process" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hr_skills msgid "Manage skills, knowledge and resume of your employees" @@ -19551,62 +14454,12 @@ msgstr "" msgid "Manage the list of countries that can be set on your contacts." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_recruitment_sign -msgid "Manage the signatures to send to your applicants" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_hr_work_entry #: model:ir.module.module,summary:base.module_hr_work_entry_contract -#: model:ir.module.module,summary:base.module_hr_work_entry_contract_enterprise msgid "Manage work entries" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_social_facebook -#: model:ir.module.module,summary:base.module_social_facebook -msgid "Manage your Facebook pages and schedule posts" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_social_instagram -msgid "Manage your Instagram Business accounts and schedule posts" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_instagram -msgid "Manage your Instagram Business accounts and schedule posts." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_linkedin -#: model:ir.module.module,summary:base.module_social_linkedin -msgid "Manage your LinkedIn accounts and schedule posts" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_twitter -#: model:ir.module.module,summary:base.module_social_twitter -msgid "Manage your Twitter accounts and schedule tweets" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_youtube -#: model:ir.module.module,summary:base.module_social_youtube -msgid "Manage your YouTube videos and schedule video uploads" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_contract_sign -msgid "Manage your documents to sign in contracts" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_payroll -msgid "Manage your employee payroll records" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_planning msgid "Manage your employees' schedule" @@ -19628,7 +14481,6 @@ msgid "Manage your online hiring process" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_social #: model:ir.module.module,summary:base.module_social msgid "Manage your social media and website visitors" msgstr "" @@ -19678,11 +14530,6 @@ msgstr "" msgid "ManyToMany Relations" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_web_map -msgid "Map View" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_product_margin msgid "Margins by Products" @@ -19700,16 +14547,10 @@ msgid "Marketing" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_marketing_marketing_automation #: model:ir.module.module,shortdesc:base.module_marketing_automation msgid "Marketing Automation" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_marketing_automation -msgid "Marketing Automation Tests" -msgstr "" - #. module: base #: model:res.country,name:base.mh msgid "Marshall Islands" @@ -19755,12 +14596,6 @@ msgstr "" msgid "Mass mailing on sale orders" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_mass_mailing_sale_subscription -#: model:ir.module.module,shortdesc:base.module_mass_mailing_sale_subscription -msgid "Mass mailing on sale subscriptions" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mass_mailing_event_track msgid "Mass mailing on track speakers" @@ -19779,9 +14614,9 @@ msgid "Mass mailing sms on sale orders" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_mps -#: model:ir.module.module,summary:base.module_mrp_mps -msgid "Master Production Schedule" +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Materials Management" msgstr "" #. module: base @@ -19881,44 +14716,19 @@ msgid "Merge with Manual Check" msgstr "" #. module: base -#: model:ir.model.fields,field_description:base.field_ir_logging__message -#: model:ir.model.fields,field_description:base.field_ir_model_constraint__message -msgid "Message" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_edi -msgid "Mexican Localization for EDI documents" -msgstr "" - -#. module: base -#: model:res.country,name:base.mx -msgid "Mexico" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx -msgid "Mexico - Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_stock -msgid "Mexico - Electronic Delivery Guide" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_stock_extended -msgid "Mexico - Electronic Delivery Guide Comex" +#: model:ir.model.fields,field_description:base.field_ir_logging__message +#: model:ir.model.fields,field_description:base.field_ir_model_constraint__message +msgid "Message" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_stock_extended_40 -msgid "Mexico - Electronic Delivery Guide Comex 4.0" +#: model:res.country,name:base.mx +msgid "Mexico" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_reports_closing -msgid "Mexico - Month 13 Trial Balance" +#: model:ir.module.module,shortdesc:base.module_l10n_mx +msgid "Mexico - Accounting" msgstr "" #. module: base @@ -20085,7 +14895,6 @@ msgstr "" #: model:ir.model.fields,field_description:base.field_res_company__mobile #: model:ir.model.fields,field_description:base.field_res_partner__mobile #: model:ir.model.fields,field_description:base.field_res_users__mobile -#: model:ir.module.module,shortdesc:base.module_web_mobile #: model_terms:ir.ui.view,arch_db:base.contact #, python-format msgid "Mobile" @@ -20353,11 +15162,6 @@ msgstr "" msgid "Mongolia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mn_reports -msgid "Mongolia - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_project_mrp msgid "Monitor MRP using project" @@ -20404,11 +15208,6 @@ msgstr "" msgid "Mozambique - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mz_reports -msgid "Mozambique - Accounting Reports" -msgstr "" - #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_mister msgid "Mr." @@ -20471,11 +15270,6 @@ msgstr "" msgid "N - ADMINISTRATIVE AND SUPPORT SERVICE ACTIVITIES" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_us_payment_nacha -msgid "NACHA Payments" -msgstr "" - #. module: base #: model:res.country,vat_label:base.co model:res.country,vat_label:base.gt msgid "NIT" @@ -20574,16 +15368,6 @@ msgstr "" msgid "Netherlands - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_nl_reports -msgid "Netherlands - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_nl_intrastat -msgid "Netherlands Intrastat Declaration" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_users_form_simple_modif msgid "New API Key" @@ -20867,16 +15651,6 @@ msgstr "" msgid "Norway - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_no_reports -msgid "Norway - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_no_saft -msgid "Norwegian Standard Audit File for Tax" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_module_module__state__uninstalled #: model:ir.model.fields.selection,name:base.selection__ir_module_module_dependency__state__uninstalled @@ -20974,11 +15748,6 @@ msgstr "" msgid "OAuth2 Authentication" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_syscohada_reports -msgid "OHADA (révisé) - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_syscohada msgid "OHADA - Accounting" @@ -21475,26 +16244,6 @@ msgid "" "\n" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_reports -msgid "Odoo Mexican Localization Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_xml_polizas -msgid "Odoo Mexican XML Polizas Export" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_mx_edi_landing -msgid "Odoo Mexico Localization for Stock/Landing" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_web_mobile -msgid "Odoo Mobile Core module" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_note msgid "" @@ -22149,16 +16898,6 @@ msgid "" "`address fields`" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_marketing_online_appointment -msgid "Online Appointment" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_online_synchronization -msgid "Online Bank Statement Synchronization" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_booth_sale msgid "Online Event Booth Sale" @@ -22189,6 +16928,11 @@ msgstr "" msgid "Online Task Submission" msgstr "" +#. module: base +#: model:ir.module.module,summary:base.module_appointment +msgid "Online appointments scheduler" +msgstr "" + #. module: base #. odoo-python #: code:addons/base/models/res_config.py:0 @@ -22308,11 +17052,6 @@ msgstr "" msgid "Opportunity to Quotation" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_renting_crm -msgid "Opportunity to Rental" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__base_partner_merge_automatic_wizard__state__option msgid "Option" @@ -22613,6 +17352,17 @@ msgid "" " <code>self.env</code>, etc." msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "" +"Our experts invent, imagine and develop solutions which meet\n" +" your business requirements. They build a new technical\n" +" environment for your company, but they always take the already\n" +" installed IT software into account. That is why Idealis\n" +" Consulting delivers excellence in HR and SC Management." +msgstr "" + #. module: base #: model_terms:res.company,invoice_terms_html:base.main_company msgid "" @@ -22687,9 +17437,8 @@ msgid "PDF" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_mrp_workorder_plm -#: model:ir.module.module,summary:base.module_mrp_workorder_plm -msgid "PLM for workorder" +#: model:ir.module.module,summary:base.module_mrp_plm +msgid "PLM, ECOs, Versions" msgstr "" #. module: base @@ -22712,16 +17461,6 @@ msgstr "" msgid "POS Adyen" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_hr_mobile -msgid "POS Barcode in Mobile" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_pos_hr_mobile -msgid "POS Barcode scan in Mobile" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_pos_restaurant_adyen msgid "POS Restaurant Adyen" @@ -22769,11 +17508,6 @@ msgstr "" msgid "Pakistan - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pk_reports -msgid "Pakistan - Accounting Reports" -msgstr "" - #. module: base #: model:res.country,name:base.pw msgid "Palau" @@ -23011,11 +17745,6 @@ msgstr "" msgid "Pattern to format" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_payroll_account_sepa -msgid "Pay your employees with SEPA payment." -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_accounting_payment msgid "Payment" @@ -23036,11 +17765,6 @@ msgstr "" msgid "Payment Engine" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_followup -msgid "Payment Follow-up Management" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_payment_adyen msgid "Payment Provider: Adyen" @@ -23121,11 +17845,6 @@ msgstr "" msgid "Payment Provider: Razorpay" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_payment_sepa_direct_debit -msgid "Payment Provider: Sepa Direct Debit" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_payment_stripe msgid "Payment Provider: Stripe" @@ -23148,33 +17867,18 @@ msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_human_resources_payroll -#: model:ir.module.module,shortdesc:base.module_hr_payroll msgid "Payroll" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_attendance -msgid "Payroll - Attendance" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_fleet -msgid "Payroll - Fleet" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_planning -msgid "Payroll - Planning" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_account -msgid "Payroll Accounting" +#: model:ir.module.category,name:base.module_category_payroll_localization +msgid "Payroll Localization" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_payroll_localization -msgid "Payroll Localization" +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Personnel Administration" msgstr "" #. module: base @@ -23187,16 +17891,6 @@ msgstr "" msgid "Peru - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pe_edi_stock -msgid "Peruvian - Electronic Delivery Note" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pe_edi_stock_20 -msgid "Peruvian - Electronic Delivery Note 2.0" -msgstr "" - #. module: base #: model:res.country,name:base.ph msgid "Philippines" @@ -23241,46 +17935,10 @@ msgid "Pivot" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_project_forecast -msgid "Plan your resources on project tasks" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_human_resources_planning #: model:ir.module.module,shortdesc:base.module_planning msgid "Planning" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_planning_hr_skills -msgid "Planning - Skills" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_planning_contract -msgid "Planning Contract" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_planning_hr_skills -msgid "Planning Skills" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_planning_holidays -msgid "Planning Time Off" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_planning_contract -msgid "Planning integration with contracts" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_planning_holidays -msgid "Planning integration with holidays" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_pt msgid "Plano de contas SNC para Portugal" @@ -23360,21 +18018,6 @@ msgstr "" msgid "Point of Sale Discounts" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_sale_stock_renting -msgid "Point of Sale Rental Stock" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_settle_due -msgid "Point of Sale Settle Due" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_enterprise -msgid "Point of Sale enterprise" -msgstr "" - #. module: base #: model:res.country,name:base.pl msgid "Poland" @@ -23385,11 +18028,6 @@ msgstr "" msgid "Poland - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pl_reports -msgid "Poland - Accounting Reports" -msgstr "" - #. module: base #: model:res.groups,name:base.group_portal msgid "Portal" @@ -23427,11 +18065,6 @@ msgstr "" msgid "Portugal - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_pt_reports -msgid "Portugal - Accounting Reports" -msgstr "" - #. module: base #: model:ir.model.fields,help:base.field_ir_model_constraint__definition msgid "PostgreSQL constraint definition" @@ -23454,11 +18087,6 @@ msgstr "" msgid "Precision Digits" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_predictive_bills -msgid "Predictive vendor bill data" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_users_form #: model_terms:ir.ui.view,arch_db:base.view_users_form_simple_modif @@ -23480,11 +18108,6 @@ msgstr "" msgid "Prepend" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_twitter_wall -msgid "Pretty Way to Display Tweets for Event" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_report_layout__image msgid "Preview image src" @@ -23524,16 +18147,6 @@ msgstr "" msgid "Primary Color" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_ca_check_printing -msgid "Print CA Checks" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_us_check_printing -msgid "Print US Checks" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_report_paperformat__print_page_height msgid "Print page height (mm)" @@ -23604,7 +18217,6 @@ msgid "Product Images" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_manufacturing_product_lifecycle_management_(plm) #: model:ir.module.module,shortdesc:base.module_mrp_plm msgid "Product Lifecycle Management (PLM)" msgstr "" @@ -23616,7 +18228,6 @@ msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_productivity -#: model_terms:ir.ui.view,arch_db:base.user_groups_view msgid "Productivity" msgstr "" @@ -23630,16 +18241,6 @@ msgstr "" msgid "Products Expiration Date" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_documents_project_sale -msgid "Products Workspace Templates" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_product -msgid "Products from Documents" -msgstr "" - #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_prof msgid "Prof." @@ -23703,41 +18304,11 @@ msgstr "" msgid "Project - Sale - Expense" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_account_asset -msgid "Project Accounting Assets" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_account_budget -msgid "Project Budget" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_enterprise -msgid "Project Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_enterprise_hr -msgid "Project Enterprise HR" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_enterprise_hr_contract -msgid "Project Enterprise HR contract" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_project_hr_expense msgid "Project Expenses" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_helpdesk -msgid "Project Helpdesk" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_project_mail_plugin msgid "Project Mail Plugin" @@ -23802,129 +18373,29 @@ msgid "" "instant green/red visual indicators to scan through what has been done and what\n" "requires your attention.\n" "\n" -"Timesheets, Contracts & Invoicing\n" -"---------------------------------\n" -"\n" -"Projects are automatically integrated with customer contracts, allowing you to\n" -"invoice based on time & materials and record timesheets easily.\n" -"\n" -"Track Issues\n" -"------------\n" -"\n" -"Single out the issues that arise in a project in order to have a better focus\n" -"on resolving them. Integrate customer interaction on every issue and get\n" -"accurate reports on your team's performance.\n" -"\n" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge_project -msgid "Project Merge action" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_hr_payroll_account -msgid "Project Payroll Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_forecast -msgid "Project Planning" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_purchase -msgid "Project Purchase" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_sale_subscription -msgid "Project Sales Subscription" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_holidays -msgid "Project Time Off" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_account_budget -msgid "Project account budget" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_account_asset -msgid "Project accounting assets" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_holidays -msgid "Project and task integration with holidays" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_hr_expense -msgid "Project expenses" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_project -msgid "Project from documents" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_helpdesk -msgid "Project helpdesk" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_hr_payroll_account -msgid "Project payroll accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_project_sale_subscription -msgid "Project sales subscriptions" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_fsm_sale -msgid "Project, Helpdesk, FSM, Timesheet and Sale Orders" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_sale_timesheet -msgid "Project, Helpdesk, Timesheet and Sale Orders" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_account -msgid "Project, Tasks, Account" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_sale -msgid "Project, Tasks, After Sales" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_repair -msgid "Project, Tasks, Repair" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_sale_loyalty -msgid "Project, Tasks, Sale Loyalty" +"Timesheets, Contracts & Invoicing\n" +"---------------------------------\n" +"\n" +"Projects are automatically integrated with customer contracts, allowing you to\n" +"invoice based on time & materials and record timesheets easily.\n" +"\n" +"Track Issues\n" +"------------\n" +"\n" +"Single out the issues that arise in a project in order to have a better focus\n" +"on resolving them. Integrate customer interaction on every issue and get\n" +"accurate reports on your team's performance.\n" +"\n" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_helpdesk_stock -msgid "Project, Tasks, Stock" +#: model:ir.module.module,shortdesc:base.module_project_purchase +msgid "Project Purchase" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_helpdesk_timesheet -msgid "Project, Tasks, Timesheet" +#: model:ir.module.module,summary:base.module_project_hr_expense +msgid "Project expenses" msgstr "" #. module: base @@ -23956,11 +18427,6 @@ msgid "" "by the server action." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_mail_mobile -msgid "Provides push notification and redirection to the mobile app." -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_account_edi_proxy_client msgid "Proxy features for account_edi" @@ -23993,24 +18459,6 @@ msgstr "" msgid "Publish events, sell tickets" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_event_social -msgid "Publish on social account from Event" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_event_social -msgid "" -"Publish on social account from Event.\n" -"\n" -"This module allows you to schedule social posts from the event communication." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_knowledge -msgid "Publish your articles" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_website_customer msgid "Publish your customer references" @@ -24050,11 +18498,6 @@ msgstr "" msgid "Purchase Agreements" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_purchase_intrastat -msgid "Purchase Intrastat" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_purchase_product_matrix msgid "Purchase Matrix" @@ -24085,21 +18528,11 @@ msgstr "" msgid "Purchase and Subcontracting Management" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_purchase_enterprise -msgid "Purchase enterprise" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_purchase msgid "Purchase orders, tenders and agreements" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_event_track_social -msgid "Push notification to track listeners" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_actions_server__code #: model:ir.model.fields,field_description:base.field_ir_cron__code @@ -24139,51 +18572,13 @@ msgid "Qatar" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_manufacturing_quality #: model:ir.module.module,shortdesc:base.module_quality_control msgid "Quality" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_quality_control_picking_batch -msgid "Quality - Batch Transfer" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality -msgid "Quality Base" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_quality_mrp -#: model:ir.module.module,summary:base.module_quality_mrp_workorder -msgid "Quality Management with MRP" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_quality_mrp_workorder_iot -msgid "Quality Management with MRP and IoT" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_iot -msgid "Quality Steps with IoT" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_mrp_workorder_worksheet -#: model:ir.module.module,summary:base.module_quality_mrp_workorder_worksheet -msgid "Quality Worksheet for Workorder" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_control_iot -msgid "Quality checks with IoT" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_quality_iot -msgid "Quality steps and IoT devices" +#: model:ir.module.module,summary:base.module_quality_control +msgid "Quality Alerts, Control Points" msgstr "" #. module: base @@ -24393,13 +18788,6 @@ msgstr "" msgid "Readonly" msgstr "" -#. module: base -#: model:res.partner,website_short_description:base.res_partner_4 -msgid "" -"Ready Mat brings honesty and seriousness to wood industry while helping " -"customers deal with trees, flowers and fungi." -msgstr "" - #. module: base #: model:res.partner.industry,name:base.res_partner_industry_L msgid "Real Estate" @@ -24418,6 +18806,7 @@ msgid "Record ID" msgstr "" #. module: base +#: model:ir.model,name:base.model_ir_rule #: model_terms:ir.ui.view,arch_db:base.view_rule_search msgid "Record Rule" msgstr "" @@ -24458,11 +18847,6 @@ msgstr "" msgid "Record rules" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_timer -msgid "Record time" -msgstr "" - #. module: base #. odoo-python #: code:addons/models.py:0 @@ -24483,26 +18867,11 @@ msgstr "" msgid "Recruitment" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_recruitment_sign -msgid "Recruitment - Signature" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_hr_recruitment_skills msgid "Recruitment - Skills Management" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_recruitment_reports -msgid "Recruitment Reporting" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_hr_recruitment -msgid "Recruitment resumés and letters from documents" -msgstr "" - #. module: base #. odoo-python #: code:addons/models.py:0 @@ -24540,11 +18909,6 @@ msgstr "" msgid "Reference date" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_human_resources_referrals -msgid "Referrals" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_res_partner__parent_id #: model:ir.model.fields,field_description:base.field_res_users__parent_id @@ -24646,26 +19010,6 @@ msgstr "" msgid "Remove the contextual action related to this report" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_renting -msgid "Rental" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_rental_product_configurators -msgid "Rental Product Configurators Tests" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_stock_renting -msgid "Rental Stock Management" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_renting_sign -msgid "Rental/Sign Bridge" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_manufacturing_repair msgid "Repair" @@ -24753,14 +19097,11 @@ msgstr "" #. module: base #: model:ir.module.category,name:base.module_category_accounting_localizations_reporting #: model:ir.ui.menu,name:base.reporting_menuitem +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 msgid "Reporting" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_l10n_ar_reports -msgid "Reporting for Argentinean Localization" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.ir_action_report #: model:ir.actions.act_window,name:base.reports_action @@ -24786,11 +19127,6 @@ msgstr "" msgid "Resellers" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_partner_commission -msgid "Resellers Commissions For Subscription" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_reset_view_arch_wizard__reset_mode msgid "Reset Mode" @@ -24919,11 +19255,6 @@ msgstr "" msgid "Rounding unit" msgstr "" -#. module: base -#: model:ir.model,name:base.model_ir_rule -msgid "Rule" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_rule_form msgid "Rule Definition (Domain Filter)" @@ -24986,31 +19317,11 @@ msgstr "" msgid "SEPA Countries" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_sepa -msgid "SEPA Credit Transfer" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_sepa_direct_debit -msgid "SEPA Direct Debit" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_account_sepa -msgid "SEPA Payments for Payroll" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mass_mailing_sms msgid "SMS Marketing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_marketing_automation_sms -msgid "SMS Marketing in Marketing Automation" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_mail_sms msgid "SMS Tests" @@ -25148,31 +19459,6 @@ msgstr "" msgid "Saint Vincent and the Grenadines" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_contract_salary -msgid "Salary Configurator" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_contract_salary -msgid "Salary Configurator (Belgium)" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_contract_salary_holidays -msgid "Salary Configurator - Holidays" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_contract_salary_payroll -msgid "Salary Configurator - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_l10n_be_hr_contract_salary -msgid "Salary Package Configurator" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_accounting_localizations_sale msgid "Sale" @@ -25183,21 +19469,6 @@ msgstr "" msgid "Sale - SMS" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_account_accountant -msgid "Sale Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_intrastat -msgid "Sale Intrastat" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_temporal -msgid "Sale Lease" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_sale_loyalty msgid "Sale Loyalty" @@ -25218,11 +19489,6 @@ msgstr "" msgid "Sale Mrp Margin" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_planning -msgid "Sale Planning" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_sale_product_configurator msgid "Sale Product Configurator" @@ -25238,11 +19504,6 @@ msgstr "" msgid "Sale Project - Sale Stock" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_project_forecast -msgid "Sale Project Forecast" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_sale_purchase msgid "Sale Purchase" @@ -25253,26 +19514,11 @@ msgstr "" msgid "Sale Stock Margin" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_subscription_dashboard -msgid "Sale Subscription Dashboard" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_sale_purchase msgid "Sale based on service outsourcing." msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_enterprise -msgid "Sale enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_sale -msgid "Sale statistics on social" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_sales #: model:ir.module.category,name:base.module_category_sales_sales @@ -25315,8 +19561,9 @@ msgid "Sales Timesheet" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_sale_timesheet_enterprise -msgid "Sales Timesheet: Invoicing" +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Sales and Distribution" msgstr "" #. module: base @@ -25396,16 +19643,6 @@ msgstr "" msgid "Schedule SMS in event management" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_mrp_maintenance -msgid "Schedule and manage maintenance on machine and tools." -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_industry_fsm_sale -msgid "Schedule and track onsite operations, invoice time and material" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_industry_fsm msgid "Schedule and track onsite operations, time and material" @@ -25416,11 +19653,6 @@ msgstr "" msgid "Schedule employees' meetings" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_event_social -msgid "Schedule push notifications on attendees" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_project_timesheet_holidays msgid "Schedule timesheet when on time off" @@ -25626,11 +19858,6 @@ msgstr "" msgid "Sell Courses" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_helpdesk_sale_timesheet -msgid "Sell Helpdesk Timesheet" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_sale_timesheet msgid "Sell based on timesheets" @@ -25647,33 +19874,8 @@ msgid "Sell event tickets online" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_website_sale_renting -msgid "Sell rental products on your eCommerce" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_renting_product_configurator -msgid "Sell rental products on your eCommerce and manage Product Configurator" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_stock_renting -msgid "Sell rental products on your eCommerce and manage stock" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_renting_comparison -msgid "Sell rental products on your eCommerce from Comparison page" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_renting_wishlist -msgid "Sell rental products on your eCommerce from Wishlist" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_sale_subscription -msgid "Sell subscription products on your eCommerce" +#: model:ir.module.module,summary:base.module_sale_ebay +msgid "Sell on eBay easily" msgstr "" #. module: base @@ -25708,20 +19910,7 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_sign -msgid "Send documents to sign online and handle filled copies" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_push_notifications -#: model:ir.module.module,summary:base.module_social_push_notifications -msgid "Send live notifications to your web visitors" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_event_track_social -msgid "" -"Send reminder push notifications to event attendees based on favorites " -"tracks." +msgid "Send documents to sign online" msgstr "" #. module: base @@ -25736,61 +19925,25 @@ msgstr "" msgid "Send text messages when final stock move" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_industry_fsm_sms -msgid "Send text messages when fsm task stage move" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_project_sms #: model:ir.module.module,summary:base.module_project_sms msgid "Send text messages when project/task stage move" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_helpdesk_sms -#: model:ir.module.module,summary:base.module_helpdesk_sms -msgid "Send text messages when ticket stage move" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_easypost -msgid "Send your parcels through Easypost and track them online" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_dhl -msgid "Send your shippings through DHL and track them online" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_fedex -msgid "Send your shippings through Fedex and track them online" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_ups -msgid "Send your shippings through UPS and track them online" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_delivery_usps -msgid "Send your shippings through USPS and track them online" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_survey msgid "Send your surveys or share them live." msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_sendcloud -msgid "Sendcloud Shipping" +#: model:res.country,name:base.sn +msgid "Senegal" msgstr "" #. module: base -#: model:res.country,name:base.sn -msgid "Senegal" +#: model:ir.module.module,shortdesc:base.module_payment_sepa_direct_debit +msgid "Sepa Direct Debit Payment Provider" msgstr "" #. module: base @@ -25865,11 +20018,6 @@ msgstr "" msgid "Serbia - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_rs_reports -msgid "Serbia - Accounting Reports" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_logging__type__server msgid "Server" @@ -25983,11 +20131,6 @@ msgstr "" msgid "Settings" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_pos_settle_due -msgid "Settle partner's due in the POS UI." -msgstr "" - #. module: base #: model:res.country,name:base.sc msgid "Seychelles" @@ -26014,11 +20157,6 @@ msgstr "" msgid "Shared" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_delivery_sendcloud -msgid "Shipping Integration with Sendcloud platform" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_sale_wishlist msgid "Shopper's Wishlist" @@ -26049,53 +20187,28 @@ msgstr "" #. module: base #: model_terms:ir.ui.view,arch_db:base.view_currency_search -msgid "Show active currencies" -msgstr "" - -#. module: base -#: model_terms:ir.ui.view,arch_db:base.view_currency_search -msgid "Show inactive currencies" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_google_map -msgid "Show your company address on Google Maps" -msgstr "" - -#. module: base -#: model:res.country,name:base.sl -msgid "Sierra Leone" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_sales_sign -#: model:ir.module.module,shortdesc:base.module_sign -msgid "Sign" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_hr_contract_salary -msgid "Sign Employment Contracts" +msgid "Show active currencies" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_documents_project_sign -msgid "Sign documents attached to tasks" +#: model_terms:ir.ui.view,arch_db:base.view_currency_search +msgid "Show inactive currencies" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_sign_itsme -msgid "Sign documents with itsme® identification" +#: model:ir.module.module,summary:base.module_website_google_map +msgid "Show your company address on Google Maps" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_sign_itsme -msgid "Sign itsme" +#: model:res.country,name:base.sl +msgid "Sierra Leone" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_documents_sign -msgid "Signature templates from Documents" +#: model:ir.module.category,name:base.module_category_sales_sign +#: model:ir.module.module,shortdesc:base.module_sign +msgid "Sign" msgstr "" #. module: base @@ -26127,11 +20240,6 @@ msgstr "" msgid "Singapore - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_sg_reports -msgid "Singapore - Accounting Reports" -msgstr "" - #. module: base #: model:res.country,name:base.sx msgid "Sint Maarten (Dutch part)" @@ -26194,11 +20302,6 @@ msgstr "" msgid "Slovenia" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_si_reports -msgid "Slovenia - Accounting Reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_si msgid "Slovenian - Accounting" @@ -26210,38 +20313,6 @@ msgid "Snail Mail" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_snailmail_account_followup -msgid "Snail Mail Follow-Up" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_marketing_social -#: model:ir.module.category,name:base.module_category_social -msgid "Social" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_demo -msgid "Social Demo Module" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_facebook -msgid "Social Facebook" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_instagram -msgid "Social Instagram" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_linkedin -msgid "Social LinkedIn" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_marketing_social_marketing #: model:ir.module.module,shortdesc:base.module_social msgid "Social Marketing" msgstr "" @@ -26251,31 +20322,6 @@ msgstr "" msgid "Social Media" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_push_notifications -msgid "Social Push Notifications" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_test_full -msgid "Social Tests (Full)" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_social_test_full -msgid "Social Tests: tests specific to social with all sub-modules" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_twitter -msgid "Social Twitter" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_social_youtube -msgid "Social YouTube" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_social_media msgid "Social media connectors for company settings." @@ -26385,16 +20431,6 @@ msgstr "" msgid "Spain - Accounting (PGCE 2008)" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_es_reports -msgid "Spain - Accounting (PGCE 2008) Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_es_real_estates -msgid "Spain - Real Estates" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_es_edi_sii msgid "Spain - SII EDI Suministro de Libros" @@ -26438,53 +20474,34 @@ msgstr "" #: model:ir.module.module,description:base.module_spreadsheet #: model:ir.module.module,description:base.module_spreadsheet_dashboard #: model:ir.module.module,description:base.module_spreadsheet_dashboard_account -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_account_accountant -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_crm #: model:ir.module.module,description:base.module_spreadsheet_dashboard_event_sale -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_helpdesk -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_hr_contract #: model:ir.module.module,description:base.module_spreadsheet_dashboard_hr_expense -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_hr_referral #: model:ir.module.module,description:base.module_spreadsheet_dashboard_hr_timesheet #: model:ir.module.module,description:base.module_spreadsheet_dashboard_im_livechat -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_mrp_account #: model:ir.module.module,description:base.module_spreadsheet_dashboard_pos_hr #: model:ir.module.module,description:base.module_spreadsheet_dashboard_purchase #: model:ir.module.module,description:base.module_spreadsheet_dashboard_purchase_stock #: model:ir.module.module,description:base.module_spreadsheet_dashboard_sale #: model:ir.module.module,description:base.module_spreadsheet_dashboard_sale_expense -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_sale_renting #: model:ir.module.module,description:base.module_spreadsheet_dashboard_sale_timesheet -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_stock #: model:ir.module.module,description:base.module_spreadsheet_dashboard_stock_account #: model:ir.module.module,description:base.module_spreadsheet_dashboard_website_sale_slides -#: model:ir.module.module,description:base.module_spreadsheet_edition #: model:ir.module.module,shortdesc:base.module_spreadsheet -#: model:ir.module.module,shortdesc:base.module_spreadsheet_edition #: model:ir.module.module,summary:base.module_spreadsheet #: model:ir.module.module,summary:base.module_spreadsheet_dashboard #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_account -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_account_accountant -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_crm #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_event_sale -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_helpdesk -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_hr_contract #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_hr_expense -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_hr_referral #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_hr_timesheet #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_im_livechat -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_mrp_account #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_pos_hr #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_purchase #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_purchase_stock #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_sale #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_sale_expense -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_sale_renting #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_sale_timesheet -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_stock #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_stock_account #: model:ir.module.module,summary:base.module_spreadsheet_dashboard_website_sale_slides -#: model:ir.module.module,summary:base.module_spreadsheet_edition msgid "Spreadsheet" msgstr "" @@ -26493,65 +20510,19 @@ msgstr "" msgid "Spreadsheet Accounting Formulas" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_spreadsheet_account -msgid "Spreadsheet Accounting Templates" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_spreadsheet_account #: model:ir.module.module,summary:base.module_spreadsheet_account msgid "Spreadsheet Accounting formulas" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_documents_spreadsheet_account -#: model:ir.module.module,summary:base.module_documents_spreadsheet_account -msgid "Spreadsheet Accounting templates" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_documents_spreadsheet_crm -msgid "Spreadsheet CRM Templates" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_documents_spreadsheet_crm -#: model:ir.module.module,summary:base.module_documents_spreadsheet_crm -msgid "Spreadsheet CRM templates" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_edition -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_edition -msgid "Spreadsheet Dashboard edition" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_spreadsheet_dashboard_documents -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_documents -#: model:ir.module.module,summary:base.module_spreadsheet_dashboard_documents -msgid "Spreadsheet Documents" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard msgid "Spreadsheet dashboard" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_edition -msgid "Spreadsheet dashboard edition" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_crm -msgid "Spreadsheet dashboard for CRM" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_account -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_account_accountant msgid "Spreadsheet dashboard for accounting" msgstr "" @@ -26575,26 +20546,11 @@ msgstr "" msgid "Spreadsheet dashboard for expenses and sales" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_helpdesk -msgid "Spreadsheet dashboard for helpdesk" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_hr_contract -msgid "Spreadsheet dashboard for human resources" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_im_livechat msgid "Spreadsheet dashboard for live chat" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_mrp_account -msgid "Spreadsheet dashboard for manufacturing" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_pos_hr msgid "Spreadsheet dashboard for point of sale" @@ -26606,23 +20562,12 @@ msgstr "" msgid "Spreadsheet dashboard for purchases" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_hr_referral -msgid "Spreadsheet dashboard for recruitment" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_sale_renting -msgid "Spreadsheet dashboard for rental" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_sale msgid "Spreadsheet dashboard for sales" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_stock #: model:ir.module.module,shortdesc:base.module_spreadsheet_dashboard_stock_account msgid "Spreadsheet dashboard for stock" msgstr "" @@ -26648,11 +20593,6 @@ msgstr "" msgid "Standard" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_saft -msgid "Standard Audit File for Tax Base module" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.view_base_module_upgrade_install msgid "Start configuration" @@ -26728,56 +20668,11 @@ msgstr "" msgid "Step must not be zero." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_mrp_workorder_iot -msgid "Steps in MRP work orders with IoT devices" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_stock_sms msgid "Stock - SMS" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_accountant -msgid "Stock Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_intrastat -msgid "Stock Intrastat" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_account_enterprise -msgid "Stock account enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_enterprise -msgid "Stock enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_l10n_be_hr_payroll -msgid "Store employee 281.10 and 281.45 forms in the Document app" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_hr_contract -msgid "Store employee contracts in the Document app" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_hr_payroll -msgid "Store employee payslips in the Document app" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_documents_hr_holidays -msgid "Store employee's time off documents in the Document app" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_model_fields__store #: model_terms:ir.ui.view,arch_db:base.view_attachment_search @@ -26824,7 +20719,6 @@ msgid "Street2" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_customizations_studio #: model:ir.module.module,shortdesc:base.module_web_studio msgid "Studio" msgstr "" @@ -26834,11 +20728,6 @@ msgstr "" msgid "Subcontract Productions" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_stock_barcode_mrp_subcontracting -msgid "Subcontract with Barcode" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_mrp_subcontracting_account msgid "Subcontracting Management with Stock Valuation" @@ -26851,12 +20740,10 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense -#: model:ir.module.module,summary:base.module_hr_payroll_expense msgid "Submit, validate and reinvoice employee expenses" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_sales_subscriptions #: model:ir.module.module,shortdesc:base.module_sale_subscription msgid "Subscriptions" msgstr "" @@ -26897,8 +20784,8 @@ msgid "Supplementary arguments" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_l10n_mx_edi_stock_40 -msgid "Support CFDI version 4.0" +#: model:ir.module.module,summary:base.module_web_mobile +msgid "Support for Android & iOS Apps" msgstr "" #. module: base @@ -26906,11 +20793,6 @@ msgstr "" msgid "Support live tracks: streaming, participation, youtube" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_quality_control_picking_batch -msgid "Support of quality control into batch transfers" -msgstr "" - #. module: base #: model:res.country,name:base.sr msgid "Suriname" @@ -26938,16 +20820,6 @@ msgstr "" msgid "Sweden - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_se_reports -msgid "Sweden - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_l10n_se -msgid "Sweden Registered Cash Register" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.language_install_view_form_lang_switch msgid "Switch to" @@ -26968,11 +20840,6 @@ msgstr "" msgid "Switzerland - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ch_reports -msgid "Switzerland - Accounting Reports" -msgstr "" - #. module: base #: model:res.country.group,name:base.ch_and_li msgid "Switzerland and Liechtenstein" @@ -26988,11 +20855,6 @@ msgstr "" msgid "Symbol Position" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_timesheet_synchro -msgid "Synchronization with the external timesheet application" -msgstr "" - #. module: base #: model:res.country,name:base.sy msgid "Syria" @@ -27094,6 +20956,12 @@ msgstr "" msgid "Tajikistan" msgstr "" +#. module: base +#: model_terms:res.partner,website_description:base.res_partner_2 +#: model_terms:res.partner,website_description:base.res_partner_4 +msgid "Talent Management" +msgstr "" + #. module: base #: model:res.country,name:base.tz msgid "Tanzania" @@ -27139,21 +21007,6 @@ msgstr "" msgid "Tax ID" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_taxcloud_delivery -msgid "TaxCloud and Delivery - Ecommerce" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_sale_subscription_taxcloud -msgid "TaxCloud and Subscriptions" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_account_taxcloud -msgid "TaxCloud make it easy for business to comply with sales tax law" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_hidden #: model:ir.module.category,name:base.module_category_technical @@ -27208,12 +21061,6 @@ msgstr "" msgid "Template name is missing in file %r." msgstr "" -#. module: base -#: model_terms:res.company,sign_terms:base.main_company -#: model_terms:res.company,sign_terms_html:base.main_company -msgid "Terms & Conditions" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_base_automation msgid "Test - Base Automation" @@ -27234,32 +21081,16 @@ msgstr "" msgid "Test Action Bindings" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_l10n_be_hr_payroll_account -#: model:ir.module.module,summary:base.module_test_l10n_be_hr_payroll_account -msgid "Test Belgian Payroll" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.ir_mail_server_form msgid "Test Connection" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_data_cleaning -msgid "Test Data Cleaning" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_discuss_full msgid "Test Discuss (full)" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_discuss_full_enterprise -msgid "Test Discuss Full Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_crm_full msgid "Test Full Crm Flow" @@ -27295,31 +21126,6 @@ msgstr "" msgid "Test RPC" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_sale_subscription -msgid "Test Sale Subscription" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_marketing_automation -msgid "Test Suite for Automated Marketing Campaigns" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_data_cleaning -msgid "Test Suite for Data Cleaning" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_discuss_full_enterprise -msgid "Test Suite for Discuss Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_rental_product_configurators -msgid "Test Suite for Rental Product Configurators" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_test_sale_product_configurators msgid "Test Suite for Sale Product Configurator" @@ -28241,11 +22047,6 @@ msgstr "" msgid "This method can only be accessed over HTTP" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_appraisal_contract -msgid "This model is used to make a bridge between Appraisal and Contract" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_mail_bot_hr msgid "" @@ -28253,13 +22054,6 @@ msgid "" "modified by hr." msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_website_delivery_fedex -msgid "" -"This module allows ecommerce users to choose to deliver to Pick-Up points " -"for the FEDEX connector." -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_website_hr_recruitment msgid "" @@ -28292,16 +22086,6 @@ msgid "" "tests independently to functional aspects of other models. " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_test_mail_enterprise -msgid "" -"This module contains tests related to mail. Those are\n" -"present in a separate module as it contains models used only to perform\n" -"tests independently to functional aspects of other models. Moreover most of\n" -"modules build on mail (sms, snailmail, mail_enterprise) are set as dependencies\n" -"in order to test the whole mail codebase. " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_test_mass_mailing msgid "" @@ -28310,30 +22094,6 @@ msgid "" "test_mail. " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_test_web_gantt -msgid "" -"This module contains tests related to the web gantt view. Those are\n" -"present in a separate module as it contains models used only to perform\n" -"tests independently to functional aspects of other models. " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_test_web_grid -msgid "" -"This module contains tests related to the web grid view. Those are\n" -"present in a separate module as it contains models used only to perform\n" -"tests independently to functional aspects of other models. " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_test_timer -msgid "" -"This module contains tests related to timer. Those are\n" -"present in a separate module as it contains models used only to perform\n" -"tests independently to functional aspects of other models. " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_test_mail_full msgid "" @@ -28343,21 +22103,6 @@ msgid "" "real applications. " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_social_test_full -msgid "" -"This module contains tests related to various social features\n" -"and social-related sub modules. It will test interactions between all those modules." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_test_web_cohort -msgid "" -"This module contains tests related to web cohort. Those are\n" -"present in a separate module as it contains models used only to perform\n" -"tests independently to functional aspects of other models. " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_test_website_modules msgid "" @@ -28367,54 +22112,13 @@ msgid "" msgstr "" #. module: base -#: model:ir.module.module,description:base.module_test_website -msgid "" -"This module contains tests related to website. Those are\n" -"present in a separate module as we are testing module install/uninstall/upgrade\n" -"and we don't want to reload the website module every time, including it's possible\n" -"dependencies. Neither we want to add in website module some routes, views and\n" -"models which only purpose is to run tests." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_sale_subscription_taxcloud -msgid "" -"This module ensures that the taxes are computed on the invoice before a payment is created automatically for a subscription.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_sale_taxcloud_delivery -msgid "" -"This module ensures that when delivery price is computed online, and taxes are computed with TaxCloud, the tax computation is done correctly on both the order and delivery.\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_website_event_track_gantt -msgid "" -"This module helps analyzing and organizing event tracks.\n" -"For that purpose it adds a gantt view on event tracks." -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_event_enterprise -msgid "" -"This module helps for analyzing event registrations.\n" -"For that purposes it adds\n" -"\n" -" * a cohort analysis on attendees;\n" -" * a gantt view on events;\n" -"\n" -" " -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_event_sale_dashboard +#: model:ir.module.module,description:base.module_test_website msgid "" -"This module helps for analyzing revenues from events.\n" -"For that purpose it adds a dashboard view to the revenues report\n" -" " +"This module contains tests related to website. Those are\n" +"present in a separate module as we are testing module install/uninstall/upgrade\n" +"and we don't want to reload the website module every time, including it's possible\n" +"dependencies. Neither we want to add in website module some routes, views and\n" +"models which only purpose is to run tests." msgstr "" #. module: base @@ -28455,14 +22159,6 @@ msgid "" "%s" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_sale_temporal -msgid "" -"This technical module allows to define lease prices on a product template " -"and use them in sale order according to a duration, a quantity, a price " -"list." -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_module.py:0 @@ -28480,16 +22176,6 @@ msgstr "" msgid "Thursday" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_website_helpdesk_livechat -msgid "Ticketing, Support, Livechat" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_website_helpdesk_slides -msgid "Ticketing, Support, Slides" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_res_lang__time_format msgid "Time Format" @@ -28502,62 +22188,21 @@ msgid "Time Off" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_hr_payroll_holidays #: model:ir.module.module,shortdesc:base.module_hr_work_entry_holidays msgid "Time Off in Payslips" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_work_entry_holidays_enterprise -msgid "Time Off in Payslips Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_holidays_gantt -msgid "Time off Gantt" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_timer -msgid "Timer" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_timer -msgid "Timer Tests" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_timer -msgid "Timer Tests: feature and performance tests for timer" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_timesheet_forecast -msgid "Timesheet and Planning" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_project_timesheet_holidays msgid "Timesheet when on Time Off" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_project_timesheet_forecast_contract -msgid "Timesheet, Planning and Employee Contracts" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_services_timesheets #: model:ir.module.module,shortdesc:base.module_timesheet_grid msgid "Timesheets" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_timesheet_grid_holidays -msgid "Timesheets And Timeoff" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_hr_timesheet_attendance msgid "Timesheets/attendances reporting" @@ -28712,7 +22357,6 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_timesheet -#: model:ir.module.module,summary:base.module_timesheet_grid msgid "Track employee time on tasks" msgstr "" @@ -28727,13 +22371,18 @@ msgid "Track leads and close opportunities" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_hr_recruitment -msgid "Track your recruitment pipeline" +#: model:ir.module.module,summary:base.module_helpdesk +msgid "Track support tickets" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_helpdesk -msgid "Track, prioritize, and solve customer tickets" +#: model:ir.module.module,summary:base.module_timesheet_grid +msgid "Track time & costs" +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_hr_recruitment +msgid "Track your recruitment pipeline" msgstr "" #. module: base @@ -28843,11 +22492,6 @@ msgstr "" msgid "Turkey - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_tr_reports -msgid "Turkey - Accounting Reports" -msgstr "" - #. module: base #: model:res.country,name:base.tm msgid "Turkmenistan" @@ -28942,37 +22586,6 @@ msgstr "" msgid "U - ACTIVITIES OF EXTRATERRITORIAL ORGANISATIONS AND BODIES" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ae_hr_payroll -msgid "U.A.E. - Payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_ae_hr_payroll_account -msgid "U.A.E. - Payroll with Accounting" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_uk_reports -msgid "UK - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_product_unspsc -#: model:ir.module.module,summary:base.module_product_unspsc -msgid "UNSPSC product codes" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_ups -msgid "UPS Shipping" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_delivery_ups -msgid "UPS: Bill My Account" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_module_module__url #: model:ir.model.fields.selection,name:base.selection__ir_attachment__type__url @@ -28985,16 +22598,6 @@ msgstr "" msgid "URL Code" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_us_reports -msgid "US - Accounting Reports" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_l10n_us_check_printing -msgid "US Checks Layout" -msgstr "" - #. module: base #: model:res.country,name:base.um msgid "USA Minor Outlying Islands" @@ -29005,11 +22608,6 @@ msgstr "" msgid "USt" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge_utm -msgid "UTM Deduplication" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_utm msgid "UTM Trackers" @@ -29025,16 +22623,6 @@ msgstr "" msgid "UTM and mass mailing on sale orders" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_social_sale -msgid "UTM and post on sale orders" -msgstr "" - -#. module: base -#: model:ir.module.module,description:base.module_social_crm -msgid "UTM and posts on crm" -msgstr "" - #. module: base #: model:res.country,name:base.ug msgid "Uganda" @@ -29180,11 +22768,6 @@ msgstr "" msgid "United States - Accounting" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_usps -msgid "United States Postal Service (USPS) Shipping" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_uom msgid "Units of measure" @@ -29384,31 +22967,11 @@ msgstr "" msgid "Use Coupons, Gift Cards and Loyalty programs in Point of Sale" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_pos_iot -msgid "Use IoT Devices in the PoS" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_delivery_iot -msgid "Use IoT devices in delivery operations" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_appointment_sms -msgid "Use SMS reminders for appointment meetings" -msgstr "" - #. module: base #: model:ir.model.fields,help:base.field_res_partner__barcode msgid "Use a barcode to identify this contact." msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_stock_barcode -msgid "Use barcode scanners to process logistics operations" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_qweb_fields.py:0 @@ -29710,34 +23273,11 @@ msgstr "" msgid "VAT Number Validation" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_productivity_voip -#: model:ir.module.module,shortdesc:base.module_voip -msgid "VOIP" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_voip_onsip -msgid "VOIP OnSIP" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_voip_crm -msgid "VOIP for crm" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_phone_validation msgid "Validate and format phone numbers" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_industry_fsm_stock -msgid "" -"Validate stock moves for product added on sales orders through Field Service" -" Management App" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_config_parameter__value #: model:ir.model.fields,field_description:base.field_ir_model_fields_selection__value @@ -29817,11 +23357,6 @@ msgstr "" msgid "Vendor" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_3way_match -msgid "Vendor Bill: Release to Pay" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.action_partner_supplier_form msgid "Vendors" @@ -29907,11 +23442,6 @@ msgstr "" msgid "View Type" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_account_reports -msgid "View and create reports" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_ui_view__mode msgid "View inheritance mode" @@ -29973,14 +23503,14 @@ msgid "Visible" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_purchase_price_diff -#: model:ir.module.module,shortdesc:base.module_stock_account -msgid "WMS Accounting" +#: model:ir.module.module,shortdesc:base.module_voip +msgid "VoIP" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_data_merge_stock_account -msgid "WMS Accounting Merge" +#: model:ir.module.module,shortdesc:base.module_purchase_price_diff +#: model:ir.module.module,shortdesc:base.module_stock_account +msgid "WMS Accounting" msgstr "" #. module: base @@ -29998,12 +23528,6 @@ msgstr "" msgid "Warehouse Management: Batch Transfer" msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_data_merge_stock_account -#: model:ir.module.module,summary:base.module_data_merge_stock_account -msgid "Warn user in case of products merging" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_mail_server.py:0 @@ -30062,46 +23586,11 @@ msgstr "" msgid "Web" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_web_cohort -msgid "Web Cohort Tests" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_web_editor msgid "Web Editor" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_web_enterprise -msgid "Web Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_web_gantt -msgid "Web Gantt" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_web_gantt -msgid "Web Gantt Tests" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_web_gantt -msgid "Web Gantt Tests: Tests specific to the gantt view" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_test_web_grid -msgid "Web Grid Tests" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_test_web_grid -msgid "Web Grid Tests: performances and tests specific to the grid view" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_ui_menu__web_icon msgid "Web Icon File" @@ -30118,11 +23607,6 @@ msgstr "" msgid "Web Routing" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_test_web_cohort -msgid "Web cohort Test" -msgstr "" - #. module: base #: model:ir.model.fields,field_description:base.field_ir_module_module__website #: model:ir.module.category,name:base.module_category_accounting_localizations_website @@ -30149,21 +23633,6 @@ msgstr "" msgid "Website - Payment Paypal" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_appointment_crm -msgid "Website Appointment Lead Enrichment" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_appointment -msgid "Website Appointments" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_enterprise -msgid "Website Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_crm_questions msgid "Website Event CRM Questions" @@ -30174,16 +23643,6 @@ msgstr "" msgid "Website Events CRM" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk -msgid "Website Helpdesk" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk_livechat -msgid "Website IM Livechat Helpdesk" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_jitsi msgid "Website Jitsi" @@ -30241,26 +23700,6 @@ msgstr "" msgid "Website Sale Stock Product Configurator" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_dashboard -msgid "Website Sales Dashboard" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk_slides_forum -msgid "Website Slides Forum Helpdesk" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_helpdesk_slides -msgid "Website Slides Helpdesk" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_studio -msgid "Website Studio" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_website msgid "Website Test" @@ -30271,11 +23710,6 @@ msgstr "" msgid "Website Test, mainly for module install/uninstall tests" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_crm_iap_reveal_enterprise -msgid "Website Visits Lead Generation Enterprise" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_website_profile msgid "Website profile" @@ -30429,44 +23863,14 @@ msgstr "" msgid "Work Entries" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_work_entry_contract_attendance -msgid "Work Entries - Attendance" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_hr_work_entry_contract msgid "Work Entries - Contract" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_work_entry_contract_enterprise -msgid "Work Entries - Contract Enterprise" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_hr_work_entry_contract_planning -msgid "Work Entries - Planning" -msgstr "" - #. module: base #: model:ir.module.module,summary:base.module_mrp_workorder -msgid "Work Orders, Planning, Stock Reports." -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_worksheet -msgid "Worksheet" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_quality_control_worksheet -msgid "Worksheet for Quality Control" -msgstr "" - -#. module: base -#: model:ir.module.module,summary:base.module_helpdesk_fsm_report -msgid "Worksheet template when planning an intervention" +msgid "Work Orders, Planning, Routing" msgstr "" #. module: base @@ -30822,9 +24226,10 @@ msgid "" msgstr "" #. module: base -#: model_terms:res.company,sign_terms:base.main_company -#: model_terms:res.company,sign_terms_html:base.main_company -msgid "Your conditions..." +#: model_terms:res.company,lunch_notify_message:base.main_company +msgid "" +"Your lunch has been delivered.\n" +"Enjoy your meal!" msgstr "" #. module: base @@ -30869,7 +24274,7 @@ msgid "Zip Required" msgstr "" #. module: base -#: model:ir.module.category,name:base.module_category_services_payroll_account +#: model:ir.module.category,name:base.module_category_account msgid "account" msgstr "" @@ -30904,11 +24309,6 @@ msgstr "" msgid "and" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_services_assets -msgid "assets" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.res_partner_kanban_view msgid "at" @@ -30931,16 +24331,6 @@ msgstr "" msgid "boolean" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_delivery_bpost -msgid "bpost Shipping" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_account_budget -msgid "budget" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_model_fields__ttype__char msgid "char" @@ -31102,36 +24492,6 @@ msgstr "" msgid "eCommerce Delivery" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_renting -msgid "eCommerce Rental" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_renting_comparison -msgid "eCommerce Rental with Comparison" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_renting_product_configurator -msgid "eCommerce Rental with Product Configurator" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_stock_renting -msgid "eCommerce Rental with Stock Management" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_renting_wishlist -msgid "eCommerce Rental with Wishlist" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_website_sale_subscription -msgid "eCommerce Subscription" -msgstr "" - #. module: base #: model:ir.module.category,name:base.module_category_website_elearning #: model:ir.module.module,shortdesc:base.module_website_slides @@ -31338,16 +24698,6 @@ msgstr "" msgid "one2many" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_services_payroll -msgid "payroll" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_pos_account_reports -msgid "pos_account_reports" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_pos_cache msgid "pos_cache" @@ -31388,11 +24738,6 @@ msgstr "" msgid "pos_sale_product_configurator" msgstr "" -#. module: base -#: model:ir.module.module,summary:base.module_hr_expense_predict_product -msgid "predict the product from the expense description based on old ones" -msgstr "" - #. module: base #: model:ir.model.fields.selection,name:base.selection__ir_model_fields__ttype__properties msgid "properties" @@ -31408,16 +24753,6 @@ msgstr "" msgid "reference" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_account_budget_sale -msgid "sale" -msgstr "" - -#. module: base -#: model:ir.module.category,name:base.module_category_services_sales -msgid "sales" -msgstr "" - #. module: base #. odoo-python #: code:addons/base/models/ir_qweb_fields.py:0 @@ -31435,11 +24770,6 @@ msgstr "" msgid "snailmail_account" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_services_sales_subscriptions -msgid "subscriptions" -msgstr "" - #. module: base #: model:ir.module.module,shortdesc:base.module_test_data_module_install msgid "test installation of data module" @@ -31550,11 +24880,6 @@ msgstr "" msgid "text" msgstr "" -#. module: base -#: model:ir.module.category,name:base.module_category_account_budget_sale_timesheet -msgid "timesheet" -msgstr "" - #. module: base #: model_terms:ir.ui.view,arch_db:base.res_config_installer msgid "title"