From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/product_email_template/__init__.py | 3 + addons/product_email_template/__manifest__.py | 19 + addons/product_email_template/i18n/af.po | 856 ++++++++++ addons/product_email_template/i18n/am.po | 855 ++++++++++ addons/product_email_template/i18n/ar.po | 92 ++ addons/product_email_template/i18n/az.po | 59 + addons/product_email_template/i18n/bg.po | 89 ++ addons/product_email_template/i18n/bn.po | 84 + addons/product_email_template/i18n/bs.po | 63 + addons/product_email_template/i18n/ca.po | 92 ++ addons/product_email_template/i18n/ckb.po | 84 + addons/product_email_template/i18n/cs.po | 89 ++ addons/product_email_template/i18n/da.po | 91 ++ addons/product_email_template/i18n/de.po | 90 ++ addons/product_email_template/i18n/el.po | 89 ++ addons/product_email_template/i18n/en_GB.po | 856 ++++++++++ addons/product_email_template/i18n/eo.po | 80 + addons/product_email_template/i18n/es.po | 92 ++ addons/product_email_template/i18n/es_BO.po | 856 ++++++++++ addons/product_email_template/i18n/es_CL.po | 856 ++++++++++ addons/product_email_template/i18n/es_CO.po | 1661 ++++++++++++++++++++ addons/product_email_template/i18n/es_CR.po | 856 ++++++++++ addons/product_email_template/i18n/es_DO.po | 1658 +++++++++++++++++++ addons/product_email_template/i18n/es_EC.po | 1659 +++++++++++++++++++ addons/product_email_template/i18n/es_MX.po | 90 ++ addons/product_email_template/i18n/es_PA.po | 856 ++++++++++ addons/product_email_template/i18n/es_PE.po | 1660 +++++++++++++++++++ addons/product_email_template/i18n/es_PY.po | 856 ++++++++++ addons/product_email_template/i18n/es_VE.po | 856 ++++++++++ addons/product_email_template/i18n/et.po | 92 ++ addons/product_email_template/i18n/eu.po | 89 ++ addons/product_email_template/i18n/fa.po | 88 ++ addons/product_email_template/i18n/fi.po | 93 ++ addons/product_email_template/i18n/fo.po | 855 ++++++++++ addons/product_email_template/i18n/fr.po | 92 ++ addons/product_email_template/i18n/fr_CA.po | 856 ++++++++++ addons/product_email_template/i18n/gl.po | 855 ++++++++++ addons/product_email_template/i18n/gu.po | 62 + addons/product_email_template/i18n/he.po | 88 ++ addons/product_email_template/i18n/hi.po | 80 + addons/product_email_template/i18n/hr.po | 89 ++ addons/product_email_template/i18n/hu.po | 91 ++ addons/product_email_template/i18n/hy.po | 855 ++++++++++ addons/product_email_template/i18n/id.po | 88 ++ addons/product_email_template/i18n/is.po | 65 + addons/product_email_template/i18n/it.po | 88 ++ addons/product_email_template/i18n/ja.po | 90 ++ addons/product_email_template/i18n/ka.po | 86 + addons/product_email_template/i18n/kab.po | 855 ++++++++++ addons/product_email_template/i18n/kk.po | 855 ++++++++++ addons/product_email_template/i18n/km.po | 62 + addons/product_email_template/i18n/ko.po | 88 ++ addons/product_email_template/i18n/lb.po | 62 + addons/product_email_template/i18n/lo.po | 855 ++++++++++ addons/product_email_template/i18n/lt.po | 93 ++ addons/product_email_template/i18n/lv.po | 80 + addons/product_email_template/i18n/mk.po | 856 ++++++++++ addons/product_email_template/i18n/mn.po | 90 ++ addons/product_email_template/i18n/nb.po | 85 + addons/product_email_template/i18n/nl.po | 90 ++ addons/product_email_template/i18n/nl_BE.po | 856 ++++++++++ addons/product_email_template/i18n/pl.po | 91 ++ .../i18n/product_email_template.pot | 80 + addons/product_email_template/i18n/pt.po | 92 ++ addons/product_email_template/i18n/pt_BR.po | 92 ++ addons/product_email_template/i18n/ro.po | 87 + addons/product_email_template/i18n/ru.po | 92 ++ addons/product_email_template/i18n/si.po | 80 + addons/product_email_template/i18n/sk.po | 91 ++ addons/product_email_template/i18n/sl.po | 88 ++ addons/product_email_template/i18n/sq.po | 855 ++++++++++ addons/product_email_template/i18n/sr.po | 62 + addons/product_email_template/i18n/sr@latin.po | 670 ++++++++ addons/product_email_template/i18n/sv.po | 85 + addons/product_email_template/i18n/ta.po | 855 ++++++++++ addons/product_email_template/i18n/th.po | 64 + addons/product_email_template/i18n/tr.po | 94 ++ addons/product_email_template/i18n/uk.po | 90 ++ addons/product_email_template/i18n/ur.po | 80 + addons/product_email_template/i18n/vi.po | 91 ++ addons/product_email_template/i18n/zh_CN.po | 86 + addons/product_email_template/i18n/zh_HK.po | 856 ++++++++++ addons/product_email_template/i18n/zh_TW.po | 84 + addons/product_email_template/models/__init__.py | 4 + .../product_email_template/models/account_move.py | 31 + addons/product_email_template/models/product.py | 16 + .../static/img/online_training.png | Bin 0 -> 11682 bytes addons/product_email_template/tests/__init__.py | 3 + .../tests/test_account_move.py | 70 + .../views/mail_template_views.xml | 22 + .../product_email_template/views/product_views.xml | 22 + 91 files changed, 30109 insertions(+) create mode 100644 addons/product_email_template/__init__.py create mode 100644 addons/product_email_template/__manifest__.py create mode 100644 addons/product_email_template/i18n/af.po create mode 100644 addons/product_email_template/i18n/am.po create mode 100644 addons/product_email_template/i18n/ar.po create mode 100644 addons/product_email_template/i18n/az.po create mode 100644 addons/product_email_template/i18n/bg.po create mode 100644 addons/product_email_template/i18n/bn.po create mode 100644 addons/product_email_template/i18n/bs.po create mode 100644 addons/product_email_template/i18n/ca.po create mode 100644 addons/product_email_template/i18n/ckb.po create mode 100644 addons/product_email_template/i18n/cs.po create mode 100644 addons/product_email_template/i18n/da.po create mode 100644 addons/product_email_template/i18n/de.po create mode 100644 addons/product_email_template/i18n/el.po create mode 100644 addons/product_email_template/i18n/en_GB.po create mode 100644 addons/product_email_template/i18n/eo.po create mode 100644 addons/product_email_template/i18n/es.po create mode 100644 addons/product_email_template/i18n/es_BO.po create mode 100644 addons/product_email_template/i18n/es_CL.po create mode 100644 addons/product_email_template/i18n/es_CO.po create mode 100644 addons/product_email_template/i18n/es_CR.po create mode 100644 addons/product_email_template/i18n/es_DO.po create mode 100644 addons/product_email_template/i18n/es_EC.po create mode 100644 addons/product_email_template/i18n/es_MX.po create mode 100644 addons/product_email_template/i18n/es_PA.po create mode 100644 addons/product_email_template/i18n/es_PE.po create mode 100644 addons/product_email_template/i18n/es_PY.po create mode 100644 addons/product_email_template/i18n/es_VE.po create mode 100644 addons/product_email_template/i18n/et.po create mode 100644 addons/product_email_template/i18n/eu.po create mode 100644 addons/product_email_template/i18n/fa.po create mode 100644 addons/product_email_template/i18n/fi.po create mode 100644 addons/product_email_template/i18n/fo.po create mode 100644 addons/product_email_template/i18n/fr.po create mode 100644 addons/product_email_template/i18n/fr_CA.po create mode 100644 addons/product_email_template/i18n/gl.po create mode 100644 addons/product_email_template/i18n/gu.po create mode 100644 addons/product_email_template/i18n/he.po create mode 100644 addons/product_email_template/i18n/hi.po create mode 100644 addons/product_email_template/i18n/hr.po create mode 100644 addons/product_email_template/i18n/hu.po create mode 100644 addons/product_email_template/i18n/hy.po create mode 100644 addons/product_email_template/i18n/id.po create mode 100644 addons/product_email_template/i18n/is.po create mode 100644 addons/product_email_template/i18n/it.po create mode 100644 addons/product_email_template/i18n/ja.po create mode 100644 addons/product_email_template/i18n/ka.po create mode 100644 addons/product_email_template/i18n/kab.po create mode 100644 addons/product_email_template/i18n/kk.po create mode 100644 addons/product_email_template/i18n/km.po create mode 100644 addons/product_email_template/i18n/ko.po create mode 100644 addons/product_email_template/i18n/lb.po create mode 100644 addons/product_email_template/i18n/lo.po create mode 100644 addons/product_email_template/i18n/lt.po create mode 100644 addons/product_email_template/i18n/lv.po create mode 100644 addons/product_email_template/i18n/mk.po create mode 100644 addons/product_email_template/i18n/mn.po create mode 100644 addons/product_email_template/i18n/nb.po create mode 100644 addons/product_email_template/i18n/nl.po create mode 100644 addons/product_email_template/i18n/nl_BE.po create mode 100644 addons/product_email_template/i18n/pl.po create mode 100644 addons/product_email_template/i18n/product_email_template.pot create mode 100644 addons/product_email_template/i18n/pt.po create mode 100644 addons/product_email_template/i18n/pt_BR.po create mode 100644 addons/product_email_template/i18n/ro.po create mode 100644 addons/product_email_template/i18n/ru.po create mode 100644 addons/product_email_template/i18n/si.po create mode 100644 addons/product_email_template/i18n/sk.po create mode 100644 addons/product_email_template/i18n/sl.po create mode 100644 addons/product_email_template/i18n/sq.po create mode 100644 addons/product_email_template/i18n/sr.po create mode 100644 addons/product_email_template/i18n/sr@latin.po create mode 100644 addons/product_email_template/i18n/sv.po create mode 100644 addons/product_email_template/i18n/ta.po create mode 100644 addons/product_email_template/i18n/th.po create mode 100644 addons/product_email_template/i18n/tr.po create mode 100644 addons/product_email_template/i18n/uk.po create mode 100644 addons/product_email_template/i18n/ur.po create mode 100644 addons/product_email_template/i18n/vi.po create mode 100644 addons/product_email_template/i18n/zh_CN.po create mode 100644 addons/product_email_template/i18n/zh_HK.po create mode 100644 addons/product_email_template/i18n/zh_TW.po create mode 100644 addons/product_email_template/models/__init__.py create mode 100644 addons/product_email_template/models/account_move.py create mode 100644 addons/product_email_template/models/product.py create mode 100644 addons/product_email_template/static/img/online_training.png create mode 100644 addons/product_email_template/tests/__init__.py create mode 100644 addons/product_email_template/tests/test_account_move.py create mode 100644 addons/product_email_template/views/mail_template_views.xml create mode 100644 addons/product_email_template/views/product_views.xml (limited to 'addons/product_email_template') diff --git a/addons/product_email_template/__init__.py b/addons/product_email_template/__init__.py new file mode 100644 index 00000000..cde864ba --- /dev/null +++ b/addons/product_email_template/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from . import models diff --git a/addons/product_email_template/__manifest__.py b/addons/product_email_template/__manifest__.py new file mode 100644 index 00000000..02ad8b3d --- /dev/null +++ b/addons/product_email_template/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + +{ + 'name': 'Product Email Template', + 'depends': ['account'], + 'category': 'Accounting/Accounting', + 'description': """ +Add email templates to products to be sent on invoice confirmation +================================================================== + +With this module, link your products to a template to send complete information and tools to your customer. +For instance when invoicing a training, the training agenda and materials will automatically be sent to your customers.' + """, + 'data': [ + 'views/product_views.xml', + 'views/mail_template_views.xml', + ], + 'license': 'LGPL-3', +} diff --git a/addons/product_email_template/i18n/af.po b/addons/product_email_template/i18n/af.po new file mode 100644 index 00000000..08c66442 --- /dev/null +++ b/addons/product_email_template/i18n/af.po @@ -0,0 +1,856 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-01-13 14:58+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Afrikaans (http://www.transifex.com/odoo/odoo-9/language/" +"af/)\n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +" \n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +" \n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +" \n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Liggaam" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "Faktuur" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Invoice Confirmation Email" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Miscellaneous" +msgstr "" + +#. module: product_email_template +#: model:mail.template,subject:product_email_template.product_online_training_email_template +#: model:product.product,name:product_email_template.product_online_training +#: model:product.template,name:product_email_template.product_online_training_product_template +msgid "Online Training" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_template_email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Produk Profielvorm" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_template_email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to " +"an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/am.po b/addons/product_email_template/i18n/am.po new file mode 100644 index 00000000..af60c776 --- /dev/null +++ b/addons/product_email_template/i18n/am.po @@ -0,0 +1,855 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-01-13 08:54+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Amharic (http://www.transifex.com/odoo/odoo-9/language/am/)\n" +"Language: am\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +" \n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +" \n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +" \n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Invoice Confirmation Email" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Miscellaneous" +msgstr "" + +#. module: product_email_template +#: model:mail.template,subject:product_email_template.product_online_training_email_template +#: model:product.product,name:product_email_template.product_online_training +#: model:product.template,name:product_email_template.product_online_training_product_template +msgid "Online Training" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_template_email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "የእቃው ማሳያ" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_template_email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to " +"an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/ar.po b/addons/product_email_template/i18n/ar.po new file mode 100644 index 00000000..6a966cc5 --- /dev/null +++ b/addons/product_email_template/i18n/ar.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Mustafa Rawi , 2020 +# Mustafa J. Kadhem , 2020 +# amrnegm , 2020 +# Martin Trigaux, 2020 +# Mohammed Albasha , 2020 +# Osama Ahmaro , 2020 +# Shaima Safar , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Shaima Safar , 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "إرسال رسالة تلقائيًا عند الفوترة" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "المتن" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "قالب البريد الإلكتروني" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "المُعرف" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "قيد اليومية" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "قالب البريد الإلكتروني للمنتج" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "قالب المنتج" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"عندما تأكد فاورة سيتم ارسال رسالة بريد الكتروني للعميل استنادا على هذا " +"القالب. سيستلم العميل بريد الكتروني لكل منتج مرتبط بقالب البريد الالكتروني." diff --git a/addons/product_email_template/i18n/az.po b/addons/product_email_template/i18n/az.po new file mode 100644 index 00000000..457ceea3 --- /dev/null +++ b/addons/product_email_template/i18n/az.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:23+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is paid" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "Send a product-specific email once the invoice is paid." +msgstr "" diff --git a/addons/product_email_template/i18n/bg.po b/addons/product_email_template/i18n/bg.po new file mode 100644 index 00000000..4733c1c1 --- /dev/null +++ b/addons/product_email_template/i18n/bg.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Albena Mincheva , 2020 +# Maria Boyadjieva , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Maria Boyadjieva , 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Текст на имейла" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Шаблон за имейл" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Запис в журнал" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Имейл шаблон за продукт" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Шаблон за продукт " + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"При потвърждаване на фактура ще бъде изпратен имейл на клиента въз основа на" +" този шаблон. Клиентът ще получи имейл за всеки продукт, свързан с шаблона " +"на имейла." diff --git a/addons/product_email_template/i18n/bn.po b/addons/product_email_template/i18n/bn.po new file mode 100644 index 00000000..a256642c --- /dev/null +++ b/addons/product_email_template/i18n/bn.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Abu Zafar , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Abu Zafar , 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "অঙ্গ" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "আইডি " + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "জার্নাল এন্ট্রি" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/bs.po b/addons/product_email_template/i18n/bs.po new file mode 100644 index 00000000..e1cf5cbf --- /dev/null +++ b/addons/product_email_template/i18n/bs.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Boško Stojaković , 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Tijelo poruke" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Predložak email-a" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Email template za proizvod" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Predlog proizvoda" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is paid" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "Send a product-specific email once the invoice is paid." +msgstr "" diff --git a/addons/product_email_template/i18n/ca.po b/addons/product_email_template/i18n/ca.po new file mode 100644 index 00000000..b03c7235 --- /dev/null +++ b/addons/product_email_template/i18n/ca.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Quim - eccit , 2020 +# Arnau Ros, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "Correu electrònic automàtic en la factura" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Missatge" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Plantilla de correu electrònic" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Assentament comptable" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Plantilla de correu de productes" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Plantilla de producte" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" +"Enviar un correu electrònic específic per producte un cop s'hagi validat la " +"factura" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"En validar una factura, s'enviarà un correu electrònic al client basat en " +"aquesta plantilla. El client rebrà un correu electrònic per cada producte " +"vinculat a una plantilla de correu electrònic." diff --git a/addons/product_email_template/i18n/ckb.po b/addons/product_email_template/i18n/ckb.po new file mode 100644 index 00000000..91f2b3e3 --- /dev/null +++ b/addons/product_email_template/i18n/ckb.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Haval Abdulkarim , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Haval Abdulkarim , 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ناسنامە" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "تێنووسی یادنامە" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/cs.po b/addons/product_email_template/i18n/cs.po new file mode 100644 index 00000000..0a26b1f9 --- /dev/null +++ b/addons/product_email_template/i18n/cs.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka , 2020 +# Michal Veselý , 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "Automatický e-mail na faktuře" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Tělo" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Šablona e-mailu" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Položka deníku" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Šablona e-mailu produktu" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Šablona produktu" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "Po ověření faktury odeslat e-mail pro konkrétní produkt" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"Při ověření faktury bude zákazníkovi zaslán e-mail na základě této šablony. " +"Zákazník obdrží e-mail pro každý produkt propojený s šablonou e-mailu." diff --git a/addons/product_email_template/i18n/da.po b/addons/product_email_template/i18n/da.po new file mode 100644 index 00000000..2e37e594 --- /dev/null +++ b/addons/product_email_template/i18n/da.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou , 2020 +# Jesper Carstensen , 2020 +# Sanne Kristensen , 2020 +# Walther Barnett , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Walther Barnett , 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "Automatisk e-mail ved fakturering" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Brødtekst" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "E-mail skabelon" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Postering" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "E-mailskabelon til produkt" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Produktskabelon" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "Send en produkt-specifik email når faktura er valideret" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"Ved validering af en faktura, sendes en e-mail til kunden baseret på denne " +"skabelon. Kunden modtager en e-mail for hvert produkt, der er knyttet til en" +" e-mailskabelon." diff --git a/addons/product_email_template/i18n/de.po b/addons/product_email_template/i18n/de.po new file mode 100644 index 00000000..bf77c586 --- /dev/null +++ b/addons/product_email_template/i18n/de.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Ermin Trevisan , 2020 +# Chris Egal , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Chris Egal , 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "Automatische E-Mail bei Rechnung" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Nachrichtentext" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "E-Mail Vorlage" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Buchungssatz" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Produktmailvorlage" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" +"Senden Sie eine produktspezifische E-Mail, sobald die Rechnung gültig ist" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"Bei Freigabe einer Rechnung, wird an Hand dieser Vorlage eine Email an den " +"Kunden versandt. Der Kunde erhält eine Email für jedes an eine Email-Vorlage" +" verknüpfte Produkt." diff --git a/addons/product_email_template/i18n/el.po b/addons/product_email_template/i18n/el.po new file mode 100644 index 00000000..37bad47c --- /dev/null +++ b/addons/product_email_template/i18n/el.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis , 2020 +# George Tarasidis , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: George Tarasidis , 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Κυρίως θέμα" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Πρότυπο email" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "Κωδικός" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Εγγραφή Ημερολογίου" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Πρότυπο Email Είδους" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Πρότυπο Είδους " + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"Κατά την επικύρωση ενός τιμολογίου, ένα email θα σταλεί στον πελάτη με βάση " +"αυτό το πρότυπο. Ο πελάτης θα λάβει ένα email για κάθε προϊόν που συνδέεται " +"με ένα πρότυπο email." diff --git a/addons/product_email_template/i18n/en_GB.po b/addons/product_email_template/i18n/en_GB.po new file mode 100644 index 00000000..310adcb4 --- /dev/null +++ b/addons/product_email_template/i18n/en_GB.po @@ -0,0 +1,856 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-01-13 08:54+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/" +"odoo-9/language/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +"
    \n" +"
  • Modular approach applied to the learning method
  • \n" +"
  • New interactive learning experience
  • \n" +"
  • Lower training budget for the same quality courses
  • \n" +"
  • Better comfort to facilitate your learning process
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
    \n" +"
  • Watch the videos for this day
  • \n" +"
  • Do the related exercises (written solutions will be provided " +"upfront as well)
  • \n" +"
  • Send their questions by email before 5PM (CEST/PST) on the " +"previous business day
  • \n" +"

\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +"
    \n" +"
  • \n" +" Monday: \n" +" Introduction, CRM, Sales Management\n" +"
  • \n" +"
  • \n" +" Tuesday: \n" +" Access rights, Purchase, Sales & Purchase management, " +"Financial accounting\n" +"
  • \n" +"
  • \n" +" Wednesday: \n" +" Project management, Human resources, Contract management\n" +"
  • \n" +"
  • \n" +" Thursday: \n" +" Warehouse management, Manufacturing (MRP) & Sales, " +"Import/Export\n" +"
  • \n" +"
  • \n" +" Friday: \n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +"
    \n" +"
  • Access to online videos with detailed demos
  • \n" +"
  • Training material with exercises
  • \n" +"
  • Written solutions to the exercises
  • \n" +"
\n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Body" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Email Template" +msgstr "Email Template" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "Invoice" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Invoice Confirmation Email" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#. module: product_email_template +#: model:mail.template,subject:product_email_template.product_online_training_email_template +#: model:product.product,name:product_email_template.product_online_training +#: model:product.template,name:product_email_template.product_online_training_product_template +msgid "Online Training" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_template_email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Product Template" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_template_email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to " +"an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/eo.po b/addons/product_email_template/i18n/eo.po new file mode 100644 index 00000000..b4d1999c --- /dev/null +++ b/addons/product_email_template/i18n/eo.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/es.po b/addons/product_email_template/i18n/es.po new file mode 100644 index 00000000..22f297c3 --- /dev/null +++ b/addons/product_email_template/i18n/es.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# Martin Trigaux, 2020 +# Miguel Orueta , 2020 +# Jon Perez , 2020 +# Osiris Román , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Osiris Román , 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Automatic Email at Invoice" +msgstr "Correo electrónico automático al facturar" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Contenido" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__display_name +#: model:ir.model.fields,field_description:product_email_template.field_product_template__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Email Template" +msgstr "Plantilla de correo electrónico" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move__id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__id +msgid "ID" +msgstr "ID" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_move +msgid "Journal Entry" +msgstr "Asiento contable" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_account_move____last_update +#: model:ir.model.fields,field_description:product_email_template.field_product_template____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,field_description:product_email_template.field_product_template__email_template_id +msgid "Product Email Template" +msgstr "Plantilla de correo electrónico de producto" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Send a product-specific email once the invoice is validated" +msgstr "" +"Enviar un correo electrónico específico del producto una vez que se pague la" +" factura" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_product__email_template_id +#: model:ir.model.fields,help:product_email_template.field_product_template__email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to" +" an email template." +msgstr "" +"Al validar una factura, un correo electrónico será enviado al cliente basado" +" en esta plantilla. El cliente recibirá un correo electrónico para cada " +"producto vinculado a una plantilla de correo electrónico ." diff --git a/addons/product_email_template/i18n/es_BO.po b/addons/product_email_template/i18n/es_BO.po new file mode 100644 index 00000000..30216d50 --- /dev/null +++ b/addons/product_email_template/i18n/es_BO.po @@ -0,0 +1,856 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-01-13 08:54+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/" +"language/es_BO/)\n" +"Language: es_BO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +"
    \n" +"
  • Modular approach applied to the learning method
  • \n" +"
  • New interactive learning experience
  • \n" +"
  • Lower training budget for the same quality courses
  • \n" +"
  • Better comfort to facilitate your learning process
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
    \n" +"
  • Watch the videos for this day
  • \n" +"
  • Do the related exercises (written solutions will be provided " +"upfront as well)
  • \n" +"
  • Send their questions by email before 5PM (CEST/PST) on the " +"previous business day
  • \n" +"

\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +"
    \n" +"
  • \n" +" Monday: \n" +" Introduction, CRM, Sales Management\n" +"
  • \n" +"
  • \n" +" Tuesday: \n" +" Access rights, Purchase, Sales & Purchase management, " +"Financial accounting\n" +"
  • \n" +"
  • \n" +" Wednesday: \n" +" Project management, Human resources, Contract management\n" +"
  • \n" +"
  • \n" +" Thursday: \n" +" Warehouse management, Manufacturing (MRP) & Sales, " +"Import/Export\n" +"
  • \n" +"
  • \n" +" Friday: \n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +"
    \n" +"
  • Access to online videos with detailed demos
  • \n" +"
  • Training material with exercises
  • \n" +"
  • Written solutions to the exercises
  • \n" +"
\n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Invoice Confirmation Email" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Miscellaneous" +msgstr "Varios" + +#. module: product_email_template +#: model:mail.template,subject:product_email_template.product_online_training_email_template +#: model:product.product,name:product_email_template.product_online_training +#: model:product.template,name:product_email_template.product_online_training_product_template +msgid "Online Training" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_template_email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_template_email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to " +"an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/es_CL.po b/addons/product_email_template/i18n/es_CL.po new file mode 100644 index 00000000..55c8059c --- /dev/null +++ b/addons/product_email_template/i18n/es_CL.po @@ -0,0 +1,856 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-01-13 08:54+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/" +"language/es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +"
    \n" +"
  • Modular approach applied to the learning method
  • \n" +"
  • New interactive learning experience
  • \n" +"
  • Lower training budget for the same quality courses
  • \n" +"
  • Better comfort to facilitate your learning process
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
    \n" +"
  • Watch the videos for this day
  • \n" +"
  • Do the related exercises (written solutions will be provided " +"upfront as well)
  • \n" +"
  • Send their questions by email before 5PM (CEST/PST) on the " +"previous business day
  • \n" +"

\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +"
    \n" +"
  • \n" +" Monday: \n" +" Introduction, CRM, Sales Management\n" +"
  • \n" +"
  • \n" +" Tuesday: \n" +" Access rights, Purchase, Sales & Purchase management, " +"Financial accounting\n" +"
  • \n" +"
  • \n" +" Wednesday: \n" +" Project management, Human resources, Contract management\n" +"
  • \n" +"
  • \n" +" Thursday: \n" +" Warehouse management, Manufacturing (MRP) & Sales, " +"Import/Export\n" +"
  • \n" +"
  • \n" +" Friday: \n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +"
    \n" +"
  • Access to online videos with detailed demos
  • \n" +"
  • Training material with exercises
  • \n" +"
  • Written solutions to the exercises
  • \n" +"
\n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Body" +msgstr "Contenido" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.email_template_form_simplified +msgid "Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Invoice Confirmation Email" +msgstr "" + +#. module: product_email_template +#: model_terms:ir.ui.view,arch_db:product_email_template.product_template_form_view +msgid "Miscellaneous" +msgstr "Varios" + +#. module: product_email_template +#: model:mail.template,subject:product_email_template.product_online_training_email_template +#: model:product.product,name:product_email_template.product_online_training +#: model:product.template,name:product_email_template.product_online_training_product_template +msgid "Online Training" +msgstr "" + +#. module: product_email_template +#: model:ir.model.fields,field_description:product_email_template.field_product_template_email_template_id +msgid "Product Email Template" +msgstr "" + +#. module: product_email_template +#: model:ir.model,name:product_email_template.model_product_template +msgid "Product Template" +msgstr "Plantilla producto" + +#. module: product_email_template +#: model:ir.model.fields,help:product_email_template.field_product_template_email_template_id +msgid "" +"When validating an invoice, an email will be sent to the customer based on " +"this template. The customer will receive an email for each product linked to " +"an email template." +msgstr "" diff --git a/addons/product_email_template/i18n/es_CO.po b/addons/product_email_template/i18n/es_CO.po new file mode 100644 index 00000000..a098fef2 --- /dev/null +++ b/addons/product_email_template/i18n/es_CO.po @@ -0,0 +1,1661 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_email_template +# +# Translators: +# ANDRES FELIPE NEGRETE GOMEZ , 2016 +# Felipe Palomino , 2016 +# Mateo Tibaquirá , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-02-17 19:25+0000\n" +"Last-Translator: Felipe Palomino \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/" +"language/es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_email_template +#: model:mail.template,body_html:product_email_template.product_online_training_email_template +#, fuzzy +msgid "" +" \n" +"
\n" +" Online Training\n" +"
\n" +"
\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors.\n" +"
\n" +"
\n" +" Your advantages\n" +"
    \n" +"
  • Modular approach applied to the learning method
  • \n" +"
  • New interactive learning experience
  • \n" +"
  • Lower training budget for the same quality courses
  • \n" +"
  • Better comfort to facilitate your learning process
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Structure of the Training\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" \n" +" \n" +" There are three components to the training\n" +"
    \n" +"
  • Videos with detailed demos
  • \n" +"
  • Hands-on exercises and their solutions
  • \n" +"
  • Live Q&A sessions with a trainer
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

\n" +" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/" +"PST). A Q&A session will be hosted by an Odoo trainer.\n" +" Each day, the participants are expected to have done the following " +"BEFORE attending the Q&A session:\n" +"
    \n" +"
  • Watch the videos for this day
  • \n" +"
  • Do the related exercises (written solutions will be provided " +"upfront as well)
  • \n" +"
  • Send their questions by email before 5PM (CEST/PST) on the " +"previous business day
  • \n" +"

