From 6962ab645be0994d8a72a9c8d509083b2bc7b9a0 Mon Sep 17 00:00:00 2001 From: Amelie Gevers Date: Mon, 24 Aug 2020 15:57:09 -0400 Subject: [PATCH 1/3] TA#26490 Add archive button in mail template --- .docker_files/main/__manifest__.py | 1 + Dockerfile | 1 + mail_template_archive/README.rst | 28 + mail_template_archive/__init__.py | 4 + mail_template_archive/__manifest__.py | 29 + mail_template_archive/i18n/fr.po | 65766 ++++++++++++++++ mail_template_archive/models/__init__.py | 4 + mail_template_archive/models/mail_template.py | 11 + .../description/form_view_smart_button.png | Bin 0 -> 107340 bytes .../static/description/search_view_filter.png | Bin 0 -> 68384 bytes mail_template_archive/views/mail_template.xml | 35 + 11 files changed, 65879 insertions(+) create mode 100644 mail_template_archive/README.rst create mode 100644 mail_template_archive/__init__.py create mode 100644 mail_template_archive/__manifest__.py create mode 100644 mail_template_archive/i18n/fr.po create mode 100644 mail_template_archive/models/__init__.py create mode 100644 mail_template_archive/models/mail_template.py create mode 100644 mail_template_archive/static/description/form_view_smart_button.png create mode 100644 mail_template_archive/static/description/search_view_filter.png create mode 100644 mail_template_archive/views/mail_template.xml diff --git a/.docker_files/main/__manifest__.py b/.docker_files/main/__manifest__.py index 7d3cfbd2..3e7d133a 100644 --- a/.docker_files/main/__manifest__.py +++ b/.docker_files/main/__manifest__.py @@ -26,6 +26,7 @@ 'mail_message_from_author', 'mail_notification_no_footer', 'mail_recipient_unchecked', + 'mail_template_archive', 'note_no_default_stage', 'private_data_group', 'queue_job_auto_requeue', diff --git a/Dockerfile b/Dockerfile index 4aa2caec..7faa8d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ COPY mail_follower_picker /mnt/extra-addons/mail_follower_picker COPY mail_message_from_author /mnt/extra-addons/mail_message_from_author COPY mail_notification_no_footer /mnt/extra-addons/mail_notification_no_footer COPY mail_recipient_unchecked /mnt/extra-addons/mail_recipient_unchecked +COPY mail_template_archive /mnt/extra-addons/mail_template_archive COPY note_no_default_stage /mnt/extra-addons/note_no_default_stage COPY private_data_group /mnt/extra-addons/private_data_group COPY queue_job_auto_requeue /mnt/extra-addons/queue_job_auto_requeue diff --git a/mail_template_archive/README.rst b/mail_template_archive/README.rst new file mode 100644 index 00000000..0b66664c --- /dev/null +++ b/mail_template_archive/README.rst @@ -0,0 +1,28 @@ +Mail Enable Archive +=================== +This module enables the 'Archive' smart button in the view form of a mail template. +Furthermore, it adds two filters in the search view: 'Archived' and 'Active'. + +.. contents:: Table of Contents + +Form View +---------- + +The 'Archive' button can be found in the view form of a mail template. + +.. image:: static/description/form_view_smart_button.png + +Search View +------------ + +The 'Archived' and 'Active' filters are in the search view. + +.. image:: static/description/search_view_filter.png + +Contributors +------------ +* Numigi (tm) and all its contributors (https://bit.ly/numigiens) + +More information +---------------- +* Meet us at https://bit.ly/numigi-com \ No newline at end of file diff --git a/mail_template_archive/__init__.py b/mail_template_archive/__init__.py new file mode 100644 index 00000000..a800158f --- /dev/null +++ b/mail_template_archive/__init__.py @@ -0,0 +1,4 @@ +# © 2020 - today Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +from . import models \ No newline at end of file diff --git a/mail_template_archive/__manifest__.py b/mail_template_archive/__manifest__.py new file mode 100644 index 00000000..82d8ae67 --- /dev/null +++ b/mail_template_archive/__manifest__.py @@ -0,0 +1,29 @@ +# © 2020 - today Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +{ + 'name': 'Mail Enable Archive', + 'version': '1.2.0', + 'author': 'Numigi', + 'maintainer': 'Numigi', + 'website': 'https://www.numigi.com', + 'license': 'LGPL-3', + 'category': 'Base', + 'summary': 'A base module to enable mail archiving', + 'depends': [ + 'base', + 'mail', + ], + 'data': [ + # 'security/res_groups.xml', + # 'security/ir.model.access.csv', + # 'security/ir_rule.xml', + # 'views/recording.xml', + 'views/mail_template.xml', + ], + # 'demo': [ + # 'demo/recording.xml', + # ], + # 'installable': True, + # 'application': True, +} \ No newline at end of file diff --git a/mail_template_archive/i18n/fr.po b/mail_template_archive/i18n/fr.po new file mode 100644 index 00000000..3d4ffdcd --- /dev/null +++ b/mail_template_archive/i18n/fr.po @@ -0,0 +1,65766 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_setup +# * web_editor +# * mail +# * auth_signup +# * base_import +# * mail_enable_archive +# * partner_autocomplete +# * web_unsplash +# * web_settings_dashboard +# * smile_web_impex +# * base +# * fetchmail +# * base_attachment_object_storage +# * web_diagram +# * iap +# * mail_bot +# * bus +# * admin_light_base +# * web +# * sms +# * snailmail +# * web_tour +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-24 18:54+0000\n" +"PO-Revision-Date: 2020-08-24 18:54+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cn_small_business +msgid "\n" +"\n" +" 科目类型\\会计科目表模板\\增值税\\辅助核算类别\\管理会计凭证簿\\财务会计凭证簿\n" +"\n" +" 添加中文省份数据\n" +"\n" +" 增加小企业会计科目表\n" +"\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_be_invoice_bba +msgid "\n" +"\n" +"Add Structured Communication to customer invoices.\n" +"--------------------------------------------------\n" +"\n" +"Using BBA structured communication simplifies the reconciliation between invoices and payments.\n" +"You can select the structured communication as payment communication in Invoicing/Accounting settings.\n" +"Three algorithms are suggested:\n" +"\n" +" 1) Random : +++RRR/RRRR/RRRDD+++\n" +" **R..R =** Random Digits, **DD =** Check Digits\n" +" 2) Date : +++DOY/YEAR/SSSDD+++\n" +" **DOY =** Day of the Year, **SSS =** Sequence Number, **DD =** Check Digits\n" +" 3) Customer Reference +++RRR/RRRR/SSSDDD+++\n" +" **R..R =** Customer Reference without non-numeric characters, **SSS =** Sequence Number, **DD =** Check Digits\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_pos_reprint +msgid "\n" +"\n" +"Allow cashier to reprint receipts\n" +"\n" +"" +msgstr "\n" +"\n" +"Autoriser le caissier à ré-imprimer les tickets\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_hu +msgid "\n" +"\n" +"Base module for Hungarian localization\n" +"==========================================\n" +"\n" +"This module consists :\n" +"\n" +" - Generic Hungarian chart of accounts\n" +" - Hungarian taxes\n" +" - Hungarian Bank information\n" +" " +msgstr "\n" +"\n" +"Module de base pour la Hongrie\n" +"==========================================\n" +"\n" +"Ce module comprend:\n" +"\n" +" - Le plan comptable général hongrois\n" +" - Les taxes hongroises\n" +" - La liste des banques hongroises\n" +" \n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_dk +msgid "\n" +"\n" +"Localization Module for Denmark\n" +"===============================\n" +"\n" +"This is the module to manage the **accounting chart for Denmark**. Cover both one-man business as well as I/S, IVS, ApS and A/S\n" +"\n" +"**Modulet opsætter:**\n" +"\n" +"- **Dansk kontoplan**\n" +"\n" +"- Dansk moms\n" +" - 25% moms\n" +" - Resturationsmoms 6,25%\n" +" - Omvendt betalingspligt\n" +" \n" +"- Konteringsgrupper\n" +" - EU (Virksomhed)\n" +" - EU (Privat)\n" +" - 3.lande\n" +"\n" +"- Finans raporter\n" +" - Resulttopgørelse\n" +" - Balance\n" +" - Momsafregning\n" +" - Afregning\n" +" - Rubrik A, B og C\n" +"\n" +"- **Anglo-Saxon regnskabsmetode**\n" +"\n" +".\n" +"\n" +"Produkt setup:\n" +"==============\n" +"\n" +"**Vare**\n" +"\n" +"**Salgsmoms:** Salgmoms 25%\n" +"\n" +"**Salgskonto:** 1010 Salg af vare, m/moms\n" +"\n" +"**Købsmoms:** Købsmoms 25%\n" +"\n" +"**Købskonto:** 2010 Direkte omkostninger vare, m/moms\n" +"\n" +".\n" +"\n" +"**Ydelse**\n" +"\n" +"**Salgsmoms:** Salgmoms 25%, ydelser\n" +"\n" +"**Salgskonto:** 1011 Salg af ydelser, m/moms\n" +"\n" +"**Købsmoms:** Købsmoms 25%, ydelser\n" +"\n" +"**Købskonto:** 2011 Direkte omkostninger ydelser, m/moms\n" +"\n" +".\n" +"\n" +"**Vare med omvendt betalingspligt**\n" +"\n" +"**Salgsmoms:** Salg omvendt betalingspligt\n" +"\n" +"**Salgskonto:** 1012 Salg af vare, u/moms\n" +"\n" +"**Købsmoms:** Køb omvendt betalingspligt\n" +"\n" +"**Købskonto:** 2012 Direkte omkostninger vare, u/moms\n" +"\n" +"\n" +".\n" +"\n" +"**Restauration**\n" +"\n" +"**Købsmoms:** Restaurationsmoms 6,25%, købsmoms\n" +"\n" +"**Købskonto:** 4010 Restaurationsbesøg\n" +"\n" +".\n" +"\n" +"Copyright 2018 Odoo House ApS\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "\n" +"\n" +"Localization Module for Dominican Republic\n" +"===========================================\n" +"\n" +"Catálogo de Cuentas e Impuestos para República Dominicana, Compatible para\n" +"**Internacionalización** con **NIIF** y alineado a las normas y regulaciones\n" +"de la Dirección General de Impuestos Internos (**DGII**).\n" +"\n" +"**Este módulo consiste de:**\n" +"\n" +"- Catálogo de Cuentas Estándar (alineado a DGII y NIIF)\n" +"- Catálogo de Impuestos con la mayoría de Impuestos Preconfigurados\n" +" - ITBIS para compras y ventas\n" +" - Retenciones de ITBIS\n" +" - Retenciones de ISR\n" +" - Grupos de Impuestos y Retenciones:\n" +" - Telecomunicaiones\n" +" - Proveedores de Materiales de Construcción\n" +" - Personas Físicas Proveedoras de Servicios\n" +" - Otros impuestos\n" +"- Secuencias Preconfiguradas para manejo de todos los NCF\n" +" - Facturas con Valor Fiscal (para Ventas)\n" +" - Facturas para Consumidores Finales\n" +" - Notas de Débito y Crédito\n" +" - Registro de Proveedores Informales\n" +" - Registro de Ingreso Único\n" +" - Registro de Gastos Menores\n" +" - Gubernamentales\n" +"- Posiciones Fiscales para automatización de impuestos y retenciones\n" +" - Cambios de Impuestos a Exenciones (Ej. Ventas al Estado)\n" +" - Cambios de Impuestos a Retenciones (Ej. Compra Servicios al Exterior)\n" +" - Entre otros\n" +"\n" +"**Nota:**\n" +"Esta localización, aunque posee las secuencias para NCF, las mismas no pueden\n" +"ser utilizadas sin la instalación de módulos de terceros o desarrollo\n" +"adicional.\n" +"\n" +"Estructura de Codificación del Catálogo de Cuentas:\n" +"===================================================\n" +"\n" +"**Un dígito** representa la categoría/tipo de cuenta del del estado financiero.\n" +"**1** - Activo **4** - Cuentas de Ingresos y Ganancias\n" +"**2** - Pasivo **5** - Costos, Gastos y Pérdidas\n" +"**3** - Capital **6** - Cuentas Liquidadoras de Resultados\n" +"\n" +"**Dos dígitos** representan los rubros de agrupación:\n" +"11- Activo Corriente\n" +"21- Pasivo Corriente\n" +"31- Capital Contable\n" +"\n" +"**Cuatro dígitos** se asignan a las cuentas de mayor: cuentas de primer orden\n" +"1101- Efectivo y Equivalentes de Efectivo\n" +"2101- Cuentas y Documentos por pagar\n" +"3101- Capital Social\n" +"\n" +"**Seis dígitos** se asignan a las sub-cuentas: cuentas de segundo orden\n" +"110101 - Caja\n" +"210101 - Proveedores locales\n" +"\n" +"**Ocho dígitos** son para las cuentas de tercer orden (las visualizadas\n" +"en Odoo):\n" +"1101- Efectivo y Equivalentes\n" +"110101- Caja\n" +"11010101 Caja General\n" +" " +msgstr "\n" +"\n" +"Module de localisation pour la République dominicaine\n" +"===========================================\n" +"\n" +"Catálogo de Cuentas e Impuestos para República Dominicana, Compatible para\n" +"**Internacionalización** con **NIIF** y alineado a las normas y regulaciones\n" +"de la Dirección General de Impuestos Internos (** DGII**).\n" +"\n" +"**Este módulo consiste de:**\n" +"\n" +"- Catálogo de Cuentas Estándar (alineado a DGII y NIIF)\n" +"- Catálogo de Impuestos con la mayoría de Impuestos Preconfigurados\n" +" - ITBIS para compras y ventas\n" +" - Retenciones de ITBIS\n" +" - Retenciones de ISR\n" +" - Grupos de Impuestos y Retenciones: \n" +" - Telecomunicaiones\n" +" - Proveedores de Materiales de Construcción\n" +" - Personas Físicas Proveedoras de Servicios\n" +" - Otros impuestos\n" +"- Secuencias Preconfiguradas para manejo de todos los NCF\n" +" - Facturas con Valor Fiscal (para Ventas)\n" +" - Facturas para Consumidores Finales\n" +" - Notas de Débito y Crédito\n" +" - Registro de Proveedores Informales\n" +" - Registro de Ingreso Único\n" +" - Registro de Gastos Menores\n" +" - Gubernamentales\n" +"- Posiciones Fiscales para automatización de impuestos y retenciones\n" +" - Cambios de Impuestos a Exenciones (Ej. Ventas al Estado)\n" +" - Cambios de Impuestos a Retenciones (Ej. Compra Servicios al Exterior)\n" +" - Entre otros\n" +"\n" +"**Nota:**\n" +"Esta localización, aunque posee las secuencias para NCF, las mismas no pueden\n" +"ser utilizadas sin la instalación de módulos de terceros o desarrollo\n" +"adicional.\n" +"\n" +"Estructura de Codificación del Catálogo de Cuentas: \n" +"===================================================\n" +"\n" +"**Un dígito** representa la categoría/tipo de cuenta del del estado financiero.\n" +"**1** - Activo **4** - Cuentas de Ingresos y Ganancias\n" +"**2** - Pasivo **5** - Costos, Gastos y Pérdidas\n" +"**3** - Capital **6** - Cuentas Liquidadoras de Resultados\n" +"\n" +"**Dos dígitos** representan los rubros de agrupación:\n" +"11- Activo Corriente\n" +"21- Pasivo Corriente\n" +"31- Capital Contable\n" +"\n" +"**Cuatro dígitos** se asignan a las cuentas de mayor: cuentas de primer orden\n" +"1101- Efectivo y Equivalentes de Efectivo\n" +"2101- Cuentas y Documentos por pagar\n" +"3101- Capital Social\n" +"\n" +"**Seis dígitos** se asignan a las sub-cuentas: cuentas de segundo orden\n" +"110101 - Caja\n" +"210101 - Proveedores locales\n" +"\n" +"**Ocho dígitos** son para las cuentas de tercer orden (las visualizadas\n" +"en Odoo):\n" +"1101- Efectivo y Equivalentes\n" +"110101- Caja\n" +"11010101 Caja General\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_jp +msgid "\n" +"\n" +"Overview:\n" +"---------\n" +"\n" +"* Chart of Accounts and Taxes template for companies in Japan.\n" +"* This probably does not cover all the necessary accounts for a company. You are expected to add/delete/modify accounts based on this template.\n" +"\n" +"Note:\n" +"-----\n" +"\n" +"* Fiscal positions '内税' and '外税' have been added to handle special requirements which might arise from POS implementation. [1] You may not need to use these at all under normal circumstances.\n" +"\n" +"[1] See https://github.com/odoo/odoo/pull/6470 for detail.\n" +"\n" +" " +msgstr "\n" +"\n" +"Vue d'ensemble:\n" +"---------\n" +"\n" +"* Plan comptable et modèle des taxes pour les entreprises japonaises.\n" +"* Ceci ne couvre probablement pas tous les comptes nécessaires pour une entreprise. On peut ajouter / supprimer / modifier des comptes basés sur ce modèle.\n" +"\n" +"Note:\n" +"-----\n" +"\n" +"* Les positions fiscales, taxes et impôts ont été ajoutés pour répondre aux exigences spéciales qui pourraient résulter de la mise en œuvre du point de vente (POS). [1] On peut ne pas avoir besoin de les utiliser dans des circonstances courantes.\n" +"\n" +"[1] Voir https://github.com/odoo/odoo/pull/6470 ." + +#. module: base +#: code:addons/base/models/res_config.py:316 +#, python-format +msgid "\n" +"\n" +"This addon is already installed on your system" +msgstr "\n" +"\n" +"Ce module est déjà installé sur votre système" + +#. module: base +#: model:ir.module.module,description:base.module_pos_sale +msgid "\n" +"\n" +"This module adds a custom Sales Team for the point of sale to be able to view and manage your point of sale sales with more ease.\n" +"" +msgstr "\n" +"Ce module ajoute une équipe de vente personnalisée au point de vente permettant de voir et gérer les ventes plus facilement\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_pos_restaurant +msgid "\n" +"\n" +"This module adds several restaurant features to the Point of Sale:\n" +"- Bill Printing: Allows you to print a receipt before the order is paid\n" +"- Bill Splitting: Allows you to split an order into different orders\n" +"- Kitchen Order Printing: allows you to print orders updates to kitchen or bar printers\n" +"\n" +"" +msgstr "\n" +"\n" +"Ce module ajoute plusieurs fonctionnalités pour les restaurants au Point de vente :\n" +"– Impression de la note : vous permet d'imprimer un reçu avant de régler la commande\n" +"– Séparation de la note : vous permet de séparer une commande en plusieurs commandes différentes\n" +"– Impression de la commande en cuisine : vous permet d'imprimer les nouvelles commandes en cuisine ou au bar\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_pos_discount +msgid "\n" +"\n" +"This module allows the cashier to quickly give a percentage\n" +"sale discount to a customer.\n" +"\n" +"" +msgstr "\n" +"\n" +"Ce module permet au caissier d'offrir rapidement un pourcentage\n" +"de remise à un client.\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_account_tax_python +msgid "\n" +" A tax defined as python code consists in 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 "\n" +"Une taxe définie comme code python se compose de deux extraits de code python qui sont exécutées dans un environnement local contenant des données telles que le prix unitaire, le produit ou le partenaire.\n" +"\n" +"\"Code Applicable\" définit si la taxe doit être appliquée.\n" +"\n" +"\"Code Python\" définit le montant de la taxe." + +#. module: base +#: model:ir.module.module,summary:base.module_project_stage_allow_timesheet +msgid "\n" +" Allows to tell that a project stage is opened for timesheets." +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_project_task_stage_allow_timesheet +msgid "\n" +" Allows to tell that a task stage is opened for timesheets." +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_account_tax_python +msgid "\n" +" Allows to use python code to define taxes" +msgstr "\n" +"Permet d'utiliser un code python pour définir les taxes" + +#. module: base +#: model:ir.module.module,summary:base.module_base_export_async +msgid "\n" +" Asynchronous export with job queue\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_partner_autocomplete +msgid "\n" +" Auto-complete partner companies' data" +msgstr "\n" +" Compléter automatiquement les données des sociétés partenaires" + +#. module: base +#: model:ir.module.module,description:base.module_hr_maintenance +msgid "\n" +" Bridge between HR and Maintenance." +msgstr "\n" +"Connecteur entre les modules RH et Maintenance" + +#. module: base +#: model:ir.module.module,summary:base.module_mis_builder +msgid "\n" +" Build 'Management Information System' Reports and Dashboards\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_lt +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" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_account_invoice_check_total +msgid "\n" +" Check if the verification total is equal to the bill's total" +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_partner_autocomplete_address_extended +msgid "\n" +" Correct address formating when both modules are installed" +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_pos_cache +msgid "\n" +" Enable a cache on products for a lower POS loading time." +msgstr "\n" +"Activer un cache sur les produits pour diminuer le temps de chargement du POS" + +#. module: base +#: model:ir.module.module,summary:base.module_purchase_warning_minimum_amount +msgid "\n" +" Management minimum Supplier Order\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hr_expense_check +msgid "\n" +" Print amount in words on checks issued for expenses\n" +" " +msgstr "\n" +" Indiquez le montant en lettres sur les chèques émis pour les dépenses" + +#. module: base +#: model:ir.module.module,summary:base.module_social_media +msgid "\n" +" Social media connectors for company settings." +msgstr "\n" +" Connecteurs de réseaux sociaux pour les paramètres de la société." + +#. 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 "\n" +" L'objet de ce module est de mettre en œuvre des champs « isolés », c'est-à-dire des champs\n" +"quasiment nuls. Cette mise en œuvre contourne la limite PostgreSQL\n" +" du nombre de colonnes d'un tableau. Les valeurs de tous les champs\n" +" isolés sont stockées dans un champ « sérialisé » sous la forme d'un mappage JSON." + +#. module: base +#: model:ir.module.module,description:base.module_social_media +msgid "\n" +" The purpose of this technical module is to provide a front for\n" +" social media configuration for any other module that might need it.\n" +" " +msgstr "\n" +"Le but de ce module technique est de fournir une interface pour \n" +"la configuration des médias sociaux à tout autre module qui pourrait en avoir besoin." + +#. module: base +#: model:ir.module.module,summary:base.module_product_template_tags +msgid "\n" +" This addon allow to add tags on products" +msgstr "" + +#. module: base +#: model:ir.module.module,summary:base.module_partner_industry_parent +msgid "\n" +" This module add a parent relation to the partner industry" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_im_support +msgid "\n" +" This module allows employee users to communicate with livechat operators\n" +" of another database on which a counterpart addon is installed.\n" +" " +msgstr "\n" +" ce module permet aux employés utilisateurs de communiquer avec des opérateurs Live Chat\n" +" d'une autre base de données sur laquelle un module complémentaire est installé.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_stock_zebra +msgid "\n" +" This module bring templates to produce labels in the Stock app (and derivatives) for Zebra printers. Those devices print thermal barcode label and shipping labels. Printers make label from ZPL script which is built in Odoo." +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_maintenance +msgid "\n" +" Track equipments and maintenance requests" +msgstr "\n" +"Suivez les équipements et les demandes de maintenance" + +#. 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 "\n" +"Utilisez des formulaire pour les entretiens lors des recrutements.\n" +"Ce module est intégré au module de sondage\n" +"afin de vous permettre de définir des entretiens pour différents postes." + +#. module: base +#: model:ir.module.module,summary:base.module_stock_zebra +msgid "\n" +" Zebra printers integration for stock module" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_autocomplete +msgid "\n" +" Auto-complete partner companies' data\n" +" " +msgstr "\n" +" Compléter automatiquement les données des sociétés partenaires\n" +" " + +#. 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 "\n" +"* Support de plusieurs langues pour le plan comptable, les taxes, les codes des taxes, les modèles de journaux comptables, le tableau des comptes analytiques et les journaux analytiques.\n" +"* Changement de l'assistant de configuration :\n" +"- Copie des traductions pour le plan comptable, les taxes, les codes de taxes et les positions fiscales à partir des modèles pour les objets ciblés.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "\n" +" Contient des portions de code à utiliser comme exemples de documentation technique\n" +" (via la directive ``literalinclude`` ) dans des situations où leur syntaxe peut être vérifiée\n" +" et ils peuvent être testés.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_account_lock +msgid "\n" +" Make the lock date irreversible:\n" +"\n" +" * You cannot define stricter conditions on advisors than on users. Then, the lock date on advisor must be set before the lock date for users.\n" +" * You cannot lock a period that is not finished yet. Then, the lock date for advisors must be set before the last day of the previous month.\n" +" * The new lock date for advisors must be set after the previous lock date.\n" +" " +msgstr "\n" +"Rendre la date de blocage irréversible :\n" +"\n" +" * Vous ne pouvez pas définir des conditions plus strictes pour les conseillers que pour les utilisateurs. Dans ce cas, la date de blocage du conseiller doit être fixée avant la date de blocage pour les utilisateurs.\n" +"* Vous ne pouvez pas bloquer une période qui n'est pas encore terminée. Dans ce cas, la date de blocage pour les conseillers doit être fixée avant le dernier jour du mois précédent.\n" +"* La nouvelle date de blocage pour les conseillers doit être fixée après la date de blocage précédente." + +#. 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 "\n" +"Module faisant le lien entre le module de présences et l'application de feuilles de temps" + +#. module: base +#: model:ir.module.module,description:base.module_payment_payumoney +msgid "\n" +" PayuMoney Payment Acquirer for India.\n" +"\n" +" PayUmoney payment gateway supports only INR currency.\n" +" " +msgstr "\n" +"Intermédiaire de paiement PayuMoney pour l'Inde.\n" +"\n" +"Passerelle de paiement PayuMoney ne prenant en charge que la devise INR." + +#. module: base +#: model:ir.module.module,description:base.module_attachment_minio +msgid "\n" +"# Use MinIO (or Amazon S3) for Attachment/filestore\n" +"\n" +"MinIO provides S3 API compatible storage to scale out without a shared filesystem like NFS.\n" +"\n" +"This module will store the bucket used in the attachment database object, thus allowing \n" +"you to retain read-only access to the filestore by simply overriding the bucket.\n" +"\n" +"## Setup details\n" +"\n" +"Before installing this app, you should add several System Parameters (the most important of\n" +"which is `ir_attachment.location`), OR set them through the config file as described later.\n" +"\n" +"**The in database System Parameters will act as overrides to the Config File versions.**\n" +"\n" +"| Key | Example Value | Default Value |\n" +"|-----------------------------------|---------------|---------------|\n" +"| ir_attachment.location | s3 | |\n" +"| ir_attachment.location.host | minio:9000 | |\n" +"| ir_attachment.location.bucket | odoo | |\n" +"| ir_attachment.location.region | us-west-1 | us-west-1 |\n" +"| ir_attachment.location.access_key | minio | |\n" +"| ir_attachment.location.secret_key | minio_secret | |\n" +"| ir_attachment.location.secure | 1 | |\n" +"\n" +"**Config File:**\n" +"\n" +"```\n" +"attachment_minio_host = minio:9000\n" +"attachment_minio_region = us-west-1\n" +"attachment_minio_access_key = minio\n" +"attachment_minio_secret_key = minio_secret\n" +"attachment_minio_bucket = odoo\n" +"attachment_minio_secure = False\n" +"```\n" +"\n" +"In general, they should all be specified other than \"region\" (if you are not using AWS S3) \n" +"and \"secure\" which should be set if the \"host\" needs to be accessed over SSL/TLS.\n" +"\n" +"Install `attachment_minio` and during the installation `base_attachment_object_storage` should move \n" +"your existing filestore attachment files into the database or object storage.\n" +"\n" +"For example, you can run a shell command like the following to set the parameter:\n" +"\n" +"```\n" +"env['ir.config_parameter'].set_param('ir_attachment.location', 's3')\n" +"# If already installed...\n" +"# env['ir.attachment'].force_storage()\n" +"env.cr.commit()\n" +"```\n" +"\n" +"If `attachment_minio` is not already installed, you can then install it and the migration \n" +"should be noted in the logs. **Ensure that the timeouts are long enough that the migration can finish.**\n" +"\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_report_viewer +msgid "\n" +"Account Report Viewer\n" +"=====================\n" +"\n" +"This module adds access to the menu *Invoicing > Reporting > Management > Invoices* to Invoice Viewers.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion\n" +".\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_viewer +msgid "\n" +"Account Viewer\n" +"==============\n" +"\n" +"This module adds a group *Invoice & Payment viewer* in the *Accounting & Finance* application. This group grants read-only access to invoices, refunds and payments. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_voucher_viewer +msgid "\n" +"Account Voucher Viewer\n" +"======================\n" +"\n" +"This module adds the read-only Access Control Lists (ACLs) on the object account.voucher to the group *Invoice & Payment viewer*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\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 "\n" +"Données comptables pour les règles de la paie belge\n" +"=======================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_delivery +msgid "\n" +"Add a selection of delivery methods to your eCommerce store.\n" +"Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.\n" +" " +msgstr "\n" +"Ajoutez une sélection de méthodes de livraison à votre boutique en ligne.\n" +"Configurez vos propres méthodes avec une grille de tarification ou réalisez une intégration avec les opérateurs pour un processus d'expédition entièrement automatisé." + +#. module: base +#: model:ir.module.module,description:base.module_smile_web_impex +msgid "\n" +"Add access rules for import / export features\n" +"=============================================\n" +"\n" +"For each user, you can indicate if it can export / import data\n" +"\n" +"Suggestions & Feedback to: Corentin Pouhet-Brunerie\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hr_contract +msgid "\n" +"Add all information on the employee form to manage contracts.\n" +"=============================================================\n" +"\n" +" * Contract\n" +" * Place of Birth,\n" +" * Medical Examination Date\n" +" * Company Vehicle\n" +"\n" +"You can assign several contracts per employee.\n" +" " +msgstr "\n" +"Ajoutez toutes les informations relatives aux employés pour gérer les contrats.\n" +"=============================================================\n" +"\n" +"* Contrat\n" +"* Date de naissance\n" +"* Date de l'examen médical\n" +"* Véhicule de société\n" +"\n" +"Vous pouvez attribuer plusieurs contrats par employé." + +#. module: base +#: model:ir.module.module,description:base.module_product_email_template +msgid "\n" +"Add email templates to products to be sent on invoice confirmation\n" +"==================================================================\n" +"\n" +"With this module, link your products to a template to send complete information and tools to your customer.\n" +"For instance when invoicing a training, the training agenda and materials will automatically be sent to your customers.'\n" +" " +msgstr "\n" +"Ajouter des modèles d'emails à des produits pour envoyer des confirmations de facture\n" +"=====================================================================================\n" +"\n" +"Ce module, lie les produits à un modèle pour envoyer des informations détaillées et des outils aux clients.\n" +"Par exemple lors de la facturation d'une formation, le programme de formation et le matériel seront automatiquement envoyés aux clients." + +#. module: base +#: model:ir.module.module,description:base.module_product_margin +msgid "\n" +"Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.\n" +"=============================================================================================================================\n" +"\n" +"The wizard to launch the report has several options to help you get the data you need.\n" +"" +msgstr "\n" +"Ajoute un menu \"Analyse\" dans les articles pour calculer les ventes, les achats, les marges et d'autres indicateurs intéressants basés sur la facturation.\n" +"=============================================================================================================================\n" +"\n" +"L'assistant lançant le rapport offre plusieurs options pour faciliter l'extraction des données dont on a besoin.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_pad +msgid "\n" +"Adds enhanced support for (Ether)Pad attachments in the web client.\n" +"===================================================================\n" +"\n" +"Lets the company customize which Pad installation should be used to link to new\n" +"pads (by default, http://etherpad.com/).\n" +" " +msgstr "\n" +"Ajoute un support amélioré pour les pièces jointes d'(Ether)Pad dans le client web.\n" +"========================================================================\n" +"\n" +"Permet à la société de personnaliser le pad qui sera utilisé pour rattacher de nouveaux pads (par défaut, http://etherpad.com/)." + +#. module: base +#: model:ir.module.module,description:base.module_hr_payroll_payment +msgid "\n" +"Adds the ability to register a payment on a payslip.\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_pos_mercury +msgid "\n" +"Allow credit card POS payments\n" +"==============================\n" +"\n" +"This module allows customers to pay for their orders with credit\n" +"cards. The transactions are processed by Mercury (developed by Wells\n" +"Fargo Bank). A Mercury merchant account is necessary. It allows the\n" +"following:\n" +"\n" +"* Fast payment by just swiping a credit card while on the payment screen\n" +"* Combining of cash payments and credit card payments\n" +"* Cashback\n" +"* Supported cards: Visa, MasterCard, American Express, Discover\n" +" " +msgstr "\n" +"Autoriser les paiements par carte de crédit pour les points de vente (POS)\n" +"=================================================================\n" +"\n" +"Ce module permet aux clients de payer par carte de crédit. \n" +"Les transactions sont traitées par Mercury (développés par la banque Wells\n" +"Fargo). Un compte marchand Mercury est nécessaire. \n" +"Il permet :\n" +"* Le paiement rapide par simple passage d'une carte de crédit sur l'écran de paiement\n" +"* La combinaison du paiement en espèces et du paiement par carte de crédit\n" +"* Les remises\n" +"* Les cartes supportées : Visa, MasterCard, American Express, Discover" + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_wishlist +msgid "\n" +"Allow shoppers of your eCommerce store to create personalized collections of products they want to buy and save them for future reference.\n" +" " +msgstr "\n" +"Permet aux clients de votre eCommerce de créer et sauvegarder des collections personnalisées d'articles qu'ils veulent acheter.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_auth_oauth +msgid "\n" +"Allow users to login through OAuth2 Provider.\n" +"=============================================\n" +"" +msgstr "\n" +"Permettre aux utilisateurs de se connecter via un fournisseur OAuth2.\n" +"=============================================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_auth_signup +msgid "\n" +"Allow users to sign up and reset their password\n" +"===============================================\n" +" " +msgstr "\n" +"Permet aux utilisateurs de s'enregistrer et réinitialiser leur mot de passe.\n" +"=========================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_livechat +msgid "\n" +"Allow website visitors to chat with the collaborators. This module also brings a feedback tool for the livechat and web pages to display your channel with its ratings on the website.\n" +" " +msgstr "\n" +"Permet aux visiteurs du site de discuter avec les collaborateurs. Ce module apporte également un outil de feedback pour le livechat et des pages Web pour afficher votre chaîne avec ses classements sur le site Web." + +#. module: base +#: model:ir.module.module,description:base.module_account_cancel +msgid "\n" +"Allows canceling accounting entries.\n" +"====================================\n" +"\n" +"This module adds a checkbox on the accounting journals to allow the cancellation of journal entries.\n" +"\n" +"This checkbox is only visible on the accounting journals when the debug mode is active.\n" +"\n" +"If this checkbox is set to TRUE, it allows users to cancel journal entries.\n" +"\n" +"The accounting entry that is cancelled can then be modified and reposted or deleted.\n" +"\n" +"It also operates on invoices, bank statements, payments ...\n" +"\n" +"Be careful with this module as it has audit implications. Cancelling accounting entries is not authorized in all countries.\n" +"" +msgstr "\n" +"Permet l'annulation d'écritures comptables.\n" +"====================================\n" +"\n" +"Ce module ajoute une case à cocher sur les journaux de comptabilité pour permettre l'annulation de pièces comptables.\n" +"\n" +"Cette case à cocher s'affiche uniquement sur les journaux de comptabilité lorsque le mode débogage est actif.\n" +"\n" +"Si cette case à cocher est définie sur TRUE, elle permet aux utilisateurs d'annuler des pièces comptables.\n" +"\n" +"Ils peuvent ensuite modifier et comptabiliser à nouveau l'écriture comptable annulée ou la supprimer.\n" +"\n" +"Cela est également valable sur les factures, les relevés bancaires, les paiements…\n" +"\n" +"Faites attention avec ce module, car il a des répercussions sur l'audit. L'annulation d'écritures comptables est uniquement autorisée dans certains pays.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_sale_purchase +msgid "\n" +"Allows the outsourcing of services. This module allows one to sell services provided\n" +"by external providers and will automatically generate purchase orders directed to the service seller.\n" +" " +msgstr "\n" +"Permet l'externalisation de services. Ce module permet de vendre des services fournis \n" +"par des fournisseurs externes et génère automatiquement des commandes d'achat adressées au vendeur de services." + +#. module: base +#: model:ir.module.module,description:base.module_mrp_bom_cost +msgid "\n" +"Allows to compute the cost of the product based on its BoM,\n" +"using the costs of its components and work center operations.\n" +"It adds a button on the product itself but also an action in the list view of the products.\n" +"If the automated inventory valuation is active, the necessary accounting entries will be created.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_sale_timesheet +msgid "\n" +"Allows to sell timesheets in your sales order\n" +"=============================================\n" +"\n" +"This module set the right product on all timesheet lines\n" +"according to the order/contract you work on. This allows to\n" +"have real delivered quantities in sales orders.\n" +"" +msgstr "\n" +"Autorise les ordres de vente au temps passé\n" +"=======================================\n" +"\n" +"Ce module place le bon article sur les lignes de feuille de temps \n" +"selon l'ordre/contrat pour lequel vous avez travaillé. Ceci permet \n" +"d'avoir des ordres de vente avec de réelles quantités livrées.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_snailmail +msgid "\n" +"Allows users to send documents by post\n" +"=====================================================\n" +" " +msgstr "\n" +"Autorise les utilisateurs à envoyer des documents par la poste\n" +"=====================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_snailmail_account +msgid "\n" +"Allows users to send invoices by post\n" +"=====================================================\n" +" " +msgstr "\n" +"Autorise l'utilisateur à envoyer des factures par la poste\n" +"=====================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_delivery +msgid "\n" +"Allows you to add delivery methods in sale orders and picking.\n" +"==============================================================\n" +"\n" +"You can define your own carrier for prices. When creating\n" +"invoices from picking, the system is able to add and compute the shipping line.\n" +"" +msgstr "\n" +"Permet d'ajouter des modes de livraison pour les ordres de vente et de colisage.\n" +"=======================================================================\n" +"\n" +"On peut définir son propre transporteur pour les prix. Lors de la facturation \n" +"à partir du bon de livraison, le système peut ajouter et calculer la ligne de transport.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ar +msgid "\n" +"Argentinian accounting chart and tax localization.\n" +"==================================================\n" +"\n" +"Plan contable argentino e impuestos de acuerdo a disposiciones vigentes\n" +"\n" +" " +msgstr "\n" +"Plan comptable argentin et localisation fiscale.\n" +"======================================== \n" +"\n" +"Plan comptable argentin et taxes en accord avec la législation en vigueur. " + +#. module: base +#: model:ir.module.module,description:base.module_website_forum +msgid "\n" +"Ask questions, get answers, no distractions\n" +" " +msgstr "\n" +"Poser des questions, obtenir des réponses, pas de diversions" + +#. module: base +#: model:ir.module.module,description:base.module_account_test +msgid "\n" +"Asserts on accounting.\n" +"======================\n" +"With this module you can manually check consistencies and inconsistencies of accounting module from menu Reporting/Accounting/Accounting Tests.\n" +"\n" +"You can write a query in order to create Consistency Test and you will get the result of the test \n" +"in PDF format which can be accessed by Menu Reporting -> Accounting Tests, then select the test \n" +"and print the report from Print button in header area.\n" +"" +msgstr "\n" +"Validations sur la comptabilité.\n" +"========================\n" +"Avec ce module vous pouvez vérifier manuellement les consistances et les inconsistances du module comptable à partir du menu\n" +"Analyse/Comptabilité/Tests comptables.\n" +"\n" +"Vous pouvez écrire une requête afin de créer des tests de consistances et vous obtiendrez le résultat de ce test\n" +"au format PDF lequel sera accessible par le menu Analyse -> Tests comptables, puis sélectionner le test et\n" +"imprimer le rapport depuis le bouton Imprimer dans la section d'en-tête.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_document +msgid "\n" +"Attachments list and document indexation\n" +"========================================\n" +"* Show attachment on the top of the forms\n" +"* Document Indexation: odt\n" +"" +msgstr "\n" +"Liste des pièces jointes et indexation des documents\n" +"==============================================\n" +"* Voir les pièces jointes en haut des formulaires\n" +"* Indexation du document : odt\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_au +msgid "\n" +"Australian Accounting Module\n" +"============================\n" +"\n" +"Australian accounting basic charts and localizations.\n" +"\n" +"Also:\n" +" - activates a number of regional currencies.\n" +" - sets up Australian taxes.\n" +" " +msgstr "\n" +"Module de comptabilité australienne\n" +"================================\n" +"\n" +"Localisation et plan comptable australien.\n" +"\n" +"et :\n" +"- active certaines monnaies régionales,\n" +"- configure les taxes australiennes" + +#. module: base +#: model:ir.module.module,description:base.module_base_gengo +msgid "\n" +"Automated Translations through Gengo API\n" +"========================================\n" +"\n" +"This module will install passive scheduler job for automated translations \n" +"using the Gengo API. To activate it, you must\n" +"1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`\n" +"2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.\n" +"\n" +"This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.\n" +" " +msgstr "\n" +"Traductions automatisées via l'API Gengo\n" +"======================================\n" +"\n" +"Ce module installera un planificateur passif pour les traductions autimatiques\n" +"utilisant l'API Gengo. Pour l'activer, vous devez\n" +"1) Configurer vos paramètres d'authentification Gengo dans `Configuration > Sociétés > Paramètres Gengo`\n" +"2) Lancer l'assistant dans `Configuration >Textes de l'application > Gengo : Demande manuelle de traduction` et suivre l'assistant.\n" +"\n" +"Cet assistant activera la tâche CRON et le planificateur puis démarrera la traduction automatique via les Services Gengo pour tous les textes pour lesquels vous en ferez la demande." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_et +msgid "\n" +"Base Module for Ethiopian Localization\n" +"======================================\n" +"\n" +"This is the latest Ethiopian Odoo localization and consists of:\n" +" - Chart of Accounts\n" +" - VAT tax structure\n" +" - Withholding tax structure\n" +" - Regional State listings\n" +" " +msgstr "\n" +"Module de base pour la localisation Éthiopienne\n" +"==========================================\n" +"\n" +"Ceci est la dernière localisation éthiopienne d'Odoo, elle comprend :\n" +"- Le plan comptable\n" +"- La structure de la TVA\n" +"- La structure de l'impôt à la source\n" +"- Les listes de l'État régional" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_br +msgid "\n" +"Base module for the Brazilian localization\n" +"==========================================\n" +"\n" +"This module consists in:\n" +"\n" +" - Generic Brazilian chart of accounts\n" +" - Brazilian taxes such as:\n" +"\n" +" - IPI\n" +" - ICMS\n" +" - PIS\n" +" - COFINS\n" +" - ISS\n" +" - IR\n" +" - IRPJ\n" +" - CSLL\n" +"\n" +"The field tax_discount has also been added in the account.tax.template and \n" +"account.tax objects to allow the proper computation of some Brazilian VATs \n" +"such as ICMS. The chart of account creation wizard has been extended to \n" +"propagate those new data properly.\n" +"\n" +"It's important to note however that this module lack many implementations to \n" +"use Odoo properly in Brazil. Those implementations (such as the electronic \n" +"fiscal Invoicing which is already operational) are brought by more than 15 \n" +"additional modules of the Brazilian Launchpad localization project \n" +"https://launchpad.net/openerp.pt-br-localiz and their dependencies in the \n" +"extra addons branch. Those modules aim at not breaking with the remarkable \n" +"Odoo modularity, this is why they are numerous but small. One of the \n" +"reasons for maintaining those modules apart is that Brazilian Localization \n" +"leaders need commit rights agility to complete the localization as companies \n" +"fund the remaining legal requirements (such as soon fiscal ledgers, \n" +"accounting SPED, fiscal SPED and PAF ECF that are still missing as September \n" +"2011). Those modules are also strictly licensed under AGPL V3 and today don't \n" +"come with any additional paid permission for online use of 'private modules'.\n" +"" +msgstr "\n" +"Module de base pour la localisation Brésilienne\n" +"=====================================\n" +"\n" +"Ce module fournit :\n" +"* a charte de compte générique brésilienne ;\n" +"* les taxes brésiliennes telles que :\n" +" * IPI,\n" +" * ICMS,\n" +" * PIS,\n" +" * COFINS,\n" +" * ISS,\n" +" * IR,\n" +" * IRPJ,\n" +" * CSLL.\n" +"\n" +"Le champs tax_discount a aussi été ajouté dans les objets account.tax.template et account.tax\n" +"pour permettre le calcul correct de certaines TVA brésiliennes telle que l'ICMS. L'assistant de création\n" +"de la charte de compte a été étendu afin de prendre en compte correctement ces nouvelles données.\n" +"\n" +"Il est important de noter cependant que plusieurs fonctionnalités sont manquant dans ce module\n" +"pour permettre d'utiliser OpenERP correctement au Brésil. Ces fonctionnalités (tel que la facturation \n" +"fiscale électronique, qui est déjà opérationnelle) sont apportées par plus de 15 modules du projet\n" +"Launchpad de localisation brésilienne https://launchpad.net/openerp.pt-br-localiz et leurs dépendances \n" +"dans la branche extra-addons. Ces modules visent à ne pas briser la remarquable modularité d'OpenERP; \n" +"c'est pour cela qu'ils sont petits mais nombreux. Une des raisons de maintenir ces modules à part est que\n" +"les responsables de la localisation ont besoin des droits de commit afin de rester agile et pouvoir terminer\n" +"cette localisation; en effet, des compagnies financent les requis légaux restants (comme les livres fiscaux, \n" +"la comptabilité SPED, la fiscalité SPED et le PAF ECF encore manquants en date de Septembre 2011).\n" +"Ces modules sont strictement distribués sous licence AGPL v3 et aujourd'hui ne permettent pas des droits\n" +"payants pour une utilisation en ligne de \"modules privés\".\n" +"" + +#. 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" +" " +msgstr "\n" +"Règles de gestion de la paie en Belgique.\n" +"======================\n" +"\n" +" * Coordonnées des employés\n" +" * Contrats des employés\n" +" * Contrat basé sur le passeport \n" +" * Indemnités/déductions\n" +" * Permet de configurer les salaires de base/bruts/nets\n" +" * Bulletins de l'employé\n" +" * Registre mensuel de paie\n" +" * Intégré à la gestion des congés\n" +" * Mises à jour de salaire, ONSS, retenue d'impôt, allocation enfant…\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_bo +msgid "\n" +"Bolivian accounting chart and tax localization.\n" +"\n" +"Plan contable boliviano e impuestos de acuerdo a disposiciones vigentes\n" +"\n" +" " +msgstr "\n" +"Plan comptable Bolivien et localisation fiscale." + +#. module: base +#: model:ir.module.module,description:base.module_website_rating +msgid "\n" +"Bridge module for rating on website stuff.\n" +" " +msgstr "\n" +"Module intermédiaire pour évaluer des éléments de site Web.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_project_timesheet_holidays +msgid "\n" +"Bridge module to integrate leaves in timesheet\n" +"================================================\n" +"\n" +"This module allows to automatically log timesheets when employees are\n" +"on leaves. Project and task can be configured company-wide.\n" +" " +msgstr "\n" +"Module intermédiaire pour intégrer les congés dans la feuille de temps\n" +"================================================\n" +"\n" +"Ce module permet d'enregistrer automatiquement des feuilles de temps lorsque des employés sont\n" +"en congé. Il est possible de configurer des projets et des tâches dans toute l'entreprise.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_crm_phone_validation +msgid "\n" +"CRM Phone Numbers Validation\n" +"============================\n" +"\n" +"This module allows for validate and format phone numbers for leads and contacts." +msgstr "\n" +"Validation de numéros de téléphone CRM\n" +"============================\n" +"\n" +"Ce module permet de valider et de mettre en forme les numéros de téléphone des leads et des contacts." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ve +msgid "\n" +"Chart of Account for Venezuela.\n" +"===============================\n" +"\n" +"Venezuela doesn't have any chart of account by law, but the default\n" +"proposed in Odoo should comply with some Accepted best practices in Venezuela, \n" +"this plan comply with this practices.\n" +"\n" +"This module has been tested as base for more of 1000 companies, because \n" +"it is based in a mixtures of most common software in the Venezuelan \n" +"market what will allow for sure to accountants feel them first steps with \n" +"Odoo more confortable.\n" +"\n" +"This module doesn't pretend be the total localization for Venezuela, \n" +"but it will help you to start really quickly with Odoo in this country.\n" +"\n" +"This module give you.\n" +"---------------------\n" +"\n" +"- Basic taxes for Venezuela.\n" +"- Have basic data to run tests with community localization.\n" +"- Start a company from 0 if your needs are basic from an accounting PoV.\n" +"\n" +"We recomend use of account_anglo_saxon if you want valued your \n" +"stocks as Venezuela does with out invoices.\n" +"\n" +"If you install this module, and select Custom chart a basic chart will be proposed, \n" +"but you will need set manually account defaults for taxes.\n" +"" +msgstr "\n" +"Plan Comptable pour le Venezuela.\n" +"=============================== \n" +"Le Venezuela n'a pas de Plan Comptable légal, mais celui proposé par défaut dans Odoo devrait être conforme aux meilleures pratiques acceptées au Venezuela. \n" +"Ce module a été testé comme base pour plus de 1000 entreprises, parce qu'il est fondé sur l'observation des logiciels les plus courants du marché Vénézuélien. \n" +"Ceci permettra à coup sûr aux comptables de se sentir à l'aise dès leur premier contact avec Odoo. \n" +"Ce module ne prétend pas être la localisation complète pour le Venezuela, \n" +"mais il aide à démarrer très rapidement avec Odoo dans ce pays. \n" +"\n" +"Ce module donne :\n" +"----------------------------\n" +"\n" +"- Les taxes de base du Venezuela. \n" +"- Les données de base pour lancer les tests de localisation de la communauté. \n" +"- L'initialisation d'une société si le besoin est une simple comptabilité PoV. \n" +"\n" +"Nous recommandons d'installer la comptabilité anglo-saxonne pour valoriser les stocks avec la facturation sortante selon la pratique vénézuélienne. \n" +"\n" +"Installer ce module et sélectionner \"Plan comptable personnalisé\" propose un plan comptable de base, mais vous aurez besoin de définir manuellement des paramètres par défaut pour les taxes.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_th +msgid "\n" +"Chart of Accounts for Thailand.\n" +"===============================\n" +"\n" +"Thai accounting chart and localization.\n" +" " +msgstr "\n" +"Plan comptable pour la Thaïlande.\n" +"===============================\n" +"\n" +"Plan comptable Thai et sa localisation.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cr +msgid "\n" +"Chart of accounts for Costa Rica.\n" +"=================================\n" +"\n" +"Includes:\n" +"---------\n" +" * account.account.template\n" +" * account.tax.template\n" +" * account.chart.template\n" +"\n" +"Everything is in English with Spanish translation. Further translations are welcome,\n" +"please go to http://translations.launchpad.net/openerp-costa-rica.\n" +" " +msgstr "\n" +"Plan comptable du Costa Rica.\n" +"===========================\n" +"\n" +"Comprend :\n" +"-----------------\n" +"* account.account.template\n" +"* account.tax.template\n" +"* account.chart.template" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cl +msgid "\n" +"Chilean accounting chart and tax localization.\n" +"==============================================\n" +"Plan contable chileno e impuestos de acuerdo a disposiciones vigentes\n" +"\n" +" " +msgstr "\n" +"Comptabilité chilienne localisation fiscale pour le Chili\n" +"===============================================================\n" +"Plan comptable chilien et taxes en accord avec la législation en vigueur.\n" +"\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_base_address_city +msgid "\n" +"City Management in Addresses\n" +"============================\n" +"\n" +"This module allows to enforce users to choose the city of a partner inside a given list instead of a free text field.\n" +" " +msgstr "\n" +"Gestion des villes dans les adresses\n" +"============================\n" +"\n" +"Ce module permet de demander aux utilisateurs de choisir la ville d'un partenaire dans une liste donnée, plutôt que dans un champ de texte libre.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_decimal_precision +msgid "\n" +"Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.\n" +"=================================================================================================\n" +"" +msgstr "\n" +"Configure la précision des prix dont vous avez besoin pour les différents types d'utilisations : comptabilité, ventes, achats. ========================================================================================================================================= \n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_crm_phone_validation +msgid "\n" +"Contact Number Validation on Website\n" +"====================================\n" +"\n" +"Validate contact (phone,mobile) numbers and normalize them on leads and contacts:\n" +"- use the national format for your company country\n" +"- use the international format for all others\n" +" " +msgstr "\n" +"Validation de coordonnées sur le site Web\n" +"====================================\n" +"\n" +"Validez les coordonnées (téléphone, mobile) et normalisez-les pour les leads et les contacts :\n" +"– Utilisez le format national pour le pays dans lequel se trouve votre entreprise\n" +"– Utilisez le format international pour les autres\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_survey +msgid "\n" +"Create beautiful surveys and display them on your website\n" +"=========================================================\n" +"\n" +"Use the styling and layout of your website for your surveys.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_survey +msgid "\n" +"Create beautiful surveys and visualize answers\n" +"==============================================\n" +"\n" +"It depends on the answers or reviews of some questions by different users. A\n" +"survey may have multiple pages. Each page may contain multiple questions and\n" +"each question may have multiple answers. Different users may give different\n" +"answers of question and according to that survey is done. Partners are also\n" +"sent mails with personal token for the invitation of the survey.\n" +" " +msgstr "\n" +"Créez de magnifiques enquêtes web et affichez les résultats\n" +"========================================================\n" +"\n" +"Cela dépend des réponses ou des analyses de quelques questions par différents utilisateurs. Une enquête peut avoir plusieurs pages. Chaque page peut contenir plusieurs questions et chaque question peut avoir plusieurs réponses. Différents utilisateurs peuvent donner différentes réponses aux questions selon l'objectif de l'enquête. Les partenaires reçoivent également des courriels d'invitation personnels pour répondre à l'enquête." + +#. module: base +#: model:ir.module.module,description:base.module_link_tracker +msgid "\n" +"Create short and trackable URLs.\n" +"=====================================================\n" +"\n" +" " +msgstr "\n" +"Créer des URL courtes et traçables.\n" +"================================" + +#. module: base +#: model:ir.module.module,description:base.module_event_sale +msgid "\n" +"Creating registration with sales orders.\n" +"========================================\n" +"\n" +"This module allows you to automate and connect your registration creation with\n" +"your main sale flow and therefore, to enable the invoicing feature of registrations.\n" +"\n" +"It defines a new kind of service products that offers you the possibility to\n" +"choose an event category associated with it. When you encode a sales order for\n" +"that product, you will be able to choose an existing event of that category and\n" +"when you confirm your sales order it will automatically create a registration for\n" +"this event.\n" +"" +msgstr "\n" +"Création d'inscriptions avec les commandes clients.\n" +"========================================\n" +"\n" +"Ce module vous permet d'automatiser et de lier le processus de création d'inscription à votre processus de vente et d'activer ainsi la fonctionnalité de facturation des inscriptions.\n" +"\n" +"Il définit un nouveau type de produits de type service qui vous permet de choisir\n" +"une catégorie d'événement associée. Lorsque vous créez une commande client pour\n" +"ce produit, vous avez la possibilité de choisir un événement de cette catégorie et\n" +"lorsque cette commande client est confirmée, l'inscription à cet événement est automatiquement créée.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_hr +msgid "\n" +"Croatian localisation.\n" +"======================\n" +"\n" +"Author: Goran Kliska, Slobodni programi d.o.o., Zagreb\n" +" https://www.slobodni-programi.hr\n" +"\n" +"Contributions:\n" +" Tomislav Bošnjaković, Storm Computers: tipovi konta\n" +" Ivan Vađić, Slobodni programi: tipovi konta\n" +"\n" +"Description:\n" +"\n" +"Croatian Chart of Accounts (RRIF ver.2012)\n" +"\n" +"RRIF-ov računski plan za poduzetnike za 2012.\n" +"Vrste konta\n" +"Kontni plan prema RRIF-u, dorađen u smislu kraćenja naziva i dodavanja analitika\n" +"Porezne grupe prema poreznoj prijavi\n" +"Porezi PDV obrasca\n" +"Ostali porezi\n" +"Osnovne fiskalne pozicije\n" +"\n" +"Izvori podataka:\n" +" https://www.rrif.hr/dok/preuzimanje/rrif-rp2011.rar\n" +" https://www.rrif.hr/dok/preuzimanje/rrif-rp2012.rar\n" +"\n" +"" +msgstr "\n" +"Localisation Croate.\n" +"=================\n" +"\n" +"Author: Goran Kliska, Slobodni programi d.o.o., Zagreb\n" +"https://www.slobodni-programi.hr\n" +"\n" +"Contributions:\n" +"Tomislav Bošnjaković, Storm Computers: tipovi konta\n" +"Ivan Vađić, Slobodni programi: tipovi konta\n" +"\n" +"Description:\n" +"\n" +"Croatian Chart of Accounts (RRIF ver.2012)\n" +"RRIF-ov računski plan za poduzetnike za 2012.\n" +"Vrste konta\n" +"Kontni plan prema RRIF-u, dorađen u smislu kraćenja naziva i dodavanja analitika\n" +"Porezne grupe prema poreznoj prijavi\n" +"Porezi PDV obrasca\n" +"Ostali porezi\n" +"Osnovne fiskalne pozicije\n" +"\n" +"Izvori podataka:\n" +"https://www.rrif.hr/dok/preuzimanje/rrif-rp2011.rar\n" +"https://www.rrif.hr/dok/preuzimanje/rrif-rp2012.rar\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_de +#: model:ir.module.module,description:base.module_l10n_de_skr03 +msgid "\n" +"Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.\n" +"==============================================================================\n" +"\n" +"German accounting chart and localization.\n" +" " +msgstr "\n" +"Ce module comprend un système de comptabilité allemande fondée sur les SKR03.\n" +"=========================================================================\n" +"\n" +"Plan comptable allemand et localisation." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_de_skr04 +msgid "\n" +"Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR04.\n" +"==============================================================================\n" +"\n" +"German accounting chart and localization.\n" +" " +msgstr "\n" +"Ce module comprend un système de comptabilité allemande basée sur la SKR04.\n" +"=======================================================================\n" +"\n" +"Plan comptable allemand et localisation." + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_management +msgid "\n" +"Display orders to invoice in website dashboard.\n" +"" +msgstr "\n" +"Affichez les commandes à facturer dans le tableau de bord du site Web.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_it_edi +msgid "\n" +"E-invoice implementation\n" +" " +msgstr "\n" +"Mise en place de la facturation électronique\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_hw_escpos +msgid "\n" +"ESC/POS Hardware Driver\n" +"=======================\n" +"\n" +"This module allows Odoo to print with ESC/POS compatible printers and\n" +"to open ESC/POS controlled cashdrawers in the point of sale and other modules\n" +"that would need such functionality.\n" +"\n" +"" +msgstr "\n" +"Pilote matériel ESC/POS\n" +"=======================\n" +"\n" +"Ce module permet à Odoo d'imprimer avec les imprimantes compatibles ESC/POS et\n" +"d'ouvrir les tiroirs-caisse contrôlés par ESC/POS dans le module Point de vente et les autres modules\n" +"qui nécessitent cette fonctionnalité.\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_eu_service +msgid "\n" +"EU Mini One Stop Shop (MOSS) VAT for telecommunications, broadcasting and electronic services\n" +"=============================================================================================\n" +"\n" +"As of January 1rst, 2015, telecommunications, broadcasting\n" +"and electronic services sold within the European Union\n" +"have to be always taxed in the country where the customer\n" +"belongs. In order to simplify the application of this EU\n" +"directive, the Mini One Stop Shop (MOSS) registration scheme\n" +"allows businesses to make a unique tax declaration.\n" +"\n" +"This module makes it possible by helping with the creation\n" +"of the required EU fiscal positions and taxes in order to\n" +"automatically apply and record the required taxes.\n" +"\n" +"This module installs a wizard to help setup fiscal positions\n" +"and taxes for selling electronic services inside EU.\n" +"\n" +"The wizard lets you select:\n" +" - the EU countries to which you are selling these\n" +" services\n" +" - your national VAT tax for services, to be mapped\n" +" to the target country's tax\n" +" - optionally: a template fiscal position, in order\n" +" to copy the account mapping. Should be your\n" +" existing B2C Intra-EU fiscal position. (defaults\n" +" to no account mapping)\n" +" - optionally: an account to use for collecting the\n" +" tax amounts (defaults to the account used by your\n" +" national VAT tax for services)\n" +"\n" +"It creates the corresponding fiscal positions and taxes,\n" +"automatically applicable for EU sales with a customer\n" +"in the selected countries.\n" +"The wizard can be run again for adding more countries.\n" +"\n" +"The wizard creates a separate Chart of Taxes for collecting the\n" +"VAT amounts of the MOSS declaration, so extracting the MOSS\n" +"data should be easy.\n" +"Look for a Chart of Taxes named \"EU MOSS VAT Chart\" in the\n" +"Taxes Report menu (Generic Accounting Report).\n" +"\n" +"References\n" +"++++++++++\n" +"- Directive 2008/8/EC\n" +"- Council Implementing Regulation (EU) No 1042/2013\n" +"\n" +" " +msgstr "\n" +"UE Mini One Stop Shop (MOSS), TVA sur les télécommunications, la radiodiffusion et les services électroniques\n" +"==================================================================================================\n" +"\n" +"Le 1er Janvier 2015, les télécommunications, la radiodiffusion \n" +"et les services électroniques vendus dans l'Union Européenne\n" +"sont imposables dans le pays du client. \n" +"Afin de simplifier l'application de la présente directive de l'UE, \n" +"le système d'enregistrement de la Mini One Stop Shop (MOSS)\n" +"permet aux sociétés de faire une déclaration d'impôt unique.\n" +"C'est l'objet de ce module qui facilite la création des positions fiscales \n" +"et des taxes afin d'appliquer et d'enregistrer automatiquement \n" +"les taxes requises par l'UE.\n" +"\n" +"Il installe un assistant de configuration des positions fiscales et des taxes \n" +"relatives à la vente de services électroniques à l'intérieur de l'UE.\n" +"L'assistant vous permet de sélectionner:\n" +" - Les pays de l'UE dans lesquels sont vendus ces services\n" +" - La TVA sur les services correspondant au pays cible\n" +" - Éventuellement : un modèle de position fiscale, afin d'établir \n" +"la correspondance comptable. \n" +"La position fiscale devrait être une B2C intra-UE existante (par défaut il n'y a pas de correspondance comptable).\n" +" - Éventuellement : un compte pour collecter les taxes (par défaut le taux du compte est celui de la TVA nationale sur les services)\n" +"\n" +"Il crée les positions fiscales et les taxes correspondantes,\n" +"automatiquement applicables aux ventes aux clients de l'UE\n" +"dans leurs pays respectifs.\n" +"\n" +"L'assistant peut être ré-appelé pour ajouter des pays.\n" +"\n" +"L'assistant crée un tableau distinct des impôts pour recueillir la\n" +"TVA de la déclaration MOSS, ainsi, l'extraction des données MOSS \n" +"facile. \n" +"Recherchez le tableau des impôts nommé \"MOSS UE Tableau TVA\" \n" +"dans le Menu Rapport Fiscal (Rapport Comptable Générique).\n" +"\n" +"Références\n" +"++++++++++\n" +" - La directive 2008/8 / CE\n" +" - Le règlement d'exécution (UE) n ° 1042/2013" + +#. module: base +#: model:ir.module.module,description:base.module_utm +msgid "\n" +"Enable UTM trackers in shared links.\n" +"=====================================================\n" +" " +msgstr "\n" +"Activer les suiveurs UTM dans les liens partagés.\n" +"===========================================" + +#. module: base +#: model:ir.module.module,description:base.module_base_address_extended +msgid "\n" +"Extended Addresses Management\n" +"=============================\n" +"\n" +"This module holds all extra fields one may need to manage accurately addresses.\n" +"\n" +"For example, in legal reports, some countries need to split the street into several fields,\n" +"with the street name, the house number, and room number.\n" +" " +msgstr "\n" +"Gestion étendue d'adresses\n" +"=============================\n" +"\n" +"Ce module contient tous les champs supplémentaires nécessaires à la gestion efficace d'adresses.\n" +"\n" +"Par exemple, dans des rapports juridiques et pour certains pays, le champ Rue doit être divisé en plusieurs champs\n" +"correspondant au nom de la rue, au numéro de la maison et au numéro de chambre.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_hw_blackbox_be +msgid "\n" +"Fiscal Data Module Hardware Driver\n" +"==================================\n" +"\n" +"This module allows a Point Of Sale client to communicate with a\n" +"connected Belgian Fiscal Data Module.\n" +"\n" +"This module does **not** turn an Odoo Point Of Sale module into a certified\n" +"Belgian cash register. It allows the communication on with a certified Fiscal\n" +"Data Module but will not modify the behaviour of the Point of Sale.\n" +"" +msgstr "\n" +"Pilote de périphérique pour module de données fiscales\n" +"==================================================\n" +"\n" +"Ce module permet à un client point de vente de communiquer avec un module de gestion de données fiscales Belge.\n" +"\n" +"Ce module ne transforme **pas** un module point de vente Odoo en caisse certifiée\n" +"pour la Belgique. Il permet la communication avec un module certifié\n" +"mais ne modifie pas le comportement du point de vente.\n" +"" + +#. 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 "\n" +"Règle de gestion de la paie française.\n" +"=============================\n" +"\n" +" * Configuration du module hr_payroll pour la localisation française.\n" +" * Toutes les règles de contributions principales pour les fiches de paie française, pour le personnel cadre et non-cadre.\n" +" * Nouveau rapport de fiche de paie.\n" +"\n" +"Reste à faire :\n" +"-------------------\n" +" * intégration avec le module de gestion des congés pour les indemnités et retenues ;\n" +" * intégration avec le module hr_payroll_account pour l'automatisation des écritures comptables de la fiche de paie ;\n" +" * continuer l'intégration des contributions : seules les contributions principales sont aujourd'hui implémentées ;\n" +" * refaire le rapport avec Webkit ;\n" +" * les \"payslip.line\" avec l'attribut \"appears_in_payslip\" avec une valeur False devrait apparaître dans l'interface mais pas dans le rapport.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_gamification +msgid "\n" +"Gamification process\n" +"====================\n" +"The Gamification module provides ways to evaluate and motivate the users of Odoo.\n" +"\n" +"The users can be evaluated using goals and numerical objectives to reach.\n" +"**Goals** are assigned through **challenges** to evaluate and compare members of a team with each others and through time.\n" +"\n" +"For non-numerical achievements, **badges** can be granted to users. From a simple \"thank you\" to an exceptional achievement, a badge is an easy way to exprimate gratitude to a user for their good work.\n" +"\n" +"Both goals and badges are flexibles and can be adapted to a large range of modules and actions. When installed, this module creates easy goals to help new users to discover Odoo and configure their user profile.\n" +"" +msgstr "\n" +"Processus d'Émulation\n" +"=====================\n" +"Le module d'émulation donne la possibilité d'évaluer et de motiver les utilisateurs d'Odoo.\n" +"\n" +"Les utilisateurs peuvent être évalués au travers d'objectifs chiffrés ou non à atteindre.\n" +"Les **objectifs** sont assignés au moyen de **défis** afin d'évaluer et de comparer les membres d'une équipe entre eux et dans le temps.\n" +"\n" +"Pour les succès non chiffrés, des **médailles** sont remises aux utilisateurs. D'un simple « merci » à une reconnaissance exceptionnelle, une médaille est un moyen simple d'exprimer de la gratitude envers un utilisateur pour son travail.\n" +"\n" +"Les objectifs et les médailles sont flexibles et peuvent être adaptés à une large gamme de modules et d'action. Lorsqu'il est installé, ce module crée des objectifs simples afin d'aider les nouveaux utilisateurs à découvrir Odoo et à configurer leur profil utilisateur.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_uy +msgid "\n" +"General Chart of Accounts.\n" +"==========================\n" +"\n" +"Provide Templates for Chart of Accounts, Taxes for Uruguay.\n" +"\n" +"" +msgstr "\n" +"Plan comptable général.\n" +"=====================\n" +"\n" +"Fournit les modèles pour le plan comptable et les taxes pour l'Uruguay.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_crm +msgid "\n" +"Generate leads or opportunities in the CRM app from a contact form published on the Contact us page of your website. This form can be customized thanks to the *Form Builder* module (available in Odoo Enterprise).\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_links +msgid "\n" +"Generate short links with analytics trackers (UTM) to share your pages through marketing campaigns.\n" +"Those trackers can be used in Google Analytics to track clicks and visitors, or in Odoo reports to analyze the efficiency of those campaigns in terms of lead generation, related revenues (sales orders), recruitment, etc.\n" +" " +msgstr "\n" +"Générez des liens courts avec des outils de suivi analytique (UTM) pour partager vos pages par le biais de campagnes marketing.\n" +"Ces outils de suivi peuvent être utilisés dans Google Analytics pour suivre les clics et les visiteurs, ou dans les rapports Odoo pour analyser l'efficacité de ces campagnes en termes de génération de pistes, de revenus associés (bons de commande), de recrutement, etc." + +#. module: base +#: model:ir.module.module,description:base.module_website_form_project +msgid "\n" +"Generate tasks in Project app from a form published on your website. This module requires the use of the *Form Builder* module (available in Odoo Enterprise) in order to build the form.\n" +" " +msgstr "\n" +"Générez des tâches dans l'application Project à partir d'un formulaire publié sur votre site web. Ce module nécessite l'utilisation du module * Form Builder * (disponible dans Odoo Enterprise) pour créer le formulaire." + +#. 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 "\n" +"Système de paie générique intégré à la comptabilité.\n" +"==============================================\n" +"\n" +"     * Encodage des dépenses \n" +"     * Encodage des Paiements\n" +"     * Gestion des Contributions de la société\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_hw_drivers +msgid "\n" +"Hardware Poxy\n" +"=============\n" +"\n" +"This module allows you to remotely use peripherals connected to this server.\n" +"\n" +"This modules only contains the enabling framework. The actual devices drivers\n" +"are found in other modules that must be installed separately.\n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hw_proxy +msgid "\n" +"Hardware Poxy\n" +"=============\n" +"\n" +"This module allows you to remotely use peripherals connected to this server.\n" +"\n" +"This modules only contains the enabling framework. The actual devices drivers\n" +"are found in other modules that must be installed separately. \n" +"\n" +"" +msgstr "\n" +"Proxy matériel\n" +"===========\n" +"\n" +"Ce module vous permets d'utiliser à distance des périphériques connectés à ce serveur.\n" +"\n" +"Ce module contient uniquement la structure d'activation. Les pilotes de périphériques sont disponibles dans d'autres modules qui doivent être installés séparément. \n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_base_import_module +msgid "\n" +"Import a custom data module\n" +"===========================\n" +"\n" +"This module allows authorized users to import a custom data module (.xml files and static assests)\n" +"for customization purpose.\n" +"" +msgstr "\n" +"Importer un module de données personnalisées\n" +"==========================================\n" +"\n" +"Ce module permet aux utilisateurs autorisés d'importer un module de données personnalisées (fichiers .xml et éléments statiques) à des fins de personnalisation.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cn +msgid "\n" +"Includes the following data for the Chinese localization\n" +"========================================================\n" +"\n" +"Account Type/科目类型\n" +"\n" +"State Data/省份数据\n" +"\n" +" " +msgstr "\n" +"Inclut les données suivantes pour la localisation chinoise\n" +"=============================================== ======\n" +"\n" +"Type de compte / 科目 类型\n" +"\n" +"Données d'état / 省份 数据" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cn_city +msgid "\n" +"Includes the following data for the Chinese localization\n" +"========================================================\n" +"\n" +"City Data/城市数据\n" +"\n" +" " +msgstr "\n" +"Inclut les données suivantes pour la localisation chinoise\n" +"=============================================== ======\n" +"\n" +"Données de la ville / 城市 数据" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_cn_standard +msgid "\n" +"Including the following data in the Accounting Standards for Business Enterprises\n" +"包含企业会计准则以下数据\n" +"\n" +"* Chart of Accounts\n" +"* 科目表模板\n" +"\n" +"* Account templates\n" +"* 科目模板\n" +"\n" +"* Tax templates\n" +"* 税金模板\n" +"\n" +" " +msgstr "\n" +"Les données suivantes ont été incluses dans les normes Accounting Standards for Business Enterprises\n" +"包含企业会计准则以下数据\n" +"\n" +"* Plan comptable\n" +"* 科目表模板\n" +"\n" +"* Modèles de compte\n" +"* 科目模板\n" +"\n" +"* Modèles de taxe\n" +"* 税金模板\n" +"\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_in +msgid "\n" +"Indian Accounting: Chart of Account.\n" +"====================================\n" +"\n" +"Indian accounting chart and localization.\n" +"\n" +"Odoo allows to manage Indian Accounting by providing Two Formats Of Chart of Accounts i.e Indian Chart Of Accounts - Standard and Indian Chart Of Accounts - Schedule VI.\n" +"\n" +"Note: The Schedule VI has been revised by MCA and is applicable for all Balance Sheet made after\n" +"31st March, 2011. The Format has done away with earlier two options of format of Balance\n" +"Sheet, now only Vertical format has been permitted Which is Supported By Odoo.\n" +" " +msgstr "\n" +"Comptabilité indienne: Plan comptable\n" +"==================================\n" +"\n" +"Plan comptable indien et localisation.\n" +"\n" +"Odoo permet de gérer la comptabilité indienne en fournissant deux formats de plans comptables c'est à dire le Plan comptable Indien Standard et le Plan comptable Indien Annexe VI.\n" +"\n" +"Note: L'annexe VI a été révisée par le MCA et est applicable pour tous les bilans effectués après le 31 mars 2011. Ce format a fait disparaître deux anciennes options de format de bilan, maintenant seul le format vertical a été autorisé et est supporté par OpenERP." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_in_schedule6 +msgid "\n" +"Indian Accounting: Chart of Account.\n" +"====================================\n" +"\n" +"Indian accounting chart and localization.\n" +"\n" +"Schedule VI chart of account for indian accounting.\n" +"\n" +"Note: The Schedule VI has been revised by MCA and is applicable for all Balance Sheet made after\n" +"31st March, 2011. The Format has done away with earlier two options of format of Balance\n" +"Sheet, now only Vertical format has been permitted Which is Supported By OpenERP.\n" +" " +msgstr "\n" +"Plan comptable indien.\n" +"====================================\n" +"\n" +"Plan comptable et localisation pour l'Inde.\n" +"\n" +"Plan comptable Schedule VI pour la comptabilité indienne.\n" +"\n" +"Remarque : le plan Schedule VI a été révisé par MCA et s'applique à tous les bilans faits après le\n" +"31 mars 2011. Deux anciens formats de bilan ne sont plus pris en charge.\n" +"Seul le format Vertical est autorisé et pris en charge par OpenERP.\n" +" " + +#. 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 "\n" +"Règles de gestion de la paie en Inde.\n" +"============================\n" +"\n" +" – Localisation indienne du module hr_payroll\n" +" – Principales règles de cotisation des salariés en Inde\n" +" * Nouveau rapport de fiche de paie\n" +" * Contrats des employés\n" +" * Permet de configurer les salaires de base, brut et net\n" +" * Fiches de paie des employés\n" +" * Indemnités et retenues\n" +" * Intégration avec la gestion des congés\n" +" * Allocation médicale, allocation de voyage, allocation enfant…\n" +" – Conseils et rapport sur la paie\n" +" – Rapport sur le salaire annuel par tête et par employé\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_google_drive +msgid "\n" +"Integrate google document to Odoo record.\n" +"============================================\n" +"\n" +"This module allows you to integrate google documents to any of your Odoo record quickly and easily using OAuth 2.0 for Installed Applications,\n" +"You can configure your google Authorization Code from Settings > Configuration > General Settings by clicking on \"Generate Google Authorization Code\"\n" +"" +msgstr "\n" +"Intégration de document google aux enregistrements Odoo.\n" +"======================================================\n" +"\n" +"Ce module vous permet d'intégrer rapidement et facilement des documents Google dans n'importe quel enregistrement Odoo au travail de « OAuth 2.0 for Installed Applications »,\n" +"vous pouvez configurer votre code d'autorisation Google depuis Configuration > Paramètres généraux en cliquant sur « Générer un code d'autorisation Google ».\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_account +msgid "\n" +"Invoicing & Payments\n" +"====================\n" +"The specific and easy-to-use Invoicing system in Odoo allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your vendors and customers.\n" +"\n" +"You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. This module also offers you an easy method of registering payments, without having to encode complete abstracts of account.\n" +" " +msgstr "\n" +"Facturation & Paiements\n" +"=====================\n" +"Le système de facturation ergonomique d'Odoo permet de garder une trace comptable, même sans être un expert-comptable. Il fournit un suivi aisé des fournisseurs et clients.\n" +"\n" +"On peut utiliser cette comptabilité simplifiée pour travailler avec un comptable externe et de mettre à jour les livres. On peut toujours garder la trace des paiements. Ce module offre également une méthode facile d'enregistrer les paiements, sans avoir à saisir des résumés complets de compte." + +#. module: base +#: model:ir.module.module,description:base.module_hw_posbox_homepage +msgid "\n" +"IoT Box Homepage\n" +"================\n" +"\n" +"This module overrides Odoo web interface to display a simple\n" +"Homepage that explains what's the iotbox and shows the status,\n" +"and where to find documentation.\n" +"\n" +"If you activate this module, you won't be able to access the \n" +"regular Odoo interface anymore.\n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_stock_landed_costs +msgid "\n" +"Landed Costs Management\n" +"=======================\n" +"This module allows you to easily add extra costs on pickings and decide the split of these costs among their stock moves in order to take them into account in your stock valuation.\n" +" " +msgstr "\n" +"Gestion des coûts logistiques\n" +"==================================\n" +"Ce module vous permet d'ajouter facilement des coûts logistiques supplémentaires et de décider de la répartition de ces coûts entre les mouvements de stocks afin d'en tenir compte dans votre valorisation des stocks." + +#. module: base +#: model:ir.module.module,description:base.module_crm_project +msgid "\n" +"Lead to Tasks\n" +"=============\n" +"\n" +"Link module to map leads to tasks\n" +" " +msgstr "\n" +"Des leads aux tâches\n" +"=============\n" +"\n" +"Module de liaison pour faire correspondre les leads et les tâches\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_board +msgid "\n" +"Lets the user create a custom dashboard.\n" +"========================================\n" +"\n" +"Allows users to create custom dashboard.\n" +" " +msgstr "\n" +"Permet aux utilisateurs de créer un tableau de bord personnalisé.\n" +"====================================================\n" +"\n" +"Permet aux utilisateurs de créer un tableau de bord personnalisé.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_im_livechat +msgid "\n" +"Live Chat Support\n" +"==========================\n" +"\n" +"Allow to drop instant messaging widgets on any web page that will communicate\n" +"with the current server and dispatch visitors request amongst several live\n" +"chat operators.\n" +"Help your customers with this chat, and analyse their feedback.\n" +"\n" +" " +msgstr "\n" +"Support via Live Chat\n" +"==========================\n" +"\n" +"Permet de déposer des composants de messagerie instantanée sur une page Web qui va communiquer\n" +"avec le serveur actuel et répartir les demandes des visiteurs entre plusieurs\n" +"opérateurs.\n" +"Aidez vos clients avec ce chat et analysez leurs commentaires.\n" +"\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_mrp_viewer +msgid "\n" +"MRP Viewer\n" +"==========\n" +"\n" +"This module adds a group *Manufacturing viewer* to the *Manufacturing* application. This group grants read-only access to the Manufacturing management. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_stock_dropshipping +msgid "\n" +"Manage drop shipping orders\n" +"===========================\n" +"\n" +"This module adds a pre-configured Drop Shipping operation type\n" +"as well as a procurement route that allow configuring Drop\n" +"Shipping products and orders.\n" +"\n" +"When drop shipping is used the goods are directly transferred\n" +"from vendors to customers (direct delivery) without\n" +"going through the retailer's warehouse. In this case no\n" +"internal transfer document is needed.\n" +"\n" +"" +msgstr "\n" +"Gérez les commandes à livraison directe\n" +"===========================\n" +"\n" +"Ce module ajoute un type de livraison directe pré-configuré\n" +"où le chemin d'approvisionnement permet de configurer la livraison\n" +"directe des produits et commandes.\n" +"\n" +"Lors d'une livraison directe, les marchandises sont directement transférées\n" +"du fournisseur au client sans\n" +"passer par l'entrepôt du détaillant. Dans ce cas, aucun\n" +"document de transfert interne n'est nécessaire.\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_hr_expense +msgid "\n" +"Manage expenses by Employees\n" +"============================\n" +"\n" +"This application allows you to manage your employees' daily expenses. It gives you access to your employees’ fee notes and give you the right to complete and validate or refuse the notes. After validation it creates an invoice for the employee.\n" +"Employee can encode their own expenses and the validation flow puts it automatically in the accounting after validation by managers.\n" +"\n" +"\n" +"The whole flow is implemented as:\n" +"---------------------------------\n" +"* Draft expense\n" +"* Submitted by the employee to his manager\n" +"* Approved by his manager\n" +"* Validation by the accountant and accounting entries creation\n" +"\n" +"This module also uses analytic accounting and is compatible with the invoice on timesheet module so that you are able to automatically re-invoice your customers' expenses if your work by project.\n" +" " +msgstr "\n" +"Gérer les dépenses des employés\n" +"==============================\n" +"\n" +"Cette application permet de gérer les dépenses quotidiennes des employés. Elle donne accès aux notes de frais des employés. Elle donne le droit de compléter, de valider ou refuser les notes de frais. Après validation, elle crée une facture pour l'employé.\n" +"L'employé peut saisir ses propres dépenses, que le flux de validation place automatiquement dans la comptabilité après la validation des responsables.\n" +"\n" +"L'ensemble du flux est mis en œuvre de la manière suivante :\n" +"-----------------------------------------------------------------------------------------\n" +"* Brouillon des dépenses\n" +"* Confirmation de la feuille par le salarié\n" +"* Validation par son responsable\n" +"* Validation par le comptable et création des écritures comptables\n" +"\n" +"Ce module utilise également la comptabilité analytique. Il est compatible avec la facturation du module \"Feuille de temps\" de sorte qu'on est en mesure de refacturer automatiquement les charges aux clients si on travaille par projet." + +#. module: base +#: model:ir.module.module,description:base.module_hr_holidays +msgid "\n" +"Manage leave requests and allocations\n" +"=====================================\n" +"\n" +"This application controls the leave schedule of your company. It allows employees to request leaves. Then, managers can review requests for leaves and approve or reject them. This way you can control the overall leave planning for the company or department.\n" +"\n" +"You can configure several kinds of leaves (sickness, paid days, ...) and allocate leaves to an employee or department quickly using leave allocation. An employee can also make a request for more days off by making a new Leave allocation. It will increase the total of available days for that leave type (if the request is accepted).\n" +"\n" +"You can keep track of leaves in different ways by following reports:\n" +"\n" +"* Leaves Summary\n" +"* Leaves by Department\n" +"* Leaves Analysis\n" +"\n" +"A synchronization with an internal agenda (Meetings of the CRM module) is also possible in order to automatically create a meeting when a leave request is accepted by setting up a type of meeting in Leave Type.\n" +"" +msgstr "\n" +"Gestion des allocations et demandes de congés\n" +"===========================================\n" +"\n" +"Cette application contrôle la programmation des congés. Elle permet aux employés de faire des demandes de congés. Ensuite, les responsables peuvent examiner les demandes, les approuver ou les rejeter. On contrôle ainsi le planning de l'ensemble des congés de l'entreprise ou d'un département.\n" +"\n" +"Plusieurs types d'absences sont configurables (maladie, congés payés, congés sans soldes…). Ces absences sont affectées rapidement à un employé ou à un département. Un employé peut aussi demander plus de jours de congé. Cela augmentera le total des jours disponibles pour ce type de congé (si la demande est acceptée).\n" +"\n" +"Vous pouvez suivre les absences de différentes façons grâce aux rapports suivants : \n" +"\n" +"* Résumé des absences\n" +"* Absences par département\n" +"* Analyse des absences\n" +"\n" +"La synchronisation avec un agenda interne (réunions du module CRM) est possible : lorsqu'une demande de congés est acceptée, une réunion de type Absence est automatiquement générée.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_sale_management +msgid "\n" +"Manage sales quotations and orders\n" +"==================================\n" +"\n" +"This application allows you to manage your sales goals in an effective and efficient manner by keeping track of all sales orders and history.\n" +"\n" +"It handles the full sales workflow:\n" +"\n" +"* **Quotation** -> **Sales order** -> **Invoice**\n" +"\n" +"Preferences (only with Warehouse Management installed)\n" +"------------------------------------------------------\n" +"\n" +"If you also installed the Warehouse Management, you can deal with the following preferences:\n" +"\n" +"* Shipping: Choice of delivery at once or partial delivery\n" +"* Invoicing: choose how invoices will be paid\n" +"* Incoterms: International Commercial terms\n" +"\n" +"\n" +"With this module you can personnalize the sales order and invoice report with\n" +"categories, subtotals or page-breaks.\n" +"\n" +"The Dashboard for the Sales Manager will include\n" +"------------------------------------------------\n" +"* My Quotations\n" +"* Monthly Turnover (Graph)\n" +" " +msgstr "\n" +"Demandes de prix de vente et bons de commande\n" +"=======================================\n" +"\n" +"Cette application permet de gérer les objectifs de ventes d'une façon efficace et efficiente en gardant trace de tous les bons de commande y compris leur historique.\n" +"\n" +"Elle permet de gérer le processus de vente au complet :\n" +" Devis -> bon de commande -> facture\n" +"\n" +"Paramètres (seulement si la gestion d'entrepôt est installée)\n" +"-----------------------------------------------------------------------------------\n" +"\n" +"Si vous avez aussi installé l'application de gestion d'entrepôt, vous pourrez gérer les paramètres suivants :\n" +"* expédition : choix de livrer en une fois ou de façon partielle;\n" +"* facturation : choix des méthodes de paiement des factures;\n" +"* Incoterms : termes des échanges commerciaux à l'internationnal.\n" +"\n" +"\n" +" Avec ce module, vous pouvez personnaliser le rapport de commande et de facture avec des catégories, des sous-totaux ou des sauts de page.\n" +"\n" +"Le tableau de bord du directeur des ventes comprendra\n" +"----------------------------------------------------\n" +"* Mes Devis\n" +"* Chiffre d'affaires mensuel (graphique)" + +#. module: base +#: model:ir.module.module,description:base.module_sale_stock +msgid "\n" +"Manage sales quotations and orders\n" +"==================================\n" +"\n" +"This module makes the link between the sales and warehouses management applications.\n" +"\n" +"Preferences\n" +"-----------\n" +"* Shipping: Choice of delivery at once or partial delivery\n" +"* Invoicing: choose how invoices will be paid\n" +"* Incoterms: International Commercial terms\n" +"\n" +"" +msgstr "\n" +"Gestion des devis et des ordres de vente\n" +"===========================================\n" +"\n" +"Ce module fait le lien entre les ventes et les applications de gestion des entrepôts.\n" +"\n" +"Préférences\n" +"-----------\n" +"* Expédition : Choix de la livraison en une fois ou une livraison partielle\n" +"* Facturation : Choisir comment les factures vont être payées\n" +"* Incoterms : International Commercial terms\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_stock +msgid "\n" +"Manage the inventory of your products and display their availability status in your eCommerce store.\n" +"In case of stockout, you can decide to block further sales or to keep selling.\n" +"A default behavior can be selected in the Website settings.\n" +"Then it can be made specific at the product level.\n" +" " +msgstr "\n" +"Gérez l'inventaire de vos produits et affichez leur statut de disponibilité dans votre boutique en ligne.\n" +"En cas de rupture de stock, vous pouvez décider de bloquer d'autres ventes ou de continuer à vendre.\n" +"Un comportement par défaut peut être sélectionné dans les paramètres du site Web.\n" +"Ensuite, cela peut être rendu spécifique au niveau du produit." + +#. module: base +#: model:ir.module.module,description:base.module_mass_mailing_event +msgid "\n" +"Mass mail event attendees\n" +"=========================\n" +"\n" +"Bridge module adding UX requirements to ease mass mailing of event attendees.\n" +" " +msgstr "\n" +"Envoyez des mailings aux participants à un événement\n" +"=========================\n" +"\n" +"Module intermédiaire ajoutant les éléments d'IU requis pour envoyer facilement des mailings aux participants à un événement.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_mass_mailing_event_track +msgid "\n" +"Mass mail event track speakers\n" +"==============================\n" +"\n" +"Bridge module adding UX requirements to ease mass mailing of event track speakers.\n" +" " +msgstr "\n" +"Envoyez des mailings aux intervenants\n" +"==============================\n" +"\n" +"Module intermédiaire ajoutant les éléments d'IU requis pour envoyer facilement des mailings aux intervenants.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_mx +msgid "\n" +"Minimal accounting configuration for Mexico.\n" +"============================================\n" +"\n" +"This Chart of account is a minimal proposal to be able to use OoB the\n" +"accounting feature of Odoo.\n" +"\n" +"This doesn't pretend be all the localization for MX it is just the minimal\n" +"data required to start from 0 in mexican localization.\n" +"\n" +"This modules and its content is updated frequently by openerp-mexico team.\n" +"\n" +"With this module you will have:\n" +"\n" +" - Minimal chart of account tested in production environments.\n" +" - Minimal chart of taxes, to comply with SAT_ requirements.\n" +"\n" +".. _SAT: http://www.sat.gob.mx/\n" +" " +msgstr "\n" +"Configuration minimale de la comptabilité pour le Mexique.\n" +"============================================\n" +"\n" +"Proposition de plan comptable minimal pour pouvoir utiliser la\n" +"fonctionnalité de comptabilité OoB d'Odoo.\n" +"\n" +"Ceci n'est pas une localisation complète pour le Mexique, mais le minimum\n" +"de données pour démarrer la localisation mexicaine à partir de zéro.\n" +"\n" +"Ce module et son contenu sont mis à jour fréquemment par l'équipe openerp mexicaine.\n" +"\n" +"Ce module apporte :\n" +"\n" +" – un plan comptable minimal testé en environnement de production ;\n" +" – un tableau minima des taxes, conforme aux exigences SAT_.\n" +"\n" +".. SAT : http://www.sat.gob.mx/\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_analytic +msgid "\n" +"Module for defining analytic accounting object.\n" +"===============================================\n" +"\n" +"In Odoo, analytic accounts are linked to general accounts but are treated\n" +"totally independently. So, you can enter various different analytic operations\n" +"that have no counterpart in the general financial accounts.\n" +" " +msgstr "\n" +"Module de définition des comptes analytiques.\n" +"=============================================\n" +"\n" +"Dans Odoo, les comptes analytiques sont liés à des comptes financiers mais sont traités\n" +"indépendamment. Donc, vous pouvez entrer diverses opérations analytiques différentes\n" +"qui n'ont pas de contrepartie dans les comptes financiers.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_resource +msgid "\n" +"Module for resource management.\n" +"===============================\n" +"\n" +"A resource represent something that can be scheduled (a developer on a task or a\n" +"work center on manufacturing orders). This module manages a resource calendar\n" +"associated to every resource. It also manages the leaves of every resource.\n" +" " +msgstr "\n" +"Module de gestion des ressources.\n" +"=================================\n" +"\n" +"Une ressource représente quelque chose qui peut être planifiée (un développeur sur une tâche ou un centre de travail sur un ordre de fabrication). Ce module gère un calendrier\n" +"associé à chacune des ressources. Il gère également les feuilles de temps de chaque ressource." + +#. module: base +#: model:ir.module.module,description:base.module_website_mail +msgid "\n" +"Module holding mail improvements for website.\n" +"It is responsible of comments moderation for published documents (forum, slides, blog, ...)\n" +"" +msgstr "\n" +"Module contenant des améliorations de messagerie pour le site Web.\n" +"Il permet de modérer les éléments publiés (forum, diapositives, blog…)\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_nz +msgid "\n" +"New Zealand Accounting Module\n" +"=============================\n" +"\n" +"New Zealand accounting basic charts and localizations.\n" +"\n" +"Also:\n" +" - activates a number of regional currencies.\n" +" - sets up New Zealand taxes.\n" +" " +msgstr "\n" +"Module de comptabilité néo-zélandaise\n" +"================================\n" +"\n" +"Localisation et plan comptable néo-zélandais.\n" +"\n" +"et :\n" +"- active certaines monnaies régionales,\n" +"- configure les taxes néo-zélandaise." + +#. module: base +#: model:ir.module.module,description:base.module_base_import +msgid "\n" +"New extensible file import for Odoo\n" +"======================================\n" +"\n" +"Re-implement Odoo's file import system:\n" +"\n" +"* Server side, the previous system forces most of the logic into the\n" +" client which duplicates the effort (between clients), makes the\n" +" import system much harder to use without a client (direct RPC or\n" +" other forms of automation) and makes knowledge about the\n" +" import/export system much harder to gather as it is spread over\n" +" 3+ different projects.\n" +"\n" +"* In a more extensible manner, so users and partners can build their\n" +" own front-end to import from other file formats (e.g. OpenDocument\n" +" files) which may be simpler to handle in their work flow or from\n" +" their data production sources.\n" +"\n" +"* In a module, so that administrators and users of Odoo who do not\n" +" need or want an online import can avoid it being available to users.\n" +"" +msgstr "\n" +"Nouvelle importation de fichier extensible pour Odoo\n" +"======================================\n" +"\n" +"Ré-implémentation du système d'importation de fichier d'Odoo :\n" +"\n" +"* Côté serveur : le système précédent effectuait essentiellement les traitements\n" +" côté client. Le travail était ainsi dupliqué (entre les clients), il était\n" +" beaucoup plus difficile d'utiliser le système d'importation sans un client (RPC direct ou\n" +" autres formes d'automatisation) et il était beaucoup plus difficile de maîtriser\n" +" le système d'importation/d'exportation, car il est réparti sur\n" +" trois projets différents.\n" +"\n" +"* D'une manière plus générale : les utilisateurs et les partenaires peuvent créer leur\n" +" propre interface frontale afin d'importer d'autres formats de fichier (des fichiers OpenDocument\n" +" par exemple) pouvant être plus simples à gérer dans leur flux de travail ou depuis\n" +" leurs sources de production de données.\n" +"\n" +"* Dans un module : les administrateurs et les utilisateurs d'Odoo, suivant leurs\n" +" besoins ou envies, évitent qu'une importation en ligne soit disponible pour les utilisateurs.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_sa +msgid "\n" +"Odoo Arabic localization for most arabic countries and Saudi Arabia.\n" +"\n" +"This initially includes chart of accounts of USA translated to Arabic.\n" +"\n" +"In future this module will include some payroll rules for ME .\n" +"" +msgstr "\n" +"Localisation d'Odoo en Arabe pour la plupart des pays arabes et l'Arabie Saoudite.\n" +"\n" +"Contient initialement le plan de comptes des USA traduit en Arabe.\n" +"\n" +"Dans le futur ce module contient quelques règles de paie pour le Moyen-Orient.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_web_editor +msgid "\n" +"Odoo Web Editor widget.\n" +"==========================\n" +"\n" +"" +msgstr "\n" +"Composant de l'Éditeur Web d'Odoo.\n" +"==========================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_web +msgid "\n" +"Odoo Web core module.\n" +"========================\n" +"\n" +"This module provides the core of the Odoo Web Client.\n" +" " +msgstr "\n" +"Module cœur du client Web Odoo.\n" +"==============================\n" +"\n" +"Ce module fourni le cœur du client Web Odoo.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_web_tour +msgid "\n" +"Odoo Web tours.\n" +"========================\n" +"\n" +"" +msgstr "\n" +"Parcours guidés Odoo\n" +"=====================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_web_settings_dashboard +msgid "\n" +"Odoo dashboard\n" +"==============\n" +"* Quick access to install apps\n" +"* Quick users add\n" +"* Quick access to the `App Store` and `Theme Store`\n" +"\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_diagram +msgid "\n" +"Openerp Web Diagram view.\n" +"=========================\n" +"\n" +"" +msgstr "\n" +"Vue Diagramme Web Odoo.\n" +"==========================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_hr_org_chart +msgid "\n" +"Org Chart Widget for HR\n" +"=======================\n" +"\n" +"This module extend the employee form with a organizational chart.\n" +"(N+1, N+2, direct subordinates)\n" +" " +msgstr "\n" +"Composant d'organigramme pour le département RH\n" +"=======================\n" +"\n" +"Ce module ajoute un organigramme au formulaire de l'employé.\n" +"(N+1, N+2, subordonnés directs)" + +#. module: base +#: model:ir.module.module,description:base.module_event +msgid "\n" +"Organization and management of Events.\n" +"======================================\n" +"\n" +"The event module allows you to efficiently organize events and all related tasks: planning, registration tracking,\n" +"attendances, etc.\n" +"\n" +"Key Features\n" +"------------\n" +"* Manage your Events and Registrations\n" +"* Use emails to automatically confirm and send acknowledgments for any event registration\n" +"" +msgstr "\n" +"Organisation et gestion des événements.\n" +"=====================================\n" +"\n" +"Le module « événements » vous permet de gérer de manière efficace des événements et les tâches qui y sont liées : planning, gestion de réservation,\n" +"participation, etc.\n" +"\n" +"Fonctions clés\n" +"----------------------\n" +"* Gérez vos événements et réservations\n" +"* Utilisez des emails pour la confirmation automatique et l'envoi d'accusés réception lors de l'enregistrement d'un événement\n" +"" + +#. 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 "\n" +"Plan comptable panaméen et localisation fiscale.\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" + +#. module: base +#: model:ir.module.module,description:base.module_base_geolocalize +msgid "\n" +"Partners Geolocation\n" +"========================\n" +" " +msgstr "\n" +"Géolocalisation des partenaires\n" +"========================" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_pe +msgid "\n" +"Peruvian accounting chart and tax localization. According the PCGE 2010.\n" +"========================================================================\n" +"\n" +"Plan contable peruano e impuestos de acuerdo a disposiciones vigentes de la\n" +"SUNAT 2011 (PCGE 2010).\n" +"\n" +" " +msgstr "\n" +"Plan comptable et localisation fiscale - Pérou (selon PCGE 2010).\n" +"=======================================================\n" +"\n" +"Comptabilité péruvienne et taxes conformément aux dispositions applicables de la\n" +"SUNAT 2011 (PCGE 2010).\n" +"\n" +" " + +#. 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. It also handles national and international\n" +"formatting.\n" +"\n" +"This module applies this feature to Leads and Contacts." +msgstr "\n" +"Validation de numéros de téléphone\n" +"========================\n" +"\n" +"Ce module ajoute la fonctionnalité de validation et de mise en forme des numéros de téléphone\n" +"selon un pays de destination. Il prend également en charge les formats nationaux\n" +"et internationaux.\n" +"\n" +"Ce module applique cette fonctionnalité aux leads et aux contacts." + +#. 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 "\n" +"Plan comptable générique de l'entreprise italienne.\n" +"================================================\n" +"\n" +"Plan comptable et localisation pour l'Italie.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_project_viewer +msgid "\n" +"Project Viewer\n" +"==============\n" +"\n" +"This module adds a group *Project Viewer* in the *Project* application. This group grants read-only access to the Project management. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_http_routing +msgid "\n" +"Proposes advanced routing options not available in web or base to keep\n" +"base modules simple.\n" +"" +msgstr "\n" +"Propose des options d'acheminement avancées, non disponibles sur le Web ou dans la base pour garder\n" +"les modules de base simples.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_customer +msgid "\n" +"Publish your customers as business references on your website to attract new potential prospects.\n" +" " +msgstr "\n" +"Publiez vos clients comme des références business sur votre site pour attirer de nouveaux prospects.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_hr +msgid "\n" +"Publish your employees public information on About Us website page.\n" +" " +msgstr "\n" +"Publiez les informations publiques de vos employés sur votre page \"À propos de nous\".\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_membership +msgid "\n" +"Publish your members/association directory publicly.\n" +" " +msgstr "\n" +"Publiez publiquement votre répertoire membres / associations." + +#. module: base +#: model:ir.module.module,description:base.module_purchase_report_viewer +msgid "\n" +"Purchase Report Viewer\n" +"======================\n" +"\n" +"This module adds access to the menu *Purchase > Reporting* to Purchase Users and Purchase Viewers.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion\n" +".\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_purchase_stock_viewer +msgid "\n" +"Purchase Stock Viewer\n" +"=====================\n" +"\n" +"This is a glue module between the *puchase_viewer* and *purchase_stock* modules.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_purchase_viewer +msgid "\n" +"Purchase Viewer\n" +"===============\n" +"\n" +"This module adds a group *Purchase viewer* in the *Purchases* application. This group grants read-only access to the Purchase Management. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_sale_expense +msgid "\n" +"Reinvoice Employee Expense\n" +"==========================\n" +"\n" +"Create some products for which you can re-invoice the costs.\n" +"This module allow to reinvoice employee expense, by setting the SO directly on the expense.\n" +"" +msgstr "\n" +"Refacturez les dépenses des employés\n" +"==========================\n" +"\n" +"Créez quelques produits dont vous pouvez refacturer les coûts.\n" +"Ce module permet de refacturer les dépenses des employés en intégrant directement la commande client aux dépenses.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_fetchmail +msgid "\n" +"Retrieve incoming email on POP/IMAP servers.\n" +"============================================\n" +"\n" +"Enter the parameters of your POP/IMAP account(s), and any incoming emails on\n" +"these accounts will be automatically downloaded into your Odoo system. All\n" +"POP3/IMAP-compatible servers are supported, included those that require an\n" +"encrypted SSL/TLS connection.\n" +"\n" +"This can be used to easily create email-based workflows for many email-enabled Odoo documents, such as:\n" +"----------------------------------------------------------------------------------------------------------\n" +" * CRM Leads/Opportunities\n" +" * CRM Claims\n" +" * Project Issues\n" +" * Project Tasks\n" +" * Human Resource Recruitments (Applicants)\n" +"\n" +"Just install the relevant application, and you can assign any of these document\n" +"types (Leads, Project Issues) to your incoming email accounts. New emails will\n" +"automatically spawn new documents of the chosen type, so it's a snap to create a\n" +"mailbox-to-Odoo integration. Even better: these documents directly act as mini\n" +"conversations synchronized by email. You can reply from within Odoo, and the\n" +"answers will automatically be collected when they come back, and attached to the\n" +"same *conversation* document.\n" +"\n" +"For more specific needs, you may also assign custom-defined actions\n" +"(technically: Server Actions) to be triggered for each incoming mail.\n" +" " +msgstr "\n" +"Récupérer les courriels entrant sur des serveurs POP/IMAP.\n" +"====================================================\n" +"\n" +"Entrez les paramètres de vos comptes POP/IMAP, et tous les courriels qui arrivent sur ces comptes seront automatiquement chargés sur votre système Odoo.\n" +"Tous les serveurs compatibles POP3/IMAP sont supportés, y compris ceux qui nécessitent une connexion chiffrée SSL/TLS.\n" +"Vous pouvez ainsi créer facilement des flux de travail basés sur des courriels pour de nombreux documents Odoo utilisant les fonctions de courriels, comme :\n" +"--------------------------------------------------------------------------------------------------------\n" +" * pistes / opportunités CRM \n" +" * prétentions CRM \n" +" * question de projet\n" +" * tâches de projet\n" +" * recrutements en ressources humaines (candidats)\n" +"\n" +"Installez simplement l'application concernée, et vous pourrez attribuer n'importe lequel de ces types de documents (prospects, question de projet) à votre compte de courriel entrant. Les nouveaux courriels généreront automatiquement les nouveaux document du type choisi, il est donc en très rapide de créer une intégration courriel-vers-Oddo. Encore mieux : ces documents fonctionnent directement comme des mini conversations synchronisées par courriel. Vous pouvez y répondre depuis Odoo, et les réponses seront automatiquement recueillies à leur retour, et attachées au même document de \"conversation\".\n" +"\n" +"Pour des besoins plus spécifiques, vous pouvez également assigner des actions personnalisées (techniquement : Actions Serveur) à déclencher pour chaque courriel qui arrive.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_sale_report_viewer +msgid "\n" +"Sale Report Viewer\n" +"==================\n" +"\n" +"This module adds access to the menu *Sales > Reporting* to Sale Users and Sale Viewers.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion\n" +".\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_sale_stock_viewer +msgid "\n" +"Sale Stock Viewer\n" +"=================\n" +"\n" +"This module adds the required read-only Access Control Lists (ACLs) to the group *Sale viewer* when the *sale_stock* module is installed.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_sale_viewer +msgid "\n" +"Sale Viewer\n" +"===========\n" +"\n" +"This module adds a group *Sale viewer* in the *Sales* application. This group grants read-only access to Sales Management. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_digital +msgid "\n" +"Sell e-goods in your eCommerce store (e.g. webinars, articles, e-books, video tutorials).\n" +"To do so, create the product and attach the file to share via the *Files* button of the product form.\n" +"Once the order is paid, the file is made available in the order confirmation page and in the customer portal.\n" +" " +msgstr "\n" +"Vendez des produits électroniques dans votre eCommerce (par exemple, des séminaires Web, des articles, des livres électroniques, des didacticiels vidéo).\n" +"Pour ce faire, créez le produit et joignez le fichier à partager via le bouton * Fichiers * du formulaire du produit.\n" +"Une fois la commande payée, le fichier est disponible dans la page de confirmation de la commande et dans le portail client." + +#. module: base +#: model:ir.module.module,description:base.module_website_event_sale +msgid "\n" +"Sell event tickets through eCommerce app.\n" +" " +msgstr "\n" +"Vendre des billets d'événement via l'application de commerce électronique.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_digest +msgid "\n" +"Send KPI Digests periodically\n" +"=============================\n" +"" +msgstr "\n" +"Envoyez périodiquement des récapitulatifs KPI\n" +"=============================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_delivery_hs_code +msgid "\n" +"Set back field hs_code on pruduct template.\n" +"==============================================================\n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_analytic_default +msgid "\n" +"Set default values for your analytic accounts.\n" +"==============================================\n" +"\n" +"Allows to automatically select analytic accounts based on criterions:\n" +"---------------------------------------------------------------------\n" +" * Product\n" +" * Partner\n" +" * User\n" +" * Company\n" +" * Date\n" +" " +msgstr "\n" +"Définir des valeurs par défaut pour les comptes analytiques.\n" +"============================================================\n" +"\n" +"Permet de sélectionner automatiquement les comptes analytiques selon des critères :\n" +"-----------------------------------------------------------------------------------\n" +" * Article\n" +" * Partenaire\n" +" * Utilisateur\n" +" * Société\n" +" * Date\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_website_slides +msgid "\n" +"Share and Publish Videos, Presentations and Documents'\n" +"======================================================\n" +"\n" +" * Website Application\n" +" * Channel Management\n" +" * Filters and Tagging\n" +" * Statistics of Presentation\n" +" * Channel Subscription\n" +" * Supported document types : PDF, images, YouTube videos and Google Drive documents)\n" +"" +msgstr "\n" +"Partager et publier des Vidéos, des Présentations et des Documents\n" +"================================================== ==== \n" +"\n" +"* Application Site web\n" +"* Gestion des canaux\n" +"* Filtres et étiquetage\n" +"* Statistiques de Présentation\n" +"* Canal Abonnement\n" +"* Types de documents pris en charge: PDF, images, vidéos YouTube et documents Google Drive)\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_google_map +msgid "\n" +"Show your company address/partner address on Google Maps. Configure an API key in the Website settings.\n" +" " +msgstr "\n" +"Indiquez l'adresse de votre entreprise / partenaire sur Google Maps. Configurez une clé API dans les paramètres du site Web." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_sg +msgid "\n" +"Singapore accounting chart and localization.\n" +"=======================================================\n" +"\n" +"This module add, for accounting:\n" +" - The Chart of Accounts of Singapore\n" +" - Field UEN (Unique Entity Number) on company and partner\n" +" - Field PermitNo and PermitNoDate on invoice\n" +"\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_es +msgid "\n" +"Spanish charts of accounts (PGCE 2008).\n" +"========================================\n" +"\n" +" * Defines the following chart of account templates:\n" +" * Spanish general chart of accounts 2008\n" +" * Spanish general chart of accounts 2008 for small and medium companies\n" +" * Spanish general chart of accounts 2008 for associations\n" +" * Defines templates for sale and purchase VAT\n" +" * Defines tax templates\n" +" * Defines fiscal positions for spanish fiscal legislation\n" +" * Defines tax reports mod 111, 115 and 303\n" +"" +msgstr "\n" +"Plan comptable espagnol (PGCE 2008).\n" +"========================================\n" +"\n" +" * Définit les modèles de plans comptables suivants :\n" +" * Plan comptable espagnol 2008\n" +" * Plan comptable espagnol 2008 pour les petites et moyennes entreprises\n" +" * Plan comptable espagnol 2008 pour les associations\n" +" * Définit des modèles de TVA pour les ventes et les achats\n" +" * Définit des modèles de taxe\n" +" * Définit les situations budgétaires pour la législation fiscale espagnole\n" +" * Définit des modèles de déclaration de revenus 111, 115 et 303\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_stock_report_viewer +msgid "\n" +"Stock Report Viewer\n" +"===================\n" +"\n" +"This module adds access to the menu *Inventory > Reporting* to Stock Users and Stock Viewers.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion\n" +".\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_stock_viewer +msgid "\n" +"Stock Viewer\n" +"============\n" +"\n" +"This module adds a group *Stock viewer* in the *Warehouse* application. This group grants read-only access to the Warehouse management. If you add a user to this new group, he should also be in the group *Human Ressources - Employee*.\n" +"\n" +"This module has been written by Alexis de Lattre from Akretion .\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_survey_crm +msgid "\n" +"Survey - CRM (bridge module)\n" +"=================================================================================\n" +"This module adds a Survey mass mailing button inside the more option of lead/customers views\n" +"" +msgstr "\n" +"Sondage - CRM (module de liaison)\n" +"=================================\n" +"Ce module ajoute un bouton d'envoi de courriel de masse sur les sondages dans l'option \"Plus\" des vues pistes/clients \n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ch +msgid "\n" +"Swiss localization\n" +"==================\n" +"This module defines a chart of account for Switzerland (Swiss PME/KMU 2015), taxes and enables the generation of ISR when you print an invoice or send it by mail.\n" +"\n" +"An ISR will be generated if you specify the information it needs :\n" +" - The bank account you expect to be paid on must be set, and have a valid postal reference.\n" +" - Your invoice must have been set assigned a bank account to receive its payment\n" +" (this can be done manually, but a default value is automatically set if you have defined a bank account).\n" +" - You must have set the postal references of your bank.\n" +" - Your invoice must be in EUR or CHF (as ISRs do not accept other currencies)\n" +"\n" +"The generation of the ISR is automatic if you meet the previous criteria.\n" +"\n" +"Here is how it works:\n" +" - Printing the invoice will trigger the download of two files: the invoice, and its ISR\n" +" - Clicking the 'Send by mail' button will attach two files to your draft mail : the invoice, and the corresponding ISR.\n" +" " +msgstr "\n" +"Localisation helvétique\n" +"==================\n" +"Ce module définit un plan comptable pour les taxes en Suisse (Swiss PME/KMU 2015) et permet de générer un ISR lorsque vous imprimez une facture ou l'envoyez par courrier.\n" +"\n" +"Un ISR sera généré si vous indiquez les informations nécessaires :\n" +" – Le compte bancaire sur lequel vous voulez percevoir le paiement doit être défini et avoir une référence postale valide.\n" +" – Votre facture doit être associée à un compte bancaire pour recevoir le paiement\n" +" (vous pouvez effectuer cette opération manuellement, mais une valeur par défaut est automatiquement définie si vous avez indiqué un compte bancaire).\n" +" – Vous devez avoir défini les références postales de votre banque.\n" +" – Votre facture doit être en EUR ou en CHF (car les ISR n'acceptent pas d'autres devises)\n" +"\n" +"L'ISR est automatiquement généré si vous remplissez les critères précédemment cités.\n" +"\n" +"Voici comment cela fonctionne :\n" +" – Si vous imprimez la facture, deux fichiers sont téléchargés : la facture et l'IRS correspondant\n" +" – Si vous cliquez sur le bouton « Envoyer par courrier », deux fichiers sont joints au brouillon : la facture et l'ISR correspondant.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_account_voucher +msgid "\n" +"TODO\n" +"\n" +"old description:\n" +"Invoicing & Payments by Accounting Voucher & Receipts\n" +"=====================================================\n" +"The specific and easy-to-use Invoicing system in Odoo allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your vendors and customers. \n" +"\n" +"You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. \n" +"\n" +"The Invoicing system includes receipts and vouchers (an easy way to keep track of sales and purchases). It also offers you an easy method of registering payments, without having to encode complete abstracts of account.\n" +"\n" +"This module manages:\n" +"\n" +"* Voucher Entry\n" +"* Voucher Receipt [Sales & Purchase]\n" +"* Voucher Payment [Customer & Vendors]\n" +" " +msgstr "\n" +"A FAIRE\n" +"\n" +"ancienne description :\n" +"Facturation & Paiements par bon en comptabilité (???) & Recettes\n" +"================================================== ===\n" +"Le système spécifique et ergonomique de facturation d'Odoo permet de garder suivre la comptabilité, même sans être un expert-comptable. Il fournit un moyen facile de suivi des fournisseurs et des clients.\n" +"\n" +"On peut utiliser cette comptabilité simplifiée si on travaille avec un compte externe pour garder les livres comptables à jour, et si on veut maintenir garder la trace des paiements.\n" +"\n" +"Le système de facturation comprend les recettes et bons (un moyen facile de garder une trace des ventes et des achats). Il vous offre aussi une méthode facile pour enregistrer les paiements, sans avoir à saisir des résumés complets de compte.\n" +"\n" +"Ce module gère:\n" +"\n" +"* Saisie de Bons\n" +"* Réception de Bons [Ventes & Achat]\n" +"* Paiement par bons [Clients et Fournisseurs]" + +#. module: base +#: model:ir.module.module,description:base.module_repair +msgid "\n" +"The aim is to have a complete module to manage all products repairs.\n" +"====================================================================\n" +"\n" +"The following topics are covered by this module:\n" +"------------------------------------------------------\n" +" * Add/remove products in the reparation\n" +" * Impact for stocks\n" +" * Invoicing (products and/or services)\n" +" * Warranty concept\n" +" * Repair quotation report\n" +" * Notes for the technician and for the final customer\n" +"" +msgstr "\n" +"L'objectif est de disposer d'un module complet pour gérer les réparations des produits\n" +"===============================================================================\n" +"Les points suivants sont couverts par ce module :\n" +"----------------------------------------------------------------------------\n" +"* Ajouter/supprimer des produits en réparation\n" +"* Impact sur les stocks\n" +"* Facturation (produits et/ou services)\n" +"* Concept de garantie\n" +"* Rapport de devis de réparation\n" +"* Notes pour le technicien et pour le client final\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_lunch +msgid "\n" +"The base module to manage lunch.\n" +"================================\n" +"\n" +"Many companies order sandwiches, pizzas and other, from usual vendors, for their employees to offer them more facilities.\n" +"\n" +"However lunches management within the company requires proper administration especially when the number of employees or vendors is important.\n" +"\n" +"The “Lunch Order” module has been developed to make this management easier but also to offer employees more tools and usability.\n" +"\n" +"In addition to a full meal and vendor management, this module offers the possibility to display warning and provides quick order selection based on employee’s preferences.\n" +"\n" +"If you want to save your employees' time and avoid them to always have coins in their pockets, this module is essential.\n" +" " +msgstr "\n" +"Module de base pour gérer les déjeuners.\n" +"================================\n" +"\n" +"Beaucoup d'entreprises commandent des sandwiches, des pizzas et autres, provenant de fournisseurs habituels, pour leurs employés afin de leur offrir plus de facilités.\n" +"\n" +"Cependant, la gestion des déjeuners sein de l'entreprise exige une bonne administration en particulier lorsque le nombre d'employés ou de fournisseurs est important.\n" +"\n" +"Le module \"Commande de Déjeuner\" a été développé pour faciliter cette gestion, mais aussi pour offrir aux employés davantage d'outils et de convivialité.\n" +"\n" +"En plus de la gestion du repas complet et des fournisseurs, ce module peut afficher avertissement et il permet la sélection rapide de la commande fondée sur les préférences des employés.\n" +"\n" +"Ce module est essentiel pour éviter aux employés de perdre du temps et d'être obligés de toujours avoir des pièces de monnaie dans leurs poches." + +#. module: base +#: model:ir.module.module,description:base.module_base +msgid "\n" +"The kernel of Odoo, needed for all installation.\n" +"===================================================\n" +"" +msgstr "\n" +"Le noyau d'Odoo, nécessaire pour toute installation.\n" +"=======================================================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_google_account +msgid "\n" +"The module adds google user in res user.\n" +"========================================\n" +"" +msgstr "\n" +"Ce module ajoute des utilisateurs Google dans res.user.\n" +"=======================================================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_google_spreadsheet +msgid "\n" +"The module adds the possibility to display data from Odoo in Google Spreadsheets in real time.\n" +"=================================================================================================\n" +"" +msgstr "\n" +"Ce module ajoute la possibilité d'afficher les donnée d'Odoo dans un tableur Google en temps réel.\n" +"=========================================================================================\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_fr_pos_cert +msgid "\n" +"This add-on brings the technical requirements of the French regulation CGI art. 286, I. 3° bis that stipulates certain criteria concerning the inalterability, security, storage and archiving of data related to sales to private individuals (B2C).\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"Install it if you use the Point of Sale app to sell to individuals.\n" +"\n" +"The module adds following features:\n" +"\n" +" Inalterability: deactivation of all the ways to cancel or modify key data of POS orders, invoices and journal entries\n" +"\n" +" Security: chaining algorithm to verify the inalterability\n" +"\n" +" Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n" +"\n" +" Access to download the mandatory Certificate of Conformity delivered by Odoo SA (only for Odoo Enterprise users)\n" +"" +msgstr "\n" +"Cet add-on apporte les exigences techniques de la réglementation française CGI art. 286, I. 3 ° bis qui stipule certains critères concernant l'inaltérabilité, la sécurité, le stockage et l'archivage des données relatives aux ventes aux particuliers (B2C).\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"Installez-le si vous utilisez l'application Point de vente pour vendre à des particuliers.\n" +"\n" +"Le module ajoute les fonctionnalités suivantes:\n" +"\n" +" Inaltérabilité: désactivation de toutes les méthodes permettant d'annuler ou de modifier les données clés des commandes, des factures et des écritures de caisse\n" +"\n" +" Sécurité: algorithme de chaînage pour vérifier l'inaltérabilité\n" +"\n" +" Stockage: clôtures automatiques des ventes avec calcul des totaux par période et cumulés (journalier, mensuel, annuel)\n" +"\n" +" Accès pour télécharger le certificat de conformité obligatoire délivré par Odoo SA (uniquement pour les utilisateurs Odoo Enterprise)\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_fr_certification +msgid "\n" +"This add-on brings the technical requirements of the French regulation CGI art. 286, I. 3° bis that stipulates certain criteria concerning the inalterability, security, storage and archiving of data related to sales to private individuals (B2C).\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"The module adds following features:\n" +"\n" +" Inalterability: deactivation of all the ways to cancel or modify key data, invoices and journal entries\n" +"\n" +" Security: chaining algorithm to verify the inalterability\n" +"\n" +" Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n" +"\n" +" Access to download the mandatory Certificate of Conformity delivered by Odoo SA (only for Odoo Enterprise users)\n" +"" +msgstr "\n" +"Cet add-on apporte les exigences techniques de la réglementation française CGI art. 286, I. 3 ° bis qui stipule certains critères concernant l'inaltérabilité, la sécurité, le stockage et l'archivage des données relatives aux ventes aux particuliers (B2C).\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"Le module ajoute les fonctionnalités suivantes:\n" +"\n" +" Inaltérabilité: désactivation de tous les moyens d'annuler ou de modifier les données de clé, les factures et les écritures au journal\n" +"\n" +" Sécurité: algorithme de chaînage pour vérifier l'inaltérabilité\n" +"\n" +" Stockage: clôtures automatiques des ventes avec calcul des totaux par période et cumulés (journalier, mensuel, annuel)\n" +"\n" +" Accès à télécharger le certificat de conformité obligatoire délivré par Odoo SA (réservé aux utilisateurs Odoo Enterprise)\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_pos_cache +msgid "\n" +"This creates a product cache per POS config. It drastically lowers the\n" +"time it takes to load a POS session with a lot of products.\n" +" " +msgstr "\n" +"Ceci crée un cache de produits par configuration de POS. \n" +"Ce cache diminue considérablement le temps de chargement \n" +"d'une session POS comprenant beaucoup de produits." + +#. module: base +#: model:ir.module.module,description:base.module_website_partner +msgid "\n" +"This is a base module. It holds website-related stuff for Contact model (res.partner).\n" +" " +msgstr "\n" +"Ceci est un module de base. Il contient des éléments relatifs au site Web pour le modèle Contact (res.partner)." + +#. module: base +#: model:ir.module.module,description:base.module_website_payment +msgid "\n" +"This is a bridge module which integrates payment acquirers with Website app.\n" +" " +msgstr "\n" +"Un module pont qui intègre les intermédiaires de paiements avec l'application Site Web.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_calendar +msgid "\n" +"This is a full-featured calendar system.\n" +"========================================\n" +"\n" +"It supports:\n" +"------------\n" +" - Calendar of events\n" +" - Recurring events\n" +"\n" +"If you need to manage your meetings, you should install the CRM module.\n" +" " +msgstr "\n" +"Ceci est un système complet d'agenda.\n" +"===============================\n" +"\n" +"Il supporte :\n" +"---------------\n" +" - L'agenda des événements,\n" +" - Les événements récurrents.\n" +"\n" +"Si vous souhaitez gérer vos rendez-vous, vous devriez installer le module CRM.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_uom +msgid "\n" +"This is the base module for managing Units of measure.\n" +"========================================================================\n" +" " +msgstr "\n" +"Module de base de gestion des Unités de mesure.\n" +"========================================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_product +msgid "\n" +"This is the base module for managing products and pricelists in Odoo.\n" +"========================================================================\n" +"\n" +"Products support variants, different pricing methods, vendors information,\n" +"make to stock/order, different units of measure, packaging and properties.\n" +"\n" +"Pricelists support:\n" +"-------------------\n" +" * Multiple-level of discount (by product, category, quantities)\n" +" * Compute price based on different criteria:\n" +" * Other pricelist\n" +" * Cost price\n" +" * List price\n" +" * Vendor price\n" +"\n" +"Pricelists preferences by product and/or partners.\n" +"\n" +"Print product labels with barcode.\n" +" " +msgstr "\n" +"Module de base de gestion des produits et des listes de prix dans Odoo.\n" +"================================================== ======================\n" +"\n" +"Prise en compte des variantes des produits, différentes méthodes de tarification, informations des vendeurs, fabrication sur stock ou sur ordre, différentes unités de mesures, emballage et propriétés.\n" +"\n" +"Support des listes de prix:\n" +"-------------------\n" +"* Multiples niveaux de remise (par produit, catégorie, quantité)\n" +"* Calcul des prix sur différents critères :\n" +"* Autre liste de prix\n" +"* Prix coutant\n" +"* Liste des prix\n" +"* Prix du vendeur\n" +"\n" +"Préférences des listes de prix par produit et / ou partenaires.\n" +"\n" +"Impression d'étiquettes avec code à barres." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_be +msgid "\n" +"This is the base module to manage the accounting chart for Belgium in Odoo.\n" +"==============================================================================\n" +"\n" +"After installing this module, the Configuration wizard for accounting is launched.\n" +" * We have the account templates which can be helpful to generate Charts of Accounts.\n" +" * On that particular wizard, you will be asked to pass the name of the company,\n" +" the chart template to follow, the no. of digits to generate, the code for your\n" +" account and bank account, currency to create journals.\n" +"\n" +"Thus, the pure copy of Chart Template is generated.\n" +"\n" +"Wizards provided by this module:\n" +"--------------------------------\n" +" * Partner VAT Intra: Enlist the partners with their related VAT and invoiced\n" +" amounts. Prepares an XML file format.\n" +" \n" +" **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Partner VAT Intra\n" +" * Periodical VAT Declaration: Prepares an XML file for Vat Declaration of\n" +" the Main company of the User currently Logged in.\n" +" \n" +" **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Periodical VAT Declaration\n" +" * Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat\n" +" Declaration of the Main company of the User currently Logged in Based on\n" +" Fiscal year.\n" +" \n" +" **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Annual Listing Of VAT-Subjected Customers\n" +"\n" +" " +msgstr "\n" +"Module de gestion du plan comptable pour la Belgique dans Odoo.\n" +"================================================== ============================\n" +"\n" +"Après l'installation de ce module, l'assistant de configuration de la comptabilité est lancé.\n" +" * Nous avons les modèles de compte, ce qui peut être utile pour générer des graphiques de comptes.\n" +" * Sur cet assistant, vous serez invité à saisir le nom de la société, le modèle de tableau à suivre, le nombre de chiffres à générer, le code du compte et le compte bancaire, la monnaie pour créer les journaux.\n" +"\n" +"Ainsi, la copie pure du modèle de tableau est générée.\n" +"\n" +"Assistants fournis par ce module:\n" +"--------------------------------\n" +" * Partenaire TVA intra : enregistrer les partenaires avec leur TVA afférente et les montants facturés. \n" +"Préparer un format de fichier XML.\n" +"\n" +" ** Chemin d'accès: ** \n" +"Facturation / Analyse / Rapports juridiques / Belgique / états Partner TVA Intra\n" +"\n" +" * Déclaration périodique de TVA : Préparer un fichier XML pour la déclaration de TVA\n" +" La principale compagnie de l'utilisateur actuellement connecté.\n" +"\n" +"** Chemin d'accès: ** \n" +"Facturation / Analyse / Rapports juridiques / Belgique Déclarations / Déclaration périodique de TVA\n" +" * Liste annuelle des clients soumis à la TVA : Prépare un fichier XML pour le TVA\n" +" Déclaration de l'entreprise principale de l'utilisateur actuellement connecté sur la base de l'Année fiscale.\n" +"\n" +"** Chemin d'accès: ** \n" +"Facturation / Analyse / Rapports juridiques / États Belgique / liste annuelle des clients soumis à la TVA" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ec +msgid "\n" +"This is the base module to manage the accounting chart for Ecuador in Odoo.\n" +"==============================================================================\n" +"\n" +"Accounting chart and localization for Ecuador.\n" +" " +msgstr "\n" +"Module de base pour gérer le plan comptable pour l'Équateur dans Odoo.\n" +"=========================================================================\n" +"\n" +"Module pour la comptabilité équatorienne\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_gr +msgid "\n" +"This is the base module to manage the accounting chart for Greece.\n" +"==================================================================\n" +"\n" +"Greek accounting chart and localization.\n" +" " +msgstr "\n" +"Ceci est le module de base pour la gestion du plan comptable Grec.\n" +"==================================================================\n" +"\n" +"Greek accounting chart and localization.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_gt +msgid "\n" +"This is the base module to manage the accounting chart for Guatemala.\n" +"=====================================================================\n" +"\n" +"Agrega una nomenclatura contable para Guatemala. También icluye impuestos y\n" +"la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes\n" +"taxes and the Quetzal currency." +msgstr "\n" +"Module de gestion du Plan comptable du Guatemala.\n" +"=====================================================================\n" +"\n" +"Agrega una nomenclatura contable para Guatemala. También icluye impuestos y\n" +"la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes\n" +"taxes and the Quetzal currency." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_hn +msgid "\n" +"This is the base module to manage the accounting chart for Honduras.\n" +"====================================================================\n" +" \n" +"Agrega una nomenclatura contable para Honduras. También incluye impuestos y la\n" +"moneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes\n" +"and the Lempira currency." +msgstr "\n" +"Module de gestion du Plan comptable du Honduras.\n" +"====================================================================\n" +"\n" +"Agrega una nomenclatura contable para Honduras. También incluye impuestos y la\n" +"moneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes\n" +"and the Lempira currency." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_lu +msgid "\n" +"This is the base module to manage the accounting chart for Luxembourg.\n" +"======================================================================\n" +"\n" +" * the Luxembourg Official Chart of Accounts (law of June 2009 + 2015 chart and Taxes),\n" +" * the Tax Code Chart for Luxembourg\n" +" * the main taxes used in Luxembourg\n" +" * default fiscal position for local, intracom, extracom\n" +"\n" +"Notes:\n" +" * the 2015 chart of taxes is implemented to a large extent,\n" +" see the first sheet of tax.xls for details of coverage\n" +" * to update the chart of tax template, update tax.xls and run tax2csv.py\n" +"" +msgstr "\n" +"Module de base pour gérer le plan comptable du Luxembourg.\n" +"================================================== ====================\n" +"\n" +"* Plan comptable officiel du Luxembourg (loi de Juin 2009 + 2015 plan et impôts),\n" +"* Plan du Code général des impôts du Luxembourg\n" +"* Principales taxes utilisées au Luxembourg\n" +"* Position fiscale par défaut, locale, intracom, extracom\n" +"\n" +"Notes:\n" +"* Le tableau 2015 des impôts est mis en œuvre dans une large mesure,\n" +"voir la première feuille de tax.xls pour les détails de la couverture\n" +"* Pour mettre à jour le tableau du modèle fiscal, mettre à jour et exécuter tax2csv.py tax.xls\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ma +msgid "\n" +"This is the base module to manage the accounting chart for Maroc.\n" +"=================================================================\n" +"\n" +"Ce Module charge le modèle du plan de comptes standard Marocain et permet de\n" +"générer les états comptables aux normes marocaines (Bilan, CPC (comptes de\n" +"produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...).\n" +"L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable\n" +"Seddik au cours du troisième trimestre 2010." +msgstr "\n" +"Ce module de base permet de gérer le plan comptable pour le Maroc.\n" +"=================================================================\n" +"\n" +"Ce Module charge le modèle du plan de comptes standard Marocain et permet de\n" +"générer les états comptables aux normes marocaines (Bilan, CPC (comptes de\n" +"produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...).\n" +"L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable\n" +"Seddik au cours du troisième trimestre 2010." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_generic_coa +msgid "\n" +"This is the base module to manage the generic accounting chart in Odoo.\n" +"==============================================================================\n" +"\n" +"Install some generic chart of accounts.\n" +" " +msgstr "\n" +"Module de base pour gérer le plan comptable générique Odoo.\n" +"================================================== ============================\n" +"\n" +"Installer un plan comptable générique." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_id +msgid "\n" +"This is the latest Indonesian Odoo localisation necessary to run Odoo accounting for SMEs with:\n" +"=================================================================================================\n" +" - generic Indonesian chart of accounts\n" +" - tax structure" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_uk +msgid "\n" +"This is the latest UK Odoo localisation necessary to run Odoo accounting for UK SME's with:\n" +"=================================================================================================\n" +" - a CT600-ready chart of accounts\n" +" - VAT100-ready tax structure\n" +" - InfoLogic UK counties listing\n" +" - a few other adaptations" +msgstr "\n" +"Ceci est la dernière traduction Odoo nécessaire pour la comptabilité Odoo au sein des PME du Royaume-Uni avec :\n" +"================================================== ===============================================\n" +"- Un plan comptable compatible CT600\n" +"- Structure fiscale compatible VAT100\n" +"- Liste des comtés britaniques InfoLogic\n" +"- Quelques autres adaptations" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_za +msgid "\n" +"This is the latest basic South African localisation necessary to run Odoo in ZA:\n" +"================================================================================\n" +" - a generic chart of accounts\n" +" - SARS VAT Ready Structure" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ro +msgid "\n" +"This is the module to manage the Accounting Chart, VAT structure, Fiscal Position and Tax Mapping.\n" +"It also adds the Registration Number for Romania in Odoo.\n" +"================================================================================================================\n" +"\n" +"Romanian accounting chart and localization.\n" +" " +msgstr "\n" +"Module Odoo de gestion du plan comptable, de la structure TVA, de la position fiscale et de la correspondance fiscale pour la Roumanie.\n" +"Il gère aussi le Numéro d'Immatriculation roumain.\n" +"==================================================================================================\n" +"\n" +"\n" +"Plan comptable roumain et traduction.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ca +msgid "\n" +"This is the module to manage the Canadian accounting chart in Odoo.\n" +"===========================================================================================\n" +"\n" +"Canadian accounting charts and localizations.\n" +"\n" +"Fiscal positions\n" +"----------------\n" +"\n" +"When considering taxes to be applied, it is the province where the delivery occurs that matters.\n" +"Therefore we decided to implement the most common case in the fiscal positions: delivery is the\n" +"responsibility of the vendor and done at the customer location.\n" +"\n" +"Some examples:\n" +"\n" +"1) You have a customer from another province and you deliver to his location.\n" +"On the customer, set the fiscal position to his province.\n" +"\n" +"2) You have a customer from another province. However this customer comes to your location\n" +"with their truck to pick up products. On the customer, do not set any fiscal position.\n" +"\n" +"3) An international vendor doesn't charge you any tax. Taxes are charged at customs\n" +"by the customs broker. On the vendor, set the fiscal position to International.\n" +"\n" +"4) An international vendor charge you your provincial tax. They are registered with your\n" +"position.\n" +" " +msgstr "\n" +"Module de gestion du plan comptable Canadien dans Odoo.\n" +"================================================== =========================================\n" +"\n" +"Plan comptable Canadien et localisations.\n" +"\n" +"Les positions fiscales\n" +"----------------\n" +"\n" +"Lors de l'examen des taxes à appliquer, c'est la province où la livraison est effectuée qui compte.\n" +"Par conséquent il a été décidé de mettre en œuvre le cas le plus fréquent dans les positions fiscales : la livraison est sous la responsabilité du vendeur et se fait aux conditions du domicile du client.\n" +"\n" +"Quelques exemples:\n" +"\n" +"1) Pour un client d'une autre province et une livraison à son domicile.\n" +"Définir la position fiscale du client selon celle de sa province.\n" +"\n" +"2) Pour un client d'une autre province. Lorsque celui-ci envoie un camion à votre domicile pour prendre ses produits. Ne pas utiliser la position fiscale du client.\n" +"\n" +"3) Un fournisseur international ne facture pas les taxes. Les taxes sont facturés à la douane par le courtier en douane. Pour ce vendeur, définir la position budgétaire à 'International'.\n" +"\n" +"4) Un vendeur international charge sa vente aux taxes de votre province. Ces taxes sont enregistrées avec votre position." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_pl +msgid "\n" +"This is the module to manage the accounting chart and taxes for Poland in Odoo.\n" +"==================================================================================\n" +"\n" +"To jest moduł do tworzenia wzorcowego planu kont, podatków, obszarów podatkowych i\n" +"rejestrów podatkowych. Moduł ustawia też konta do kupna i sprzedaży towarów\n" +"zakładając, że wszystkie towary są w obrocie hurtowym.\n" +"\n" +"Niniejszy moduł jest przeznaczony dla odoo 8.0.\n" +"Wewnętrzny numer wersji OpenGLOBE 1.02\n" +" " +msgstr "\n" +"Module de gestion du Plan comptable et taxes pour la Pologne dans Odoo.\n" +"==================================================================================\n" +"\n" +"To jest moduł do tworzenia wzorcowego planu kont, podatków, obszarów podatkowych i\n" +"rejestrów podatkowych. Moduł ustawia też konta do kupna i sprzedaży towarów\n" +"zakładając, że wszystkie towary są w obrocie hurtowym.\n" +"\n" +"Niniejszy moduł jest przeznaczony dla odoo 8.0.\n" +"Wewnętrzny numer wersji OpenGLOBE 1.02" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_fr +msgid "\n" +"This is the module to manage the accounting chart for France in Odoo.\n" +"========================================================================\n" +"\n" +"This module applies to companies based in France mainland. It doesn't apply to\n" +"companies based in the DOM-TOMs (Guadeloupe, Martinique, Guyane, Réunion, Mayotte).\n" +"\n" +"This localisation module creates the VAT taxes of type 'tax included' for purchases\n" +"(it is notably required when you use the module 'hr_expense'). Beware that these\n" +"'tax included' VAT taxes are not managed by the fiscal positions provided by this\n" +"module (because it is complex to manage both 'tax excluded' and 'tax included'\n" +"scenarios in fiscal positions).\n" +"\n" +"This localisation module doesn't properly handle the scenario when a France-mainland\n" +"company sells services to a company based in the DOMs. We could manage it in the\n" +"fiscal positions, but it would require to differentiate between 'product' VAT taxes\n" +"and 'service' VAT taxes. We consider that it is too 'heavy' to have this by default\n" +"in l10n_fr; companies that sell services to DOM-based companies should update the\n" +"configuration of their taxes and fiscal positions manually.\n" +"\n" +"**Credits:** Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp.\n" +"" +msgstr "\n" +"Module de gestion du Plan Comptable Français.\n" +"===================================\n" +"\n" +"Ce module est applicable aux sociétés domiciliées en France métropolitaine. Elle ne concerne pas les sociétés domiciliées dans les DOM-TOM (Guadeloupe, Martinique, Guyane, Réunion, Mayotte).\n" +"\n" +"Il gère la TVA de type TTC pour les achats (il est indispensable pour utiliser le module 'hr_expense'). Attention, ces TVA «TTC» ne sont pas gérés par les budgets prévus par ce module (car il est complexe de gérer à la fois les scénarios HT et TTC dans des budgets) .\n" +"\n" +"Ce module de traduction ne gère pas correctement le scénario dans lequel un société métropolitaine vend des services à une société domiciliée dans les DOM. \n" +"Nous pourrions gérer cela dans les budgets, mais il faudrait faire la différence entre la TVA sur les produits et la TVA sur les services. \n" +"Nous considérons qu'il est trop «lourd» d'avoir ceci par défaut dans l10n_fr; les entreprises qui vendent des services à des entreprises domiciliées dans les DOM doivent mettre à jour manuellement la configuration de leurs taxes et positions fiscales.\n" +"\n" +"** Crédits: ** Sistheo, Zeekom, CrysaLEAD, Akretion et Camptocamp.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_mn +msgid "\n" +"This is the module to manage the accounting chart for Mongolia.\n" +"===============================================================\n" +"\n" +" * the Mongolia Official Chart of Accounts,\n" +" * the Tax Code Chart for Mongolia\n" +" * the main taxes used in Mongolia\n" +" \n" +"Financial requirement contributor: Baskhuu Lodoikhuu. BumanIT LLC\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_vn +msgid "\n" +"This is the module to manage the accounting chart for Vietnam in Odoo.\n" +"=========================================================================\n" +"\n" +"This module applies to companies based in Vietnamese Accounting Standard (VAS)\n" +"with Chart of account under Circular No. 200/2014/TT-BTC\n" +"\n" +"**Credits:**\n" +" - General Solutions.\n" +" - Trobz\n" +"" +msgstr "\n" +"Module de gestion du plan comptable vietnamien dans Odoo.\n" +"=========================================================================\n" +"\n" +"Ce module s'applique aux entreprises placées sous la norme comptable vietnamienne (VAS),\n" +"Circulaire nº 200/2014/TT-BTC\n" +"\n" +"**Crédits :**\n" +" – General Solutions.\n" +" – Trobz\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_pad_project +msgid "\n" +"This module adds a PAD in all project form views.\n" +"=================================================\n" +" " +msgstr "\n" +"Ce module ajoute un bloc notes dans toutes les vues formulaire de projet.\n" +"=====================================================" + +#. module: base +#: model:ir.module.module,description:base.module_website_twitter +msgid "\n" +"This module adds a Twitter roller building block to the website builder, so that you can display Twitter feeds on any page of your website.\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_comparison +msgid "\n" +"This module adds a comparison tool to your eCommerce shop, so that your shoppers can easily compare products based on their attributes. It will considerably accelerate their purchasing decision.\n" +"\n" +"To configure product attributes, activate *Attributes & Variants* in the Website settings. This will add a dedicated section in the product form. In the configuration, this module adds a category field to product attributes in order to structure the shopper's comparison table.\n" +"\n" +"Finally, the module comes with an option to display an attribute summary table in product web pages (available in Customize menu).\n" +" " +msgstr "\n" +"Ce module ajoute un outil de comparaison à votre boutique en ligne, afin que vos clients puissent facilement comparer des produits en fonction de leurs attributs. Cela accélérera considérablement leur décision d'achat.\n" +"\n" +"Pour configurer les attributs du produit, activez * Attributs & Variantes * dans les paramètres du site Web. Cela ajoutera une section dédiée dans la fiche produit. Dans la configuration, ce module ajoute un champ de catégorie aux attributs du produit afin de structurer le tableau de comparaison de l'acheteur.\n" +"\n" +"Enfin, le module est fourni avec une option permettant d'afficher un tableau de résumé des attributs dans les pages Web du produit (disponible dans le menu Personnaliser). " + +#. module: base +#: model:ir.module.module,description:base.module_sale_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 sales order based on the selected case.\n" +"If different cases are open (a list), it generates one sales order by case.\n" +"The case is then closed and linked to the generated sales order.\n" +"\n" +"We suggest you to install this module, if you installed both the sale and the crm\n" +"modules.\n" +" " +msgstr "\n" +"Ce module ajoute un raccourci sur un ou plusieurs cas d'opportunités dans le système CRM.\n" +"===========================================================================\n" +"\n" +"Ce raccourci vous permet de générer une commande client en fonction du cas sélectionné.\n" +"Si différents cas sont ouverts (une liste), il génère une commande client pour chaque cas.\n" +"Le cas est ensuite fermé et associé à la commande client générée.\n" +"\n" +"Nous vous recommandons d'installer ce module si vous avez installé les modules Vente et\n" +"CRM.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_portal +msgid "\n" +"This module adds required base code for a fully integrated customer portal.\n" +"It contains the base controller class and base templates. Business addons\n" +"will add their specific templates and controllers to extend the customer\n" +"portal.\n" +"\n" +"This module contains most code coming from odoo v10 website_portal. Purpose\n" +"of this module is to allow the display of a customer portal without having\n" +"a dependency towards website edition and customization capabilities." +msgstr "\n" +"Ce module ajoute le code de base requis pour un portail client entièrement intégré.\n" +"Il contient la classe de contrôleur de base et des modèles de base. Les modules d'entreprise\n" +"ajoutent leurs modèles et contrôleurs pour développer le portail\n" +"client.\n" +"\n" +"Ce module contient essentiellement du code provenant de website_portal version 10 d'Odoo. L'objectif\n" +"de ce module est d'autoriser l'affichage d'un portail client sans\n" +"dépendre de fonctionnalités d'édition et de personnalisation de sites Web." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_fr_sale_closing +msgid "\n" +"This module adds support for automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"The module adds following features:\n" +"\n" +" Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n" +"\n" +"" +msgstr "\n" +"Ce module ajoute la prise en charge des clôtures automatiques des ventes avec le calcul des totaux par période et cumulés (quotidien, mensuel, annuel).\n" +"-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" +"\n" +"Le module ajoute les fonctionnalités suivantes:\n" +"\n" +"\n" +"Stockage: clôtures automatiques des ventes avec calcul des totaux par période et cumulés (journalier, mensuel, annuel)\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_sale_margin +msgid "\n" +"This module adds the 'Margin' on sales order.\n" +"=============================================\n" +"\n" +"This gives the profitability by calculating the difference between the Unit\n" +"Price and Cost Price.\n" +" " +msgstr "\n" +"Ce module ajoute la \"Marge\" sur les bons de commandes.\n" +"=============================================\n" +"\n" +"Il donne la profitabilité en calculant la différence du prix unitaire et du prix de revient.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_stock_picking_batch +msgid "\n" +"This module adds the batch picking option in warehouse management\n" +"=================================================================\n" +" " +msgstr "\n" +"Ce module ajoute l'option de préparation par lots à la gestion d'entrepôt\n" +"=================================================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_hr_attendance +msgid "\n" +"This module aims to manage employee's attendances.\n" +"==================================================\n" +"\n" +"Keeps account of the attendances of the employees on the basis of the\n" +"actions(Check in/Check out) performed by them.\n" +" " +msgstr "\n" +"Module de pointage des heures pour les employés.\n" +"================================================\n" +"\n" +"Comptabilise les temps de présence des employés sur la base des\n" +"pointages (Entrée / Sorties) réalisés.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_rating +msgid "\n" +"This module allows a customer to give rating.\n" +"" +msgstr "\n" +"Ce module permet à un client de donner un avis.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_base_automation +msgid "\n" +"This module allows to implement action rules for any object.\n" +"============================================================\n" +"\n" +"Use automated actions to automatically trigger actions for various screens.\n" +"\n" +"**Example:** A lead created by a specific user may be automatically set to a specific\n" +"Sales Team, or an opportunity which still has status pending after 14 days might\n" +"trigger an automatic reminder email.\n" +" " +msgstr "\n" +"Module de mise en œuvre des règles d'action pour tout object.\n" +"================================================== ==========\n" +"\n" +"Utiliser des actions automatisées pour déclencher automatiquement des actions pour divers écrans.\n" +"\n" +"** Exemples : ** \n" +"Une piste créée par un utilisateur particulier peut être automatiquement attribuée à une équipe de vente particulière. \n" +"Une opportunité au statut 'en attente\" depuis 14 jours pourrait déclencher automatiquement un e-mail de rappel automatique." + +#. module: base +#: model:ir.module.module,description:base.module_website_crm_partner_assign +msgid "\n" +"This module allows to publish your resellers/partners on your website and to forward incoming leads/opportunities to them.\n" +"\n" +"\n" +"**Publish a partner**\n" +"\n" +"To publish a partner, set a *Level* in their contact form (in the Partner Assignation section) and click the *Publish* button.\n" +"\n" +"**Forward leads**\n" +"\n" +"Forwarding leads can be done for one or several leads at a time. The action is available in the *Assigned Partner* section of the lead/opportunity form view and in the *Action* menu of the list view.\n" +"\n" +"The automatic assignation is figured from the weight of partner levels and the geolocalization. Partners get leads that are located around them.\n" +"\n" +" " +msgstr "\n" +"Ce module permet de publier vos revendeurs / partenaires sur votre site web et de leur transférer les pistes / opportunités entrants.\n" +"\n" +"\n" +"**Publier un partenaire**\n" +"\n" +"Pour publier un partenaire, définissez un * Niveau * dans son formulaire de contact (dans la section Affectation de partenaire), puis cliquez sur le bouton * Publier *.\n" +"\n" +"**Transférer des pistes**\n" +"\n" +"La transmission de leads peut être effectuée pour une ou plusieurs pistes à la fois. L'action peut être trouvée dans la section * Partenaire Assigné * de la piste / de l'opportunité et dans le menu * Action * de la vue liste.\n" +"\n" +"L'affectation automatique est calculée à partir du poids des niveaux de partenaires et de la géolocalisation. Les partenaires reçoivent des pistes qui se trouvent autour d'eux." + +#. module: base +#: model:ir.module.module,description:base.module_website_gengo +msgid "\n" +"This module allows to send website content to Gengo translation service in a single click. Gengo then gives back the translated terms in the destination language.\n" +" " +msgstr "\n" +"Ce module permet d'envoyer le contenu du site vers le service de traduction Gengo en un seul click. Gengo vous renvoie ensuite les termes traduits dans le langage de destination.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_membership +msgid "\n" +"This module allows you to manage all operations for managing memberships.\n" +"=========================================================================\n" +"\n" +"It supports different kind of members:\n" +"--------------------------------------\n" +" * Free member\n" +" * Associated member (e.g.: a group subscribes to a membership for all subsidiaries)\n" +" * Paid members\n" +" * Special member prices\n" +"\n" +"It is integrated with sales and accounting to allow you to automatically\n" +"invoice and send propositions for membership renewal.\n" +" " +msgstr "\n" +"Module de gestion des adhérents.\n" +"================================================== =======================\n" +"\n" +"Il prend en charge différents types de membres:\n" +"--------------------------------------\n" +"* Membre à titre gratuit\n" +"* Membre associé (exemple : un groupe prend un adhésion pour toutes les filiales (???))\n" +"* Membres payants\n" +"* Membres bénéficiant de prix spéciaux\n" +"\n" +"Il est intégré avec les modules 'Ventes' et 'Comptabilité' pour facturer et envoyer des propositions de renouvellement d'adhésion automatiquement." + +#. module: base +#: model:ir.module.module,description:base.module_purchase_requisition +msgid "\n" +"This module allows you to manage your Purchase Agreements.\n" +"===========================================================\n" +"\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 "\n" +"Ce module vous permet de gérer vos contrats d'achat.\n" +"===========================================================\n" +"\n" +"Gérez les appels d'offres et les contrats-cadres. Les appels d'offres permettent d'\n" +"obtenir différentes offres soumises par différents fournisseurs et de sélectionner les meilleures. Les contrats-cadres\n" +"correspondent à des contrats que vous passez avec des fournisseurs pour bénéficier d'un tarif prédéterminé.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_mrp_byproduct +msgid "\n" +"This module allows you to produce several products from one production order.\n" +"=============================================================================\n" +"\n" +"You can configure by-products in the bill of material.\n" +"\n" +"Without this module:\n" +"--------------------\n" +" A + B + C -> D\n" +"\n" +"With this module:\n" +"-----------------\n" +" A + B + C -> D + E\n" +" " +msgstr "\n" +"Ce module vous permet de produire plusieurs produits à partir d'un ordre de production.\n" +"======================================================================\n" +"\n" +"Vous pouvez configurer des sous-produits dans la nomenclature des matériaux.\n" +"\n" +"Sans ce module :\n" +"----------------------\n" +" A + B + C -> D\n" +"\n" +"Avec ce module : \n" +"-----------------------\n" +" A + B + C -> D + E\n" +" " + +#. 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" +" " +msgstr "\n" +"Ce module ajoute un nouveau bloc comprenant un widget de campagne email à appliquer sur n'importe quelle page de votre site.\n" +"En un clic, vos visiteurs peuvent s'inscrire à votre campagnes email gérée par l'application Email Marketing.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_sale +msgid "\n" +"This module contains all the common features of Sales Management and eCommerce.\n" +" " +msgstr "\n" +"Ce module contient toutes les fonctionnalités couramment utilisées pour la gestion des ventes et l'e-commerce.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_sms +msgid "\n" +"This module gives a framework for SMS text messaging\n" +"----------------------------------------------------\n" +"\n" +"The service is provided by the In App Purchase Odoo platform.\n" +"" +msgstr "\n" +"Ce module définit un cadre pour les SMS\n" +"----------------------------------------------------\n" +"\n" +"Le service est proposé par la plate-forme d'achats intégrés d'Odoo.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_contacts +msgid "\n" +"This module gives you a quick view of your contacts directory, accessible from your home page.\n" +"You can track your vendors, customers and other contacts.\n" +"" +msgstr "\n" +"Ce module vous donne un aperçu rapide de votre carnet d'adresses, accessible depuis la page d'accueil.\n" +"Vous pourrez ainsi suivre vos fournisseurs, clients et autres contacts.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_base_setup +msgid "\n" +"This module helps to configure the system at the installation of a new database.\n" +"================================================================================\n" +"\n" +"Shows you a list of applications features to install from.\n" +"\n" +" " +msgstr "\n" +"Ce module aide à configurer le système à l'installation d'une nouvelle base.\n" +"================================================== ==============================\n" +"\n" +"Affiche la liste des fonctionnalités et applications à installer au démarrage.\n" +"\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_hr_timesheet +msgid "\n" +"This module implements a timesheet system.\n" +"==========================================\n" +"\n" +"Each employee can encode and track their time spent on the different projects.\n" +"\n" +"Lots of reporting on time and employee tracking are provided.\n" +"\n" +"It is completely integrated with the cost accounting module. It allows you to set\n" +"up a management by affair.\n" +" " +msgstr "\n" +"Ce module met en œuvre un système de feuilles de temps.\n" +"===============================================\n" +"\n" +"Chaque employé peut saisir et suivre le temps qu'il passe sur les différents projets.\n" +"\n" +"Différents rapports sur le temps et le suivi des employés sont fournis.\n" +"\n" +"Il est complètement intégré au module gestion des coûts (cost_accounting). Il vous\n" +"permet de mettre en place une gestion par affaire.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_syscohada +msgid "\n" +"This module implements the accounting chart for OHADA area.\n" +"===========================================================\n" +" \n" +"It allows any company or association to manage its financial accounting.\n" +"\n" +"Countries that use OHADA are the following:\n" +"-------------------------------------------\n" +" Benin, Burkina Faso, Cameroon, Central African Republic, Comoros, Congo,\n" +" \n" +" Ivory Coast, Gabon, Guinea, Guinea Bissau, Equatorial Guinea, Mali, Niger,\n" +" \n" +" Replica of Democratic Congo, Senegal, Chad, Togo.\n" +" " +msgstr "\n" +"Ce module implémente la charte de compte pour les pays de l'HOADA.\n" +"=======================================================\n" +"\n" +"Il permet à toute compagnie ou association de gérer sa comptabilité financière.\n" +"\n" +"Les pays qui utilisent OHADA sont les suivants :\n" +"----------------------------------------------------------------\n" +" Benin, Burkina Faso, Cameroun, Centrafrique, Comores, Congo,\n" +" Côte d'Ivoire, Gabon, Guinée, Guinée-Bissau, Guinée Équatoriale, Mali, Niger,\n" +" République Démocratique du Congo, Sénégal, Tchad et Togo.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_base_iban +msgid "\n" +"This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.\n" +"======================================================================================================================\n" +"\n" +"The ability to extract the correctly represented local accounts from IBAN accounts\n" +"with a single statement.\n" +" " +msgstr "\n" +"Ce module installe la base pour les IBAN (International Bank Account Number) des comptes bancaires et vérifie leur validité.\n" +"========================================================================\n" +"\n" +"La possibilité d'extraire les comptes locaux correctement représentés à partir des comptes IBAN avec un seul relevé.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_association +msgid "\n" +"This module is to configure modules related to an association.\n" +"==============================================================\n" +"\n" +"It installs the profile for associations to manage events, registrations, memberships, \n" +"membership products (schemes).\n" +" " +msgstr "\n" +"Ce module configure les modules nécessaires aux associations.\n" +"=================================================\n" +"\n" +"Il installe le profil pour les associations leur permettant de gérer les événements, enregistrements, \n" +"adhésions, produits d'adhésion (programmes).\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_account_check_printing +msgid "\n" +"This module offers the basic functionalities to make payments by printing checks.\n" +"It must be used as a dependency for modules that provide country-specific check templates.\n" +"The check settings are located in the accounting journals configuration page.\n" +" " +msgstr "\n" +"Module contenant les fonctionnalités de base pour effectuer des paiements par impression de chèques.\n" +"Il doit être utilisé en liaison avec modules qui fournissent les modèles de chèques spécifiques à chaque pays.\n" +"Les paramètres de contrôle sont situés dans la page de configuration des journaux comptables." + +#. module: base +#: model:ir.module.module,description:base.module_purchase_mrp +msgid "\n" +"This module provides facility to the user to install mrp and purchase modules at a time.\n" +"========================================================================================\n" +"\n" +"It is basically used when we want to keep track of production orders generated\n" +"from purchase order.\n" +" " +msgstr "\n" +"Ce module permet à l'utilisateur d'installer les modules MRP et Achat.\n" +"========================================================================================\n" +"\n" +"Nous l'utilisons surtout lorsque nous voulons suivre les commandes de production générées\n" +"à partir d'une commande fournisseur.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_sale_mrp +msgid "\n" +"This module provides facility to the user to install mrp and sales modulesat a time.\n" +"====================================================================================\n" +"\n" +"It is basically used when we want to keep track of production orders generated\n" +"from sales order. It adds sales name and sales Reference on production order.\n" +" " +msgstr "\n" +"Module d'installation des modules 'MRP' et 'Ventes' en même temps.\n" +"( libellé anglais non explicite, à revoir !)\n" +"================================================== ==================================\n" +"\n" +"Il est essentiellement utilisé lorsque l'on veut garder la trace des ordres de production générés par des ordre de vente. \n" +"Il ajoute le nom et la référence des ventes sur l'ordre de fabrication." + +#. module: base +#: model:ir.module.module,description:base.module_iap +msgid "\n" +"This module provides standard tools (account model, context manager and helpers) to support In-App purchases inside Odoo.\n" +"" +msgstr "\n" +"Ce module propose des outils standard (modèle de compte, gestionnaire de contexte et outils d'assistance) pour faciliter les achats intégrés au sein d'Odoo.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_at +msgid "\n" +"This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at.\n" +"============================================================================================================= \n" +"Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.\n" +"" +msgstr "\n" +"Ce module fournit le plan comptable standard pour l'Autriche qui est basé sur le modèle BMF.gv.at.\n" +"================================================================================================== \n" +"Veuillez garder à l'esprit que vous devez le revoir et l'adapter avec votre comptable avant de l'utiliser dans un environnement de production.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_note_pad +msgid "\n" +"This module update memos inside Odoo for using an external pad\n" +"=================================================================\n" +"\n" +"Use for update your text memo in real time with the following user that you invite.\n" +"\n" +"" +msgstr "\n" +"Ce module met à jour les notes dans Odoo en utilisant un éditeur externe\n" +"===============================================================\n" +"\n" +"Utilisez-le pour mettre à jour vos notes en temps réel, avec les utilisateurs invités.\n" +"\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_procurement_jit +msgid "\n" +"This module will automatically reserve the picking from stock when a sales order is confirmed\n" +"=============================================================================================\n" +"Upon confirmation of a sales order or when quantities are added,\n" +"the picking that reserves from stock will be reserved if the\n" +"necessary quantities are available.\n" +"\n" +"In the simplest configurations, this is an easy way of working:\n" +"first come, first served. However, when not installed, you can\n" +"use manual reservation or run the schedulers where the system\n" +"will take into account the expected date and the priority.\n" +"\n" +"If this automatic reservation would reserve too much, you can\n" +"still unreserve a picking.\n" +" " +msgstr "\n" +"Ce module réserve automatiquement le stock en vue de la préparation lorsqu'une commande client est confirmée\n" +"=============================================================================================\n" +"Lorsqu'une commande client est confirmée ou lorsque des quantités sont ajoutées,\n" +"une réservation est faite en vue de la préparation si les\n" +"quantités nécessaires sont disponibles.\n" +"\n" +"Dans les cas simples, cela facilite le travail :\n" +"premier arrivé, premier servi. Cependant, lorsque ce module n'est pas installé, vous pouvez\n" +"faire la réservation manuellement ou exécuter les planificateurs pour que le système\n" +"prenne en compte la date prévue et la priorité.\n" +"\n" +"Si la réservation automatique est excessive, vous pouvez toujours annuler la réservation pour la préparation.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_test_main_flows +msgid "\n" +"This module will test the main workflow of Odoo.\n" +"It will install some main apps and will try to execute the most important actions.\n" +"" +msgstr "\n" +"Ce module teste le flux de travail principal d'Odoo.\n" +"Il installe certaines applications de base et essaie d'exécuter les actions les plus importantes.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_web_kanban_gauge +msgid "\n" +"This widget allows to display gauges using d3 library.\n" +"" +msgstr "\n" +"Ce widget permet d'afficher les jauges en utilisant la bibliothèque 'd3'.\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_product_expiry +msgid "\n" +"Track different dates on products and production lots.\n" +"======================================================\n" +"\n" +"Following dates can be tracked:\n" +"-------------------------------\n" +" - end of life\n" +" - best before date\n" +" - removal date\n" +" - alert date\n" +"\n" +"Also implements the removal strategy First Expiry First Out (FEFO) widely used, for example, in food industries.\n" +"" +msgstr "\n" +"Suivre des différentes dates sur les produits et les lots de production.\n" +"================================================== ====\n" +"\n" +"Les dates suivantes peuvent être suivies:\n" +"-------------------------------\n" +"- fin de vie\n" +"- à consommer de préférence avant le\n" +"- date d'enlèvement\n" +"- date d'alerte\n" +"\n" +"Met également en œuvre la stratégie de retrait largement utilisée dans les industries alimentaires : First Expiry First Out (FEFO), Premier Périmé Premier Sorti (PPPS).\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_transifex +msgid "\n" +"Transifex integration\n" +"=====================\n" +"This module will add a link to the Transifex project in the translation view.\n" +"The purpose of this module is to speed up translations of the main modules.\n" +"\n" +"To work, Odoo uses Transifex configuration files `.tx/config` to detec the\n" +"project source. Custom modules will not be translated (as not published on\n" +"the main Transifex project).\n" +"\n" +"The language the user tries to translate must be activated on the Transifex\n" +"project.\n" +" " +msgstr "\n" +"Intégration de Transifex\n" +"=====================\n" +"Ce module ajoute un lien vers le projet Transifex dans la vue Traduction.\n" +"Il est conçu pour accélérer les traductions des modules principaux.\n" +"\n" +"Odoo utilise les fichiers de configuration « .tx/config » de Transifex pour fonctionner et détecter la\n" +"source du projet. Les modules personnalisés ne sont pas traduits (car ils ne sont pas publiés\n" +"dans le projet Transifex principal).\n" +"\n" +"La langue que l'utilisateur essaie de traduire doit être activée sur le projet\n" +"Transifex.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_tr +msgid "\n" +"Türkiye için Tek düzen hesap planı şablonu Odoo Modülü.\n" +"==========================================================\n" +"\n" +"Bu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır\n" +" * Sihirbaz sizden hesap planı şablonu, planın kurulacağı şirket, banka hesap\n" +" bilgileriniz, ilgili para birimi gibi bilgiler isteyecek.\n" +" " +msgstr "\n" +"Module du Plan comptable d'Odoo pour la Turquie.\n" +"==========================================================\n" +"\n" +"Bu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır\n" +"* Sihirbaz sizden hesap planı şablonu, planın kurulacağı şirket, banka hesap\n" +"bilgileriniz, ilgili para birimi gibi bilgiler isteyecek." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ua +msgid "\n" +"Ukraine - Chart of accounts.\n" +"============================\n" +" " +msgstr "\n" +"Ukraine - Plan comptable.\n" +"============================" + +#. module: base +#: model:ir.module.module,description:base.module_l10n_ae +msgid "\n" +"United Arab Emirates accounting chart and localization.\n" +"=======================================================\n" +"\n" +" " +msgstr "\n" +"Plan comptable et localisation pour les Émirats Arabes Unis.\n" +"=======================================================\n" +"\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_l10n_us +msgid "\n" +"United States - Chart of accounts.\n" +"==================================\n" +" " +msgstr "\n" +" Plan comptable - États-Unis d'Amérique\n" +"=======================================\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_sales_team +msgid "\n" +"Using this application you can manage Sales Teams with CRM and/or Sales\n" +"===========================================================================\n" +" " +msgstr "\n" +"En utilisant cette application, vous pouvez gérer des équipes de vente avec CRM et / ou Sales\n" +"===========================================================================" + +#. module: base +#: model:ir.module.module,description:base.module_base_vat +msgid "\n" +"VAT validation for Partner's VAT numbers.\n" +"=========================================\n" +"\n" +"After installing this module, values entered in the VAT field of Partners will\n" +"be validated for all supported countries. The country is inferred from the\n" +"2-letter country code that prefixes the VAT number, e.g. ``BE0477472701``\n" +"will be validated using the Belgian rules.\n" +"\n" +"There are two different levels of VAT number validation:\n" +"--------------------------------------------------------\n" +" * By default, a simple off-line check is performed using the known validation\n" +" rules for the country, usually a simple check digit. This is quick and \n" +" always available, but allows numbers that are perhaps not truly allocated,\n" +" or not valid anymore.\n" +"\n" +" * When the \"VAT VIES Check\" option is enabled (in the configuration of the user's\n" +" Company), VAT numbers will be instead submitted to the online EU VIES\n" +" database, which will truly verify that the number is valid and currently\n" +" allocated to a EU company. This is a little bit slower than the simple\n" +" off-line check, requires an Internet connection, and may not be available\n" +" all the time. If the service is not available or does not support the\n" +" requested country (e.g. for non-EU countries), a simple check will be performed\n" +" instead.\n" +"\n" +"Supported countries currently include EU countries, and a few non-EU countries\n" +"such as Chile, Colombia, Mexico, Norway or Russia. For unsupported countries,\n" +"only the country code will be validated.\n" +" " +msgstr "\n" +"Validation du numéro de TVA des tiers.\n" +"====================================\n" +"\n" +"Après installation de ce module, la valeur entrée dans le champs TVA des tiers\n" +"sera validé pour tous les pays pris en charge. Le pays est déterminé à\n" +"partir du préfixe du code TVA. Par exemple « BE0477472701 » sera validé en \n" +"utilisant les règles belges.\n" +"\n" +"Il y a deux niveaux de validation du numéro de TVA :\n" +"-------------------------------------------------------------------------------------\n" +" * par défaut, une simple vérification hors-ligne est faite en réalisant les règles de validation\n" +" connue pour le pays, en général au moyen d'un chiffre de contrôle. Ceci est rapide et \n" +" toujours disponible, mais ne détecte pas les numéros qui ne sont peut-être pas \n" +" alloués ou plus valides.\n" +"\n" +" * Lorsque l'option \"Validation du numéro TVA par VIES\" est cochée (dans la configuration \n" +" de la société de l'utilisateur), le numéro de TVA est soumis en-ligne à la base de donnée \n" +" européenne VIES, laquelle vérifiera si le numéro est réellement valide et actuellement \n" +" alloué à une compagnie européenne. Ceci est un peu plus lent qu'une simple vérification \n" +" hors-ligne, requiert une connexion internet et n'est peut-être pas disponible tout le temps. \n" +" Si le service n'est pas disponible ou ne prend pas en charge le pays concerné (cas des pays hors Union \n" +" Européenne), la vérification simple sera réalisé à la place.\n" +"\n" +"Les pays pris en charge actuellement son ceux de l'Union Européenne et quelques autres\n" +"tels que le Chili, la Colombie, le Mexique, la Norvège ou la Russie. Pour les pays non pris en charge, seul le code\n" +"de pays sera validé.\n" +" " + +#. module: base +#: model:ir.module.module,description:base.module_fleet +msgid "\n" +"Vehicle, leasing, insurances, cost\n" +"==================================\n" +"With this module, Odoo helps you managing all your vehicles, the\n" +"contracts associated to those vehicle as well as services, fuel log\n" +"entries, costs and many other features necessary to the management \n" +"of your fleet of vehicle(s)\n" +"\n" +"Main Features\n" +"-------------\n" +"* Add vehicles to your fleet\n" +"* Manage contracts for vehicles\n" +"* Reminder when a contract reach its expiration date\n" +"* Add services, fuel log entry, odometer values for all vehicles\n" +"* Show all costs associated to a vehicle or to a type of service\n" +"* Analysis graph for costs\n" +"" +msgstr "\n" +"Véhicule, leasing, assurances, coût\n" +"==================================\n" +"Ce module facilite la gestion des véhicules, de leurs contrats associés ainsi que les services, du suivi des consommations entrées, des coûts. Il comprend de nombreuses autres fonctionnalités nécessaires à la gestion\n" +"de votre flotte de véhicule (s)\n" +"\n" +"Caractéristiques principales\n" +"-------------\n" +"* Ajout de véhicules à la flotte\n" +"* Gestion des contrats des véhicules\n" +"* Rappels lorsqu'un contrat atteint par sa date d'expiration\n" +"* Ajout de services, entrée de journal pour le carburant, relevés kilométriques pour tous les véhicules\n" +"* Affichage des les coûts associés à un véhicule ou à un type de service\n" +"* Graphe d'analyse des coûts\n" +"" + +#. module: base +#: model:ir.module.module,description:base.module_website_sale_link_tracker +msgid "\n" +"View Link Tracker Statistics on eCommerce dashboard\n" +"=====================================================\n" +"\n" +" " +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_mail_channel +msgid "\n" +"Visitors can join public mail channels managed in the Discuss app in order to get regular updates or reach out with your community.\n" +" " +msgstr "\n" +"Les visiteurs peuvent rejoindre les canaux de messagerie publics gérés dans l’application Discuter afin d’obtenir des mises à jour régulières ou de contacter leur communauté." + +#. module: base +#: model:ir.module.module,description:base.module_stock_account +msgid "\n" +"WMS Accounting module\n" +"======================\n" +"This module makes the link between the 'stock' and 'account' modules and allows you to create accounting entries to value your stock movements\n" +"\n" +"Key Features\n" +"------------\n" +"* Stock Valuation (periodical or automatic)\n" +"* Invoice from Picking\n" +"\n" +"Dashboard / Reports for Warehouse Management includes:\n" +"------------------------------------------------------\n" +"* Stock Inventory Value at given date (support dates in the past)\n" +" " +msgstr "\n" +"Module de comptabilité WMS\n" +"======================\n" +"Ce module fait le lien entre les modules \"stock\" et \"comptabilité\" et il permet de créer des entrées comptables pour valoriser les mouvements de stock\n" +"\n" +"Principales caractéristiques\n" +"------------\n" +"* Valorisation des stocks (périodique ou automatique)\n" +"* Facturation à partir du déstockage\n" +"\n" +"Les Tableau de bord et Rapports de gestion d'entrepôt comprennent :\n" +"-------------------------------------------------- ----\n" +"* L'inventaire valorisé à date donnée (prise en compte des dates antérieures)" + +#. module: base +#: model:ir.module.module,description:base.module_payment_sips +msgid "\n" +"Worldline SIPS Payment Acquirer for online payments\n" +"\n" +"Works with Worldline keys version 2.0, contains implementation of\n" +"payments acquirer using Worldline SIPS." +msgstr "\n" +"Intermédiaire de paiement Worldline SIPS pour les paiements en ligne\n" +"\n" +"Fonctionne avec clés Worldline version 2.0, implémente d'un intermédiaire de paiement en utilisant Worldline SIPS." + +#. module: base +#: code:addons/base/models/ir_ui_view.py:1137 +#, python-format +msgid " - %r in %s=%r" +msgstr " - %r dans %s=%r" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:926 +#, python-format +msgid " This channel is private. People must be invited to join it." +msgstr "Ce salon est privé. Vous devez être invité pour le rejoindre." + +#. module: base +#: model:ir.module.module,description:base.module_l10n_hk +msgid " This is the base module to manage chart of accounting and localization for Hong Kong " +msgstr "Ceci est le module de base pour gérer le tableau de comptabilité et la localisation pour Hong Kong" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views/calendar/calendar_model.js:559 +#, python-format +msgid " [Me]" +msgstr " [Moi]" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views/search/search_filters.js:248 +#, python-format +msgid " and " +msgstr " et " + +#. module: base +#: code:addons/model.py:149 +#, python-format +msgid " another model requires the record being deleted. If possible, archive it instead." +msgstr "un autre modèle nécessite la suppression de l'enregistrement. Si possible, archivez-le à la place." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views/search/search_inputs.js:581 +#: code:addons/web/static/src/js/views/search/search_view.js:245 +#, python-format +msgid " or " +msgstr " ou " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:296 +#: code:addons/web/static/src/js/views/kanban/kanban_column.js:165 +#, python-format +msgid " records" +msgstr " enregistrements" + +#. module: base +#: model:ir.module.module,description:base.module_account_check_printing_aeroo +msgid "# Aeroo Check Printing\n" +"\n" +"This modules allows to create check reports using Aeroo.\n" +"\n" +"Each journal (bank account) points its own proper check report template.\n" +"When clicking on 'Print Check' on the payment, the proper Aeroo template is selected.\n" +"\n" +"## Configuration\n" +"\n" +"To define an aeroo as check report:\n" +"\n" +"* Go to Invoicing / Configuration / Journals\n" +"* Select your bank/check journal\n" +"* In the Advanced Settings tab, under Check Printing, select your check report template.\n" +"\n" +"![Journal Form](static/description/account_journal_form.png?raw=true)\n" +"\n" +"## Compatibility with US Accounting\n" +"\n" +"In order to use this module with the United States accounting, you will need to disable the default US check layout.\n" +"\n" +"![US Compatibility](static/description/disable_us_check_layout.png?raw=true)\n" +"\n" +"## Check Stubs\n" +"\n" +"A method `get_aeroo_check_stub_lines` is added on account.payment.\n" +"This method allows to get the info to display on the check stub.\n" +"This method can be called inside an libreoffice input field.\n" +"For a complete example, see the [demo template](demo/check_sample.odt)\n" +"\n" +"Contributors\n" +"------------\n" +"* Savoir-faire Linux\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_ui_color_blue +msgid "# Blue Odoo Community Interface\n" +"\n" +"This module changes the web ui color to blue.\n" +"\n" +"![App Switcher](static/description/apps.png?raw=true)\n" +"\n" +"![Form View](static/description/form.png?raw=true)\n" +"\n" +"## Contributors\n" +" * Numigi (tm) and all its contributors ()\n" +"\n" +"## More information\n" +" * Meet us at \n" +"\n" +"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:655 +#, python-format +msgid "# Code editor" +msgstr "Numéro de l'éditeur de code" + +#. module: base +#: model:ir.module.module,description:base.module_date_range_field_template +msgid "# Date Range Field Template\n" +"\n" +"This module allows to define templates of computed fields.\n" +"\n" +"Each template can be used to generate multiple computed fields on a model.\n" +"Each generate field is computed with a distinct date range.\n" +"\n" +"For example, you could define a field template for a partner's invoiced amount over a period of time.\n" +"\n" +"| Name | Model | Technical Reference |\n" +"|------|-------|---------------------|\n" +"| Invoiced Amount | Partner | customer_invoiced_amount |\n" +"\n" +"Then you may combine the field template with date ranges:\n" +"\n" +"| Date Range | Field |\n" +"|------------|----------------|\n" +"|Current Month | Invoiced Amount (Current Month) |\n" +"|Year-To-Date | Invoiced Amount (Year-To-Date) |\n" +"|Previous Month | Invoiced Amount (Previous Month) |\n" +"|Previous Year | Invoiced Amount (Previous Year) |\n" +"\n" +"\n" +"## Defining a Field Template\n" +"\n" +"In your custom module, you must define a function to compute the field.\n" +"\n" +"```python\n" +"def compute_invoiced_amount(records, field_name, date_from, date_to):\n" +" for partner in records:\n" +" ...\n" +" partner[field_name] = ...\n" +"\n" +"```\n" +"\n" +"Next, you must register the field template for your model (in this case, the model is res.partner).\n" +"\n" +"```python\n" +"\n" +"from odoo import models\n" +"\n" +"class ResPartner(models.Model):\n" +"\n" +" _inherit = 'res.partner'\n" +"\n" +" def _register_hook(self):\n" +" super()._register_hook()\n" +" self._register_date_range_field('invoiced_amount', compute_invoiced_amount)\n" +"```\n" +"\n" +"The last step is to define the field template in xml data.\n" +"\n" +"```xml\n" +"\n" +"\n" +"\n" +" \n" +" Invoiced Amount\n" +" invoiced_amount\n" +" \n" +" monetary\n" +" \n" +"\n" +"\n" +"```\n" +"\n" +"The bottom line is that the field you just defined is now reusable with any range type.\n" +"\n" +"## Related Model\n" +"\n" +"Field templates can accept an extra argument `related_model` which expects an `ir.model` record.\n" +"\n" +"Here is an example for the number of messages sent by a user.\n" +"\n" +"```python\n" +"def compute_number_messages_sent(records, field_name, date_from, date_to, related_model):\n" +" for user in records:\n" +" messages = user.env['mail.message'].search([\n" +" ...\n" +" ('model', '=', related_model.model),\n" +" ], count=True)\n" +" ...\n" +" users[field_name] = ...\n" +"\n" +"```\n" +"\n" +"In the XML of the field template, `related_model_argument` must be enabled.\n" +"\n" +"```xml\n" +"\n" +"\n" +"\n" +" \n" +" Number Messages Sent\n" +" number_messages_sent\n" +" \n" +" integer\n" +" \n" +" \n" +"\n" +"\n" +"```\n" +"\n" +"Then, in the form view of the field template, an extra column will be added\n" +"to specify the model:\n" +"\n" +"| Date Range | Related Model | Field |\n" +"|------------|---------------|-------|\n" +"|Current Month | Customer Invoice | Number Messages Sent (Customer Invoice / Current Month) |\n" +"|Current Month | CRM Lead | Invoiced Amount (CRM Lead / Current Month) |\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_vue_element_ui +msgid "# Element-Ui / Odoo Integration\n" +"\n" +"This module allows to render Element-UI (https://element.eleme.io) components in the Odoo web interface.\n" +"\n" +"## Translations\n" +"\n" +"The Element UI components are translated using standard Odoo po files.\n" +"This allows editing these transltions without adding javascript code.\n" +"\n" +"Instead of the term being translated, these translations contain the placement of the term.\n" +"(i.e. `el.colorpicker.confirm`).\n" +"\n" +"## Many2many Tags Component\n" +"\n" +"The module also adds a many2many component based on the el-select widget.\n" +"\n" +"The component is globally registered as `many2many`.\n" +"\n" +"Example of usage:\n" +"\n" +"```xml\n" +"\n" +"\n" +"```\n" +"\n" +"The rendered component should look like the following:\n" +"\n" +"![Many2many](static/description/many2many.png?raw=true)\n" +"\n" +"This widget does not depend on Odoo's api.\n" +"Instead, it enables injecting a search method to handle the queries to the server.\n" +"\n" +"When the selection changes, the change signal is emited.\n" +"\n" +"## Contributors\n" +"\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"## More information\n" +"\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_form_view_image_120px +msgid "# Form View Image 120px\n" +"\n" +"This module makes the avatar image in the form view of most models larger.\n" +"This allows the images to match to size of the karma widget.\n" +"\n" +"Before installing the module:\n" +"\n" +"![Before](static/description/before.png)\n" +"\n" +"After installing the module:\n" +"\n" +"![After](static/description/after.png)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_ui_color_gray +msgid "# Gray Odoo Community Interface\n" +"\n" +"This module changes the web ui color to gray.\n" +"\n" +"![App Switcher](static/description/apps.png?raw=true)\n" +"\n" +"![Form View](static/description/form.png?raw=true)\n" +"\n" +"## Contributors\n" +" * Numigi (tm) and all its contributors ()\n" +"\n" +"## More information\n" +" * Meet us at \n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_karma +msgid "# Karma\n" +"\n" +"Karma is a module that allows to compute and present scores for any type of object.\n" +"\n" +"## The Karma Object\n" +"\n" +"The Karma object represents the computation of a score for a given model.\n" +"\n" +"Karmas are recursive, meaning that a Karma can be composed of children Karmas.\n" +"\n" +"### Inherited Karma\n" +"\n" +"An `Inherited Karma` is a Karma composed of children Karmas.\n" +"The score of this type of Karma is a weighting of the score of each child karma.\n" +"\n" +"### Simple Karma\n" +"\n" +"A `Simple Karma` is a Karma computed based on formulas (we call these formulas `Conditions`).\n" +"Each of these karmas are leaf nodes in the tree of karma inheritance.\n" +"\n" +"![Karma Conditions](static/description/karma_conditions.png?raw=true)\n" +"\n" +"## Conditions\n" +"\n" +"A condition is similar to an `IF` formula in `Excel`.\n" +"\n" +"It is composed of:\n" +"\n" +"* a field (Description)\n" +"* a condition to evaluate (Condition)\n" +"* a `value if` the condition is `reached` (Result If True)\n" +"* a `value if` the condition is `not reached` (Result If False)\n" +"\n" +"The column `Target` is a text shown to the final user to explain his score.\n" +"\n" +"### Fields\n" +"\n" +"The selected field can be any type of field (computed or stored).\n" +"For example, the field could be the number of sale orders of a partner for the previous month (if such field exists).\n" +"\n" +"The Karma application does not define how fields are computed on a model.\n" +"The module `date_range_field_template` defines an easy way to create new fields based on time ranges.\n" +"\n" +"### Python Expressions\n" +"\n" +"The conditions are python expressions.\n" +"The syntax is however restricted to basic arithmetic operations and functions.\n" +"\n" +"When evaluated, the expression receives the variable `value` which contains the value of the field.\n" +"\n" +"If the field evaluated is the `Email` of a partner, `value` would contain the email address of the partner.\n" +"If the field evaluated is the `Tags` of a partner, `value` would contain a recordset of partner tags.\n" +"\n" +"#### Arithmetic Operations\n" +"\n" +"Basic arithmetic operations are available.\n" +"\n" +"If the field contains a number, you could for example have the python expression `value > 10` which means\n" +"`True if the field value is greater than 10`.\n" +"\n" +"| Description | Condition | Value if True | Value if False |\n" +"|-------------|-----------|---------------|----------------|\n" +"| Number of products sold (previous month) | value > 10 | value / 10 | 0 |\n" +"\n" +"The condition above means:\n" +"\n" +"* If a customer bought more than 10 different products in a month,\n" +"* Then he gets a score equal to the number of products bought divided by 10.\n" +"\n" +"Now, let's suppose we would like to add an upper boundary for the potential score to reach.\n" +"\n" +"| Description | Condition | Value if True | Value if False |\n" +"|-------------|-----------|---------------|----------------|\n" +"| Number of products sold (previous month) | value > 10 | min(value / 10, 5) | 0 |\n" +"\n" +"The expression `min(value / 10, 5)` states that the maximum score attainable for this condition is 5 points.\n" +"\n" +"#### Number of elements\n" +"\n" +"For a field containing multiple items (i.e. Tags on a partner), you may use the function `len` to compute\n" +"the expression based on the number of items.\n" +"\n" +"Here is an example with partner tags.\n" +"\n" +"| Description | Condition | Value if True | Value if False |\n" +"|-------------|-----------|---------------|----------------|\n" +"| Tags | len(value) >= 2 | 5 | 0 |\n" +"\n" +"The condition above means:\n" +"\n" +"* If a partner has at least 2 tags,\n" +"* Then he gets a score of 5.\n" +"\n" +"#### Presence of word in text\n" +"\n" +"For a text field, it is possible to check whether the field contains a specific word (or expression).\n" +"\n" +"Here is an example with partner emails.\n" +"\n" +"| Description | Condition | Value if True | Value if False |\n" +"|-------------|-----------|---------------|----------------|\n" +"| Email | `@` in value | 1 | -10 |\n" +"\n" +"The condition above means:\n" +"\n" +"* If the email of a partner contains the symbol `@`,\n" +"* Then he gets a score of 1.\n" +"* Otherwise he gets a score of -10.\n" +"\n" +"#### Standard Python Function\n" +"\n" +"Here is a list of standard python functions available for the expressions:\n" +"\n" +"* abs\n" +"* all\n" +"* any\n" +"* len\n" +"* max\n" +"* min\n" +"* round\n" +"* sum\n" +"\n" +"These functions are documented here:\n" +"\n" +"https://docs.python.org/3.5/library/functions.html\n" +"\n" +"### Ponderation\n" +"\n" +"The `Ponderation` column contains a factor by which to multiply the value obtained\n" +"(either by the `Value if True` or `Value if False` column).\n" +"\n" +"| Description | Condition | Value if True | Value if False | Ponderation |\n" +"|-------------|-----------|---------------|----------------|-------------|\n" +"| Number of products sold (previous month) | value | min(value / 10, 1) | 0 | 5 |\n" +"| Total amount ordered (previous month) | value | min(value / 1000, 1) | 0 | 10 |\n" +"\n" +"Suppose the following values for the previous month for a partner:\n" +"\n" +"Number of products sold: 20\n" +"Total amount ordered: 55000\n" +"\n" +"The result will be:\n" +"\n" +"* `min(3 / 10, 1) * 5 -> 0.3 * 5 -> 1.5`\n" +"* `min(1500 / 1000, 1) * 10 -> 1 * 10 -> 10`\n" +"\n" +"The 2 conditions are equivalent to:\n" +"\n" +"| Description | Condition | Value if True | Value if False | Ponderation |\n" +"|-------------|-----------|---------------|----------------|-------------|\n" +"| Number of products sold (previous month) | value | min(`value * 5` / 10, 1) | 0 | 1 |\n" +"| Total amount ordered (previous month) | value | min(`value * 10` / 1000, 1) | 0 | 1 |\n" +"\n" +"The purpose of the extra column `Ponderation` is to relax the syntax of the python expressions.\n" +"\n" +"## Filters\n" +"\n" +"The `Filters` tab is used to restrain the karma to a given domain of records.\n" +"\n" +"In the following example, the karma is only applied to customers.\n" +"\n" +"![Karma Filters](static/description/karma_filters.png?raw=true)\n" +"\n" +"## Compute Button\n" +"\n" +"The `Compute` button allows to compute the scores for every records targeted by the karma.\n" +"\n" +"![Compute Button](static/description/compute_button.png?raw=true)\n" +"\n" +"## Score Details\n" +"\n" +"The `Score Details` smart button shows the list of scores computed for the active karma.\n" +"\n" +"![Score Details Button](static/description/score_details_button.png?raw=true)\n" +"\n" +"![Score Details List](static/description/score_details_list.png?raw=true)\n" +"\n" +"## Karma Widget\n" +"\n" +"The `Karma Widget` is a widget displayed on the form view of any kind of object.\n" +"\n" +"![Contact Form](static/description/contact_form.png?raw=true)\n" +"\n" +"### Application Specific Modules\n" +"\n" +"A series of modules are available that add the karma widget to specific applications:\n" +"\n" +"* `karma_crm`: Pipelines and Leads\n" +"* `karma_partner`: Contacts\n" +"* `karma_product`: Product Templates and Variants\n" +"* `karma_project`: Projects and Tasks\n" +"\n" +"The only thing these modules do is to position the karma widget inside the form views.\n" +"Which karma should be displayed is entirely configurable through the `Karma` app.\n" +"\n" +"### Display On Form View\n" +"\n" +"The `Display On Form View` checkbox on the karma allows to display the `Karma Widget` on the form view of the given model.\n" +"\n" +"![Display On Form View](static/description/display_on_form_view.png?raw=true)\n" +"\n" +"When checking this box, the field `Label` becomes required. This field defines the text that appears in the bottom of the widget.\n" +"\n" +"### Multiple Widgets Per Object\n" +"\n" +"You may define a Karma object that applies to customers and one that applies to suppliers.\n" +"In case one contact is both a customer and a supplier, the 2 widgets will appear next to each other.\n" +"\n" +"### Score Drilldown\n" +"\n" +"When clicking on the score itself, the details that compose the score is shown.\n" +"\n" +"![Score Drilldown Button](static/description/score_drilldown_button.png?raw=true)\n" +"\n" +"![Score Drilldown Details](static/description/score_drilldown_details.png?raw=true)\n" +"\n" +"### History\n" +"\n" +"When clicking on `History`, the complete history of scores computed for the record is shown.\n" +"\n" +"![History Button](static/description/history_button.png?raw=true)\n" +"\n" +"![History List](static/description/history_list.png?raw=true)\n" +"\n" +"Then, when clicking on the score of a row, the details for that row will be displayed.\n" +"\n" +"### Number of Evaluated Lines\n" +"\n" +"When computing a score, whether on a `Simple` or `Inherited`, a set of lines are evaluated.\n" +"\n" +"For an `Simple` Karma, these lines are the fulfilled conditions.\n" +"For an `Inherited` Karma, these lines are those for which a child score was found.\n" +"\n" +"The number of lines evaluated over the total number of lines is the reliability of the score.\n" +"The more lines are evaluated, the more reliable the score is.\n" +"\n" +"![Score Reliability](static/description/score_reliability.png?raw=true)\n" +"\n" +"## Cron Schedule\n" +"\n" +"One important feature of karma is to periodically recompute the score for all targeted records based\n" +"on a `daily / weekly / monthly` schedule.\n" +"\n" +"![Cron Schedule](static/description/cron_schedule.png?raw=true)\n" +"\n" +"To activate the cron for a given karma object, the only thing to do is select a value in the `Cron Schedule` field.\n" +"\n" +"### Queue Jobs\n" +"\n" +"Karma uses the [Queue Jobs module](https://github.com/OCA/queue) to execute the computation of scores.\n" +"For queue jobs to work, you need to add the following line to your odoo.conf file:\n" +"\n" +"```\n" +"[options]\n" +"server_wide_modules = web,queue_job\n" +"```\n" +"\n" +"## Compute On Save\n" +"\n" +"When checking `Compute On Save` on the karma settings, the score is recomputed for a record when\n" +"clicking on `Save` from the form view of the record.\n" +"\n" +"![Compute On Save](static/description/compute_on_save_checkbox.png?raw=true)\n" +"\n" +"## Anticipate Computation\n" +"\n" +"When checking `Authorize Anticipate Computation` on the karma settings, a refresh icon is displayed\n" +"on the karma widget. When clicking on the icon, the score is recomputed for the active record.\n" +"\n" +"![Anticipate Computation Checkbox](static/description/anticipate_computation_checkbox.png?raw=true)\n" +"\n" +"![Anticipate Computation Button](static/description/anticipate_computation_button.png?raw=true)\n" +"\n" +"## Extending Karma\n" +"\n" +"It is possible to easily extend the score computation.\n" +"This is done through the method `_compute` of the model `karma` which serves as a hook for that purpose.\n" +"\n" +"```python\n" +"from odoo import api, models\n" +"\n" +"class KarmaWithExtraComputationBehavior(models.Model):\n" +"\n" +" _inherit = 'karma'\n" +"\n" +" @api.model\n" +" def _compute(self, computer, record):\n" +" new_score = computer.compute(record)\n" +" ... # do extra computation\n" +" return new_score\n" +"```\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"The Karma app logo was taken from font-awesome and adapted:\n" +"\n" +"https://fontawesome.com/icons/crown\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_karma_grade +msgid "# Karma Grades\n" +"\n" +"This module adds grades to Karma.\n" +"\n" +"A new tab `Results` is added to the karma form view.\n" +"\n" +"![Results Tab](static/description/karma_results_tab.png?raw=true)\n" +"\n" +"Each Karma score is given a grade.\n" +"The grade is computed based on a set of ranges defined on the Karma.\n" +"\n" +"In the picture above, if a result is:\n" +"\n" +"* lower than 10, then the grade is WEAK\n" +"* between 10 and 20, then the grade is GOOD\n" +"* higher or equal to 20, then the grade is NICE\n" +"\n" +"In the form view of the object, the grade will be displayed on the karma widget.\n" +"\n" +"![Partner Form](static/description/partner_form.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_karma_required_field +msgid "# Karma Required Fields\n" +"\n" +"This module aims to encourage users to fill important fields in form views of any object.\n" +"\n" +"A new concept of `Karma Field` is added.\n" +"\n" +"![Karma Field List](static/description/karma_field_list.png?raw=true)\n" +"\n" +"When added to the Karma field list, the field is colorized in the form view of the object.\n" +"\n" +"![Partner Form](static/description/partner_form.png?raw=true)\n" +"\n" +"It helps the user to quickly identify all important fields in the view.\n" +"\n" +"An empty Karma field does not block a user from saving, in contrast to a true required field.\n" +"\n" +"## Notebook Pages\n" +"\n" +"If a Karma field is placed inside a notebook page, the tab will be colorized as well.\n" +"\n" +"![Notebook Page](static/description/notebook_page.png?raw=true)\n" +"\n" +"## Karma Score Based On Completion\n" +"\n" +"The module allows to score a user based on his assiduity to fill the Karma fields.\n" +"\n" +"When a form view is saved, the karma fields filled (or emptied) are logged.\n" +"\n" +"This allows to use the core `Karma` features to score the user based on his\n" +"effort for filling the Karma fields.\n" +"\n" +"### Invisible Fields\n" +"\n" +"A field that the user can not see is never logged.\n" +"For example, if a field is visible only to the members of a group, it will not be logged for non-members.\n" +"\n" +"### Readonly Fields\n" +"\n" +"If a field is read-only, it will not be logged (it will not even be colorized).\n" +"\n" +"### Usage\n" +"\n" +"#### Setup Computed Fields\n" +"\n" +"* Go to `Karma / Settings / Computed Fields`\n" +"* Select `Karma Field Average`\n" +"\n" +"![Karma Field Average](static/description/karma_field_average.png?raw=true)\n" +"\n" +"This computed field is added by the module in order to score the user based on the average\n" +"completion of the Karma fields for a given model over a specific period of time.\n" +"\n" +"![Karma Field Average Form](static/description/karma_field_average_form.png?raw=true)\n" +"\n" +"In the example above, we defined 4 fields on `res.users`.\n" +"Each of these fields computes the average completion of Karma fields, but with different parameters.\n" +"\n" +"* 2 fields related to the completion of `Contacts`\n" +"* 2 fields related to the completion of `Leads`\n" +"\n" +"The `Date Range` defines over what period of time the average completion ratio is based.\n" +"\n" +"`Current Week` means that only the records modified between the `Sunday` and `Saturday` of the current week\n" +"are included in the computation.\n" +"\n" +"#### Setup The User Karma\n" +"\n" +"* Go to `Karma / Settings / Karma`\n" +"\n" +"![Karma List](static/description/karma_list.png?raw=true)\n" +"\n" +"* Create a Karma with following values:\n" +" - Model: `Users (res.users)`\n" +" - Type: `Simple`\n" +"\n" +"![Karma Form](static/description/karma_form.png?raw=true)\n" +"\n" +"For each model that you wish to score the field completion, you must add a condition line.\n" +"\n" +"In the example above, the users will be scored over the completion of `Contacts (res.partner)` and `Leads (crm.lead)`.\n" +"The completion of `Leads` have an higher weighting than `Contacts`, thus will have an higher impact over the Karma score.\n" +"\n" +"#### Edit An Object\n" +"\n" +"* Go to the form view of a scored object\n" +"\n" +"![Lead Form](static/description/lead_form.png?raw=true)\n" +"\n" +"* Fill some Karma fields\n" +"\n" +"![Lead Form Filled](static/description/lead_form_filled.png?raw=true)\n" +"\n" +"#### Compute The Karma Score\n" +"\n" +"* Now, go back to the user Karma.\n" +"\n" +"![Karma Form Compute Score](static/description/karma_form_compute_score.png?raw=true)\n" +"\n" +"* Click on `Compute`.\n" +"* Click on the `Score Details` smart button.\n" +"\n" +"![Karma Score List](static/description/karma_score_list.png?raw=true)\n" +"\n" +"* Drilldown to see the details of the Karma score.\n" +"\n" +"![Karma Score Details](static/description/karma_score_details.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_karma_user_dashboard +msgid "# Karma User Dashboard\n" +"\n" +"This module adds a dashboard to the Karma application.\n" +"\n" +"The dashboard shows the Karma scores related to the user.\n" +"\n" +"![Dashboard](static/description/dashboard.png?raw=true)\n" +"\n" +"The bigger Karma widgets are the root User karmas (there may be only one of them).\n" +"The smaller Karmas are the direct children of the root Karmas.\n" +"\n" +"## Usage\n" +"\n" +"In order to select which Karma should be displayed on the dashboard:\n" +"\n" +"* Go to `Karma / Settings / Karmas`\n" +"\n" +"![Karma List](static/description/karma_list.png?raw=true)\n" +"\n" +"* Select the root Karma that you wish to display on the dashboard.\n" +" This karma must have be related to the `Users` model.\n" +"\n" +"* Check the field `Display On User Dashboard`.\n" +"\n" +"![Karma Form](static/description/karma_form.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_ui_color_orange +msgid "# Orange Odoo Community Interface\n" +"\n" +"This module changes the web ui color to orange.\n" +"\n" +"![App Switcher](static/description/apps.png?raw=true)\n" +"\n" +"![Form View](static/description/form.png?raw=true)\n" +"\n" +"## Contributors\n" +" * Numigi (tm) and all its contributors ()\n" +"\n" +"## More information\n" +" * Meet us at \n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_phone_no_envelope +msgid "# Partner Phone No Envelope\n" +"\n" +"In Odoo, since version 11.0, an envelope appears beside the phone numbers on partner forms.\n" +"The envelope only works if an In-App Purchase (IAP) account is enabled.\n" +"\n" +"![Before Installing](static/description/before_install.png?raw=true)\n" +"\n" +"This module hides the envelope:\n" +"\n" +"![After Installing](static/description/after_install.png?raw=true)\n" +"\n" +"Displaying The Envelopes\n" +"------------------------\n" +"The envelope is hidden based on a system parameter `partner_phone_no_envelope.hide_envelope`\n" +"which defaults to True.\n" +"\n" +"To render the envelope visible:\n" +"\n" +"* Go to Configuration / Technical / Parameters / System Parameters.\n" +"* Set the value of `partner_phone_no_envelope.hide_envelope` to False.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_phone_validation +msgid "# Partner Phone Validation\n" +"\n" +"This module adds the phone validation on partners without installing the CRM application.\n" +"\n" +"Format On Save\n" +"--------------\n" +"Also, when saving a partner, the phone numbers are formatted automatically.\n" +"\n" +"This allows to prevent unformatted phones when importing partners with csv files\n" +"or updating a contact from the portal or website.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_chatter +msgid "# Project Chatter\n" +"\n" +"This module adds the chatter to the project form view.\n" +"\n" +"![Project Form](static/description/project_chatter.png?raw=true)\n" +"\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_form_with_dates +msgid "# Project Form With Dates\n" +"\n" +"This module adds the fields `Start Date` and `Expiration Date` to the form view of a project.\n" +"\n" +"![Project Form](static/description/project_form.png?raw=true)\n" +"\n" +"The 2 fields exist in the code of the community version of Odoo, but are not present in the form view of projects.\n" +"They are added to the form view by the enterprise module `project_forecast`.\n" +"This module allows using the fields without installing `project_forecast`.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_type +msgid "# Project Project Type\n" +"\n" +"This module adds the field `Type` to the form view of a project.\n" +"\n" +"![Task Form](static/description/project_form.png?raw=true)\n" +"\n" +"## Configuration\n" +"\n" +"The project types are editable under Project / Settings / Project Types.\n" +"\n" +"![Project Type List](static/description/project_type_list.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_stage +msgid "# Project Stage\n" +"\n" +"This module adds the stages on project like stages on task.\n" +"\n" +"![Task Form](static/description/project_stages.png?raw=true)\n" +"\n" +"## Configuration\n" +"\n" +"The project types are editable under Project / Settings / Project Stages.\n" +"\n" +"![Project Type List](static/description/project_stage_tree.png?raw=true)\n" +"\n" +"![Project Type List](static/description/project_stage_form.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_task_search_parent_subtask +msgid "# Project Task Search Parent Subtask\n" +"\n" +"This module adds the filter for `Parent Task` and `Subtask` in the task search view.\n" +"\n" +"![Project Form](static/description/project_search.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_task_subtask_time_range +msgid "# Project Task Subtask Time Range\n" +"\n" +"Add three computed fields that display the sum of the planned hours, the min hours and the max hours on the\n" +"parent task view.\n" +"\n" +"It helps to compare what was inform as planned, min and max on the parent task compared to what is really in subtasks.\n" +"\n" +"\n" +"![Prent Task Form](static/description/parent_task.png?raw=true)\n" +"\n" +"By design, the new fields are displayed only if the task has subtask.\n" +"\n" +"![SubTask Form](static/description/subtask.png?raw=true)\n" +"\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_task_time_range +msgid "# Project Task Time Range\n" +"\n" +"This module adds the fields `Min` and `Max` under the `Timesheets` tab of a task.\n" +"\n" +"These fields contain the minimum and maximum time initialy estimated on the task.\n" +"\n" +"The field `Initially Planned Hours` is renamed `Ideal`.\n" +"\n" +"![Task Form](static/description/form_view.png?raw=true)\n" +"\n" +"The fields are also added to the list view of tasks.\n" +"\n" +"![Task List](static/description/list_view.png?raw=true)\n" +"\n" +"The fields are also added to the portal view of a task.\n" +"\n" +"![Portal Task](static/description/portal_task.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_task_type +msgid "# Project Task Type\n" +"\n" +"This module adds the field `Type` to the form view of a task.\n" +"\n" +"![Task Form](static/description/task_form.png?raw=true)\n" +"\n" +"A task type can be a scenario, a bug issue, a milestone, etc.\n" +"\n" +"## Configuration\n" +"\n" +"The task types are editable under Project / Settings / Task Types.\n" +"\n" +"![Task Type List](static/description/task_type_list.png?raw=true)\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_time_management +msgid "# Project Time Management\n" +"\n" +"This module adds several calculated fields in the `Management` page to help to follow\n" +"the state of the project according to the hours set and used in parent tasks.\n" +"\n" +"\n" +"![Task Form](static/description/project_view_calculated.png?raw=true)\n" +"\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_time_range +msgid "# Project Time Range\n" +"\n" +"This module adds the fields `Min` and `Ideal` and `Max` under the `Management` tab of a project.\n" +"These fields contain the minimum and maximum time initialy estimated on the task.\n" +"\n" +"\n" +"![Task Form](static/description/form_view_project.png?raw=true)\n" +"\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_ui_color_konvergo +msgid "# Red Odoo Community Interface\n" +"\n" +"This module changes the web ui color to red .\n" +"\n" +"![App Switcher](static/description/apps.png?raw=true)\n" +"\n" +"![Form View](static/description/form.png?raw=true)\n" +"\n" +"## Contributors\n" +" * Numigi (tm) and all its contributors ()\n" +"\n" +"## More information\n" +" * Meet us at \n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_ui_color_red +msgid "# Red Odoo Community Interface\n" +"\n" +"This module changes the web ui color to red .\n" +"\n" +"![App Switcher](static/description/apps.png?raw=true)\n" +"\n" +"![Form View](static/description/form.png?raw=true)\n" +"\n" +"## Contributors\n" +" * Numigi (tm) and all its contributors ()\n" +"\n" +"## More information\n" +" * Meet us at \n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_vue_stock_forecast +msgid "# Stock Forecast\n" +"\n" +"A dynamic stock forecasting report.\n" +"\n" +"The report displays:\n" +"\n" +"* The quantities currently reserved and available in stock in the selected stock locations.\n" +"* The planned stock moves for the following days / weeks / months.\n" +"\n" +"![Report](static/description/report.png?raw=true)\n" +"\n" +"## Behavior\n" +"\n" +"When clicking on a blue amount, the detail that composes this amount is displayed.\n" +"\n" +"![Report Links](static/description/report_links.png?raw=true)\n" +"\n" +"Here above, when clicking on the amount in stock `8`, the list of Quants is displayed:\n" +"\n" +"![Stock Quants](static/description/stock_quants.png?raw=true)\n" +"\n" +"When clicking on the amount for a given month `128 (+120)`, the list of stock moves is displayed:\n" +"\n" +"![Stock Moves](static/description/stock_moves.png?raw=true)\n" +"\n" +"## Filters\n" +"\n" +"Available filters include `Locations`, `Products`, `Product Categories`, `Start Date` and `End Date`.\n" +"When changing the selected filters, the table is automatically updated.\n" +"\n" +"![Filters](static/description/filters.png?raw=true)\n" +"\n" +"## Grouping Rows\n" +"\n" +"The rows can be grouped by `Product` or `Product Category`.\n" +"\n" +"When grouping by categories, all children category are also displayed in the table.\n" +"\n" +"![Group By Category](static/description/group_by_category.png?raw=true)\n" +"\n" +"## Grouping Columns\n" +"\n" +"The columns can be grouped by `Day`, `Week` or `Month`.\n" +"\n" +"By default 6 columns of stock moves are displayed.\n" +"By selecting specific `Start Date` and `End Date`, you can see more columns.\n" +"\n" +"![More Columns](static/description/report_with_more_columns.png?raw=true)\n" +"\n" +"## Smart Button\n" +"\n" +"A smart button is added on the form view of products in order to show the report.\n" +"\n" +"![Product Form](static/description/product_form.png?raw=true)\n" +"\n" +"When accessing the report from a product template with multiple variants, the report is displayed for all variants.\n" +"\n" +"![Report With Variants](static/description/report_with_product_variants.png?raw=true)\n" +"\n" +"## Contributors\n" +"\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"## More information\n" +"\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_vue +msgid "# Vuejs / Odoo Integration\n" +"\n" +"This module allows to render Vuejs components in the Odoo web interface.\n" +"\n" +"## Querying Odoo Data\n" +"\n" +"The module adds the following assets for easily querying records from Odoo.\n" +"\n" +"### Query Builder\n" +"\n" +"The query builder is an object used for easily searching and reading records from the server.\n" +"\n" +"Example of usage:\n" +"\n" +"```javascript\n" +"odoo.define(\"my_module.myFeature\", (require) => {\n" +"\n" +"var QueryBuilder = require(\"vue.QueryBuilder\")\n" +"\n" +"var query = new QueryBuilder('res.partner', ['display_name', 'zip', 'city', 'country_id'])\n" +"query.filter([['customer', '=', true]])\n" +"query.searchRead().then((customers) => {\n" +" // do something with customers\n" +"})\n" +"\n" +"})\n" +"```\n" +"\n" +"### Xml References\n" +"\n" +"The getXmlId function allows to easily retreive an xml id from Odoo.\n" +"\n" +"Example of usage:\n" +"\n" +"```javascript\n" +"odoo.define(\"my_module.myFeature\", (require) => {\n" +"\n" +"var getXmlId = require(\"vue.getXmlId\")\n" +"\n" +"getXmlId(\"stock.route_warehouse0_mto\").then((routeId) => {\n" +" // do something with the route id\n" +"})\n" +"\n" +"})\n" +"```\n" +"\n" +"Calling getXmlId() with the same reference multiple times will not trigger multiple http queries.\n" +"\n" +"## Contributors\n" +"\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"## More information\n" +"\n" +"* Meet us at https://bit.ly/numigi-com\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_custom_label +msgid "# Web Custom Label\n" +"\n" +"This module allows to easily modify the labels of a view without any development.\n" +"\n" +"## Customizing Labels\n" +"\n" +"In order to edit a label, you need to:\n" +"\n" +"* Go to `Settings / Translations / Application Terms / Custom Labels`.\n" +"* Add a new custom label.\n" +"* Refresh your browser session in order to see the new label in your view.\n" +"\n" +"Here is an example for products. We rename the field `Internal Reference` (default_code) with `SKU`.\n" +"\n" +"![Custom Field List](static/description/custom_field_list.png?raw=true)\n" +"\n" +"Note that we selected 2 models to modify; `Product` and `Product Template`.\n" +"This means we are modifying the label for both product templates and variants.\n" +"\n" +"Now, if we go to any for product form view, we get the new label `SKU`.\n" +"\n" +"![Product List](static/description/product_list.png?raw=true)\n" +"\n" +"![Product Form](static/description/product_form.png?raw=true)\n" +"\n" +"custom_field_list.png\n" +"\n" +"## Customizing Placeholers\n" +"\n" +"The module also allows to modify the placeholders of a form view.\n" +"\n" +"Here, we set custom placeholders on the street fields of partners / addresses.\n" +"\n" +"![Placeholder List](static/description/custom_placeholder_list.png?raw=true)\n" +"\n" +"Partners have multiple form views in Odoo.\n" +"\n" +"Here, we did not have to specify which form view to edit.\n" +"The new placeholders are set in both the main partner form and the contact address form.\n" +"\n" +"![Partner Form](static/description/partner_form_with_placeholders.png?raw=true)\n" +"\n" +"![Address Form](static/description/address_form_with_placeholders.png?raw=true)\n" +"\n" +"## Customizing Helpers\n" +"\n" +"Since version ``1.2.0`` of the module, it is possible to customize a field helper.\n" +"\n" +"![Custom Field Help](static/description/custom_field_help.png?raw=true)\n" +"\n" +"![Contact Field Help](static/description/contact_field_help.png?raw=true)\n" +"\n" +"## Customizing Selection Fields\n" +"\n" +"Since version ``1.1.0`` of the module, fields of type ``Selection`` can be customized.\n" +"\n" +"In the list view of custom labels, a new position ``Selection`` and a column ``Key`` were added.\n" +"The ``Key`` contains the technical value of the selection option to rename.\n" +"\n" +"![Custom Selection Option](static/description/custom_selection_option.png?raw=true)\n" +"\n" +"In the example above, the option ``contact`` of the field ``type`` of ``res.partner``\n" +"was renamed to ``Personne`` (in french).\n" +"\n" +"In the form view of a contact, the term ``Contact`` is replaced with ``Personne``.\n" +"\n" +"![Partner Contact Type](static/description/partner_contact_type.png?raw=true)\n" +"\n" +"## Customizing Buttons\n" +"\n" +"In order to customize an element of the view that is not a field, we need to target the element with an Xpath expression.\n" +"\n" +"Let's say we want to customize the stock picking view and change the `VALIDATE` button to `TRANSFER`.\n" +"\n" +"![Picking Form Before](static/description/picking_form_before.png?raw=true)\n" +"\n" +"We add the custom label using an Xpath expression.\n" +"\n" +"![Picking Custom Label](static/description/picking_custom_label.png?raw=true)\n" +"\n" +"Then, the label is updated on the button.\n" +"\n" +"![Picking Form After](static/description/picking_form_after.png?raw=true)\n" +"\n" +"## Comparison with Odoo Studio\n" +"\n" +"When using Odoo Studio to modify a label, an inherited view is created behind the scene.\n" +"Thus, each label added using Odoo Studio is coupled with the code.\n" +"It adds complexity to deployments, because if the inherited view changes,\n" +"the Studio customization may become incompatible.\n" +"\n" +"Another downside is that when using Studio, you will need to edit every view of your model.\n" +"For example, products and partners have multiple form views. If you change one label, you will\n" +"need to change at multiple places.\n" +"\n" +"The module `Web Custom Label` does not add additionnal XML.\n" +"It modifies the view at the rendering, according to the language of the user.\n" +"If the inherited view changes, the system will not fail.\n" +"You may however end up with a wrong label inside a view and have to adjust the custom label entry.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_search_date_range +msgid "# Web Search Date Range\n" +"\n" +"This module adds the possibility to easily add contextual date range filters.\n" +"\n" +"Contextual means that the filter does not need to be updated.\n" +"It always filters records based on the current date.\n" +"\n" +"You may add one of these filters to your favorites or your dashboard and it will not need to be refreshed.\n" +"\n" +"![List View](static/description/partner_list.png?raw=true)\n" +"\n" +"## Date Filters\n" +"\n" +"To edit the list of filters that appear in the search view of a model:\n" +"\n" +"* Go to: Settings / Technical / User Interface / Date Filters\n" +"\n" +"![Date Filters](static/description/date_filters.png?raw=true)\n" +"\n" +"## Date Range Types\n" +"\n" +"A date range type is a contextual domain filter that can be used for any date or datetime field.\n" +"\n" +"Currently, the following date range types are implemented:\n" +"\n" +"* Before Today\n" +"* Today\n" +"* Next Fifteen Days\n" +"* Previous Week\n" +"* Current Week\n" +"* Next Week\n" +"* Previous Month\n" +"* Current Month\n" +"* Next Month\n" +"* Previous Year\n" +"* Current Year\n" +"* Next Year\n" +"\n" +"To add a custom range type:\n" +"\n" +"* Go to: Settings / Technical / User Interface / Date Ranges\n" +"* Click on `Create`.\n" +"* Enter a label for your range type.\n" +"* Enter a domain filter for your new range type.\n" +"\n" +"The domain you enter must contain `{field}` instead of a field name.\n" +"This allows to make the range type reusable.\n" +"\n" +"Example of domain for the filter Today:\n" +"```python\n" +"[\n" +" ('{field}', '>=', context_today().strftime('%Y-%m-%d')),\n" +" ('{field}', '<', (context_today() + relativedelta(days=1)).strftime('%Y-%m-%d')),\n" +"]\n" +"```\n" +"\n" +"## Weekly Date Ranges\n" +"\n" +"Weekly date ranges are implemented from monday to sunday.\n" +"\n" +"If you prefer from sunday to saturday:\n" +"\n" +"* Go to: Settings / Technical / User Interface / Date Range Types.\n" +"* For each weekly range type:\n" +" 1. Adapt the contextual domain.\n" +" 3. Check the `No Update` checkbox.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_search_date_range_account +msgid "# Web Search Date Range Account\n" +"\n" +"This module extends the web_search_date_range module with date ranges related to accounting.\n" +"\n" +"It enables date filters that are bound to the fiscal year of the company.\n" +"\n" +"For now, the following filters are available.\n" +"\n" +"* Previous Trimester\n" +"* Current Trimester\n" +"* Next Trimester\n" +"* Previous Fiscal Year\n" +"* Current Fiscal Year\n" +"* Next Fiscal Year\n" +"\n" +"## Adding Date Filters\n" +"\n" +"To add a filter to the search view of a model:\n" +"\n" +"* Go to: Settings / Technical / User Interface / Date Filters\n" +"\n" +"![Date Filters](static/description/date_filters.png?raw=true)\n" +"\n" +"* Go to the list view of the model (i.e. Journal Items)\n" +"\n" +"![Account Move Lines](static/description/account_move_lines.png?raw=true)\n" +"\n" +"## How the module works\n" +"\n" +"The module uses the Fiscal Year settings to determine the fiscal year and trimester ranges.\n" +"\n" +"![Fiscal Year Last Day](static/description/fiscal_year_last_day.png?raw=true)\n" +"\n" +"## Multi-Company\n" +"\n" +"The module works with multi-company.\n" +"\n" +"If you have subsidiaries with different account closing dates, the same filters will work for all.\n" +"You will not need to recreate your dashboards for each subsidiary.\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"" +msgstr "" + +#. module: auth_signup +#: model:mail.template,subject:auth_signup.set_password_email +msgid "${object.create_uid.name} from ${object.company_id.name} invites you to connect to Odoo" +msgstr "${object.create_uid.name} de ${object.company_id.name} vous invite à vous connecter à Odoo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views/search/search_filters.js:112 +#: code:addons/web/static/src/js/views/search/search_filters.js:387 +#, python-format +msgid "%(field)s %(operator)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views/search/search_filters.js:113 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: mail +#: code:addons/mail/wizard/invite.py:29 +#, python-format +msgid "%(user_name)s invited you to follow %(document)s document: %(title)s" +msgstr "%(user_name)s vous a invité à suivre le document %(document)s: %(title)s" + +#. module: mail +#: code:addons/mail/wizard/invite.py:31 +#, python-format +msgid "%(user_name)s invited you to follow a new document." +msgstr "%(user_name)s vous a invité à suivre un nouveau document." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%A - Full weekday name." +msgstr "%A - Nom complet du jour de la semaine." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%B - Full month name.\"" +msgstr "%B - Nom complet du mois.\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%H - Hour (24-hour clock) [00,23].\"" +msgstr "%H - Heure (Affichage 24h) [00,23].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%I - Hour (12-hour clock) [01,12].\"" +msgstr "%I - Heure (Affichage 12h) [01,12].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%M - Minute [00,59].\"" +msgstr "%M - Minute (00 à 59).\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%S - Seconds [00,61].\"" +msgstr "%S - Secondes [00 à 61].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%Y - Year with century.\"" +msgstr "%Y - Année avec siècle\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%a - Abbreviated weekday name." +msgstr "%a - Abréviation du jour de la semaine." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%b - Abbreviated month name." +msgstr "%b - Abréviation du nom du mois." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%d - Day of the month [01,31].\"" +msgstr "%d - Jour du mois [01,31].\"" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/services/mail_manager.js:945 +#, python-format +msgid "%d Messages" +msgstr "%d messages" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/translation.js:114 +#, python-format +msgid "%d days ago" +msgstr "il y a %d jours" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/activity.js:93 +#, python-format +msgid "%d days overdue" +msgstr "%d jours en retard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/translation.js:112 +#, python-format +msgid "%d hours ago" +msgstr "il y a %d heures" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/translation.js:110 +#, python-format +msgid "%d minutes ago" +msgstr "il y a %d minutes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/translation.js:116 +#, python-format +msgid "%d months ago" +msgstr "il y a %d mois" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import_action.js:613 +#, python-format +msgid "%d records were successfully imported" +msgstr "%d enregistrements ont été importés avec succès" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/tools/debug_manager.js:141 +#, python-format +msgid "%d requests (%d ms) %d queries (%d ms)" +msgstr "%d requêtes (%d ms) %d requêtes (%d ms)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/translation.js:118 +#, python-format +msgid "%d years ago" +msgstr "il y %d années" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%j - Day of the year [001,366].\"" +msgstr "%j - Jour dans l'année [001,366].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%m - Month number [01,12].\"" +msgstr "%m - Numéro de mois [01,12].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%p - Equivalent of either AM or PM.\"" +msgstr "%p - AM ou PM.\"" + +#. modules: mail, base +#: code:addons/base/models/ir_filters.py:38 +#: code:addons/base/models/res_partner.py:359 +#: code:addons/base/models/res_users.py:168 +#: code:addons/base/models/res_users.py:554 +#: code:addons/base/models/res_users.py:556 +#: code:addons/mail/models/mail_template.py:249 +#, python-format +msgid "%s (copy)" +msgstr "%s (copie)" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/models/threads/thread_typing_mixin/thread_typing_mixin.js:133 +#, python-format +msgid "%s and %s are typing..." +msgstr "%s et %s écrivent..." + +#. module: sms +#. openerp-web +#: code:addons/sms/static/src/js/sms_widget.js:96 +#, python-format +msgid "%s chars, fits in %s SMS (%s) " +msgstr "%s caractères, envoi dans %s SMS (%s) " + +#. module: auth_signup +#: code:addons/auth_signup/models/res_users.py:126 +#, python-format +msgid "%s connected" +msgstr "%s connecté" + +#. module: mail +#: code:addons/mail/models/mail_thread.py:278 +#, python-format +msgid "%s created" +msgstr "%s créé(e)" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/models/threads/thread_typing_mixin/thread_typing_mixin.js:131 +#, python-format +msgid "%s is typing..." +msgstr "%s est en train d'écrire..." + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/models/threads/thread_typing_mixin/thread_typing_mixin.js:137 +#, python-format +msgid "%s, %s and more are typing..." +msgstr "%s, %s et d'autres sont en train d'écrire..." + +#. module: mail +#: code:addons/mail/models/mail_activity.py:361 +#, python-format +msgid "%s: %s assigned to you" +msgstr "%s: %s assigné à vous" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%w - Weekday number [0(Sunday),6].\"" +msgstr "%w - Numéro de semaine [0(Dimanche),6].\"" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "%y - Year without century [00,99].\"" +msgstr "%y - Année sans le siècle [00,99].\"" + +#. modules: mail, base +#: model_terms:ir.ui.view,arch_db:base.module_view_kanban +#: model_terms:ir.ui.view,arch_db:mail.mail_notification_paynow +msgid "&nbsp;" +msgstr "" + +#. module: web +#: model_terms:ir.ui.view,arch_db:web.webclient_bootstrap +msgid "<!--[if lt IE 10]>\n" +" <body class=\"ie9\">\n" +" <![endif]-->" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/discuss.xml:286 +#, python-format +msgid " (" +msgstr "" + +#. module: base +#: code:addons/base/models/ir_fields.py:188 +#, python-format +msgid "'%s' does not seem to be a number for field '%%(field)s'" +msgstr "'%s' ne semble pas être un nombre pour le champs '%%(field)s'" + +#. module: base +#: code:addons/base/models/ir_fields.py:208 +#, python-format +msgid "'%s' does not seem to be a valid date for field '%%(field)s'" +msgstr "'%s' n'est pas une date valide pour le champ '%%(field)s'" + +#. module: base +#: code:addons/base/models/ir_fields.py:240 +#, python-format +msgid "'%s' does not seem to be a valid datetime for field '%%(field)s'" +msgstr "'%s' ne semble pas être une date/heure valide pour le champ '%%(field)s'" + +#. module: base +#: code:addons/base/models/ir_fields.py:177 +#, python-format +msgid "'%s' does not seem to be an integer for field '%%(field)s'" +msgstr "'%s' ne semble pas être un entier pour le champ '%%(field)s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:442 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' n'est pas une date valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/time.js:193 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "\"%s\" n'est ni une date, ni un horodatage ni une heure correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:489 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' n'est pas une date correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:523 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' n'est pas un nombre décimal correct" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:629 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' n'est pas un entier correct" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:559 +#, python-format +msgid "'%s' is not a correct monetary field" +msgstr "« %s » n'est pas un champ monétaire valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/core/time.js:205 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "\"%s\" n'est convertible ni en date, ni en horodatage ni en heure" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/xml/editor.xml:35 +#, python-format +msgid "'Alt tag' specifies an alternate text for an image, if the image cannot be displayed (slow connection, missing image, screen reader ...)." +msgstr "" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/xml/editor.xml:44 +#, python-format +msgid "'Title tag' is shown as a tooltip when you hover the picture." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import_action.js:648 +#, python-format +msgid "(%d more)" +msgstr "(%d en plus)" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/xml/editor.xml:36 +#, python-format +msgid "(ALT Tag)" +msgstr "" + +#. module: web_settings_dashboard +#. openerp-web +#: code:addons/web_settings_dashboard/static/src/xml/dashboard.xml:113 +#, python-format +msgid "(Community Edition)" +msgstr "" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/xml/editor.xml:45 +#, python-format +msgid "(TITLE Tag)" +msgstr "" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "(Time Now)" +msgstr "(Heure Actuelle)" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/xml/editor.xml:197 +#, python-format +msgid "(URL or Embed)" +msgstr "(URL ou code incorporé)" + +#. module: web_editor +#. openerp-web +#: code:addons/web_editor/static/src/js/editor/rte.summernote.js:1034 +#, python-format +msgid "(YouTube, Vimeo, Vine, Instagram, DailyMotion or Youku)" +msgstr "(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:298 +#, python-format +msgid "(change)" +msgstr "(modifier)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:508 +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "(count)" +msgstr "(total)" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/thread.xml:327 +#, python-format +msgid "(from" +msgstr "(de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "(no string)" +msgstr "(chaîne vide)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:10 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/activity.xml:56 +#, python-format +msgid ", due on" +msgstr ", exigible au" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.wizard_lang_export +msgid ", or your preferred text editor" +msgstr ", ou votre éditeur de texte préféré" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid ", readonly" +msgstr ", lecture seule" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid ", required" +msgstr ", requis" + +#. module: base +#: code:addons/model.py:137 +#, python-format +msgid "- Create/update: a mandatory field is not set.\n" +"- Delete: another model requires the record being deleted. If possible, archive it instead." +msgstr "- Créer / mettre à jour: un champ obligatoire n'est pas défini.\n" +"- Supprimer: un autre modèle nécessite la suppression de l'enregistrement. Si possible, archivez-le." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- domain =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- field =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- groups =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- ondelete =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- relation =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- selection =" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "- size =" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/thread.xml:558 +#, python-format +msgid "-------- Show older messages --------" +msgstr "-------- Montrer les anciens messages --------" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.module_form +msgid "-This module does not create menu." +msgstr "- Ce module ne crée pas de menu." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.module_form +msgid "-This module does not create report." +msgstr "- Ce module ne crée pas de rapport." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.module_form +msgid "-This module does not create views." +msgstr "- Ce module ne crée pas de vue." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.module_form +msgid "-This module does not depends on any other module." +msgstr "- Ce module ne dépend d'aucun autre." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.module_form +msgid "-This module does not exclude any other module." +msgstr "– Ce module n'exclut aucun autre module." + +#. module: base +#: model:ir.module.module,description:base.module_purchase_sale_inter_company +msgid ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +"\n" +"===========================\n" +"Purchase Sale Inter Company\n" +"===========================\n" +"\n" +"This module is useful if there are multiple companies in the same Odoo database and those companies sell goods or services among themselves.\n" +"It allows to create a sale order in company A from a purchase order in company B.\n" +"\n" +"Imagine you have company A and company B in the same Odoo database:\n" +"\n" +"* Company A purchase goods from company B.\n" +"* Company A will create a purchase order with company B as supplier.\n" +"* This module automate the creation of the sale order in company B with company A as customer.\n" +"\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"To configure this module, you need to:\n" +"#. go to the menu *Settings > Companies > Companies*.\n" +"#. Select one of the companies.\n" +"#. Go to the tab *Inter-Company* then the group *Purchase To Sale*.\n" +"#. Select the *Warehouse For Sale Orders*, it is the warehouse that will be used to automatically generate the sale order in the other company.\n" +"#. If you check the option *Sale Auto Validation* in the configuration of company B, then when you validate a *Purchase Order* in company A with company B as supplier, the *Sale Order* will be automatically validated in company B with company A as customer.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +".. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n" +" :alt: Try me on Runbot\n" +" :target: https://runbot.odoo-community.org/runbot/133/12.0\n" +"\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smash it by providing detailed and welcomed\n" +"feedback.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Contributors\n" +"------------\n" +"\n" +"* Odoo S.A.\n" +"* Chafique Delli \n" +"* Alexis de Lattre \n" +"* Lorenzo Battistini \n" +"* `Tecnativa `_:\n" +"\n" +" * Carlos Dauden\n" +" * Jairo Llopis\n" +"* Mourad EL HADJ MIMOUNE \n" +"\n" +"Maintainer\n" +"----------\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"To contribute to this module, please visit https://odoo-community.org.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_sentry +msgid ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +"\n" +"======\n" +"Sentry\n" +"======\n" +"\n" +"This module allows painless `Sentry `__ integration with\n" +"Odoo.\n" +"\n" +"Installation\n" +"============\n" +"\n" +"The module can be installed just like any other Odoo module, by adding the\n" +"module's directory to Odoo *addons_path*. In order for the module to correctly\n" +"wrap the Odoo WSGI application, it also needs to be loaded as a server-wide\n" +"module. This can be done with the ``server_wide_modules`` parameter in your\n" +"Odoo config file or with the ``--load`` command-line parameter.\n" +"\n" +"This module additionally requires the raven_ Python package to be available on\n" +"the system. It can be installed using pip::\n" +"\n" +" pip install raven\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"The following additional configuration options can be added to your Odoo\n" +"configuration file:\n" +"\n" +"============================= ==================================================================== ==========================================================\n" +" Option Description Default\n" +"============================= ==================================================================== ==========================================================\n" +"``sentry_dsn`` Sentry *Data Source Name*. You can find this value in your Sentry ``''``\n" +" project configuration. Typically it looks something like this:\n" +" *https://:@sentry.example.com/*\n" +" This is the only required option in order to use the module.\n" +"\n" +"``sentry_enabled`` Whether or not Sentry logging is enabled. ``False``\n" +"\n" +"``sentry_logging_level`` The minimal logging level for which to send reports to Sentry. ``warn``\n" +" Possible values: *notset*, *debug*, *info*, *warn*, *error*,\n" +" *critical*. It is recommended to have this set to at least *warn*,\n" +" to avoid spamming yourself with Sentry events.\n" +"\n" +"``sentry_exclude_loggers`` A string of comma-separated logger names which should be excluded ``werkzeug``\n" +" from Sentry.\n" +"\n" +"``sentry_ignored_exceptions`` A string of comma-separated exceptions which should be ignored. ``odoo.exceptions.AccessDenied,\n" +" You can use a star symbol (*) at the end, to ignore all exceptions odoo.exceptions.AccessError,\n" +" from a module, eg.: *odoo.exceptions.**. odoo.exceptions.DeferredException,\n" +" odoo.exceptions.MissingError,\n" +" odoo.exceptions.RedirectWarning,\n" +" odoo.exceptions.UserError,\n" +" odoo.exceptions.ValidationError,\n" +" odoo.exceptions.Warning,\n" +" odoo.exceptions.except_orm``\n" +"\n" +"``sentry_processors`` A string of comma-separated processor classes which will be applied ``raven.processors.SanitizePasswordsProcessor,\n" +" on an event before sending it to Sentry. odoo.addons.sentry.logutils.SanitizeOdooCookiesProcessor``\n" +"\n" +"``sentry_transport`` Transport class which will be used to send events to Sentry. ``threaded``\n" +" Possible values: *threaded*: spawns an async worker for processing\n" +" messages, *synchronous*: a synchronous blocking transport;\n" +" *requests_threaded*: an asynchronous transport using the *requests*\n" +" library; *requests_synchronous* - blocking transport using the\n" +" *requests* library.\n" +"\n" +"``sentry_include_context`` If enabled, additional context data will be extracted from current ``True``\n" +" HTTP request and user session (if available). This has no effect\n" +" for Cron jobs, as no request/session is available inside a Cron job.\n" +"\n" +"``sentry_release`` Explicitly define a version to be sent as the release version to\n" +" Sentry. Useful in conjuntion with Sentry's \"Resolve in the next\n" +" release\"-functionality. Also useful if your production deployment\n" +" does not include any Git context from which a commit might be read.\n" +" Overrides *sentry_odoo_dir*.\n" +"\n" +"``sentry_odoo_dir`` Absolute path to your Odoo installation directory. This is optional\n" +" and will only be used to extract the Odoo Git commit, which will be\n" +" sent to Sentry, to allow to distinguish between Odoo updates.\n" +" Overridden by *sentry_release*\n" +"============================= ==================================================================== ==========================================================\n" +"\n" +"Other `client arguments\n" +"`_ can be\n" +"configured by prepending the argument name with *sentry_* in your Odoo config\n" +"file. Currently supported additional client arguments are: ``install_sys_hook,\n" +"include_paths, exclude_paths, machine, auto_log_stacks, capture_locals,\n" +"string_max_length, list_max_length, site, include_versions, environment``.\n" +"\n" +"Example Odoo configuration\n" +"--------------------------\n" +"\n" +"Below is an example of Odoo configuration file with *Odoo Sentry* options::\n" +"\n" +" [options]\n" +" sentry_dsn = https://:@sentry.example.com/\n" +" sentry_enabled = true\n" +" sentry_logging_level = warn\n" +" sentry_exclude_loggers = werkzeug\n" +" sentry_ignore_exceptions = odoo.exceptions.AccessDenied,odoo.exceptions.AccessError,odoo.exceptions.MissingError,odoo.exceptions.RedirectWarning,odoo.exceptions.UserError,odoo.exceptions.ValidationError,odoo.exceptions.Warning,odoo.exceptions.except_orm\n" +" sentry_processors = raven.processors.SanitizePasswordsProcessor,odoo.addons.sentry.logutils.SanitizeOdooCookiesProcessor\n" +" sentry_transport = threaded\n" +" sentry_include_context = true\n" +" sentry_environment = production\n" +" sentry_auto_log_stacks = false\n" +" sentry_odoo_dir = /home/odoo/odoo/\n" +" sentry_release = 1.3.2\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Once configured and installed, the module will report any logging event at and\n" +"above the configured Sentry logging level, no additional actions are necessary.\n" +"\n" +".. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n" +" :alt: Try me on Runbot\n" +" :target: https://runbot.odoo-community.org/runbot/149/10.0\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* **No database separation** -- This module functions by intercepting all Odoo\n" +" logging records in a running Odoo process. This means that once installed in\n" +" one database, it will intercept and report errors for all Odoo databases,\n" +" which are used on that Odoo server.\n" +"\n" +"* **Frontend integration** -- In the future, it would be nice to add\n" +" Odoo client-side error reporting to this module as well, by integrating\n" +" `raven-js `_. Additionally, `Sentry user\n" +" feedback form `_ could be\n" +" integrated into the Odoo client error dialog window to allow users shortly\n" +" describe what they were doing when things went wrong.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues\n" +"`_. In case of trouble, please\n" +"check there if your issue has already been reported. If you spotted it first,\n" +"help us smash it by providing detailed and welcomed feedback.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Images\n" +"------\n" +"\n" +"* `Module Icon `_\n" +"\n" +"Contributors\n" +"------------\n" +"\n" +"* Mohammed Barsi \n" +"* Andrius Preimantas \n" +"* Naglis Jonaitis \n" +"* Atte Isopuro \n" +"\n" +"Maintainer\n" +"----------\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"To contribute to this module, please visit https://odoo-community.org.\n" +"\n" +"\n" +".. _raven: https://github.com/getsentry/raven-python\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_test_queue_job +msgid ".. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +"\n" +"==============\n" +"Test Job Queue\n" +"==============\n" +"\n" +"This addon is not meant to be used. It extends the Odoo Models\n" +"in order to run automated tests on the jobs queue.\n" +"\n" +"The basic tests are integrated with the ``queue_job`` addon,\n" +"but for the tests that need several job methods are done in\n" +"this module to avoid to pollute the Models.\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Nothing particular.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"This module only contains Python tests.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues\n" +"`_. In case of trouble, please\n" +"check there if your issue has already been reported. If you spotted it first,\n" +"help us smashing it by providing a detailed and welcomed feedback.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Images\n" +"------\n" +"\n" +"* Odoo Community Association: `Icon `_.\n" +"\n" +"Contributors\n" +"------------\n" +"\n" +"* Guewen Baconnier \n" +"* Stéphane Bidoul \n" +"* Matthieu Dietrich \n" +"* Jos De Graeve \n" +"* David Lefever \n" +"* Laurent Mignon \n" +"* Laetitia Gangloff \n" +"\n" +"Maintainer\n" +"----------\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"To contribute to this module, please visit https://odoo-community.org.\n" +"\n" +"" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/systray.xml:99 +#, python-format +msgid "0 Future" +msgstr "0 à venir" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/systray.xml:95 +#, python-format +msgid "0 Late" +msgstr "0 en retard" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/systray.xml:97 +#, python-format +msgid "0 Today" +msgstr "0 aujourd'hui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/fields/field_utils.js:294 +#, python-format +msgid "1 record" +msgstr "1 enregistrement" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "1. %b, %B ==> Dec, December" +msgstr "1. %b, %B → Dec, Décembre" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "2. %a ,%A → Ven, Vendredi" + +#. module: base +#: model:ir.module.module,shortdesc:base.module_web_widget_x2many_2d_matrix +msgid "2D matrix for x2many fields" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "3. %y, %Y ==> 08, 2008" +msgstr "3. %y, %Y → 08, 2008" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "4. %d, %m ==> 05, 12" +msgstr "4. %d, %m → 05, 12" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "5. %H:%M:%S ==> 18:25:20" +msgstr "5. %H:%M:%S → 18:25:20" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "6. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "6. %I:%M:%S %p → 06:25:20 PM" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "7. %j ==> 340" +msgstr "7. %j → 340" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "8. %S ==> 20" +msgstr "8. %S → 20" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_lang_form +msgid "9. %w ==> 5 ( Friday is the 6th day)" +msgstr "9. %w → 5 ( Vendredi est le 6ème jour)" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_partner_form +#: model_terms:ir.ui.view,arch_db:base.view_partner_short_form +msgid "Company Address:" +msgstr "Adresse de la société:" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:931 +#, python-format +msgid "

\n" +" Type @username to mention someone, and grab his attention.
\n" +" Type #channel.to mention a channel.
\n" +" Type /command to execute a command.
\n" +" Type :shortcut to insert canned responses in your message.
" +msgstr "

\n" +" Tapez @nomutilisateur pour mentionner quelqu'un et attirer son attention.
\n" +" Tapez #canal pour mentionner un canal.
\n" +" Tapez /commande pour exécuter une commande.
\n" +" Tapez :raccourci pour insérer une réponse automatique à votre message.
" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "\n" +"partner_name = record.name + '_code'\n" +"env['res.partner'].create({'name': partner_name})\n" +"" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "Warning: Warning Exception to use with raise" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_model_fields_form +#: model_terms:ir.ui.view,arch_db:base.view_model_form +msgid "datetime (Python module)" +msgstr "datetime (module Python)" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_model_fields_form +#: model_terms:ir.ui.view,arch_db:base.view_model_form +msgid "dateutil (Python module)" +msgstr "dateutil (module Python)" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "env: Odoo Environment on which the action is triggered" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "log(message, level='info'):logging function to record debug information in ir.logging table" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "model: Odoo Model of the record on which the action is triggered; is a void recordset" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "record: record on which the action is triggered; may be be void" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "records: recordset of all records on which the action is triggered in multi mode; may be void" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_model_fields_form +#: model_terms:ir.ui.view,arch_db:base.view_model_form +msgid "self (the set of records to compute)" +msgstr "self (l'ensemble d'enregistrements à traiter)" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_model_fields_form +#: model_terms:ir.ui.view,arch_db:base.view_model_form +msgid "time (Python module)" +msgstr "time (module Python)" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_server_action_form +msgid "time, datetime, dateutil, timezone: useful Python libraries" +msgstr "" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:726 +#, python-format +msgid "
%(author)s invited %(new_partner)s to #%(channel_name)s
" +msgstr "
%(author)s a invité %(new_partner)s à #%(channel_name)s
" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:833 +#, python-format +msgid "
created #%s
" +msgstr "
a créé #%s
" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:733 +#: code:addons/mail/models/mail_channel.py:808 +#, python-format +msgid "
joined #%s
" +msgstr "
a rejoint #%s
" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:299 +#, python-format +msgid "
left #%s
" +msgstr "
a quitté #%s
" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.res_config_settings_view_form +msgid "\n" +" Buy more credits" +msgstr "" + +#. module: web_unsplash +#: model_terms:ir.ui.view,arch_db:web_unsplash.res_config_settings_view_form +msgid " Generate an Access Key" +msgstr " Générez une Clé d'Accès" + +#. module: web +#: model_terms:ir.ui.view,arch_db:web.external_layout_background +msgid "" +msgstr "" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.res_partner_view_form_inherit_mail +#: model_terms:ir.ui.view,arch_db:mail.res_partner_view_form_short +msgid "\n" +" Company type:" +msgstr "\n" +" Type de compagnie:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Founded:" +msgstr "\n" +" Fondé:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Technology Used :" +msgstr "\n" +" Technologie Employée:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Email :" +msgstr "" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Timezone :" +msgstr "\n" +" Fuseau horaire :" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Sector:" +msgstr "\n" +" Secteur:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Annual revenue:" +msgstr "\n" +" Revenu Annuel:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Estimated annual revenue:" +msgstr "\n" +" Estimation du revenu annuel:" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Phone :" +msgstr "\n" +" Téléphone :" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.additional_info_template +msgid "\n" +" Employees:" +msgstr "\n" +" Employés:" + +#. module: web +#: model_terms:ir.ui.view,arch_db:web.external_layout_background +msgid "" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_rule_form +msgid "" +msgstr "" + +#. module: base_setup +#: model_terms:ir.ui.view,arch_db:base_setup.res_config_settings_view_form +msgid "\n" +" \n" +" the creation of documents between your companies\n" +" " +msgstr "\n" +" \n" +" la création de documents entre vos compagnies\n" +" " + +#. module: web +#: model_terms:ir.ui.view,arch_db:web.external_layout_background +msgid "" +msgstr "" + +#. module: web_editor +#: model_terms:ir.ui.view,arch_db:web_editor.snippets +msgid " First Panel" +msgstr " Premier volet" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.onboarding_container +msgid "" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/tour.js:60 +#, python-format +msgid "

Chat with coworkers in real-time using direct messages.

You might need to invite users from the Settings app first.

" +msgstr "

Discutez avec vos collègues en temps réel avec les messages directs.

Vous devrez peut-être d'abord les inviter via l'application Configuration.

" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/tour.js:39 +#, python-format +msgid "

Write a message to the members of the channel here.

You can notify someone with '@' or link another channel with '#'. Start your message with '/' to get the list of possible commands.

" +msgstr "

Ecrivez un message aux membres du canal ici.

Vous pouvez notifier quelqu'un en utilisant '@' ou liez un autre canal avec '#'. Commencez votre message avec '/' pour avoir la liste des commandes possibles.

" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/tour.js:23 +#, python-format +msgid "

Channels make it easy to organize information across different topics and groups.

Try to create your first channel (e.g. sales, marketing, product XYZ, after work party, etc).

" +msgstr "

Les canaux rendent facile l'organisation de l'information autour de différents sujets et groupes.

Essayez de créer votre premier canal (e.g. ventes, marketing, article XYZ, apéro Afterwork, etc).

" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/tour.js:27 +#, python-format +msgid "

Create a channel here.

" +msgstr "

Créez un canal ici.

" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/models/threads/create_mode_document_thread.js:65 +#, python-format +msgid "

Creating a new record...

" +msgstr "

Création d'un nouvel enregistrement...

" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.onboarding_container +msgid "&times;" +msgstr "" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form +msgid "\n" +" Email mass mailing on\n" +" Followers of the document and" +msgstr "\n" +"Email de masse pour\n" +"Abonnés aux documents et" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form +msgid "\n" +" Attention: il ne sera plus possible de renvoyer cet email aux destinataires que vous n'avez pas sélectionné." + +#. module: snailmail +#: model_terms:ir.ui.view,arch_db:snailmail.res_config_settings_view_form +msgid "" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_partner_form +#: model_terms:ir.ui.view,arch_db:base.view_partner_short_form +msgid "\n" +" Create company" +msgstr "\n" +" Créez une société" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.res_config_settings_view_form +msgid "Activities" +msgstr "Activités" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_base_module_update +msgid "Click on Update below to start the process..." +msgstr "Cliquez sur Mettre à jour ci-dessous pour lancer le processus ..." + +#. module: base_setup +#: model_terms:ir.ui.view,arch_db:base_setup.res_config_settings_view_form +msgid "Document Template\n" +" " +msgstr "Modèle de document\n" +" " + +#. module: base_setup +#: model_terms:ir.ui.view,arch_db:base_setup.res_config_settings_view_form +msgid "Format\n" +" " +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_base_language_install +msgid "The selected language has been successfully installed.\n" +"You must change the preferences of the user to view the changes." +msgstr "La langue sélectionnée a été installé avec succès.\n" +"Veuillez modifier les préférences de l'utilisateur pour voir les changements." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_base_module_upgrade_install +msgid "The selected modules have been updated / installed !" +msgstr "Les modules sélectionnés ont été mis à jour / installés! " + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_base_module_upgrade_install +msgid "We suggest to reload the menu tab to see the new menus (Ctrl+T then Ctrl+R).\"" +msgstr "" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_template_form +msgid "Add\n" +" Context Action" +msgstr "Ajouter\n" +"Action contextuelle" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_template_form +msgid "Remove\n" +" Context Action" +msgstr "Supprimer\n" +"Action contextuelle" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.res_config_settings_view_form +msgid "" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.demo_force_install_form +msgid "Danger Zone" +msgstr "Zone dangereuse" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.sequence_view +msgid "Current Year with Century: %(year)s\n" +" Current Year without Century: %(y)s\n" +" Month: %(month)s\n" +" Day: %(day)s" +msgstr "Année en cours avec Siècle: %(year)s\n" +" Année en cours sans Siècle: %(y)s\n" +" Mois: %(month)s\n" +" Jour: %(day)s" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.sequence_view +msgid "Day of the Year: %(doy)s\n" +" Week of the Year: %(woy)s\n" +" Day of the Week (0:Monday): %(weekday)s" +msgstr "Jour de l'année: %(doy)s\n" +" Semaine de l'année: %(woy)s\n" +" Jour de la Semaine (0:Lundi): %(weekday)s" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.sequence_view +msgid "Hour 00->24: %(h24)s\n" +" Hour 00->12: %(h12)s\n" +" Minute: %(min)s\n" +" Second: %(sec)s" +msgstr "Heure 00->24: %(h24)s\n" +" Heure 00->12: %(h12)s\n" +" Minute: %(min)s\n" +" Seconde: %(sec)s" + +#. module: partner_autocomplete +#: model_terms:ir.ui.view,arch_db:partner_autocomplete.res_config_settings_view_form +msgid "&times;" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Directory" +msgstr "Repertoire" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Module" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Name" +msgstr "Nom" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Object:" +msgstr "Objet:" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Version" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Web" +msgstr "" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form +msgid "\n" +" All records matching your current search filter will be mailed,\n" +" not only the ids selected in the list view.\n" +"
\n" +" The email will be sent for all the records selected in the list.
\n" +" Confirming this wizard will probably take a few minutes blocking your browser." +msgstr "\n" +" Tous les enregistrements correspondant à votre filtre de recherche actuel seront envoyés par e-mail,\n" +" et non seulement les ID sélectionnés dans la vue liste.\n" +"
\n" +" L'e-mail sera envoyé pour tous les enregistrements sélectionnés dans la liste.
\n" +" La confirmation de cet assistant va probablement prendre quelques minutes et bloquer votre navigateur." + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.message_activity_done +msgid " Feedback" +msgstr " Commentaire" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_currency_kanban +msgid "Current Rate: " +msgstr "Taux Actuel: " + +#. module: auth_signup +#: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form +msgid "A password reset has been requested for this user. An email containing the following link has been sent:" +msgstr "Une réinitialisation du mot de passe a été demandée pour cet utilisateur. Un courriel lui a été envoyé, contenant le lien suivant :" + +#. module: auth_signup +#: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form +msgid "An invitation email containing the following subscription link has been sent:" +msgstr "Une invitation a été envoyée par courriel. Elle contient le lien suivant pour s'abonner :" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Apps" +msgstr "Applications" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Attribute" +msgstr "Caractéristique" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Dependencies :" +msgstr "Dependances :" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_res_company_kanban +msgid "Email:" +msgstr "E-mail :" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Group" +msgstr "Groupe" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Idx" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Inherited" +msgstr "" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.message_notification_email +msgid "Internal communication: Replying will post an internal note. Followers won't receive any email notification." +msgstr "Communication interne: Répondre postera une note interne. Les abonnés ne recevront pas de notification." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Label" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Menu :" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Name" +msgstr "Nom" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form +msgid "Only records checked in list view will be used.
\n" +" The email will be sent for all the records selected in the list." +msgstr "Seuls les enregistrements sélectionnés dans la liste seront utilisés.
\n" +" L'e-mail sera envoyé pour tous les enregistrements sélectionnés dans la liste." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_res_company_kanban +msgid "Phone" +msgstr "Téléphone" + +#. module: mail +#: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_form_popup +msgid "Recommended Activities" +msgstr "Activités recommandées" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "Reports :" +msgstr "Rapports :" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Ro" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Rq" +msgstr "" + +#. module: base_setup +#: model_terms:ir.ui.view,arch_db:base_setup.res_config_settings_view_form +msgid "Save this page and come back here to set up the feature." +msgstr "Sauvegardez cette page et revenez ici pour configurer la fonctionnalité." + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Seq" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_users_form +msgid "The contact linked to this user is still active" +msgstr "Le contact lié à cet utilisateur est toujours actif" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.view_base_module_upgrade +msgid "This operation will permanently erase all data currently stored by the modules!" +msgstr "Cette opération effacera de façon définitive toutes les informations actuellement stockées par ces modules !" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Tr" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Type" +msgstr "" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodulereference +msgid "View :" +msgstr "Vue :" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "XML ID" +msgstr "" + +#. module: auth_signup +#: model:mail.template,body_html:auth_signup.set_password_email +msgid "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Welcome to Odoo
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Dear ${object.name},

\n" +" You have been invited by ${object.create_uid.name} of ${object.company_id.name} to connect on Odoo.\n" +" \n" +" % set website_url = object.env['ir.config_parameter'].sudo().get_param('web.base.url')\n" +" Your Odoo domain is: ${website_url}
\n" +" Your sign in email is: ${object.email}

\n" +" Never heard of Odoo? It’s an all-in-one business software loved by 3+ million users. It will considerably improve your experience at work and increase your productivity.\n" +"

\n" +" Have a look at the Odoo Tour to discover the tool.\n" +"

\n" +" Enjoy Odoo!
\n" +" --
The ${object.company_id.name} Team\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
" +msgstr "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Bienvenue sur Odoo
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Cher(e) ${object.name},

\n" +" Vous avez été invité par ${object.create_uid.name} de ${object.company_id.name} à rejoindre Odoo.\n" +" \n" +" % set website_url = object.env['ir.config_parameter'].sudo().get_param('web.base.url')\n" +" Votre nom de domaine Odoo est: ${website_url}
\n" +" Votre courriel de connection est: ${object.email}

\n" +" Jamais entendu parler d'Odoo? C’est un logiciel de gestion tout-en-un apprécié par plus de 3 millions d’utilisateurs. Il améliorera considérablement votre expérience de travail et augmentera votre productivité.\n" +"

\n" +" Faites un tour dans la section Odoo Tour afin de découvrir l'outil.\n" +"

\n" +" Enjoy Odoo!
\n" +" --
L'équipe ${object.company_id.name} \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
" + +#. module: auth_signup +#: model:mail.template,body_html:auth_signup.reset_password_email +msgid "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Your Account
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Dear ${object.name},

\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:
\n" +" \n" +" If you do not expect this, you can safely ignore this email.

\n" +" Thanks,
\n" +" ${user.signature | safe}
\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
\n" +" " +msgstr "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Votre compte
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Cher(e) ${object.name},

\n" +" Nous avons reçu une demande de réinitialisation de mot de passe pour votre compte Odoo.\n" +" Cliquez sur ce lien (valable 24 heures) pour le changer:
\n" +" \n" +" Si vous n'êtes pas à l'origine de cette demande, ignorez-cet email.

\n" +" Merci,
\n" +" ${user.signature | safe}
\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
\n" +" " + +#. module: auth_signup +#: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created +msgid "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Your Account
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Dear ${object.name},

\n" +" Your account has been successfully created!
\n" +" Your login is ${object.email}
\n" +" To gain access to your account, you can use the following link:\n" +" \n" +" Thanks,

\n" +" ${user.signature | safe}
\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
" +msgstr "\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" Votre compte
\n" +" \n" +" ${object.name}\n" +" \n" +"
\n" +" \"${object.company_id.name}\"/\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Cher(e) ${object.name},

\n" +" Votre compte a été créé avec succès!
\n" +" Votre login est ${object.email}
\n" +" Pour accéder à votre compte, suivez ce lien:\n" +" \n" +" Merci,

\n" +" ${user.signature | safe}
\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +"
\n" +" ${object.company_id.name}\n" +"
\n" +" ${object.company_id.phone}\n" +" % if object.company_id.email\n" +" | ${object.company_id.email}\n" +" % endif\n" +" % if object.company_id.website\n" +" | \n" +" ${object.company_id.website}\n" +" \n" +" % endif\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +"
\n" +" Powered by Odoo\n" +"
\n" +"
" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Fields" +msgstr "Champs" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Security" +msgstr "Securité" + +#. module: base +#: model_terms:ir.ui.view,arch_db:base.report_irmodeloverview +msgid "Views" +msgstr "Vues" + +#. module: base +#: model:ir.module.module,description:base.module_base_iso3166 +msgid "========\n" +"ISO 3166\n" +"========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/community-data-files/tree/12.0/base_iso3166\n" +" :alt: OCA/community-data-files\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/community-data-files-12-0/community-data-files-12-0-base_iso3166\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/101/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module adds some data specified by ISO 3166, specifically:\n" +"\n" +"* ISO 3166-1 alpha-3 (3-char) codes in countries\n" +"* ISO 3166-1 numeric codes in countries\n" +"* ISO 3166-3 formerly used codes in countries\n" +"\n" +"Check https://en.wikipedia.org/wiki/ISO_3166 for more info.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"This module requires the Python library pycountry >= 0.19 installed in the\n" +"system. It works also with pycountry >= 16.11.8\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"This module serves as a base for other modules that need ISO 3166 country data.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* Include 3166-2 country subdivision codes\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"* Creu Blanca\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Pedro M. Baeza \n" +"* Enric Tobella \n" +"* Aitor Bouzas \n" +"* Joshua Jan \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/community-data-files `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_queue_job +msgid "=========\n" +"Job Queue\n" +"=========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Mature\n" +".. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/queue_job\n" +" :alt: OCA/queue\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-queue_job\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This addon adds an integrated Job Queue to Odoo.\n" +"\n" +"It allows to postpone method calls executed asynchronously.\n" +"\n" +"Jobs are executed in the background by a ``Jobrunner``, in their own transaction.\n" +"\n" +"Example:\n" +"\n" +".. code-block:: python\n" +"\n" +" from odoo import models, fields, api\n" +" from odoo.addons.queue_job.job import job\n" +"\n" +" class MyModel(models.Model):\n" +" _name = 'my.model'\n" +"\n" +" @api.multi\n" +" @job\n" +" def my_method(self, a, k=None):\n" +" _logger.info('executed with a: %s and k: %s', a, k)\n" +"\n" +"\n" +" class MyOtherModel(models.Model):\n" +" _name = 'my.other.model'\n" +"\n" +" @api.multi\n" +" def button_do_stuff(self):\n" +" self.env['my.model'].with_delay().my_method('a', k=2)\n" +"\n" +"\n" +"In the snippet of code above, when we call ``button_do_stuff``, a job capturing\n" +"the method and arguments will be postponed. It will be executed as soon as the\n" +"Jobrunner has a free bucket, which can be instantaneous if no other job is\n" +"running.\n" +"\n" +"\n" +"Features:\n" +"\n" +"* Views for jobs, jobs are stored in PostgreSQL\n" +"* Jobrunner: execute the jobs, highly efficient thanks to PostgreSQL's NOTIFY\n" +"* Channels: give a capacity for the root channel and its sub-channels and\n" +" segregate jobs in them. Allow for instance to restrict heavy jobs to be\n" +" executed one at a time while little ones are executed 4 at a times.\n" +"* Retries: Ability to retry jobs by raising a type of exception\n" +"* Retry Pattern: the 3 first tries, retry after 10 seconds, the 5 next tries,\n" +" retry after 1 minutes, ...\n" +"* Job properties: priorities, estimated time of arrival (ETA), custom\n" +" description, number of retries\n" +"* Related Actions: link an action on the job view, such as open the record\n" +" concerned by the job\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Be sure to have the ``requests`` library.\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"* Using environment variables and command line:\n" +"\n" +" * Adjust environment variables (optional):\n" +"\n" +" - ``ODOO_QUEUE_JOB_CHANNELS=root:4`` or any other channels configuration. \n" +" The default is ``root:1``\n" +"\n" +" - if ``xmlrpc_port`` is not set: ``ODOO_QUEUE_JOB_PORT=8069``\n" +"\n" +" * Start Odoo with ``--load=web,queue_job``\n" +" and ``--workers`` greater than 1. [1]_\n" +"\n" +"\n" +"* Using the Odoo configuration file:\n" +"\n" +".. code-block:: ini\n" +"\n" +" [options]\n" +" (...)\n" +" workers = 6\n" +" server_wide_modules = web,queue_job\n" +"\n" +" (...)\n" +" [queue_job]\n" +" channels = root:2\n" +"\n" +"* Confirm the runner is starting correctly by checking the odoo log file:\n" +"\n" +".. code-block::\n" +"\n" +" ...INFO...queue_job.jobrunner.runner: starting\n" +" ...INFO...queue_job.jobrunner.runner: initializing database connections\n" +" ...INFO...queue_job.jobrunner.runner: queue job runner ready for db \n" +" ...INFO...queue_job.jobrunner.runner: database connections ready\n" +"\n" +"* Create jobs (eg using ``base_import_async``) and observe they\n" +" start immediately and in parallel.\n" +"\n" +"* Tip: to enable debug logging for the queue job, use\n" +" ``--log-handler=odoo.addons.queue_job:DEBUG``\n" +"\n" +".. [1] It works with the threaded Odoo server too, although this way\n" +" of running Odoo is obviously not for production purposes.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Go to ``Job Queue`` menu\n" +"\n" +"Developers\n" +"~~~~~~~~~~\n" +"\n" +"**Bypass jobs on running Odoo**\n" +"\n" +"When you are developing (ie: connector modules) you might want\n" +"to bypass the queue job and run your code immediately.\n" +"\n" +"To do so you can set `TEST_QUEUE_JOB_NO_DELAY=1` in your enviroment.\n" +"\n" +"**Bypass jobs in tests**\n" +"\n" +"When writing tests on job-related methods is always tricky to deal with\n" +"delayed recordsets. To make your testing life easier\n" +"you can set `test_queue_job_no_delay=True` in the context.\n" +"\n" +"Tip: you can do this at test case level like this\n" +"\n" +".. code-block:: python\n" +"\n" +" @classmethod\n" +" def setUpClass(cls):\n" +" super().setUpClass()\n" +" cls.env = cls.env(context=dict(\n" +" cls.env.context,\n" +" test_queue_job_no_delay=True, # no jobs thanks\n" +" ))\n" +"\n" +"Then all your tests execute the job methods synchronously\n" +"without delaying any jobs.\n" +"\n" +"Tips and tricks\n" +"~~~~~~~~~~~~~~~\n" +"\n" +"* **Idempotency** (https://www.restapitutorial.com/lessons/idempotency.html): The queue_job should be idempotent so they can be retried several times without impact on the data.\n" +"* **The job should test at the very beginning its relevance**: the moment the job will be executed is unknown by design. So the first task of a job should be to check if the related work is still relevant at the moment of the execution.\n" +"\n" +"Patterns\n" +"~~~~~~~~\n" +"Through the time, two main patterns emerged:\n" +"\n" +"1. For data exposed to users, a model should store the data and the model should be the creator of the job. The job is kept hidden from the users\n" +"2. For technical data, that are not exposed to the users, it is generally alright to create directly jobs with data passed as arguments to the job, without intermediary models.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* After creating a new database or installing ``queue_job`` on an\n" +" existing database, Odoo must be restarted for the runner to detect it.\n" +"\n" +"* When Odoo shuts down normally, it waits for running jobs to finish.\n" +" However, when the Odoo server crashes or is otherwise force-stopped,\n" +" running jobs are interrupted while the runner has no chance to know\n" +" they have been aborted. In such situations, jobs may remain in\n" +" ``started`` or ``enqueued`` state after the Odoo server is halted.\n" +" Since the runner has no way to know if they are actually running or\n" +" not, and does not know for sure if it is safe to restart the jobs,\n" +" it does not attempt to restart them automatically. Such stale jobs\n" +" therefore fill the running queue and prevent other jobs to start.\n" +" You must therefore requeue them manually, either from the Jobs view,\n" +" or by running the following SQL statement *before starting Odoo*:\n" +"\n" +".. code-block:: sql\n" +"\n" +" update queue_job set state='pending' where state in ('started', 'enqueued')\n" +"\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +".. [ The change log. The goal of this file is to help readers\n" +" understand changes between version. The primary audience is\n" +" end users and integrators. Purely technical changes such as\n" +" code refactoring must not be mentioned here.\n" +" \n" +" This file may contain ONE level of section titles, underlined\n" +" with the ~ (tilde) character. Other section markers are\n" +" forbidden and will likely break the structure of the README.rst\n" +" or other documents where this fragment is included. ]\n" +"\n" +"Next\n" +"~~~~\n" +"\n" +"* [ADD] Run jobrunner as a worker process instead of a thread in the main\n" +" process (when running with --workers > 0)\n" +"\n" +"12.0.1.1.0 (2019-11-01)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Important: the license has been changed from AGPL3 to LGPL3.\n" +"\n" +"* [IMP] Dont' start the Jobrunner if root channel's capacity\n" +" is explicitly set to 0\n" +"* [ADD] Ability to set several jobs to done using an multi-action\n" +" (port of `#59 `_)\n" +"* [REF] Extract a method handling the post of a message when a job is failed,\n" +" allowing to modify this behavior from addons\n" +"* [ADD] Allow Jobrunner configuration from server_environment\n" +" (details on `#124 `_)\n" +"* [ADD] Environment variable ``TEST_QUEUE_JOB_NO_DELAY=1`` for test and debug\n" +" (details on `#114 `_)\n" +"* [FIX] race condition under pressure, when starting a job takes more than 1 second\n" +" (details on `#131 `_)\n" +"* [FIX] ``retry_postone`` on a job could be rollbacked on errors\n" +" (details on `#130 `_)\n" +"* [FIX] Autovacuum cron job misconfiguration\n" +" (details on `#163 `_)\n" +"\n" +"12.0.1.0.0 (2018-10-02)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [MIGRATION] from 11.0 branched at rev. b0945be\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Camptocamp\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Guewen Baconnier \n" +"* Stéphane Bidoul \n" +"* Matthieu Dietrich \n" +"* Jos De Graeve \n" +"* David Lefever \n" +"* Laurent Mignon \n" +"* Laetitia Gangloff \n" +"* Cédric Pigeon \n" +"* Souheil Bejaoui \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-guewen| image:: https://github.com/guewen.png?size=40px\n" +" :target: https://github.com/guewen\n" +" :alt: guewen\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-guewen| \n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_muk_utils +msgid "=========\n" +"MuK Utils\n" +"=========\n" +"\n" +"Unmaintained\n" +"============\n" +"This module is not maintained anymore. It is kept in order to uninstall it easily.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_date_range +msgid "==========\n" +"Date Range\n" +"==========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Mature\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/server-ux/tree/12.0/date_range\n" +" :alt: OCA/server-ux\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-date_range\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/250/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module lets you define global date ranges that can be used to filter\n" +"your values in tree views.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"The addon use the daterange method from postgres. This method is supported as of postgresql 9.2\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To configure this module, you need to:\n" +"\n" +"* Go to Settings > Technical > Date ranges > Date Range Types where\n" +" you can create types of date ranges.\n" +"\n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_type_create.png\n" +" :scale: 80 %\n" +" :alt: Create a type of date range\n" +"\n" +"* Go to Settings > Technical > Date ranges > Date Ranges where\n" +" you can create date ranges.\n" +" \n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_create.png\n" +" :scale: 80 %\n" +" :alt: Date range creation\n" +" \n" +" It's also possible to launch a wizard from the 'Generate Date Ranges' menu.\n" +"\n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_wizard.png\n" +" :scale: 80 %\n" +" :alt: Date range wizard\n" +"\n" +" The wizard is useful to generate recurring periods.\n" +" \n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_wizard_result.png\n" +" :scale: 80 %\n" +" :alt: Date range wizard result\n" +"\n" +"* Your date ranges are now available in the search filter for any date or datetime fields\n" +"\n" +" Date range types are proposed as a filter operator\n" +" \n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_type_as_filter.png\n" +" :scale: 80 %\n" +" :alt: Date range type available as filter operator\n" +"\n" +" Once a type is selected, date ranges of this type are porposed as a filter value\n" +"\n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_as_filter.png\n" +" :scale: 80 %\n" +" :alt: Date range as filter value\n" +"\n" +" And the dates specified into the date range are used to filter your result.\n" +" \n" +" .. figure:: https://raw.githubusercontent.com/OCA/server-tools/10.0/date_range/static/description/date_range_as_filter_result.png\n" +" :scale: 80 %\n" +" :alt: Date range as filter result\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Laurent Mignon \n" +"* Alexis de Lattre \n" +"* Miquel Raïch \n" +"* Andrea Stirpe \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-lmignon| image:: https://github.com/lmignon.png?size=40px\n" +" :target: https://github.com/lmignon\n" +" :alt: lmignon\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-lmignon| \n" +"\n" +"This module is part of the `OCA/server-ux `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_mail +msgid "==========\n" +"Event Mail\n" +"==========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_mail\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_mail\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows to define mail settings for events. By default the emails\n" +"scheduler has been deactivated.\n" +"You can create mail scheduler templates for events and select one by default\n" +"in event settings.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Go to *Events > Configuration > Mail Templates* and create all templates\n" +" that you need.\n" +"#. Go to *Events > Settings* and select the default template in\n" +" \"Template Mail Scheduler\" field.\n" +"#. Go to *Events > Events* and create one. All mails schedulers has been\n" +" created. Also you can select other template in \"Mail Template Scheduler\"\n" +" field on \"Email Schedule\" tab.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `Tecnativa `__:\n" +"\n" +" * Sergio Teruel\n" +" * David Vidal\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_event_share +msgid "===========\n" +"Event Share\n" +"===========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/website_event_share\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-website_event_share\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module brings the users the possibility to globally enable/disable a share\n" +"links block that will be displayed in every event post.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/event/12.0/website_event_share/static/description/website_event_share.png\n" +" :alt: Event Share Buttons\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"#. Go to the website events menu.\n" +"#. Open one of your events.\n" +"#. Click on the customize button.\n" +"#. Toggle the share button option to enable/disable the share links block.\n" +"\n" +"NB: Although you set the option from a specific event, every event is going to\n" +"be set as well.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* OpenSynergy Indonesia\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Andhitia Rama \n" +"\n" +"* `Tecnativa `__:\n" +"\n" +" * Vicent Cubells\n" +" * David Vidal\n" +" * Cristina Martin R.\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_mis_builder +msgid "===========\n" +"MIS Builder\n" +"===========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Production/Stable\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmis--builder-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/mis-builder/tree/12.0/mis_builder\n" +" :alt: OCA/mis-builder\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/mis-builder-12-0/mis-builder-12-0-mis_builder\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/248/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows you to build Management Information Systems dashboards.\n" +"Such style of reports presents KPI in rows and time periods in columns.\n" +"Reports mainly fetch data from account moves, but can also combine data coming\n" +"from arbitrary Odoo models. Reports can be exported to PDF, Excel and they\n" +"can be added to Odoo dashboards.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Your preferred way to install addons will work with MIS Builder.\n" +"\n" +"An easy way to install it with all its dependencies is using pip:\n" +"\n" +"* ``pip install --pre odoo12-addon-mis_builder``\n" +"* then restart Odoo, update the addons list in your database, and install\n" +" the MIS Builder application.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To configure this module, you need to:\n" +"\n" +"* Go to Accounting > Configuration > MIS Reporting > MIS Report Templates where\n" +" you can create report templates by defining KPI's. KPI's constitute the rows of your\n" +" reports. Such report templates are time independent.\n" +"\n" +".. figure:: https://raw.githubusercontent.com/OCA/mis-builder/10.0/mis_builder/static/description/ex_report_template.png\n" +" :alt: Sample report template\n" +" :width: 80 %\n" +" :align: center\n" +"\n" +"* Then in Accounting > Reports > MIS Reporting > MIS Reports you can create report instance by\n" +" binding the templates to time periods, hence defining the columns of your reports.\n" +"\n" +".. figure:: https://raw.githubusercontent.com/OCA/mis-builder/10.0/mis_builder/static/description/ex_report_settings.png\n" +" :alt: Sample report configuration\n" +" :width: 80 %\n" +" :align: center\n" +"\n" +"* From the MIS Reports view, you can preview the report, add it to and Odoo dashboard,\n" +" and export it to PDF or Excel.\n" +"\n" +".. figure:: https://raw.githubusercontent.com/OCA/mis-builder/10.0/mis_builder/static/description/ex_report_preview.png\n" +" :alt: Sample preview\n" +" :width: 80 %\n" +" :align: center\n" +"\n" +"Development\n" +"===========\n" +"\n" +"A typical extension is to provide a mechanism to filter reports on analytic dimensions\n" +"or operational units. To implement this, you can override _get_additional_move_line_filter\n" +"and _get_additional_filter to further filter move lines or queries based on a user\n" +"selection. A typical use case could be to add an analytic account field on mis.report.instance,\n" +"or even on mis.report.instance.period if you want different columns to show different\n" +"analytic accounts.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"The mis_builder `roadmap `_\n" +"and `known issues `_ can\n" +"be found on GitHub.\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"12.0.3.6.2 (2020-04-22)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Bugfixes**\n" +"\n" +"- The \"Settings\" button is now displayed for users with the \"Show full accounting features\" right when previewing a report. (`#281 `_)\n" +"\n" +"\n" +"12.0.3.6.1 (2020-04-22)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Bugfixes**\n" +"\n" +"- Fix ``TypeError: 'module' object is not iterable`` when using\n" +" budgets by account. (`#276 `_)\n" +"\n" +"\n" +"12.0.3.6.0 (2020-03-28)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Features**\n" +"\n" +"- Add column-level filters on analytic account and analytic tags.\n" +" These filters are combined with a AND with the report-level filters\n" +" and cannot be modified in the preview. (`#138 `_)\n" +"- Access to KPI from other reports in KPI expressions, aka subreports. In a\n" +" report template, one can list named \"subreports\" (other report templates). When\n" +" evaluating expressions, you can access KPI's of subreports with a dot-prefix\n" +" notation. Example: you can define a MIS Report for a \"Balance Sheet\", and then\n" +" have another MIS Report \"Balance Sheet Ratios\" that fetches KPI's from \"Balance\n" +" Sheet\" to create new KPI's for the ratios (e.g. balance_sheet.current_assets /\n" +" balance_sheet.total_assets). (`#155 `_)\n" +"\n" +"\n" +"12.0.3.5.0 (2019-10-26)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Features**\n" +"\n" +"- The ``account_id`` field of the model selected in 'Move lines source'\n" +" in the Period form can now be a Many2one\n" +" relationship with any model that has a ``code`` field (not only with\n" +" ``account.account`` model). To this end, the model to be used for Actuals\n" +" move lines can be configured on the report template. It can be something else\n" +" than move lines and the only constraint is that its ``account_id`` field\n" +" as a ``code`` field. (`#149 `_)\n" +"- Add ``source_aml_model_name`` field so extension modules providing\n" +" alternative data sources can more easily customize their data source. (`#214 `_)\n" +"- Support analytic tag filters in the backend view and preview widget.\n" +" Selecting several tags in the filter means filtering on move lines which\n" +" have *all* these tags set. This is to support the most common use case of\n" +" using tags for different dimensions. The filter also makes a AND with the\n" +" analytic account filter. (`#228 `_)\n" +"- Display company in account details rows in multi-company mode. (`#242 `_)\n" +"\n" +"\n" +"**Bugfixes**\n" +"\n" +"- Propagate context to xlsx report, so the analytic account filter\n" +" works when exporting to xslx too. This also requires a fix to\n" +" ``report_xlsx`` (see https://github.com/OCA/reporting-engine/pull/259). (`#178 `_)\n" +"- In columns of type Sum, preserve styles for KPIs that are not summable\n" +" (eg percentage values). Before this fix, such cells were displayed without\n" +" style. (`#219 `_)\n" +"- In Excel export, keep the percentage point suffix (pp) instead of replacing it with %. (`#220 `_)\n" +"\n" +"\n" +"12.0.3.4.0 (2019-07-09)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Features**\n" +"\n" +"- New year-to-date mode for defining periods. (`#165 `_)\n" +"- Add support for move lines with negative debit or credit.\n" +" Used by some for storno accounting. Not officially supported. (`#175 `_)\n" +"- In Excel export, use a number format with thousands separator. The\n" +" specific separator used depends on the Excel configuration (eg regional\n" +" settings). (`#190 `_)\n" +"- Add generation date/time at the end of the XLS export. (`#191 `_)\n" +"- In presence of Sub KPIs, report more informative user errors when\n" +" non-multi expressions yield tuples of incorrect lenght. (`#196 `_)\n" +"\n" +"\n" +"**Bugfixes**\n" +"\n" +"- Fix rendering of percentage types in Excel export. (`#192 `_)\n" +"\n" +"\n" +"12.0.3.3.0 (2019-01-26)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"**Features**\n" +"\n" +"*Dynamic analytic filters in report preview are not yet available in 11,\n" +"this requires an update to the JS widget that proved difficult to implement\n" +"so far. Help welcome.*\n" +"\n" +"- Analytic account filters. On a report, an analytic\n" +" account can be selected for filtering. The filter will\n" +" be applied to move lines queries. A filter box is also\n" +" available in the widget to let the user select the analytic\n" +" account during report preview. (`#15 `_)\n" +"- Control visibility of analytic filter combo box in widget.\n" +" This is useful to hide the analytic filters on reports where\n" +" they do not make sense, such as balance sheet reports. (`#42 `_)\n" +"- Display analytic filters in the header of exported pdf and xls. (`#44 `_)\n" +"- Replace the last old gtk icons with fontawesome icons. (`#104 `_)\n" +"- Use active_test=False in AEP queries.\n" +" This is important for reports involving inactive taxes.\n" +" This should not negatively effect existing reports, because\n" +" an accounting report must take into account all existing move lines\n" +" even if they reference objects such as taxes, journals, accounts types\n" +" that have been deactivated since their creation. (`#107 `_)\n" +"- int(), float() and round() support for AccountingNone. (`#108 `_)\n" +"- Allow referencing subkpis by name by writing `kpi_x.subkpi_y` in expressions. (`#114 `_)\n" +"- Add an option to control the display of the start/end dates in the\n" +" column headers. It is disabled by default (this is a change compared\n" +" to previous behaviour). (`#118 `_)\n" +"- Add evaluate method to mis.report. This is a simplified\n" +" method to evaluate kpis of a report over a time period,\n" +" without creating a mis.report.instance. (`#123 `_)\n" +"\n" +"**Bugs**\n" +"\n" +"- In the style form, hide the \"Hide always\" checkbox when \"Hide always inherit\"\n" +" is checked, as for all other syle elements. (`#121 _`)\n" +"\n" +"**Upgrading from 3.2 (breaking changes)**\n" +"\n" +"If you use ``Actuals (alternative)`` data source in combination with analytic\n" +"filters, the underlying model must now have an ``analytic_account_id`` field.\n" +"\n" +"\n" +"11.0.3.2.2 (2018-06-30)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [FIX] Fix bug in company_default_get call returning\n" +" id instead of recordset\n" +" (`#103 `_)\n" +"* [IMP] add \"hide always\" style property to make hidden KPI's\n" +" (for KPI that serve as basis for other formulas, but do not\n" +" need to be displayed).\n" +" (`#46 `_)\n" +"\n" +"11.0.3.2.1 (2018-05-29)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [FIX] Missing comparison operator for AccountingNone\n" +" leading to errors in pbal computations\n" +" (`#93 `_)\n" +"\n" +"10.0.3.2.0 (2018-05-02)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [FIX] make subkpi ordering deterministic\n" +" (`#71 `_)\n" +"* [ADD] report instance level option to disable account expansion,\n" +" enabling the creation of detailed templates while deferring the decision\n" +" of rendering the details or not to the report instance\n" +" (`#74 `_)\n" +"* [ADD] pbal and nbal accounting expressions, to sum positive\n" +" and negative balances respectively (ie ignoring accounts with negative,\n" +" resp positive balances)\n" +" (`#86 `_)\n" +"\n" +"11.0.3.1.2 (2018-02-04)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Migration to Odoo 11. No new feature.\n" +"(`#67 `_)\n" +"\n" +"10.0.3.1.1 (2017-11-14)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"New features:\n" +"\n" +"* [ADD] month and year relative periods, easier to use than\n" +" date ranges for the most common case.\n" +" (`#2 `_)\n" +"* [ADD] multi-company consolidation support, with currency conversion\n" +" (the conversion rate date is the end of the reporting period)\n" +" (`#7 `_,\n" +" `#3 `_)\n" +"* [ADD] provide ref, datetime, dateutil, time, user in the evaluation\n" +" context of move line domains; among other things, this allows using\n" +" references to xml ids (such as account types or tax tags) when\n" +" querying move lines\n" +" (`#26 `_).\n" +"* [ADD] extended account selectors: you can now select accounts using\n" +" any domain on account.account, not only account codes\n" +" ``balp[('user_type_id', '=', ref('account.data_account_type_receivable').id)]``\n" +" (`#4 `_).\n" +"* [IMP] in the report instance configuration form, the filters are\n" +" now grouped in a notebook page, this improves readability and\n" +" extensibility\n" +" (`#39 `_).\n" +"\n" +"Bug fixes:\n" +"\n" +"* [FIX] fix error when saving periods in comparison mode on newly\n" +" created (not yet saved) report instances.\n" +" `#50 `_\n" +"* [FIX] improve display of Base Date report instance view.\n" +" `#51 `_\n" +"\n" +"Upgrading from 3.0 (breaking changes):\n" +"\n" +"* Alternative move line data sources must have a company_id field.\n" +"\n" +"10.0.3.0.4 (2017-10-14)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Bug fix:\n" +"\n" +"* [FIX] issue with initial balance rounding.\n" +" `#30 `_\n" +"\n" +"10.0.3.0.3 (2017-10-03)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Bug fix:\n" +"\n" +"* [FIX] fix error saving KPI on newly created reports.\n" +" `#18 `_\n" +"\n" +"10.0.3.0.2 (2017-10-01)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"New features:\n" +"\n" +"* [ADD] Alternative move line source per report column.\n" +" This makes mis buidler accounting expressions work on any model\n" +" that has debit, credit, account_id and date fields. Provided you can\n" +" expose, say, committed purchases, or your budget as a view with\n" +" debit, credit and account_id, this opens up a lot of possibilities\n" +"* [ADD] Comparison column source (more flexible than the previous,\n" +" now deprecated, comparison mechanism).\n" +" CAVEAT: there is no automated migration to the new mechanism.\n" +"* [ADD] Sum column source, to create columns that add/subtract\n" +" other columns.\n" +"* [ADD] mis.kpi.data abstract model as a basis for manual KPI values\n" +" supporting automatic ajustment to the reporting time period (the basis\n" +" for budget item, but could also server other purposes, such as manually\n" +" entering some KPI values, such as number of employee)\n" +"* [ADD] mis_builder_budget module providing a new budget data source\n" +"* [ADD] new \"hide empty\" style property\n" +"* [IMP] new AEP method to get accounts involved in an expression\n" +" (this is useful to find which KPI relate to a given P&L\n" +" acount, to implement budget control)\n" +"* [IMP] many UI improvements\n" +"* [IMP] many code style improvements and some refactoring\n" +"* [IMP] add the column date_from, date_to in expression evaluation context,\n" +" as well as time, datetime and dateutil modules\n" +"\n" +"Main bug fixes:\n" +"\n" +"* [FIX] deletion of templates and reports (cascade and retricts)\n" +" (https://github.com/OCA/account-financial-reporting/issues/281)\n" +"* [FIX] copy of reports\n" +" (https://github.com/OCA/account-financial-reporting/issues/282)\n" +"* [FIX] better error message when periods have wrong/missing dates\n" +" (https://github.com/OCA/account-financial-reporting/issues/283)\n" +"* [FIX] xlsx export of string types KPI\n" +" (https://github.com/OCA/account-financial-reporting/issues/285)\n" +"* [FIX] sorting of detail by account\n" +"* [FIX] computation bug in detail by account when multiple accounting\n" +" expressions were used in a KPI\n" +"* [FIX] permission issue when adding report to dashboard with non admin user\n" +"\n" +"10.0.2.0.3 (unreleased)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [IMP] more robust behaviour in presence of missing expressions\n" +"* [FIX] indent style\n" +"* [FIX] local variable 'ctx' referenced before assignment when generating\n" +" reports with no objects\n" +"* [IMP] use fontawesome icons\n" +"* [MIG] migrate to 10.0\n" +"* [FIX] unicode error when exporting to Excel\n" +"* [IMP] provide full access to mis builder style for group Adviser.\n" +"\n" +"9.0.2.0.2 (2016-09-27)\n" +"~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [IMP] Add refresh button in mis report preview.\n" +"* [IMP] Widget code changes to allow to add fields in the widget more easily.\n" +"\n" +"9.0.2.0.1 (2016-05-26)\n" +"~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [IMP] remove unused argument in declare_and_compute_period()\n" +" for a cleaner API. This is a breaking API changing merged in\n" +" urgency before it is used by other modules.\n" +"\n" +"9.0.2.0.0 (2016-05-24)\n" +"~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Part of the work for this release has been done at the Sorrento sprint\n" +"April 26-29, 2016. The rest (ie a major refactoring) has been done in\n" +"the weeks after.\n" +"\n" +"* [IMP] hide button box in edit mode on the report instance settings form\n" +"* [FIX] Fix sum aggregation of non-stored fields\n" +" (https://github.com/OCA/account-financial-reporting/issues/178)\n" +"* [IMP] There is now a default style at the report level\n" +"* [CHG] Number display properties (rounding, prefix, suffix, factor) are\n" +" now defined in styles\n" +"* [CHG] Percentage difference are rounded to 1 digit instead of the kpi's\n" +" rounding, as the KPI rounding does not make sense in this case\n" +"* [CHG] The divider suffix (k, M, etc) is not inserted automatically anymore\n" +" because it is inconsistent when working with prefixes; you need to add it\n" +" manually in the suffix\n" +"* [IMP] AccountingExpressionProcessor now supports 'balu' expressions\n" +" to obtain the unallocated profit/loss of previous fiscal years;\n" +" get_unallocated_pl is the corresponding convenience method\n" +"* [IMP] AccountingExpressionProcessor now has easy methods to obtain\n" +" balances by account: get_balances_initial, get_balances_end,\n" +" get_balances_variation\n" +"* [IMP] there is now an auto-expand feature to automatically display\n" +" a detail by account for selected kpis\n" +"* [IMP] the kpi and period lists are now manipulated through forms instead\n" +" of directly in the tree views\n" +"* [IMP] it is now possible to create a report through a wizard, such\n" +" reports are deemed temporary and available through a \"Last Reports Generated\"\n" +" menu, they are garbaged collected automatically, unless saved permanently,\n" +" which can be done using a Save button\n" +"* [IMP] there is now a beginner mode to configure simple reports with\n" +" only one period\n" +"* [IMP] it is now easier to configure periods with fixed start/end dates\n" +"* [IMP] the new sub-kpi mechanism allows the creation of columns\n" +" with multiple values, or columns with different values\n" +"* [IMP] thanks to the new style model, the Excel export is now styled\n" +"* [IMP] a new style model is now used to centralize style configuration\n" +"* [FIX] use =like instead of like to search for accounts, because\n" +" the % are added by the user in the expressions\n" +"* [FIX] Correctly compute the initial balance of income and expense account\n" +" based on the start of the fiscal year\n" +"* [IMP] Support date ranges (from OCA/server-tools/date_range) as a more\n" +" flexible alternative to fiscal periods\n" +"* v9 migration: fiscal periods are removed, account charts are removed,\n" +" consolidation accounts have been removed\n" +"\n" +"8.0.1.0.0 (2016-04-27)\n" +"~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* The copy of a MIS Report Instance now copies period.\n" +" https://github.com/OCA/account-financial-reporting/pull/181\n" +"* The copy of a MIS Report Template now copies KPIs and queries.\n" +" https://github.com/OCA/account-financial-reporting/pull/177\n" +"* Usability: the default view for MIS Report instances is now the rendered preview,\n" +" and the settings are accessible through a gear icon in the list view and\n" +" a button in the preview.\n" +" https://github.com/OCA/account-financial-reporting/pull/170\n" +"* Display blank cells instead of 0.0 when there is no data.\n" +" https://github.com/OCA/account-financial-reporting/pull/169\n" +"* Usability: better layout of the MIS Report periods settings on small screens.\n" +" https://github.com/OCA/account-financial-reporting/pull/167\n" +"* Include the download buttons inside the MIS Builder widget, and refactor\n" +" the widget to open the door to analytic filtering in the previews.\n" +" https://github.com/OCA/account-financial-reporting/pull/151\n" +"* Add KPI rendering prefixes (so you can print $ in front of the value).\n" +" https://github.com/OCA/account-financial-reporting/pull/158\n" +"* Add hooks for analytic filtering.\n" +" https://github.com/OCA/account-financial-reporting/pull/128\n" +" https://github.com/OCA/account-financial-reporting/pull/131\n" +"\n" +"8.0.0.2.0\n" +"~~~~~~~~~\n" +"\n" +"Pre-history. Or rather, you need to look at the git log.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Stéphane Bidoul \n" +"* Laetitia Gangloff \n" +"* Adrien Peiffer \n" +"* Alexis de Lattre \n" +"* Alexandre Fayolle \n" +"* Jordi Ballester \n" +"* Thomas Binsfeld \n" +"* Giovanni Capalbo \n" +"* Marco Calcagni \n" +"* Sébastien Beau \n" +"* Laurent Mignon \n" +"* Luc De Meyer \n" +"* Benjamin Willig \n" +"* Martronic SA \n" +"* nicomacr \n" +"* Juan Jose Scarafia \n" +"* Richard deMeester \n" +"* Eric Caudal \n" +"* Andrea Stirpe \n" +"* Maxence Groine \n" +"* Arnaud Pineux \n" +"* Ernesto Tejeda \n" +"* Pedro M. Baeza \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px\n" +" :target: https://github.com/sbidoul\n" +" :alt: sbidoul\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-sbidoul| \n" +"\n" +"This module is part of the `OCA/mis-builder `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_tax_balance +msgid "===========\n" +"Tax Balance\n" +"===========\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/account-financial-reporting/tree/12.0/account_tax_balance\n" +" :alt: OCA/account-financial-reporting\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/91/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows to compute tax balances within a certain date range.\n" +"It depends on date_range module and exposes 'compute' methods that can be called by other modules\n" +"(like localization ones).\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Accounting --> Reporting --> Taxes Balance\n" +"\n" +"Select the company, the date range, the target moves and 'open taxes'\n" +"\n" +".. figure:: https://raw.githubusercontent.com/account_tax_balance/static/description/tax_balance.png\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Agile Business Group\n" +"* Therp BV\n" +"* Tecnativa\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Lorenzo Battistini \n" +"* Giovanni Capalbo \n" +"* Tecnativa - Antonio Espinosa\n" +"* Tecnativa - Pedro M. Baeza\n" +"* ACSONE SA/NV - Stéphane Bidoul\n" +"* Andrea Stirpe \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/account-financial-reporting `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_mail_debrand +msgid "============\n" +"Mail Debrand\n" +"============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/social/tree/12.0/mail_debrand\n" +" :alt: OCA/social\n" +".. |badge3| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_debrand\n" +" :alt: Translate me on Weblate\n" +".. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/205/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| \n" +"\n" +"This module modifies the functionality of emails to remove the Odoo branding,\n" +"specifically the 'using Odoo' of notifications or the 'Powered by Odoo'\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"* Install it.\n" +"* Send an email.\n" +"* Nobody will know it comes from Odoo.\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"12.0.1.0.0 (2018-11-06)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [NEW] Initial V12 version. Complete rewrite from v11.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"* Eficent\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Pedro M. Baeza \n" +"* Lois Rilo \n" +"* Graeme Gellatly \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px\n" +" :target: https://github.com/pedrobaeza\n" +" :alt: pedrobaeza\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-pedrobaeza| \n" +"\n" +"This module is part of the `OCA/social `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_mass_editing +msgid "============\n" +"Mass Editing\n" +"============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/server-ux/tree/12.0/mass_editing\n" +" :alt: OCA/server-ux\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/250/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"\n" +"This module provides the following features:\n" +"\n" +"* You can add, update or remove the values of more than one records on the fly at the same time.\n" +"\n" +"* You can configure mass editing for any Odoo model.\n" +"\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"\n" +"To configure this module, you need to:\n" +"\n" +"* Go to *Settings / Mass Editing / Mass Editing* and configure the object and fields for Mass Editing.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"This module allows to add, update or remove the values of more than one records on the fly at the same time.\n" +"\n" +"As shown in figure you have to configure the object and fields for mass editing.\n" +"\n" +"* Select the object and add the fields of that object on which you want to apply mass editing.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/server-ux/12.0/mass_editing/static/description/mass_editing-1.png\n" +" :width: 70%\n" +"\n" +"* *Add Action*: As shown in figure click on *Add Sidebar Button* to add mass editing option in *Action* option in action.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/server-ux/12.0/mass_editing/static/description/mass_editing-2.png\n" +" :width: 70%\n" +"\n" +"* *Go for Mass Editing*: As shown in figure, select the records which you want to modify and click on *Action* to open mass editing popup.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/server-ux/12.0/mass_editing/static/description/mass_editing-3.png\n" +" :width: 70%\n" +"\n" +"* Select *Set / Remove* action and write down the value to set or remove the value for the given field.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/server-ux/12.0/mass_editing/static/description/mass_editing-4.png\n" +" :width: 70%\n" +"\n" +"* This way you can set / remove the values of the fields.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/server-ux/12.0/mass_editing/static/description/mass_editing-5.png\n" +" :width: 70%\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Serpent Consulting Services Pvt. Ltd.\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Oihane Crucelaegui \n" +"* Serpent Consulting Services Pvt. Ltd. \n" +"* Jay Vora \n" +"* Jairo Llopis \n" +"* Juan Negrete \n" +"* Raul Martin \n" +"* Aitor Bouzas \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/server-ux `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_timeline +msgid "============\n" +"Web timeline\n" +"============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Production/Stable\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/web/tree/12.0/web_timeline\n" +" :alt: OCA/web\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_timeline\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/162/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"Define a new view displaying events in an interactive visualization chart.\n" +"\n" +"The widget is based on the external library\n" +"http://visjs.org/timeline_examples.html\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"You need to define a view with the tag as base element. These are\n" +"the possible attributes for the tag:\n" +"\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| Attribute | Required? | Description |\n" +"+====================+===========+===========================================================================================================================================================================================================================================================================+\n" +"| date_start | **Yes** | Defines the name of the field of type date that contains the start of the event. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| date_stop | No | Defines the name of the field of type date that contains the end of the event. The date_stop can be equal to the attribute date_start to display events has 'point' on the Timeline (instantaneous event). |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| date_delay | No | Defines the name of the field of type float/integer that contain the duration in hours of the event, default = 1. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| default_group_by | **Yes** | Defines the name of the field that will be taken as default group by when accessing the view or when no other group by is selected. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| zoomKey | No | Specifies whether the Timeline is only zoomed when an additional key is down. Available values are '' (does not apply), 'altKey', 'ctrlKey', or 'metaKey'. Set this option if you want to be able to use the scroll to navigate vertically on views with a lot of events. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| mode | No | Specifies the initial visible window. Available values are: 'day' to display the current day, 'week', 'month' and 'fit'. Default value is 'fit' to adjust the visible window such that it fits all items. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| margin | No | Specifies the margins around the items. It should respect the JSON format. For example '{\"item\":{\"horizontal\":-10}}'. Available values are: '{\"axis\":}' (The minimal margin in pixels between items and the time axis) |\n" +"| | | '{\"item\":}' (The minimal margin in pixels between items in both horizontal and vertical direction), '{\"item\":{\"horizontal\":}}' (The minimal horizontal margin in pixels between items), |\n" +"| | | '{\"item\":{\"vertical\":}}' (The minimal vertical margin in pixels between items), '{\"item\":{\"horizontal\":,\"vertical\":}}' (Combination between horizontal and vertical margins in pixels between items). |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| event_open_popup | No | When set to true, it allows to edit the events in a popup. If not (default value), the record is edited changing to form view. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| stack | No | When set to false, items will not be stacked on top of each other such that they do overlap. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| colors | No | Allows to set certain specific colors if the expressed condition (JS syntax) is met. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"| dependency_arrow | No | Set this attribute to a x2many field to draw arrows between the records referenced in the x2many field. |\n" +"+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n" +"\n" +"Optionally you can declare a custom template, which will be used to render the\n" +"timeline items. You have to name the template 'timeline-item'.\n" +"These are the variables available in template rendering:\n" +"\n" +"* ``record``: to access the fields values selected in the timeline definition.\n" +"* ``field_utils``: used to format and parse values (see available functions in ``web.field_utils``).\n" +"\n" +"You also need to declare the view in an action window of the involved model.\n" +"\n" +"Example:\n" +"\n" +".. code-block:: xml\n" +"\n" +" \n" +" \n" +" \n" +" project.task\n" +" timeline\n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" Assigned to:\n" +" \n" +"
\n" +" \n" +" \n" +" \n" +" \n" +"\n" +" \n" +" kanban,tree,form,calendar,gantt,timeline,graph\n" +" \n" +" \n" +"\n" +"Usage\n" +"=====\n" +"\n" +"For accessing the timeline view, you have to click on the button with the clock\n" +"icon in the view switcher. The first time you access to it, the timeline window\n" +"is zoomed to fit all the current elements, the same as when you perform a\n" +"search, filter or group by operation.\n" +"\n" +"You can use the mouse scroll to zoom in or out in the timeline, and click on\n" +"any free area and drag for panning the view in that direction.\n" +"\n" +"The records of your model will be shown as rectangles whose widths are the\n" +"duration of the event according our definition. You can select them clicking\n" +"on this rectangle. You can also use Ctrl or Shift keys for adding discrete\n" +"or range selections. Selected records are hightlighted with a different color\n" +"(but the difference will be more noticeable depending on the background color).\n" +"Once selected, you can drag and move the selected records across the timeline.\n" +"\n" +"When a record is selected, a red cross button appears on the upper left corner\n" +"that allows to remove that record. This doesn't work for multiple records\n" +"although they were selected.\n" +"\n" +"Records are grouped in different blocks depending on the group by criteria\n" +"selected (if none is specified, then the default group by is applied).\n" +"Dragging a record from one block to another change the corresponding field to\n" +"the value that represents the block. You can also click on the group name to\n" +"edit the involved record directly.\n" +"\n" +"Double-click on the record to edit it. Double-click in open area to create a\n" +"new record with the group and start date linked to the area you clicked in.\n" +"By holding the Ctrl key and dragging left to right, you can create a new record\n" +"with the dragged start and end date.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* Implement a more efficient way of refreshing timeline after a record update;\n" +"* Make `attrs` attribute work;\n" +"* Make action attributes work (create, edit, delete) like in form and tree views.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* ACSONE SA/NV\n" +"* Tecnativa\n" +"* Monk Software\n" +"* Onestein\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Laurent Mignon \n" +"* Adrien Peiffer \n" +"* Pedro M. Baeza \n" +"* Leonardo Donelli \n" +"* Adrien Didenot \n" +"* Dennis Sluijk \n" +"\n" +"Other credits\n" +"~~~~~~~~~~~~~\n" +"\n" +"Images\n" +"------\n" +"\n" +"* Odoo Community Association: `Icon `_.\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-tarteo| image:: https://github.com/tarteo.png?size=40px\n" +" :target: https://github.com/tarteo\n" +" :alt: tarteo\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-tarteo| \n" +"\n" +"This module is part of the `OCA/web `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_cookie_notice +msgid "=============\n" +"Cookie notice\n" +"=============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/website/tree/12.0/website_cookie_notice\n" +" :alt: OCA/website\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/website-12-0/website-12-0-website_cookie_notice\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/186/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module adds the cookie notice, according to the `european cookie law\n" +"`_,\n" +"to your website.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"To change the cookie message:\n" +"\n" +"* Go to *Settings > Technical > User Interface > Views*.\n" +"* Search for the view called *cookiebanner*.\n" +"* Change as you wish. Remember that you will probably lose translations then.\n" +"\n" +"If you are developing a theme for Odoo, remember that this message has the\n" +"``cc-cookies`` class. You can style it at will too.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* Before version 8.0.2.0.0 of this module, users had the ability to configure\n" +" the message functionality and appearance from the main company form.\n" +"\n" +" Now, the message is generated in a view. This means that after upgrading to\n" +" >= 8.0.2.0.0 you will lose your previous customized messages. If you want to\n" +" customize it, please follow steps in the configuration section.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Agile Business Group\n" +"* Tecnativa\n" +"* Nicolas JEUDY\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Lorenzo Battistini \n" +"* Nicola Malcontenti \n" +"* Nicolas JEUDY \n" +"* `Tecnativa `_:\n" +"\n" +" * Rafael Blasco\n" +" * Jairo Llopis\n" +" * Ernesto Tejeda\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/website `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_project +msgid "=============\n" +"Event project\n" +"=============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_project\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_project\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows you to assign a project to an event. This project will\n" +"inherit its event's name an its due date will be set as the event's begining\n" +"date.\n" +"\n" +"Change the event's begining date or its name so the project's due date and name\n" +"will be changed. And all the project pending tasks will be retro-planned\n" +"according to the new date.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Create a project that will be a template project for events.\n" +"#. Go to an event or create a brand new one and assign the previous template\n" +" project.\n" +"#. After saving, the event will be related to a copy of the selected template\n" +" project and the new copy project will inherit the name of the event and will\n" +" fit its end date to the begging of the event.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Endika Iglesias \n" +"* Javier Iniesta \n" +"* `Tecnativa `_:\n" +"\n" +" * Pedro M. Baeza\n" +" * Rafael Blasco\n" +" * Antonio Espinosa\n" +" * David Vidal\n" +" * Ernesto Tejeda\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_muk_web_theme +msgid "=============\n" +"MuK Web Theme\n" +"=============\n" +"\n" +"This module offers a mobile compatible design for Odoo Community. Furthermore\n" +"it allows the user to define some design preferences. So he can choose the\n" +"size of the sidebar and the position of the chatter. In addition, the background\n" +"image of the app menu can be set for each company. \n" +"\n" +"Installation\n" +"============\n" +"\n" +"To install this module, you need to:\n" +"\n" +"Download the module and add it to your Odoo addons folder. Afterward, log on to\n" +"your Odoo server and go to the Apps menu. Trigger the debug mode and update the\n" +"list by clicking on the \"Update Apps List\" link. Now install the module by\n" +"clicking on the install button.\n" +"\n" +"Another way to install this module is via the package management for Python\n" +"(`PyPI `_).\n" +"\n" +"To install our modules using the package manager make sure\n" +"`odoo-autodiscover `_ is installed\n" +"correctly. Then open a console and install the module by entering the following\n" +"command:\n" +"\n" +"``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"The module name consists of the Odoo version and the module name, where\n" +"underscores are replaced by a dash.\n" +"\n" +"**Module:** \n" +"\n" +"``odoo-addon-``\n" +"\n" +"**Example:**\n" +"\n" +"``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils``\n" +"\n" +"Once the installation has been successfully completed, the app is already in the\n" +"correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the \n" +"debug mode and update the list by clicking on the \"Update Apps List\" link. Now\n" +"install the module by clicking on the install button.\n" +"\n" +"The biggest advantage of this variant is that you can now also update the app\n" +"using the \"pip\" command. To do this, enter the following command in your console:\n" +"\n" +"``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"When the process is finished, restart your server and update the application in \n" +"Odoo. The steps are the same as for the installation only the button has changed\n" +"from \"Install\" to \"Upgrade\".\n" +"\n" +"You can also view available Apps directly in our `repository `_\n" +"and find a more detailed installation guide on our `website `_.\n" +"\n" +"For modules licensed under OPL-1, you will receive access data when you purchase\n" +"the module. If the modules were not purchased directly from\n" +"`MuK IT `_ please contact our support (support@mukit.at)\n" +"with a confirmation of purchase to receive the corresponding access data.\n" +"\n" +"Upgrade\n" +"============\n" +"\n" +"To upgrade this module, you need to:\n" +"\n" +"Download the module and add it to your Odoo addons folder. Restart the server\n" +"and log on to your Odoo server. Select the Apps menu and upgrade the module by\n" +"clicking on the upgrade button.\n" +"\n" +"If you installed the module using the \"pip\" command, you can also update the\n" +"module in the same way. Just type the following command into the console:\n" +"\n" +"``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"When the process is finished, restart your server and update the application in \n" +"Odoo, just like you would normally.\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"No additional configuration is needed to use this module.\n" +"\n" +"Usage\n" +"=============\n" +"\n" +"After the module is installed, the design is adjusted accordingly.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Contributors\n" +"------------\n" +"\n" +"* Mathias Markl \n" +"\n" +"Images\n" +"------------\n" +"\n" +"Some pictures are based on or inspired by:\n" +"\n" +"* `Freepik `_\n" +"\n" +"Projects\n" +"------------\n" +"\n" +"Parts of the module are based on or inspired by:\n" +"\n" +"* `Web Responsive `_\n" +"* `Openworx Backend Theme `_\n" +"\n" +"Author & Maintainer\n" +"-------------------\n" +"\n" +"This module is maintained by the `MuK IT GmbH `_.\n" +"\n" +"MuK IT is an Austrian company specialized in customizing and extending Odoo.\n" +"We develop custom solutions for your individual needs to help you focus on\n" +"your strength and expertise to grow your business.\n" +"\n" +"If you want to get in touch please contact us via mail\n" +"(sale@mukit.at) or visit our website (https://mukit.at).\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_muk_web_utils +msgid "=============\n" +"MuK Web Utils\n" +"=============\n" +"\n" +"Technical module to provide some utility features and libraries that can be used\n" +"in other applications. This module has no direct effect on the running system.\n" +"\n" +"Installation\n" +"============\n" +"\n" +"To install this module, you need to:\n" +"\n" +"Download the module and add it to your Odoo addons folder. Afterward, log on to\n" +"your Odoo server and go to the Apps menu. Trigger the debug mode and update the\n" +"list by clicking on the \"Update Apps List\" link. Now install the module by\n" +"clicking on the install button.\n" +"\n" +"Another way to install this module is via the package management for Python\n" +"(`PyPI `_).\n" +"\n" +"To install our modules using the package manager make sure\n" +"`odoo-autodiscover `_ is installed\n" +"correctly. Then open a console and install the module by entering the following\n" +"command:\n" +"\n" +"``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"The module name consists of the Odoo version and the module name, where\n" +"underscores are replaced by a dash.\n" +"\n" +"**Module:** \n" +"\n" +"``odoo-addon-``\n" +"\n" +"**Example:**\n" +"\n" +"``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils``\n" +"\n" +"Once the installation has been successfully completed, the app is already in the\n" +"correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the \n" +"debug mode and update the list by clicking on the \"Update Apps List\" link. Now\n" +"install the module by clicking on the install button.\n" +"\n" +"The biggest advantage of this variant is that you can now also update the app\n" +"using the \"pip\" command. To do this, enter the following command in your console:\n" +"\n" +"``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"When the process is finished, restart your server and update the application in \n" +"Odoo. The steps are the same as for the installation only the button has changed\n" +"from \"Install\" to \"Upgrade\".\n" +"\n" +"You can also view available Apps directly in our `repository `_\n" +"and find a more detailed installation guide on our `website `_.\n" +"\n" +"For modules licensed under OPL-1, you will receive access data when you purchase\n" +"the module. If the modules were not purchased directly from\n" +"`MuK IT `_ please contact our support (support@mukit.at)\n" +"with a confirmation of purchase to receive the corresponding access data.\n" +"\n" +"Upgrade\n" +"============\n" +"\n" +"To upgrade this module, you need to:\n" +"\n" +"Download the module and add it to your Odoo addons folder. Restart the server\n" +"and log on to your Odoo server. Select the Apps menu and upgrade the module by\n" +"clicking on the upgrade button.\n" +"\n" +"If you installed the module using the \"pip\" command, you can also update the\n" +"module in the same way. Just type the following command into the console:\n" +"\n" +"``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``\n" +"\n" +"When the process is finished, restart your server and update the application in \n" +"Odoo, just like you would normally.\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"No additional configuration is needed to use this module.\n" +"\n" +"Usage\n" +"=============\n" +"\n" +"This module has no direct visible effect on the system. It provide utility features.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Contributors\n" +"------------\n" +"\n" +"* Mathias Markl \n" +"\n" +"Images\n" +"------------\n" +"\n" +"Some pictures are based on or inspired by the icon set of Font Awesome:\n" +"\n" +"* `Font Awesome `_\n" +"\n" +"Author & Maintainer\n" +"-------------------\n" +"\n" +"This module is maintained by the `MuK IT GmbH `_.\n" +"\n" +"MuK IT is an Austrian company specialized in customizing and extending Odoo.\n" +"We develop custom solutions for your individual needs to help you focus on\n" +"your strength and expertise to grow your business.\n" +"\n" +"If you want to get in touch please contact us via mail\n" +"(sale@mukit.at) or visit our website (https://mukit.at).\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_contact +msgid "==============\n" +"Event Contacts\n" +"==============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_contact\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_contact\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module adds the possibility to define contacts for the event.\n" +"Contacts are needed due to inform the people who should be contacted for\n" +"the event.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To set contacts to event, you need to:\n" +"\n" +"#. Go to *Events > Events*.\n" +"#. Edit or create one.\n" +"#. You will see a new field under field *Organizer* named *Contacts*.\n" +"\n" +"To set contacts for an event type, you need to:\n" +"\n" +"#. Go to *Events > Configuration > Event Categories*.\n" +"#. Edit or create one.\n" +"#. You will see a new field on *Attendees Section* named *Contacts*.\n" +"#. After doing this, if you create an event and set it this type, the event\n" +" will get appended these contacts automatically.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* OpenSynergy Indonesia\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Michael Viriyananda \n" +"* Jairo Llopis \n" +"* Alexandre Díaz \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_session +msgid "==============\n" +"Event Sessions\n" +"==============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_session\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_session\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows to create sessions associated with events.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"You can either:\n" +"\n" +"* Go to Events > Sessions and create some sessions associated with an event.\n" +"* Go to an event and use the sessions wizard to create all your event sessions\n" +" according to a given schedule.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `Tecnativa `__:\n" +"\n" +" * Sergio Teruel \n" +" * David Vidal \n" +"\n" +"* Nikos Tsirintanis \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_muk_autovacuum +msgid "==============\n" +"MuK Autovacuum\n" +"==============\n" +"\n" +"Unmaintained\n" +"============\n" +"This module is not maintained anymore. It is kept in order to uninstall it easily.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_document_url +msgid "==============\n" +"URL attachment\n" +"==============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/knowledge/tree/12.0/document_url\n" +" :alt: OCA/knowledge\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_url\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/118/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"Module that allows to attach an URL as a document.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Open the form view of an object (Example: Customer Invoice INV/2019/0007).\n" +"#. Go to the chatter and click on the attached icon.\n" +"#. Click **Add URL** link.\n" +"#. Fill the wizard fields and click on Add button.\n" +"#. You will see a new **URL attachment** in the set of attachments related to\n" +" the object.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Jonathan Nemry \n" +"* `Tecnativa `_:\n" +"\n" +" * Pedro M. Baeza\n" +" * Ernesto Tejeda\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/knowledge `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_advanced_search +msgid "===============\n" +"Advanced search\n" +"===============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/web/tree/12.0/web_advanced_search\n" +" :alt: OCA/web\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_advanced_search\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/162/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"More powerful and easy to use search, especially for related fields.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"* Open *Filters* in a search view\n" +"* Select any relational field\n" +"* Select one of operators: `is equal to`, `is not equal to`, `is child of`,\n" +" or `is parent of`\n" +"* The text field changes to a relational selection field where you\n" +" can search for the record in question\n" +"* Click *Apply*\n" +"\n" +"To search for properties of linked records (ie invoices for customers\n" +"with a credit limit higher than X):\n" +"\n" +"* Open *Filters* in a search view\n" +"* Select *Add Advanced Filter*\n" +"* Edit the advanced filter\n" +"* Click *Save*\n" +"\n" +"Note that you can stack searching for properties: Simply add another\n" +"advanced search in the selection search window. You can do\n" +"this indefinetely, so it is possible to search for moves belonging\n" +"to a journal which has a user who is member of a certain group etc.\n" +"\n" +"Note also the domain dialog offers an editable preview in debug mode:\n" +" .. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_advanced_search/static/img/debug_mode.png\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"Improvements to the ``domain`` widget, not exclusively related to this addon:\n" +"\n" +"* Use relational widgets when filtering a relational field\n" +"* Allow to filter field names\n" +"\n" +"Improvements to the search view in this addon:\n" +"\n" +"* Use widgets ``one2many_tags`` when searching ``one2many`` fields\n" +"* Use widgets ``many2many_tags`` when searching ``many2many`` fields\n" +"* Allow to edit current full search using the advanced domain editor\n" +"\n" +"Improvements to the `is child of`/`is parent of` operators:\n" +"\n" +"* Show the operators only for models with `_parent_store = True`\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"11.0.1.0.2 (2018-10-31)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* Fix initialization of 1st domain node\n" +"\n" +" Sometime the dialog is not ready yet, like on EE version.\n" +" Hence when you inject the 1st domain node\n" +" the dialog must be already opened.\n" +"\n" +" [simahawk]\n" +"\n" +"\n" +"11.0.1.0.1 (2018-09-18)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* Fix `undefined` in x2m fields\n" +"\n" +" Before this patch, when searching with the \"equals to\" operator in any\n" +" x2many field, the searched parameter was always `undefined`.\n" +"\n" +" The problem was that the underlying field manager implementation was\n" +" treating those fields as x2many, while the widget used was the `one2many`\n" +" one.\n" +"\n" +" This patch simply mocks the underlying fake record to make think that\n" +" any relational field is always a `one2many`. This sets all pieces in\n" +" place and makes the field manager work as expected, and thus you can\n" +" search as expected too.\n" +"\n" +"* Make linter happy\n" +"\n" +" [Yajo]\n" +"\n" +"\n" +"11.0.1.0.0 (2018-07-20)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* Rename, refactor, migrate to v11\n" +"\n" +" [Yajo]\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Therp BV\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Holger Brunn \n" +"* Vicent Cubells \n" +"* Jairo Llopis \n" +"* Rami Alwafaie \n" +"* Jose Mª Bernet \n" +"* Simone Orsi \n" +"* Dennis Sluijk \n" +"* Alexey Pelykh \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/web `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_queue_job_batch +msgid "===============\n" +"Job Queue Batch\n" +"===============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/queue_job_batch\n" +" :alt: OCA/queue\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-queue_job_batch\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This addon adds an a grouper for queue jobs.\n" +"\n" +"It allows to show your jobs in a batched form in order to know better the\n" +"results.\n" +"\n" +"Example:\n" +"\n" +".. code-block:: python\n" +"\n" +" from odoo import models, fields, api\n" +" from odoo.addons.queue_job.job import job\n" +"\n" +" class MyModel(models.Model):\n" +" _name = 'my.model'\n" +"\n" +" @api.multi\n" +" @job\n" +" def my_method(self, a, k=None):\n" +" _logger.info('executed with a: %s and k: %s', a, k)\n" +"\n" +"\n" +" class MyOtherModel(models.Model):\n" +" _name = 'my.other.model'\n" +"\n" +" @api.multi\n" +" def button_do_stuff(self):\n" +" batch = self.env['queue.job.batch'].get_new_batch('Group')\n" +" for i in range(1, 100):\n" +" self.env['my.model'].with_context(\n" +" job_batch=batch\n" +" ).with_delay().my_method('a', k=i)\n" +" batch.enqueue()\n" +"\n" +"\n" +"In the snippet of code above, when we call ``button_do_stuff``, 100 jobs\n" +"capturing the method and arguments will be postponed. It will be executed as\n" +"soon as the Jobrunner has a free bucket, which can be instantaneous if no other\n" +"job is running.\n" +"\n" +"Once all the jobs have finished, the grouper will be marked as finished.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"You can manage your batch jobs from the Systray. A new button will be shown\n" +"with your currently executing job batches and the recently finished job groups.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Creu Blanca\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Enric Tobella \n" +"* Lois Rilo \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_onchange_helper +msgid "===============\n" +"Onchange Helper\n" +"===============\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/server-tools/tree/12.0/onchange_helper\n" +" :alt: OCA/server-tools\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-onchange_helper\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/149/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This is a technical module. Its goal is to ease the play of onchange method directly called from Python code.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"* depend on this module\n" +"* call `yourmodel.play_onchanges(values, ['field'])`\n" +"\n" +"Example if you want to create a sale order and you want to get the values relative to partner_id field (as if you fill the field from UI)\n" +"\n" +" `vals = {'partner_id': 1}`\n" +"\n" +" `vals = self.env['sale.order'].play_onchanges(vals, ['partner_id'])`\n" +"\n" +"Then, `vals` will be updated with partner_invoice_id, partner_shipping_id, pricelist_id, etc...\n" +"\n" +"Default values will be used to process onchange methods, if respective fields are not set in `vals`.\n" +"You can get them if you pass fields name in the list of fields.\n" +"\n" +"\n" +" `vals = {'partner_id': 1}`\n" +"\n" +" `vals = self.env['sale.order'].play_onchanges(vals, ['partner_id', 'date_order'])`\n" +"\n" +"`vals` will contain, in addition to the changed values, the default value for `date_order`\n" +"\n" +"\n" +"You can also use it on existing record for example:\n" +"\n" +" `vals = {'partner_shipping_id': 1}`\n" +"\n" +" `vals = sale.play_onchanges(vals, ['partner_shipping_id'])`\n" +"\n" +"Then the onchange will be played with the vals passed and the existing vals of the sale. `vals` will be updated with partner_invoice_id, pricelist_id, etc..\n" +"\n" +"Behind the scene, `play_onchanges` will execute **all the methods** registered for the list of changed fields, so you do not have to call manually each onchange. To avoid performance issue when the method is called on a record, the record will be transformed into a memory record before calling the registered methods to avoid to trigger SQL updates command when values are assigned to the record by the onchange\n" +"\n" +"\n" +"Notes:\n" +"\n" +"- Order in onchange_fields is very important as onchanges methods will be played in that order.\n" +"- If you use memory object in `vals`, be award that onchange method in base model call `self.invalidate_cache()` that reset it.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Akretion\n" +"* Camptocamp\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Guewen Baconnier \n" +"* Florian da Costa \n" +"* Andrea Stirpe \n" +"* Souheil Bejaoui \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/server-tools `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_mail_activity_board +msgid "================\n" +"Activities board\n" +"================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/social/tree/12.0/mail_activity_board\n" +" :alt: OCA/social\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_activity_board\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/205/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module adds an activity board with form, tree, kanban, calendar, pivot, graph and search views.\n" +"\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Access to the views from menu Boards.\n" +"\n" +"A smartButton of activities is added in the mail thread from form view.\n" +"From this smartButton is linked to the activity board, to the view tree,\n" +"which shows the activities related to the opportunity.\n" +"\n" +"From the form view of the activity you can navigate to the origin of the activity.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* SDi\n" +"* David Juaneda\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `SDI `_:\n" +"\n" +" * David Juaneda\n" +"\n" +"* `Eficent `_:\n" +"\n" +" * Miquel Raïch (miquel.raich@eficent.com)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/social `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_report_xlsx +msgid "================\n" +"Base report xlsx\n" +"================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/reporting-engine/tree/12.0/report_xlsx\n" +" :alt: OCA/reporting-engine\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/143/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module provides a basic report class to generate xlsx report.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Make sure you have ``xlsxwriter`` Python module installed::\n" +"\n" +"$ pip3 install xlsxwriter\n" +"\n" +"For testing it is also necessary ``xlrd`` Python module installed::\n" +"\n" +"$ pip3 install xlrd\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"An example of XLSX report for partners on a module called `module_name`:\n" +"\n" +"A python class ::\n" +"\n" +" from odoo import models\n" +"\n" +" class PartnerXlsx(models.AbstractModel):\n" +" _name = 'report.module_name.report_name'\n" +" _inherit = 'report.report_xlsx.abstract'\n" +"\n" +" def generate_xlsx_report(self, workbook, data, partners):\n" +" for obj in partners:\n" +" report_name = obj.name\n" +" # One sheet by partner\n" +" sheet = workbook.add_worksheet(report_name[:31])\n" +" bold = workbook.add_format({'bold': True})\n" +" sheet.write(0, 0, obj.name, bold)\n" +"\n" +"To manipulate the ``workbook`` and ``sheet`` objects, refer to the\n" +"`documentation `_ of ``xlsxwriter``.\n" +"\n" +"A report XML record ::\n" +"\n" +" \n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* ACSONE SA/NV\n" +"* Creu Blanca\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Adrien Peiffer \n" +"* Sébastien Alix \n" +"* Stéphane Bidoul \n" +"* Enric Tobella \n" +"* Graeme Gellatly \n" +"* Cristian Salamea \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/reporting-engine `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_mail_full_expand +msgid "================\n" +"Mail full expand\n" +"================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/social/tree/12.0/mail_full_expand\n" +" :alt: OCA/social\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_full_expand\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/205/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module was written to extend the functionality of messaging to support\n" +"expanding messages in a big window and allow you to read its full content.\n" +"\n" +"Odoo automatically tries to remove blockquotes and signatures from received\n" +"mails. That is useful because it removes lots of distraction, but sometimes it\n" +"removes important information.\n" +"\n" +"Also, messages are narrow to fit in the conversations views, but sometimes you\n" +"receive a mail with predefined width and cannot read it.\n" +"\n" +"This module adds a button to all messages to read them in a floating window\n" +"with their full contents.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"* Go to any view with a message thread.\n" +"* Click the *Fully expand* button (two arrows indicating separate directions).\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `Tecnativa `_:\n" +"\n" +" * Jairo Llopis\n" +" * Ernesto Tejeda\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/social `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_timeline +msgid "================\n" +"Project timeline\n" +"================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/project/tree/12.0/project_timeline\n" +" :alt: OCA/project\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_timeline\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/140/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module extends the standard tasks and projects actions to add the timeline view to\n" +"them, and also adds the needed fields in the view for handling them.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"* Go to *Project > Search > Tasks* or *Project > Dashboard*.\n" +"* Click on the icon with a clock.\n" +"* You will see the tasks or projects in the new view.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"* Onestein\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Pedro M. Baeza \n" +"* Carlos Dauden \n" +"* Alexandre Moreau \n" +"* Dennis Sluijk \n" +"* Nikul Chaudhary \n" +"* Eduardo Magdalena (C2i Change 2 improve http://www.c2i.es)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/project `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_widget_color +msgid "================\n" +"Web Widget Color\n" +"================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/web/tree/12.0/web_widget_color\n" +" :alt: OCA/web\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_color\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/162/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module aims to add a color picker to Odoo.\n" +"\n" +"It's a `jsColor `_ lib integration.\n" +"\n" +"\n" +"Features\n" +"========\n" +"\n" +"* The picker allow the user to quickly select a color on edit mode\n" +"\n" +" |picker|\n" +"\n" +" .. note::\n" +"\n" +" Notice how html code and the background color is updating when selecting a color.\n" +"\n" +"\n" +"* Display the color on form view when you are not editing it\n" +"\n" +" |formview|\n" +"\n" +"* Display the color on list view to quickly find what's wrong!\n" +"\n" +" |listview|\n" +"\n" +"\n" +".. |picker| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/picker.png\n" +".. |formview| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/form_view.png\n" +".. |listview| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/list_view.png\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"You need to declare a char field::\n" +"\n" +" color = fields.Char(\n" +" string=\"Color\",\n" +" help=\"Choose your color\"\n" +" )\n" +"\n" +"\n" +"In the view declaration, put widget='color' attribute in the field tag::\n" +"\n" +" ...\n" +" \n" +" \n" +" ...\n" +" \n" +" ...\n" +" \n" +" \n" +" ...\n" +" \n" +"
\n" +" ...\n" +" \n" +" ...\n" +" \n" +"
\n" +" ...\n" +"\n" +"Widget Options::\n" +"\n" +" - readonly_mode\n" +" - 'default' > Color Box + text\n" +" - 'color' > Only Color Box\n" +" - 'text' > Only Text\n" +" ...\n" +" \n" +" \n" +" ...\n" +" \n" +" ...\n" +" \n" +" \n" +" ...\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Savoir-faire Linux\n" +"* Anybox\n" +"* Taktik SA\n" +"* Sudokeys\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Adil Houmadi \n" +"* Enric Tobella \n" +"* Nicolas JEUDY (Sudokeys) \n" +"* Alexandre Díaz \n" +"* `Tecnativa `_:\n" +"\n" +" * Ernesto Tejeda\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/web `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_asset_management +msgid "=================\n" +"Assets Management\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_asset_management\n" +" :alt: OCA/account-financial-tools\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/92/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This Module manages the assets owned by a company. It will keep\n" +"track of depreciation's occurred on those assets. And it allows to create\n" +"accounting entries from the depreciation lines.\n" +"\n" +"The full asset life-cycle is managed (from asset creation to asset removal).\n" +"\n" +"Assets can be created manually as well as automatically\n" +"(via the creation of an accounting entry on the asset account).\n" +"\n" +"Excel based reporting is available via the 'account_asset_management_xls' module.\n" +"\n" +"The module contains a large number of functional enhancements compared to\n" +"the standard account_asset module from Odoo.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"It is recommended to configure your Purchase Journal with \"Group Invoice Lines\" to avoid the\n" +"creation of separate assets per Supplier Invoice Line.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"The module in NOT compatible with the standard account_asset module.\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"12.0.2.1.0 (2019-10-21)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [IMP] Add option to calculate depreciation table by days\n" +"\n" +"12.0.1.0.0 (2019-01-13)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [BREAKING] account.asset: parent_path has replaced parent_left & parent_right (TODO: migration script)\n" +"* [BREAKING] account.asset.recompute.trigger: depends on date_range.py (TODO: re-implement in account_fiscal_year.py)\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Noviat\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"- OpenERP SA\n" +"- Luc De Meyer (Noviat)\n" +"- Frédéric Clementi (camptocamp)\n" +"- Florian Dacosta (Akretion)\n" +"- Stéphane Bidoul (Acsone)\n" +"- Adrien Peiffer (Acsone)\n" +"- Akim Juillerat \n" +"- Henrik Norlin (Apps2GROW)\n" +"- Maxence Groine \n" +"- Kitti Upariphutthiphong \n" +"- Saran Lim. \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/account-financial-tools `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_base_export_async +msgid "=================\n" +"Base Export Async\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/base_export_async\n" +" :alt: OCA/queue\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-base_export_async\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"Standard Export can be delayed in asynchronous jobs executed in the background and then send by email to the user.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"The user is presented with a new checkbox \"Asynchronous export\" \n" +"in the export screen. When selected, the export is delayed in a \n" +"background job.\n" +"\n" +"The .csv or .xls file generated by the export will be sent by email\n" +"to the user who execute the export.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Arnaud Pineux (ACSONE SA/NV) authored the initial prototype.\n" +"* Guewen Baconnier (Camptocamp)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hr_period +msgid "=================\n" +"HR Payroll Period\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/hr/tree/12.0/hr_period\n" +" :alt: OCA/hr\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_period\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/116/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"Adds the concept of period in the human resources management.\n" +"\n" +"The objective of the module is to create periods of time to\n" +"be used in the human resources management flows such as\n" +"specific payroll period of time or timesheet periods.\n" +"\n" +"Regarding to payrolls, it adds the date of payment on the\n" +"payslip and payslip batch. This date is automatically filled\n" +"when selecting a period. It also adds a sequence on the payslip\n" +"batch name and the company on the payslip batch.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Install the payroll of your localization, then install this module.\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"Create a fiscal year\n" +"~~~~~~~~~~~~~~~~~~~~\n" +"Go to: Human Resources -> Configuration -> Payroll -> Payroll Fiscal Year\n" +"\n" +" - Select a type of schedule, e.g. monthly\n" +" - Select a duration, e.g. from 2015-01-01 to 2015-12-31\n" +" - Select when the payment is done, e.g. the second day of the next period\n" +" - Click on create periods, then confirm\n" +"\n" +"The first period of the year is now open and ready to be used.\n" +"\n" +"Some companies have employees paid at different types of schedule.\n" +"In that case, you need to create as many fiscal years as types of schedule\n" +"required. The same applies in a multi-company configuration.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Create a payslip batch\n" +"~~~~~~~~~~~~~~~~~~~~~~\n" +"Go to: Human Resources -> Payroll -> Payslip Batches\n" +"\n" +"The first period of the fiscal year is already selected.\n" +"You may change it if you manage multiple types of schedules.\n" +"\n" +" - Click on Generate Payslips\n" +"\n" +"The employees paid with the selected schedule are automatically selected.\n" +"\n" +" - Click on Generate\n" +"\n" +" - Confirm your payslips\n" +"\n" +" - Click on Close\n" +"\n" +"The payroll period is closed automatically and the next one is open.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"#. Currently it is not possible to close the HR fiscal year before the end of\n" +" the end of the last period. When implementing this feature, contracts and\n" +" opened payslips should be updated with the new period assigned.\n" +"#. It is not possible to use the date_range module in server tools to generate\n" +" semi-monthly periods so those periods are generated as in previous versions.\n" +"#. The date_range module does not allow to create a period for just one day.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Savoir-faire Linux\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* David Dufresne \n" +"* Maxime Chambreuil \n" +"* Pierre Lamarche \n" +"* Salton Massally \n" +"* Guewen Baconnier \n" +"* Jordi Ballester Alomar \n" +"* Serpent Consulting Services Pvt. Ltd. \n" +"* Aaron Henriquez \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/hr `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_crm_lead_product +msgid "=================\n" +"Lead Line Product\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/crm/tree/12.0/crm_lead_product\n" +" :alt: OCA/crm\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_product\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/111/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"\n" +"This module allows the user to link multiple products, product categories or product templates to a lead or an opportunity\n" +"in order to be able to do a product demand forecasting taking into account the leads and opportunities defined in odoo.\n" +"Included in the product line there are two computed fields, the planned revenue and expected revenue. On one hand, the\n" +"planned revenue is computed as the selling price times the quantity. On the other hand, the expected revenue takes into account\n" +"the probability of the opportunity and is computed as the planned revenue times the probability.\n" +"\n" +"The module also includes a reporting section where the user can easily see in a pivot and graph view the relationship\n" +"between products, stage of the lead/opportunity and the planned or expected revenue for that product.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"\n" +"To configure this module to be available for the Leads the user needs to activate the Leads option in CRM settings\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"\n" +"* Go to menu **CRM > Lead** and create or edit a Lead adding all the products associated to it.\n" +"* Go to menu **CRM > My Pipeline** and create or edit an Opportunity adding all the products associated to it.\n" +"* Go to menu **CRM > Reporting > Pipeline by Product** to run the report that relates product to planned and expected revenue per stage\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Eficent\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"\n" +"* Adria Gil Sorribes \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/crm `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_multi_relation +msgid "=================\n" +"Partner Relations\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/partner-contact/tree/12.0/partner_multi_relation\n" +" :alt: OCA/partner-contact\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_multi_relation\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/134/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module aims to provide generic means to model relations between partners.\n" +"\n" +"Examples would be 'is sibling of' or 'is friend of', but also 'has contract X\n" +"with' or 'is assistant of'. This way, you can encode your knowledge about your\n" +"partners directly in your partner list.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Relation Types\n" +"~~~~~~~~~~~~~~\n" +"\n" +"Before being able to use relations, you'll have define some first.\n" +"Do that in Contacts / Relations / Partner relations.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_list.png\n" +"\n" +"A relation type has a name for both sides.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_form_empty.png\n" +"\n" +"To have an assistant-relation, you would name one side 'is assistant of' and the other side 'has assistant'.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_form_name_filled.png\n" +"\n" +"Partner Types\n" +"~~~~~~~~~~~~~\n" +"\n" +"The `Partner Type` fields allow to constrain what type of partners can be used\n" +"on the left and right sides of the relation.\n" +"\n" +"* In the example above, the assistant-relation only makes sense between people, so you would choose 'Person' for both partner types.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_form_partner_type_filled.png\n" +"\n" +"* For a relation 'is a competitor of', both sides would be companies.\n" +"* A relation 'has worked for' should have persons on the left side and companies on the right side.\n" +"\n" +"If you leave these fields empty, the relation is applicable to all types of partners.\n" +"\n" +"Partner Categories\n" +"~~~~~~~~~~~~~~~~~~\n" +"\n" +"You may use categories (tags) to further specify the type of partners.\n" +"\n" +"You could for example enforce the 'is member of' relation to accept only companies with the label 'Organization' on the right side.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_form_category_filled.png\n" +"\n" +"Reflexive\n" +"~~~~~~~~~\n" +"\n" +"A reflexive relation type allows a partner to be in relation with himself.\n" +"\n" +"For example, the CEO of a company could be his own manager.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_reflexive.png\n" +"\n" +"Symmetric\n" +"~~~~~~~~~\n" +"\n" +"A symetric relation has the same value for the left and right sides.\n" +"\n" +"For example, in a competitor relation, both companies are competitors of each other. \n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_symmetric.png\n" +"\n" +"Invalid Relation Handling\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"When the configuration of a relation type changes, some relations between 2 partners may become invalid.\n" +"\n" +"For example, if the left partner type is set to `Person` and a relation already exists with a company on the right side,\n" +"that relation becomes invalid.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/relation_type_invalid_handling.png\n" +"\n" +"What happens with invalid relations is customizable on the relation type.\n" +"\n" +"4 possible behaviors are available:\n" +"\n" +"* Do not allow change that will result in invalid relations\n" +"* Allow existing relations that do not fit changed conditions\n" +"* End relations per today, if they do not fit changed conditions\n" +"* Delete relations that do not fit changed conditions\n" +"\n" +"Searching Partners With Relations\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"To search for existing relations, go to `Contacts / Relations / Relations`.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/search_relation.png\n" +"\n" +"To find all assistants in your database, fill in 'assistant' and\n" +"autocomplete will propose to search for this type of relation.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/search_relation_2.png\n" +"\n" +"Now if you want to find Colleen's assistant, you fill in 'Colleen' and one of the proposals\n" +"is to search for partners having a relation with Colleen.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/search_relation_3.png\n" +"\n" +"Searching Relations From Partner View\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"A smart button is available on the partner form view to display the list of relations.\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/partner_form_view_smart_button.png\n" +"\n" +".. image:: https://raw.githubusercontent.com/OCA/partner-contact/12.0/partner_multi_relation/static/description/partner_form_view_smart_button_2.png\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Therp BV\n" +"* Camptocamp\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Holger Brunn \n" +"* Stefan Rijnhart \n" +"* Ronald Portier \n" +"* Sandy Carter \n" +"* Bruno Joliveau \n" +"* Adriana Ierfino \n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/partner-contact `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_statement +msgid "=================\n" +"Partner Statement\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/account-financial-reporting/tree/12.0/partner_statement\n" +" :alt: OCA/account-financial-reporting\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/91/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module extends the functionality of Invoicing to support the printing of customer and vendor statements. \n" +"There are two types of statements, Activity and Outstanding. Aging details can be shown in the reports, expressed in aging buckets,\n" +"so the customer or vendor can review how much is open, due or overdue.\n" +"\n" +"The activity statement provides details of all activity on the partner receivables or payables\n" +"between two selected dates. This includes all invoices, refunds and payments.\n" +"Any outstanding balance dated prior to the chosen statement period will appear\n" +"as a forward balance at the top of the statement. The list is displayed in chronological\n" +"order and is split by currencies.\n" +"\n" +"The outstanding statement provides details of all outstanding partner receivables or payables\n" +"up to a particular date. This includes all unpaid invoices, unclaimed refunds and\n" +"outstanding payments. The list is displayed in chronological order and is split by currencies.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"\n" +"Users willing to access to this report should have proper Accounting & Finance rights:\n" +"\n" +"#. Go to *Settings / Users* and edit your user to add the corresponding access rights as follows.\n" +"#. In *Application / Accounting & Finance*, select *Billing* or *Billing Manager*\n" +"\n" +"To configure this module, you need to:\n" +"\n" +"#. Go to *Configuration / Settings*\n" +"#. Under the *Followup Section* of *Accounting* option select either or both of OCA Activity or Outstanding Statement\n" +"#. Once selected, you may set default options for the reports.\n" +"#. Click *Save*\n" +"\n" +"Removing the wizard from menus follows the same process.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Go to a list of Partners, Contacts, Customer or Vendors and select one or more.\n" +"#. Press 'Action > Partner Activity Statement' or 'Action > Partner Outstanding Statement' respectively.\n" +"#. Indicate if you want to display receivables or payables, and if you want to display aging buckets and the aging type.\n" +"#. Optionally complete advanced options such as filtering non due or negative balance partners.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* Email template.\n" +"* Expose reports (using defaults) to billing users while restricting the wizard to managers option.\n" +"* Concept of statement run - to start an async job to send out all statements.\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"12.0.1.0.0 (2018-11-08)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [BREAKING] Modules customer_activity_statement and customer_outstanding_statement merged to create partner_statement.\n" +"* [ADD] New features.\n" +" * Age by months or days\n" +" * Filter negative balances\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Eficent\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Miquel Raïch \n" +"* Graeme Gellatly \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/account-financial-reporting `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_ir_actions_act_multi +msgid "=================\n" +"Web Actions Multi\n" +"=================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/web/tree/12.0/web_ir_actions_act_multi\n" +" :alt: OCA/web\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_ir_actions_act_multi\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/162/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module provides a way to trigger more than one action on ActionManager\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this functionality you need to return following action with list of actions to execute:\n" +"\n" +".. code-block:: python\n" +"\n" +" @api.multi\n" +" def foo():\n" +" self.ensure_one()\n" +" return {\n" +" 'type': 'ir.actions.act_multi',\n" +" 'actions': [\n" +" {'type': 'ir.actions.act_window_close'},\n" +" {'type': 'ir.actions.act_view_reload'},\n" +" ]\n" +" }\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Modoolar\n" +"* Brainbean Apps\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Petar Najman \n" +"* Mladen Meseldzija \n" +"* Alexey Pelykh \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/web `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_export_csv +msgid "==================\n" +"Account Export CSV\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/account-financial-reporting/tree/12.0/account_export_csv\n" +" :alt: OCA/account-financial-reporting\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_export_csv\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/91/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"\n" +"Add a wizard that allow you to export a csv file based on accounting\n" +"journal entries\n" +"\n" +"- Trial Balance\n" +"- Analytic Balance (with accounts)\n" +"- Journal Entries\n" +"\n" +"You can filter by date range\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"\n" +"* rearange wizard view with only one button to generate file plus define a selection list to select report type\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Camptocamp\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/account-financial-reporting `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_account_budget_oca +msgid "==================\n" +"Budgets Management\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--budgeting-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/account-budgeting/tree/12.0/account_budget_oca\n" +" :alt: OCA/account-budgeting\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/account-budgeting-12-0/account-budgeting-12-0-account_budget_oca\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/88/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows accountants to manage analytic and crossovered budgets.\n" +"\n" +"Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers\n" +"can set the planned amount on each Analytic Account.\n" +"\n" +"The accountant has the possibility to see the total of amount planned for each\n" +"Budget in order to ensure the total planned is not greater/lower than what he\n" +"planned for this Budget. Each list of record can also be switched to a graphical\n" +"view of it.\n" +"\n" +"Three reports are available:\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"1. The first is available from a list of Budgets. It gives the spreading, for\n" +" these Budgets, of the Analytic Accounts.\n" +"\n" +"2. The second is a summary of the previous one, it only gives the spreading,\n" +" for the selected Budgets, of the Analytic Accounts.\n" +"\n" +"3. The last one is available from the Analytic Chart of Accounts. It gives\n" +" the spreading, for the selected Analytic Accounts of Budgets.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* This module is incompatible with Odoo Enterprise account_budget module\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"**This module is a backport from Odoo SA and as such, it is not included in the\n" +"OCA CLA. That means we do not have a copy of the copyright on it like all\n" +"other OCA modules.**\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Odoo S.A.\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Odoo S.A.\n" +"* Ana Juaristi \n" +"* Oihane Crucelaegui \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/account-budgeting `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_contract_sale +msgid "==================\n" +"Contract from Sale\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/contract/tree/12.0/contract_sale\n" +" :alt: OCA/contract\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/110/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows access to contracts for sale employees without account\n" +"permissions.\n" +"\n" +"Employees in sale security group \"User: Only Own Documents\", can only access\n" +"contracts created by themselves.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"#. Log with an user having sale but not account permissions.\n" +"#. Go to Sales > Sales > Contracts.\n" +"#. Create a new record or edit another one.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `Tecnativa `_:\n" +"\n" +" * Luis M. Ontalba\n" +" * Pedro M. Baeza\n" +"\n" +"* Levent Karakaş\n" +"* Bejaoui Souheil \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/contract `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hr_timesheet_sheet +msgid "==================\n" +"HR Timesheet Sheet\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/timesheet/tree/12.0/hr_timesheet_sheet\n" +" :alt: OCA/timesheet\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/117/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module supplies a new screen enabling you to manage your work encoding\n" +"(timesheet) by period. Timesheet entries are made by employees each day. At the\n" +"end of the defined period, employees submit their validated sheet and the\n" +"reviewer must then approve submitted entries. Periods are defined in the\n" +"company forms and you can set them to run monthly, weekly or daily. By default,\n" +"policy is configured to have HR Officers as reviewers.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"This module relies on:\n" +"\n" +"* The OCA module '2D matrix for x2many fields', and can be downloaded from\n" +" Github: https://github.com/OCA/web/tree/11.0/web_widget_x2many_2d_matrix\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"If you want other default ranges different from weekly, you need to go:\n" +"\n" +"* In the menu `Configuration` -> `Settings` -> **Timesheet Options**,\n" +" and select in **Timesheet Sheet Range** the default range you want.\n" +"* When you have a weekly range you can also specify the **Week Start Day**.\n" +"\n" +"To change who reviews submitted sheets, go to *Configuration > Settings > Timesheet Options*\n" +"and configure **Timesheet Sheet Review Policy** accordingly.\n" +"\n" +"For adding more review policies, look at the *hr_timesheet_sheet_policy_xxx*\n" +"extra modules.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"If you modify the `Details` tab, automatically the `Summary` tab is updated.\n" +"But if you modify the `Summary` tab, you need to save in order to have the `Details` tab updated.\n" +"\n" +"In case you modify the unit amount of both tabs, the `Details` tab will prevail.\n" +"If you modify the `Summary` tab, and you need to do a change in the `Details` tab, please save before.\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* The timesheet grid is limited to display a max. of 1M cells, due to a\n" +" limitation of the tree view limit parameter not being able to dynamically\n" +" set a limit. Since default value of odoo, 40 records is too small, we decided\n" +" to set 1M, which should be good enough in the majority of scenarios.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Eficent\n" +"* Onestein\n" +"* Brainbean Apps\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Miquel Raïch \n" +"* Andrea Stirpe \n" +"* Lois Rilo \n" +"* Alexey Pelykh \n" +"* Dennis Sluijk \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/timesheet `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_partner_affiliate +msgid "==================\n" +"Partner Affiliates\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Production/Stable\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/partner-contact/tree/12.0/partner_affiliate\n" +" :alt: OCA/partner-contact\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_affiliate\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/134/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"The field 'Contacts & Addresses' is focused on storing contact information about the company's employees and the\n" +"company it self.\n" +"This module adds a new field 'Affiliates' on the partner form and changes 'Contacts & Addresses'\n" +"to only show individuals. This new field is in contrast to 'Contacts & Addresses' focussed on\n" +"storing information about holding companies and other company structures.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"You can find the new field on the partner (contact, customer, etc) form.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Camptocamp\n" +"* Tecnativa\n" +"* brain-tec AG\n" +"* Onestein\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Yannick Vaucher \n" +"* Vicent Cubells \n" +"* Raul Martin \n" +"* Dave Lasley \n" +"* Dennis Sluijk \n" +"\n" +"Other credits\n" +"~~~~~~~~~~~~~\n" +"\n" +"Images\n" +"------\n" +"\n" +"* Odoo Community Association: `Icon `_.\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/partner-contact `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_hr_timesheet_analysis +msgid "==================\n" +"Task Logs Analysis\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/timesheet/tree/12.0/hr_timesheet_analysis\n" +" :alt: OCA/timesheet\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_analysis\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/117/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows analyzing tracked time in Pivot, Graph views.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Brainbean Apps\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Alexey Pelykh \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +".. |maintainer-alexey-pelykh| image:: https://github.com/alexey-pelykh.png?size=40px\n" +" :target: https://github.com/alexey-pelykh\n" +" :alt: alexey-pelykh\n" +"\n" +"Current `maintainer `__:\n" +"\n" +"|maintainer-alexey-pelykh| \n" +"\n" +"This module is part of the `OCA/timesheet `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_legal_page +msgid "==================\n" +"Website Legal Page\n" +"==================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/website/tree/12.0/website_legal_page\n" +" :alt: OCA/website\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/website-12-0/website-12-0-website_legal_page\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/186/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module was written to provide common legal pages needed in any website:\n" +"\n" +"* **Legal advice**: Website proprietary and disclaimers\n" +"* **Terms of use**: Which services website offers and legal restrictions applied to them\n" +"* **Privacy policy**: Company privacy policy applied to user data collected through the website\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Website editor can change easily any text of these pages using website builder\n" +"\n" +"Disclaimer\n" +"~~~~~~~~~~\n" +"\n" +"These legal pages are templates.\n" +"\n" +"**You must edit the templates and adapt them to your particular case**\n" +"\n" +"The provided agreements are for **informational purposes only** and do not\n" +"constitute legal advice.\n" +"\n" +"Authors, contributors and maintainer are not law firms and are not providing legal advice.\n" +"All information (including agreements, forms and documents) available in this\n" +"addon are **provided without any warranty**, express or implied, including as to\n" +"their legal effect and completeness. The information **should be used as a\n" +"guide** and modified to meet your own individual needs and the laws of your\n" +"state. Your use of any information or forms is at your own risk.\n" +"\n" +"Authors, contributors, maintainer and any of its employees, contractors, or\n" +"attorneys who participated in development of this addon **expressly disclaim any\n" +"warranty**: they are not creating or entering into any Attorney-Client\n" +"relationship by providing information to you.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"* LasLabs\n" +"* Nicolas JEUDY\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Rafael Blasco \n" +"* Antonio Espinosa \n" +"* Igor Pastor \n" +"* Jairo Llopis \n" +"* Dave Lasley \n" +"* Nicola Malcontenti \n" +"* Nicolas JEUDY \n" +"* Lorenzo Battistini \n" +"\n" +"Other credits\n" +"~~~~~~~~~~~~~\n" +"\n" +"Templates\n" +"~~~~~~~~~\n" +"\n" +"Templates are based on legal templates publicy provided by `termsfeed.com `_:\n" +"\n" +"* `Privacy policy `_\n" +"* `Terms of use `_\n" +"\n" +"Icon\n" +"~~~~\n" +"\n" +"Icon based on ``johnny-automatic-scales-of-justice.svg`` from\n" +"`Openclipart `_\n" +"\n" +"Thanks to `johnny_automatic `_\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/website `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_base_import_async +msgid "===================\n" +"Asynchronous Import\n" +"===================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/base_import_async\n" +" :alt: OCA/queue\n" +".. |badge3| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-base_import_async\n" +" :alt: Translate me on Weblate\n" +".. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| \n" +"\n" +"This module extends the standard CSV import functionality\n" +"to import files in the background using the OCA/queue\n" +"framework.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"The user is presented with a new checkbox in the import\n" +"screen. When selected, the import is delayed in a background\n" +"job.\n" +"\n" +"This job in turn splits the CSV file in chunks of minimum\n" +"100 lines (or more to align with record boundaries). Each\n" +"chunk is then imported in a separate background job.\n" +"\n" +"When an import fails, the job is marked as such and the\n" +"user can read the error in the job status. The CSV chunk\n" +"being imported is stored as an attachment to the job, making\n" +"it easy to download it, fix it and run a new import, possibly\n" +"in synchronous mode since the chunks are small.\n" +"\n" +"Any file that can be imported by the standard import mechanism\n" +"can also be imported in the background.\n" +"\n" +"This module's scope is limited to making standard imports\n" +"asynchronous. It does not attempt to transform the data nor\n" +"automate ETL flows.\n" +"\n" +"Other modules may benefit from this infrastructure in the following way\n" +"(as illustrated in the test suite):\n" +"\n" +"1. create an instance of `base_import.import` and populate its fields\n" +" (`res_model`, `file`, `file_name`),\n" +"2. invoke the `do` method with appropriate options\n" +" (`header`, `encoding`, `separator`, `quoting`,\n" +" `use_queue`, `chunk_size`).\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* There is currently no user interface to control the chunk size,\n" +" which is currently 100 by default. Should this proves to be an issue,\n" +" it is easy to add an option to extend the import screen.\n" +"* Validation cannot be run in the background.\n" +"\n" +"Changelog\n" +"=========\n" +"\n" +"12.0.1.0.0 (2018-10-20)\n" +"~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"* [MIGRATION] from 11.0 branched at rev. b0945be\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Akretion\n" +"* ACSONE SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"Sébastien Beau (Akretion) authored the initial prototype.\n" +"\n" +"Stéphane Bidoul (ACSONE) extended it to version 1.0 to support\n" +"multi-line records, store data to import as attachments\n" +"and let the user control the asynchronous behaviour.\n" +"\n" +"Other contributors include:\n" +"\n" +"* Anthony Muschang (ACSONE)\n" +"* David Béal (Akretion)\n" +"* Jonathan Nemry (ACSONE)\n" +"* Laurent Mignon (ACSONE)\n" +"* Dennis Sluijk (Onestein)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_sale_session +msgid "===================\n" +"Event Sale Sessions\n" +"===================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_sale_session\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_sale_session\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"Adds the option of choosing a session when selling an event ticket.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Place a sale order and choose an event registration product.\n" +"#. If the event has sessions, you'll be compelled to choose one.\n" +"#. The registration will be added to such session once the sale order is\n" +" confirmed.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* `Tecnativa `__:\n" +"\n" +" * Sergio Teruel\n" +" * David Vidal\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_multi_step_wizard +msgid "===================\n" +"Multi-Steps Wizards\n" +"===================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/server-ux/tree/12.0/multi_step_wizard\n" +" :alt: OCA/server-ux\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-multi_step_wizard\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/250/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module is a base for creating multi-steps wizards. It does nothing by\n" +"itself.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Example of class:\n" +"\n" +".. code:: python\n" +"\n" +" class MyWizard(models.TransientModel):\n" +" _name = 'my.wizard'\n" +" _inherit = ['multi.step.wizard.mixin']\n" +"\n" +" project_id = fields.Many2one(\n" +" comodel_name='project.project',\n" +" name=\"Project\",\n" +" required=True,\n" +" ondelete='cascade',\n" +" default=lambda self: self._default_project_id(),\n" +" )\n" +" name = fields.Char()\n" +" field1 = fields.Char()\n" +" field2 = fields.Char()\n" +" field3 = fields.Char()\n" +"\n" +" @api.model\n" +" def _selection_state(self):\n" +" return [\n" +" ('start', 'Start'),\n" +" ('configure', 'Configure'),\n" +" ('custom', 'Customize'),\n" +" ('final', 'Final'),\n" +" ]\n" +"\n" +" @api.model\n" +" def _default_project_id(self):\n" +" return self.env.context.get('active_id')\n" +"\n" +" def state_exit_start(self):\n" +" self.state = 'configure'\n" +"\n" +" def state_exit_configure(self):\n" +" self.state = 'custom'\n" +"\n" +" def state_exit_custom(self):\n" +" self.state = 'final'\n" +"\n" +"Example of view (note the mode, must be primary):\n" +"\n" +".. code:: xml\n" +"\n" +" \n" +" \n" +"\n" +" \n" +" my.wizard.form\n" +" my.wizard\n" +" primary\n" +" \n" +" \n" +" \n" +"

\n" +" \n" +"

\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"

The project is now configured.

\n" +"
\n" +"
\n" +"
\n" +"
\n" +"\n" +" \n" +"
\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Camptocamp\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Guewen Baconnier \n" +"* Alexey Pelykh \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/server-ux `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_project_description +msgid "===================\n" +"Project Description\n" +"===================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/project/tree/12.0/project_description\n" +" :alt: OCA/project\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_description\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/140/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module extends the functionality of projects to support setting a\n" +"description for each project and allow you to search by that description.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To set a description for a project, you need to:\n" +"\n" +"#. Go to *Project > Project > Projects*.\n" +"#. Edit or create one.\n" +"#. You will see a new *Description* tab, with an HTML area to set the project's description.\n" +"\n" +".. figure:: https://raw.githubusercontent.com/OCA/project/12.0/project_description/static/description/image.png\n" +" :alt: Project form with the description tab\n" +"\n" +"To search for a project by its description, you need to:\n" +"\n" +"#. Go to *Project > Project > Projects*.\n" +"#. Enter any word in the search box.\n" +"#. Select *Search Description*.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"* C2i Change 2 improve\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Rafael Blasco (Tecnativa https://www.tecnativa.com)\n" +"* Jairo Llopis (Tecnativa https://www.tecnativa.com)\n" +"* Eduardo Magdalena (C2i Change 2 improve http://www.c2i.es)\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/project `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_queue_job_subscribe +msgid "===================\n" +"Queue Job Subscribe\n" +"===================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/queue_job_subscribe\n" +" :alt: OCA/queue\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-queue_job_subscribe\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module allows users to\n" +"be member of group Job Queue Manager without becoming follower of failed jobs.\n" +"This can avoid for some users to receive a lot of emails in case of failing\n" +"jobs.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"On the user configuration form, there is new Job Notifications checkbox.\n" +"\n" +"If checked, the user becomes follower of failed jobs if he/she is part of the\n" +"Job Queue Manager group.\n" +"\n" +"If not checked, the user does not become follower of failed jobs.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Acsone SA/NV\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Cédric Pigeon \n" +"* Stéphane Bidoul \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_currency_rate_update +msgid "====================\n" +"Currency Rate Update\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/currency/tree/12.0/currency_rate_update\n" +" :alt: OCA/currency\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/currency-12-0/currency-12-0-currency_rate_update\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/259/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module provides base for building exchange rates providers and bundles\n" +"following built-in providers:\n" +"\n" +" * **European Central Bank** (ported by Grzegorz Grzelak - OpenGLOBE.pl):\n" +" reference rates are based on the regular daily query procedure between\n" +" central banks within and outside the European System of Central Banks,\n" +" which normally takes place at 2:15 p.m. (14:15) ECB time. Source is in\n" +" EUR, for more details see `corresponding ECB page `_.\n" +"\n" +"This module is compatible with ``currency_rate_inverted`` module provided by\n" +"OCA, that allows to maintain exchange rates in inverted format, helping to\n" +"resolve rounding issues.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"To enable scheduled currency rates update:\n" +"\n" +"# Go to *Invoicing > Configuration > Settings*\n" +"# Ensure *Automatic Currency Rates (OCA)* is checked\n" +"\n" +"To configure currency rates providers:\n" +"\n" +"# Go to *Invoicing > Configuration > Currency Rates Providers*\n" +"# Create and configure one or more providers\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To update historical currency rates:\n" +"\n" +"# Go to *Invoicing > Configuration > Currency Rates Providers*\n" +"# Select specific providers\n" +"# Launch *Actions > Update Rates Wizard*\n" +"# Configure date interval and click *Update*\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Camptocamp\n" +"* Brainbean Apps\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Nicolas Bessi \n" +"* Jean-Baptiste Aubort \n" +"* Joël Grand-Guillaume \n" +"* Grzegorz Grzelak (ECB, NBP)\n" +"* Vincent Renaville \n" +"* Yannick Vaucher \n" +"* Guewen Baconnier \n" +"* Lorenzo Battistini (Port to V7)\n" +"* Agustin Cruz (BdM)\n" +"* Jacque-Etienne Baudoux \n" +"* Juan Jose Scarafia \n" +"* Mathieu Benoi \n" +"* Fekete Mihai (Port to V8)\n" +"* Dorin Hongu (BNR)\n" +"* Paul McDermott\n" +"* Alexis de Lattre \n" +"* Miku Laitinen\n" +"* Assem Bayahi\n" +"* Daniel Dico (BOC)\n" +"* Dmytro Katyukha \n" +"* Jesús Ventosinos Mayor \n" +"* Alexey Pelykh \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/currency `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_web_favicon +msgid "====================\n" +"Custom shortcut icon\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/web/tree/12.0/web_favicon\n" +" :alt: OCA/web\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_favicon\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/162/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"\n" +"This module was written to allow you to customize your Odoo instance's shortcut\n" +"icon (aka favicon). This is useful for branding purposes, but also for\n" +"integrators who have many different Odoo instances running and need to see at a\n" +"glance which browser tab does what.\n" +"\n" +"The icon is shown also for portal users when the website modules are not\n" +"installed.\n" +"\n" +"More info about favicon: https://en.wikipedia.org/wiki/Favicon\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"Upload your favicon (16x16, 32x32, 64x64 or \"as big as possible\") on the\n" +"company form. The file format would be ico, gif or png with 16x16, 32x32 or\n" +"64x64 pixels and 16 colors. Highers resolutions or colors support depends on\n" +"the used browser, but most modern browsers do.\n" +"\n" +"Note that most browsers cache favicons basically forever, so if you want your\n" +"icon to show up, you'll most probably have to delete you browser cache.\n" +"Some browsers can refresh the favicon, accessing the URL\n" +"/web_favicon/favicon.\n" +"\n" +"You have a sample SVG that can be used as template for generating your icon\n" +"in /static/src/img/master_original_favicon.svg. You can also search for some\n" +"favicon generators across the web.\n" +"\n" +"To allow a user to edit the favicon it has to be member of group \"Administration / Settings\".\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* Allow to upload some big icon (preferrably SVG or the like) and generate\n" +" all the icons from it\n" +"* Generate icons suitable for mobile devices and web apps (see /static/src/img/\n" +" folder inside the module for a sample of the possible current formats.\n" +"* Put the icon definition at system level, not at company level. It doesn't\n" +" make sense (as the icon is cached) to have a different icon per company.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Therp BV\n" +"* Tecnativa\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/web `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_auto_backup +msgid "====================\n" +"Database Auto-Backup\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/server-tools/tree/12.0/auto_backup\n" +" :alt: OCA/server-tools\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-auto_backup\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/149/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"A tool for all your back-ups, internal and external!\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Before installing this module, you need to execute::\n" +"\n" +" pip3 install pysftp==0.2.8\n" +"\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"Go to *Settings -> Database Structure -> Automated Backup* to\n" +"create your configurations for each database that you needed\n" +"to backups.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"Keep your Odoo data safe with this module. Take automated back-ups,\n" +"remove them automatically and even write them to an external server\n" +"through an encrypted tunnel. You can even specify how long local backups\n" +"and external backups should be kept, automatically!\n" +"\n" +"Connect with an FTP Server\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Keep your data safe, through an SSH tunnel!\n" +"-------------------------------------------\n" +"\n" +"Want to go even further and write your backups to an external server?\n" +"You can with this module! Specify the credentials to the server, specify\n" +"a path and everything will be backed up automatically. This is done\n" +"through an SSH (encrypted) tunnel, thanks to pysftp, so your data is\n" +"safe!\n" +"\n" +"Test connection\n" +"~~~~~~~~~~~~~~~\n" +"\n" +"Checks your credentials in one click\n" +"------------------------------------\n" +"\n" +"Want to make sure if the connection details are correct and if Odoo can\n" +"automatically write them to the remote server? Simply click on the ‘Test\n" +"SFTP Connection’ button and you will get message telling you if\n" +"everything is OK, or what is wrong!\n" +"\n" +"E-mail on backup failure\n" +"~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"Stay informed of problems, automatically!\n" +"-----------------------------------------\n" +"\n" +"Do you want to know if the database backup succeeded or failed? Subscribe to\n" +"the corresponding backup setting notification type.\n" +"\n" +"Run backups when you want\n" +"~~~~~~~~~~~~~~~~~~~~~~~~~\n" +"\n" +"From the backups configuration list, press *More > Execute backup(s)* to\n" +"manually execute the selected processes.\n" +"\n" +".. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n" +" :alt: Try me on Runbot\n" +" :target: https://runbot.odoo-community.org/runbot/149/11.0\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* On larger databases, it is possible that backups will die due to Odoo server\n" +" settings. In order to circumvent this without frivolously changing settings,\n" +" you need to run the backup from outside of the main Odoo instance. How to do\n" +" this is outlined in `this blog post\n" +" `_.\n" +"* Backups won't work if list_db=False is configured in the instance.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Yenthe Van Ginneken\n" +"* Agile Business Group\n" +"* Grupo ESOC Ingenieria de Servicios\n" +"* LasLabs\n" +"* AdaptiveCity\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Yenthe Van Ginneken \n" +"* Alessio Gerace \n" +"* Jairo Llopis \n" +"* Dave Lasley \n" +"* Andrea Stirpe \n" +"* Aitor Bouzas \n" +"* Jordi Riera \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/server-tools `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_disable_quick_create +msgid "====================\n" +"Disable Quick Create\n" +"====================\n" +"This module disables the « Quick Create » option on relational fields all over the application. It also allows to disable the « Create and Edit » option on a per model basis.\n" +"\n" +"Disable the « Create and Edit » option\n" +"--------------------------------------\n" +"In order to disable the « Create and Edit » for a specific model :\n" +"\n" +"* Go to « Settings → Technical → Database Structure → Models\n" +"* Select your model\n" +"* Check the box « Disable Create and Edit »\n" +"\n" +"Contributors\n" +"------------\n" +"* Numigi (tm) and all its contributors (https://bit.ly/numigiens)\n" +"* Savoir-faire Linux\n" +"\n" +"More information\n" +"----------------\n" +"* Meet us at https://bit.ly/numigi-com\n" +"\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_event_email_reminder +msgid "====================\n" +"Event Email Reminder\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/event/tree/12.0/event_email_reminder\n" +" :alt: OCA/event\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/event-12-0/event-12-0-event_email_reminder\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/199/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module extends the functionality of event module to allow to send events\n" +"reminder emails before an event start.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"You can use cron arguments to modify three options in this position\n" +"(days, near_events, template_id):\n" +"\n" +"* *days*: Change days to limit events search, 7 as default.\n" +"* *draft_events*: This is for including draft events also.\n" +"* *near_events*: Select an option to include events which begin date is between\n" +" today and limit days, False as default.\n" +"* *template_id*: You can select and id template to render as third parameter,\n" +" None by default, so email is rendered with the template installed by\n" +" the module.\n" +"* partner_ids: By default, the event is notified to the event responsible, but\n" +" you can choose who to notify indicating in this parameter a list of the IDs.\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Tecnativa\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Tecnativa :\n" +"\n" +" * Sergio Teruel \n" +" * Vicent Cubells \n" +" * Pedro M. Baeza\n" +" * Jairo Llopis\n" +"\n" +"Other credits\n" +"~~~~~~~~~~~~~\n" +"\n" +"* Odoo Community Association: `Icon `_.\n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/event `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_test_queue_job_batch +msgid "====================\n" +"Test Job Queue Batch\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n" +" :alt: License: AGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/queue/tree/12.0/test_queue_job_batch\n" +" :alt: OCA/queue\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-test_queue_job_batch\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/230/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This addon is used to test the queue job batch functionality\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Bug Tracker\n" +"===========\n" +"\n" +"Bugs are tracked on `GitHub Issues `_.\n" +"In case of trouble, please check there if your issue has already been reported.\n" +"If you spotted it first, help us smashing it by providing a detailed and welcomed\n" +"`feedback `_.\n" +"\n" +"Do not contact contributors directly about support or help with technical issues.\n" +"\n" +"Credits\n" +"=======\n" +"\n" +"Authors\n" +"~~~~~~~\n" +"\n" +"* Creu Blanca\n" +"\n" +"Contributors\n" +"~~~~~~~~~~~~\n" +"\n" +"* Enric Tobella \n" +"* Lois Rilo \n" +"\n" +"Maintainers\n" +"~~~~~~~~~~~\n" +"\n" +"This module is maintained by the OCA.\n" +"\n" +".. image:: https://odoo-community.org/logo.png\n" +" :alt: Odoo Community Association\n" +" :target: https://odoo-community.org\n" +"\n" +"OCA, or the Odoo Community Association, is a nonprofit organization whose\n" +"mission is to support the collaborative development of Odoo features and\n" +"promote its widespread use.\n" +"\n" +"This module is part of the `OCA/queue `_ project on GitHub.\n" +"\n" +"You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n" +"" +msgstr "" + +#. module: base +#: model:ir.module.module,description:base.module_website_form_builder +msgid "====================\n" +"Website Form Builder\n" +"====================\n" +"\n" +".. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +" !! This file is generated by oca-gen-addon-readme !!\n" +" !! changes will be overwritten. !!\n" +" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +"\n" +".. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n" +" :target: https://odoo-community.org/page/development-status\n" +" :alt: Beta\n" +".. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n" +" :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n" +" :alt: License: LGPL-3\n" +".. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github\n" +" :target: https://github.com/OCA/website/tree/12.0/website_form_builder\n" +" :alt: OCA/website\n" +".. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n" +" :target: https://translation.odoo-community.org/projects/website-12-0/website-12-0-website_form_builder\n" +" :alt: Translate me on Weblate\n" +".. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n" +" :target: https://runbot.odoo-community.org/runbot/186/12.0\n" +" :alt: Try me on Runbot\n" +"\n" +"|badge1| |badge2| |badge3| |badge4| |badge5| \n" +"\n" +"This module provides websites the feature of adding custom forms in any page.\n" +"\n" +"**Table of contents**\n" +"\n" +".. contents::\n" +" :local:\n" +"\n" +"Installation\n" +"============\n" +"\n" +"Install some other addon that provides ``website_form`` support to\n" +"benefit from this one's features. Hints:\n" +"\n" +"* ``website_crm``\n" +"* ``website_form_project``\n" +"* ``website_hr_recruitment``\n" +"* ``website_sale``\n" +"\n" +"Configuration\n" +"=============\n" +"\n" +"To configure this module, you need to:\n" +"\n" +"#. Have *Administration / Settings* privileges.\n" +"#. Go to *Settings > Activate developer mode*.\n" +"#. Go to *Settings > Technical > Database Structure > Models*.\n" +"#. Search for the model you want to manage website form access for.\n" +"#. When you find it, it will have a *Website Forms* section where you can:\n" +"\n" +" * Allow the model to get forms, by checking *Allowed to use in forms*.\n" +" * Give the model forms a better name in *Label for form action*.\n" +" * Choose the field where to store custom fields data in *Field for custom\n" +" form data*. If you leave this one empty and the model is a mail thread,\n" +" a new message will be appended with that custom data.\n" +"\n" +"#. In the *Fields* tab, there's a new column called *Blacklisted in web forms*.\n" +" It's a security feature that forbids form submitters to write to those\n" +" fields. When you create a new website form, all its model fields are\n" +" automatically whitelisted for the sake of improving the UX. If you want to\n" +" have higher control, come back here after creating the form and blacklist\n" +" any fields you want, although that will only work for custom fields.\n" +"\n" +"Usage\n" +"=====\n" +"\n" +"To use this module, you need to:\n" +"\n" +"#. Go to any of your website pages.\n" +"#. Edit it.\n" +"#. Drag and drop the *Form* snippet into the page.\n" +"#. Use the snippet overlay to add, edit and remove fields.\n" +"#. If you want to set a hidden field, make sure you set a valid default value\n" +" on it, or users may get hidden errors and they might even be unable to send\n" +" the form!\n" +"\n" +"Known issues / Roadmap\n" +"======================\n" +"\n" +"* These type of fields will not appear, they are forbidden since they make no\n" +" sense in this module's context, or a correct implementation would be adding\n" +" not much value while adding lots of complexity:\n" +"\n" +" * ``id``\n" +" * ``create_uid``\n" +" * ``create_date``\n" +" * ``write_uid``\n" +" * ``write_date``\n" +" * ``__last_update``\n" +" * Any ``one2many`` fields\n" +" * Any ``reference`` fields\n" +" * Any ``serialized`` fields\n" +" * Any read-only fields\n" +"\n" +"* You should include https://github.com/odoo/odoo/pull/21628 in your\n" +" installation to get a better UX when a user has already sent a form and\n" +" cannot resend it.\n" +"\n" +"* To edit any ``