\n" +" The Q&A session will be hosted on a web conference service. A " +"stable internet connection is required. The trainer will\n" +" screen the questions for the day and select the most relevant ones " +"to be answered during the session. The purpose of the\n" +" Q&A session is not to cover questions related to a specific " +"implementation project or company-specific business\n" +" workflows. The questions should be about the material covered in " +"the videos and the exercises and should benefit\n" +" the other participants of the training as well.
\n" +" Each day of the week is dedicated to specific applications in Odoo " +"as per the following planning:\n" +"
    \n" +"
  • \n" +" Monday: \n" +" Introduction, CRM, Sales Management\n" +"
  • \n" +"
  • \n" +" Tuesday: \n" +" Access rights, Purchase, Sales & Purchase management, " +"Financial accounting\n" +"
  • \n" +"
  • \n" +" Wednesday: \n" +" Project management, Human resources, Contract management\n" +"
  • \n" +"
  • \n" +" Thursday: \n" +" Warehouse management, Manufacturing (MRP) & Sales, " +"Import/Export\n" +"
  • \n" +"
  • \n" +" Friday: \n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +" Content of the Training\n" +"
\n" +"
\n" +"
Monday


\n" +" Introduction, CRM & Sales\n" +"
Introduction: Get familiar with the V7.
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Odoo’s architecture
  • \n" +"
  • How to create an Odoo Online instance
  • \n" +"
  • List and form views, search and filter features\n" +"
  • Tooltips and drill-downs
  • \n" +"
  • Advanced navigation
  • \n" +"
  • Calendar, Graph, Kanban and Gantt views
  • \n" +"
  • Social network features: emailing, internal " +"communication
  • \n" +"
\n" +"
\n" +" The introduction exercises have been created to help " +"you discover Odoo in an easy way. Their main objective is to present the " +"different applications, menus, view types, shortcuts, field types, wizards, " +"actions, etc. It will help you to discover how to navigate in Odoo!
\n" +" Therefore, the Introduction is compulsory for " +"everyone, even if you need to learn a specific module given on an other " +"date. This obligation has been made to make sure that you are not lost if " +"you arrive in the middle of the training for another module.\n" +"
\n" +"
CRM Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Manage Lead & Opportunities
  • \n" +"
  • Call, Meeting
  • \n" +"
  • Partners & contacts
  • \n" +"
  • Automated actions
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Track all leads coming in and push them to real " +"opportunities
  • \n" +"
  • Improve the productivity of the sales force\n" +"
  • Access all documents and messages related to one " +"lead/opportunity in one place
  • \n" +"
  • Track the sales pipeline by month and stage to " +"produce\n" +" accurate sales forecasts at the individual and " +"group\n" +" levels
  • \n" +"
  • Track individual performance of sales people\n" +"
\n" +"
\n" +"
Sales Module
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customers
  • \n" +"
  • Products to sell
  • \n" +"
  • Manual discounts
  • \n" +"
  • Margins
  • \n" +"
  • Sales & Warehouse: Invoicing control (On " +"demand / On\n" +" Delivery Order), Shipping policy (At once / Each " +"product\n" +" when available)
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Register orders from customers and create " +"invoices
  • \n" +"
  • Schedule deliveries (for products) or tasks (for " +"service)
  • \n" +"
  • Ensure that sales orders are properly invoiced " +"by tracking pending sales orders
  • \n" +"
\n" +"
\n" +" CRM & Sales management:\n" +"
    \n" +"
  • From an opportunity to a sale order
  • \n" +"
  • Claims
  • \n" +"
  • Aftersale communication
  • \n" +"
\n" +"
\n" +" Odoo can work with independent applications, so the\n" +" whole commercial process can be integrated together in\n" +" order to accomplish complete business flows.\n" +"
\n" +"
\n" +"
\n" +"
Tuesday


\n" +" Access rights, Sales & Purchase, Financial accounting\n" +"
Access rights
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Users
  • \n" +"
  • Groups
  • \n" +"
  • Access rights and access rules
  • \n" +"
  • Modules configuration
  • \n" +"
\n" +"
\n" +" Thanks to the integrated access rights management " +"integrated, each user has an access to its relevant information. No " +"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +"a clean interface!\n" +"
\n" +"
Purchase
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Vendors
  • \n" +"
  • Products
  • \n" +"
  • Request for Quotation
  • \n" +"
  • Purchase order
  • \n" +"
  • Invoicing & Invoice control
  • \n" +"
  • Incoming order (Complete/partial receipt)
  • \n" +"
  • Purchase requisition
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +"
\n" +" Sales & Purchase management\n" +"
    \n" +"
  • Make to order product
  • \n" +"
  • Retailer process: buy a product and sell it " +"without any customization/manufacturing
  • \n" +"
\n" +"
\n" +" Keep control of the replenishment process based on sales " +"demands! Thanks to this integration, you will be able to automate the " +"ordering for the missing units ordered by a customer\n" +"
\n" +"
Financial accounting
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Invoices
  • \n" +"
  • Refunds
  • \n" +"
  • Journal Entries & Reconciliations
  • \n" +"
  • Reports / Closing of fiscal year
  • \n" +"
  • Accounts
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Rapidly encode your financial operations or " +"accounting transactions
  • \n" +"
  • Carry out payments easily and adequately " +"reconcile these payments with invoices
  • \n" +"
  • Quick creation of invoices with pre-set defaults " +"on debtor/creditor and income/expense accounts
  • \n" +"
  • Multiple manners to reconcile
  • \n" +"
  • Configuration of accounts to ensure correct " +"display in balance sheet and profit & loss statement
  • \n" +"
  • Apply correct deferral methods to ensure the " +"close of the fiscal year
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Wednesday


\n" +" Project management, Human resources, Contract management\n" +"
Project Management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Projects
  • \n" +"
  • Tasks
  • \n" +"
  • Issues
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage and follow your projects, tasks and " +"issues
  • \n" +"
  • Discover the Kanban view to quickly operate some " +"actions and to quickly detect any bottlenecks in your projects flows
  • \n" +"
  • Discover the Gantt view to see how your project " +"has been planned and adapt it according to new elements or to the people " +"agenda
  • \n" +"
  • Define project members & delegate tasks
  • \n" +"
  • Create automatically timesheet lines in the " +"Human Resources menu from recorded work activities
  • \n" +"
  • Track and invoice (to customers) the costs " +"associated to a project
  • \n" +"
  • Manage a support ticket system
  • \n" +"
\n" +"
\n" +"
Human Resources
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Employees
  • \n" +"
  • Recruitment
  • \n" +"
  • Expenses
  • \n" +"
  • Allocations and leaves requests
  • \n" +"
  • Time management: timesheet and timesheet lines\n" +"
\n" +"
\n" +" About Recruiting:\n" +"
    \n" +"
  • Better negotiate volumes and prices based on " +"historical data
  • \n" +"
  • Centralize all the data to be able to build " +"reporting and statistics
  • \n" +"
  • Control the invoicing process
  • \n" +"
  • Work with purchase requisitions to ask different " +"vendors to submit quotations
  • \n" +"
\n" +" About Holidays:\n" +"
    \n" +"
  • Track the number of vacation days accrued by " +"each employee
  • \n" +"
  • Allow managers to approve leave requests and " +"plan backups for their teams
  • \n" +"
\n" +"
\n" +"
Contract management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Contracts
  • \n" +"
  • Invoicing methods\n" +"
  • Sale orders
  • \n" +"
  • Timesheets
  • \n" +"
  • Expenses
  • \n" +" \n" +"
\n" +"
\n" +"
    \n" +"
  • Centralize the data related to a specific " +"contract in one single point
  • \n" +"
  • Perform the invoicing from one single place " +"(Sales order / Timesheet / Expenses)
  • \n" +"
  • Follow the renewal process
  • \n" +"
  • Compute statistics based on expected revenues\n" +"
\n" +"
\n" +"
\n" +"
\n" +"
Thursday


\n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" +"
Warehouse management
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Stock moves
  • \n" +"
  • Inventory
  • \n" +"
  • Partial delivery / receipt
  • \n" +"
  • Units of measure
  • \n" +"
\n" +"
\n" +" Odoo Warehouse Management is at once very simple, " +"flexible and complete. It is based on the concept of double entry that " +"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +"don’t talk about disappearance, consumption or loss of products: instead we " +"speak only of stock moves from one place to another.\n" +"
\n" +"
Manufacturing (MRP)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Bill of materials
  • \n" +"
  • Multi-level BoM
  • \n" +"
  • Routings
  • \n" +"
  • Work center operations
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Manage the production planning
  • \n" +"
  • Organize the different manufacturing orders to " +"optimize the workload of the different resources
  • \n" +"
  • From an operational perspective, track which " +"products and quantities need to be manufactured
  • \n" +"
\n" +" As a manager:\n" +"
    \n" +"
  • Define products to be assembled or to be sold as " +"a kit
  • \n" +"
  • Organize the pipeline of the production
  • \n" +"
  • Track the cost of a manufacturing order and " +"measure the efficiency of the department
  • \n" +"
\n" +"
\n" +" MRP & Sales\n" +"
    \n" +"
  • Product configuration Make to Stock / to Order\n" +"
  • Commercial BoM (kit)
  • \n" +"
  • Just in Time
  • \n" +"
\n" +"
\n" +" From the sales perspective, you will have a " +"manufacturing order generated based on a request coming from a customer " +"without any manual operation. This integration of those two aplications " +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" +"
\n" +"
Import/Export
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Import from CSV files
  • \n" +"
  • Export as CSV or as Excel file
  • \n" +"
\n" +"
\n" +"
    \n" +"
  • Transfer data from one system to Odoo.
  • \n" +"
\n" +" Odoo offers a simple way to import and export data. Odoo " +"will guide you for this phase thanks to a FAQ directly integrated into the " +"import screen\n" +"
\n" +"
\n" +"
\n" +"
Friday


\n" +" Pricelists, Point of Sale (POS), Introduction to report " +"customization\n" +"
Pricelists
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Prices for returning customers
  • \n" +"
  • Prices in foreign currencies (with exchange " +"fees)
  • \n" +"
  • Retailer prices (based on a minimal margin)\n" +"
\n" +"
\n" +"
    \n" +"
  • Keep control on the pricing policy
  • \n" +"
  • Allow discounts for some periods
  • \n" +"
  • Ensure your margins even when you define " +"discounts
  • \n" +"
  • Allow different pricing by customer and/or " +"vendor
  • \n" +"
  • Update the prices in an easy way
  • \n" +"
\n" +"
\n" +"
Point of Sale (POS)
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Payment methods (journals)
  • \n" +"
  • POS Configuration
  • \n" +"
  • POS front-end
  • \n" +"
  • POS back-end
  • \n" +"
  • Shops
  • \n" +"
  • Sessions
  • \n" +"
  • POS Orders
  • \n" +"
  • Re-Invoicing
  • \n" +"
  • Scanning / Self-scanning
  • \n" +"
\n" +"
\n" +" Odoo POS is the first POS running in a 100% web based " +"environment, which means any computer with a browser can host the POS. The " +"POS is a two-part system with a front-end (interaction with the client) and " +"a back-end (managers can configure the system, print reports, " +"analyse, ...)

\n" +" About the front-end:\n" +"
    \n" +"
  • Offline mode. Imagine several cases were having " +"an offline mode is of prime interest: Connexion to server shutdown at a big " +"supermarket / Use in environments that requires mobility but without wifi / " +"Use in large environments like restaurants and gardens / Use in low tech " +"environments
  • \n" +"
\n" +" About the back-end:\n" +"
    \n" +"
  • Configure the products being sold in the POS\n" +"
  • Configure the payments methods
  • \n" +"
  • Print daily sales report
  • \n" +"
  • Analyze sales
  • \n" +"
\n" +"
\n" +"
Introduction to report customization
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
ContentWhat will you learn?
\n" +"
    \n" +"
  • Customize the layout of your invoices
  • \n" +"
  • Change the footer/header of documents
  • \n" +"
  • Add a field in a standard document / report\n" +"
\n" +"
\n" +" This features will help you to fully customize the " +"standard documents made from Odoo.\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
EnglishEnglishSpanish
EuropeUSA & CanadaUSA & Latin America
RegisterRegisterRegister
\n" +"
\n" +"
\n" +"
\n" +" Training Material\n" +"
\n" +"
\n" +" As soon as registration will be finalized (ie. payment " +"confirmation), the participants will be provided with the material listed\n" +" below:\n" +"
    \n" +"
  • Access to online videos with detailed demos
  • \n" +"
  • Training material with exercises
  • \n" +"
  • Written solutions to the exercises
  • \n" +"
\n" +" Therefore, there is an advantage to registering early to the " +"training if you are interested in preparing your live sessions ahead of " +"time. Moreover, the number of participants is limited per online session " +"which is another reason to consider registering early and securing your " +"seat.\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" With the live sessions, we learned a lot more than what " +"was covered in the videos. Definitely a good start for building up a solid " +"base of working knowledge of Odoo.\n" +" \n" +" The trainer did a wonderful job with the training! He " +"was well informed and interactive online and offline. Thank you so much for " +"the experience! \n" +"
\n" +" It would be very difficult to cover all of the " +"possibilities of Odoo and I believe the major aspects were covered very " +"well \n" +" \n" +" The trainer has a very good knowledge of the subject, he " +"understands the issues of the trainees very fast and provided answers with " +"the right level of illustration.\n" +"
\n" +"
\n" +"\n" +" \n" +" " +msgstr "" +"
\n" +"Entrenamiento en línea + Certificación\n" +"
\n" +"
\n" +"Estos cursos cuentan con el mismo contenido de los cursos de alta calidad " +"que se encuentra en nuestros entrenamientos en el aula tradicional, " +"complementado con\n" +"sesiones modulares y laboratorios basados ​​en la nube. Muchos de nuestros " +"cursos de aprendizaje en línea también incluye docenas de seminarios web " +"grabados y sesiones en vivo por nuestros instructores de alto nivel. Al " +"final del entrenamiento, usted puede pasar el examen de certificación Odoo " +"en uno de los 5000\n" +"Centros de prueba de Pearson VUE en todo el mundo.\n" +"
\n" +"
\n" +" Sus ventajas \n" +"
    \n" +"
  • enfoque modular aplicado al método de aprendizaje
  • \n" +"
  • Nueva experiencia de aprendizaje interactivo
  • \n" +"
  • Bajo presupuesto de capacitación para los cursos misma calidad
  • \n" +"
  • Mayor comodidad para facilitar su proceso de aprendizaje
  • \n" +"
  • Odoo: Examen de " +"certificación incluido (pre-ordenado, disponible a partir del 01 de " +"noviembre 2013)
  • \n" +"
\n" +"
\n" +"\n" +"
\n" +"Estructura de la Formación\n" +"
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"\n" +"\n" +" Hay tres componentes a la formación \n" +"
    \n" +"
  • Videos con demostraciones detalladas
  • \n" +"
  • Ejercicios prácticos y sus soluciones
  • \n" +"
  • Sesiones en vivo de preguntas y respuestas con un capacitador
  • \n" +"
\n" +"
\n" +"
\n" +"
\n" +"El entrenamiento de 5 días es modular, lo que significa que usted puede " +"optar por participar en la formación completa o sólo 1 o 2 módulos.\n" +"Sin embargo, el primer día de la capacitación es obligatoria para " +"todos. El lunes es obligatoria ya que la\n" +"introducción de Odoo es importante antes de ir a través de los otros módulos." +"
\n" +"Cada día de la semana se inicia desde las 9 horas (CET/PST) a las 12:00 " +"(CEST/PST). Una sesión Preguntas y Respuestas será organizada por un " +"capacitador Odoo.\n" +"Cada día, se espera que los participantes hayan hecho lo siguiente ANTES " +" de asistir a la sesión Preguntas y Respuestas:\n" +"
    \n" +"
  • Ver los vídeos de este día
  • \n" +"
  • Hacer los ejercicios relacionados (soluciones escritas serán " +"proporcionados por adelantado también)
  • \n" +"
  • Enviar sus preguntas por correo electrónico antes de 17:00 (CET/PST) en " +"el día hábil anterior
  • \n" +"

\n" +"La sesión Preguntas y Respuestas serán alojados en un servicio de " +"conferencia web. Se requiere una conexión a Internet estable. El " +"Capacitador\n" +"revisa las preguntas para el día y selecciona las más relevantes para ser " +"respondidas durante la sesión. El propósito de la\n" +" sesión Preguntas y Respuestas no es para cubrir las preguntas " +"relacionadas con un proyecto específico aplicación o específica de la " +"empresa de negocios ni\n" +"los flujos de trabajo. Las preguntas deben ser sobre el material " +"cubierto en los vídeos y los ejercicios y debe beneficiar\n" +"a los demás participantes de la capacitación también.
\n" +"Cada día de la semana se dedica a aplicaciones específicas en Odoo de " +"acuerdo a la siguiente planificación:\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
InglésInglésEspañol
EuropaEE.UU. y CanadáEE.UU. y América Latina
RegistrarseRegistrarseRegistrarse
\n" +"
\n" +"\n" +"
\n" +"Contenido de la Formación\n" +"
\n" +"
\n" +"