Merge lp:~vauxoo/openobject-server/7.0-backport_new_html_sanitize into lp:openobject-server

Status: Superseded
Proposed branch: lp:~vauxoo/openobject-server/7.0-backport_new_html_sanitize
Merge into: lp:openobject-server
Diff against target: 16196 lines (+15827/-47) (has conflicts)
11 files modified
openerp/addons/base/i18n/en_GB.po (+57/-4)
openerp/addons/base/i18n/es.po (+20/-0)
openerp/addons/base/i18n/es_BO.po (+15552/-0)
openerp/addons/base/i18n/zh_CN.po (+19/-34)
openerp/addons/base/ir/ir_actions.py (+16/-0)
openerp/addons/base/ir/ir_mail_server.py (+2/-1)
openerp/addons/base/ir/ir_ui_view.py (+13/-2)
openerp/addons/base/tests/__init__.py (+2/-0)
openerp/addons/base/tests/test_views.py (+44/-0)
openerp/osv/orm.py (+1/-1)
openerp/tools/mail.py (+101/-5)
Text conflict in openerp/addons/base/i18n/en_GB.po
Text conflict in openerp/addons/base/i18n/es.po
Conflict adding file openerp/addons/base/i18n/es_BO.po.  Moved existing file to openerp/addons/base/i18n/es_BO.po.moved.
Text conflict in openerp/addons/base/i18n/zh_CN.po
Text conflict in openerp/addons/base/ir/ir_actions.py
Text conflict in openerp/addons/base/ir/ir_ui_view.py
Text conflict in openerp/tools/mail.py
To merge this branch: bzr merge lp:~vauxoo/openobject-server/7.0-backport_new_html_sanitize
Reviewer Review Type Date Requested Status
Olivier Dony (Odoo) (surface scan) Needs Resubmitting
Review via email: mp+186250@code.launchpad.net

This proposal has been superseded by a proposal from 2013-09-18.

Description of the change

Overwritten method html_sanitizer from tools, to add 3 new features:

1) Avoid render a link to hosts not allowed, for this we add a new configuration with a host allow list in ir.configuration model

2) Avoide render a link with a scheme not allowed, also added a list with schemes allow like https in ir.configuration model

3) Backport new features from trunk branch

To post a comment you must log in.
Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Thanks for the proposal!
Assuming this MP is targeted to 7.0, you need to re-submit it with the correct target branch, which will solve the huge diff/conflicts problem.
Now, based on the summary and diff it seems more like an improvement/new feature than a bugfix, so it should actually be for trunk and not for 7.0.

Note: calling the normal eval() on a user-provided string is very dangerous, you should use ast.literal_eval or safe_eval.expr_eval.

Thanks,

review: Needs Resubmitting ((surface scan))
5081. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Change eval for safe_eval to better the code

Revision history for this message
Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com (josemoralesp) wrote :

You will need this library, that I overwrite

5082. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Added inpect to know the elements for method allowed

5083. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP]

Unmerged revisions

5083. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP]

5082. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Added inpect to know the elements for method allowed

5081. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Change eval for safe_eval to better the code

5080. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Avoid apply eval if not exist configuration

5079. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Overwritten method html_sanitizer from tools, to add 3 new features:

1) Avoid render a link to hosts not allowed, for this we add a new configuration with a host allow list in ir.configuration model

2) Avoide render a link with a scheme not allowed, also added a list with schemes allow like https in ir.configuration model

3) Backport new features from trunk branch

5078. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Backport from trunk to add new features in html_sanitize method

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/i18n/en_GB.po'
2--- openerp/addons/base/i18n/en_GB.po 2013-09-06 05:28:17 +0000
3+++ openerp/addons/base/i18n/en_GB.po 2013-09-18 06:51:30 +0000
4@@ -7,15 +7,26 @@
5 msgstr ""
6 "Project-Id-Version: openobject-server\n"
7 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
8+<<<<<<< TREE
9 "POT-Creation-Date: 2012-12-21 17:04+0000\n"
10 "PO-Revision-Date: 2012-12-19 19:54+0000\n"
11 "Last-Translator: David Bowers <sales@skitzotek.com>\n"
12+=======
13+"POT-Creation-Date: 2013-06-07 19:35+0000\n"
14+"PO-Revision-Date: 2013-09-14 07:15+0000\n"
15+"Last-Translator: Robert Readman <Unknown>\n"
16+>>>>>>> MERGE-SOURCE
17 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21+<<<<<<< TREE
22 "X-Launchpad-Export-Date: 2013-09-06 05:26+0000\n"
23 "X-Generator: Launchpad (build 16760)\n"
24+=======
25+"X-Launchpad-Export-Date: 2013-09-15 06:10+0000\n"
26+"X-Generator: Launchpad (build 16761)\n"
27+>>>>>>> MERGE-SOURCE
28
29 #. module: base
30 #: model:ir.module.module,description:base.module_account_check_writing
31@@ -354,6 +365,8 @@
32 "Database ID of record to open in form view, when ``view_mode`` is set to "
33 "'form' only"
34 msgstr ""
35+"Database ID of record to open in form view, when ``view_mode`` is set to "
36+"'form' only"
37
38 #. module: base
39 #: help:ir.values,key2:0
40@@ -399,6 +412,14 @@
41 "document and Wiki based Hidden.\n"
42 " "
43 msgstr ""
44+"\n"
45+"Installer for knowledge-based Hidden.\n"
46+"=====================================\n"
47+"\n"
48+"Makes the Knowledge Application Configuration available from where you can "
49+"install\n"
50+"document and Wiki based Hidden.\n"
51+" "
52
53 #. module: base
54 #: model:ir.module.category,name:base.module_category_customer_relationship_management
55@@ -417,6 +438,14 @@
56 "invoices from picking, OpenERP is able to add and compute the shipping "
57 "line.\n"
58 msgstr ""
59+"\n"
60+"Allows you to add delivery methods in sale orders and picking.\n"
61+"==============================================================\n"
62+"\n"
63+"You can define your own carrier and delivery grids for prices. When creating "
64+"\n"
65+"invoices from picking, OpenERP is able to add and compute the shipping "
66+"line.\n"
67
68 #. module: base
69 #: code:addons/base/ir/ir_filters.py:80
70@@ -595,6 +624,16 @@
71 "that have no counterpart in the general financial accounts.\n"
72 " "
73 msgstr ""
74+"\n"
75+"Module for defining analytic accounting object.\n"
76+"===============================================\n"
77+"\n"
78+"In OpenERP, analytic accounts are linked to general accounts but are "
79+"treated\n"
80+"totally independently. So, you can enter various different analytic "
81+"operations\n"
82+"that have no counterpart in the general financial accounts.\n"
83+" "
84
85 #. module: base
86 #: model:ir.module.module,shortdesc:base.module_idea
87@@ -699,7 +738,7 @@
88 #. module: base
89 #: model:res.partner.title,name:base.res_partner_title_mister
90 msgid "Mister"
91-msgstr ""
92+msgstr "Mister"
93
94 #. module: base
95 #: help:res.country,code:0
96@@ -721,6 +760,14 @@
97 msgstr "Sales & Purchases"
98
99 #. module: base
100+<<<<<<< TREE
101+=======
102+#: view:res.partner:0
103+msgid "Put an internal note..."
104+msgstr "Put an internal note..."
105+
106+#. module: base
107+>>>>>>> MERGE-SOURCE
108 #: view:ir.translation:0
109 msgid "Untranslated"
110 msgstr "Untranslated"
111@@ -728,7 +775,7 @@
112 #. module: base
113 #: view:ir.mail_server:0
114 msgid "Outgoing Mail Server"
115-msgstr ""
116+msgstr "Outgoing Mail Server"
117
118 #. module: base
119 #: help:ir.actions.act_window,context:0
120@@ -741,7 +788,7 @@
121 #. module: base
122 #: field:res.company,logo_web:0
123 msgid "Logo Web"
124-msgstr ""
125+msgstr "Logo Web"
126
127 #. module: base
128 #: code:addons/base/ir/ir_model.py:344
129@@ -843,6 +890,12 @@
130 "Contains the installer for marketing-related modules.\n"
131 " "
132 msgstr ""
133+"\n"
134+"Menu for Marketing.\n"
135+"===================\n"
136+"\n"
137+"Contains the installer for marketing-related modules.\n"
138+" "
139
140 #. module: base
141 #: model:ir.module.module,description:base.module_web_linkedin
142@@ -914,7 +967,7 @@
143 #. module: base
144 #: model:ir.model,name:base.model_res_config_settings
145 msgid "res.config.settings"
146-msgstr ""
147+msgstr "res.config.settings"
148
149 #. module: base
150 #: help:res.partner,image_small:0
151
152=== modified file 'openerp/addons/base/i18n/es.po'
153--- openerp/addons/base/i18n/es.po 2013-09-06 05:28:17 +0000
154+++ openerp/addons/base/i18n/es.po 2013-09-18 06:51:30 +0000
155@@ -4,17 +4,31 @@
156 #
157 msgid ""
158 msgstr ""
159+<<<<<<< TREE
160 "Project-Id-Version: OpenERP Server 5.0.4\n"
161 "Report-Msgid-Bugs-To: support@openerp.com\n"
162 "POT-Creation-Date: 2012-12-21 17:04+0000\n"
163 "PO-Revision-Date: 2012-12-26 14:21+0000\n"
164 "Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
165 "Language-Team: \n"
166+=======
167+"Project-Id-Version: openobject-server\n"
168+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
169+"POT-Creation-Date: 2013-06-07 19:35+0000\n"
170+"PO-Revision-Date: 2013-09-10 16:17+0000\n"
171+"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
172+"Language-Team: Spanish <es@li.org>\n"
173+>>>>>>> MERGE-SOURCE
174 "MIME-Version: 1.0\n"
175 "Content-Type: text/plain; charset=UTF-8\n"
176 "Content-Transfer-Encoding: 8bit\n"
177+<<<<<<< TREE
178 "X-Launchpad-Export-Date: 2013-09-06 05:24+0000\n"
179 "X-Generator: Launchpad (build 16760)\n"
180+=======
181+"X-Launchpad-Export-Date: 2013-09-11 05:19+0000\n"
182+"X-Generator: Launchpad (build 16761)\n"
183+>>>>>>> MERGE-SOURCE
184
185 #. module: base
186 #: model:ir.module.module,description:base.module_account_check_writing
187@@ -7784,11 +7798,17 @@
188 msgstr "Año actual sin centuria: %(y)s"
189
190 #. module: base
191+<<<<<<< TREE
192 #: model:ir.actions.act_window,name:base.ir_config_list_action
193 #: view:ir.config_parameter:0
194 #: model:ir.ui.menu,name:base.ir_config_menu
195 msgid "System Parameters"
196 msgstr "Parámetros del sistema"
197+=======
198+#: model:ir.module.module,shortdesc:base.module_l10n_es
199+msgid "Spanish Charts of Accounts (PGCE 2008)"
200+msgstr "España - Plan General Contable Español (PGCE) 2008"
201+>>>>>>> MERGE-SOURCE
202
203 #. module: base
204 #: help:ir.actions.client,tag:0
205
206=== added file 'openerp/addons/base/i18n/es_BO.po'
207--- openerp/addons/base/i18n/es_BO.po 1970-01-01 00:00:00 +0000
208+++ openerp/addons/base/i18n/es_BO.po 2013-09-18 06:51:30 +0000
209@@ -0,0 +1,15552 @@
210+# Spanish (Bolivia) translation for openobject-server
211+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
212+# This file is distributed under the same license as the openobject-server package.
213+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
214+#
215+msgid ""
216+msgstr ""
217+"Project-Id-Version: openobject-server\n"
218+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
219+"POT-Creation-Date: 2013-06-07 19:35+0000\n"
220+"PO-Revision-Date: 2013-09-12 21:49+0000\n"
221+"Last-Translator: Nicolas Bustillos (Poiesis) <Unknown>\n"
222+"Language-Team: Spanish (Bolivia) <es_BO@li.org>\n"
223+"MIME-Version: 1.0\n"
224+"Content-Type: text/plain; charset=UTF-8\n"
225+"Content-Transfer-Encoding: 8bit\n"
226+"X-Launchpad-Export-Date: 2013-09-13 06:08+0000\n"
227+"X-Generator: Launchpad (build 16761)\n"
228+
229+#. module: base
230+#: model:ir.module.module,description:base.module_account_check_writing
231+msgid ""
232+"\n"
233+"Module for the Check Writing and Check Printing.\n"
234+"================================================\n"
235+" "
236+msgstr ""
237+
238+#. module: base
239+#: view:res.partner.bank:0
240+msgid "e.g. GEBABEBB"
241+msgstr ""
242+
243+#. module: base
244+#: model:res.country,name:base.sh
245+msgid "Saint Helena"
246+msgstr ""
247+
248+#. module: base
249+#: view:ir.actions.report.xml:0
250+msgid "Other Configuration"
251+msgstr ""
252+
253+#. module: base
254+#: selection:ir.property,type:0
255+msgid "DateTime"
256+msgstr ""
257+
258+#. module: base
259+#: code:addons/fields.py:652
260+#, python-format
261+msgid ""
262+"The second argument of the many2many field %s must be a SQL table !You used "
263+"%s, which is not a valid SQL table name."
264+msgstr ""
265+
266+#. module: base
267+#: field:ir.ui.view,arch:0
268+#: field:ir.ui.view.custom,arch:0
269+msgid "View Architecture"
270+msgstr ""
271+
272+#. module: base
273+#: model:ir.module.module,summary:base.module_sale_stock
274+msgid "Quotation, Sale Orders, Delivery & Invoicing Control"
275+msgstr ""
276+
277+#. module: base
278+#: selection:ir.sequence,implementation:0
279+msgid "No gap"
280+msgstr ""
281+
282+#. module: base
283+#: selection:base.language.install,lang:0
284+msgid "Hungarian / Magyar"
285+msgstr ""
286+
287+#. module: base
288+#: selection:base.language.install,lang:0
289+msgid "Spanish (PY) / Español (PY)"
290+msgstr ""
291+
292+#. module: base
293+#: model:ir.module.category,description:base.module_category_project_management
294+msgid ""
295+"Helps you manage your projects and tasks by tracking them, generating "
296+"plannings, etc..."
297+msgstr ""
298+
299+#. module: base
300+#: model:ir.module.module,summary:base.module_point_of_sale
301+msgid "Touchscreen Interface for Shops"
302+msgstr ""
303+
304+#. module: base
305+#: model:ir.module.module,shortdesc:base.module_l10n_in_hr_payroll
306+msgid "Indian Payroll"
307+msgstr ""
308+
309+#. module: base
310+#: help:ir.cron,model:0
311+msgid ""
312+"Model name on which the method to be called is located, e.g. 'res.partner'."
313+msgstr ""
314+
315+#. module: base
316+#: view:ir.module.module:0
317+msgid "Created Views"
318+msgstr ""
319+
320+#. module: base
321+#: model:ir.module.module,description:base.module_product_manufacturer
322+msgid ""
323+"\n"
324+"A module that adds manufacturers and attributes on the product form.\n"
325+"====================================================================\n"
326+"\n"
327+"You can now define the following for a product:\n"
328+"-----------------------------------------------\n"
329+" * Manufacturer\n"
330+" * Manufacturer Product Name\n"
331+" * Manufacturer Product Code\n"
332+" * Product Attributes\n"
333+" "
334+msgstr ""
335+
336+#. module: base
337+#: field:ir.actions.client,params:0
338+msgid "Supplementary arguments"
339+msgstr ""
340+
341+#. module: base
342+#: model:ir.module.module,description:base.module_google_base_account
343+msgid ""
344+"\n"
345+"The module adds google user in res user.\n"
346+"========================================\n"
347+msgstr ""
348+
349+#. module: base
350+#: help:res.partner,employee:0
351+msgid "Check this box if this contact is an Employee."
352+msgstr ""
353+
354+#. module: base
355+#: help:ir.model.fields,domain:0
356+msgid ""
357+"The optional domain to restrict possible values for relationship fields, "
358+"specified as a Python expression defining a list of triplets. For example: "
359+"[('color','=','red')]"
360+msgstr ""
361+
362+#. module: base
363+#: field:res.partner,ref:0
364+msgid "Reference"
365+msgstr ""
366+
367+#. module: base
368+#: model:ir.module.module,shortdesc:base.module_l10n_be_invoice_bba
369+msgid "Belgium - Structured Communication"
370+msgstr ""
371+
372+#. module: base
373+#: field:ir.actions.act_window,target:0
374+msgid "Target Window"
375+msgstr ""
376+
377+#. module: base
378+#: field:ir.actions.report.xml,report_rml:0
379+msgid "Main Report File Path"
380+msgstr ""
381+
382+#. module: base
383+#: model:ir.module.module,shortdesc:base.module_sale_analytic_plans
384+msgid "Sales Analytic Distribution"
385+msgstr ""
386+
387+#. module: base
388+#: model:ir.module.module,description:base.module_hr_timesheet_invoice
389+msgid ""
390+"\n"
391+"Generate your Invoices from Expenses, Timesheet Entries.\n"
392+"========================================================\n"
393+"\n"
394+"Module to generate invoices based on costs (human resources, expenses, "
395+"...).\n"
396+"\n"
397+"You can define price lists in analytic account, make some theoretical "
398+"revenue\n"
399+"reports."
400+msgstr ""
401+
402+#. module: base
403+#: code:addons/base/ir/ir_sequence.py:134
404+#: code:addons/base/ir/ir_sequence.py:160
405+#: code:addons/base/res/res_users.py:473
406+#, python-format
407+msgid "Warning!"
408+msgstr ""
409+
410+#. module: base
411+#: code:addons/base/ir/ir_model.py:405
412+#, python-format
413+msgid ""
414+"Properties of base fields cannot be altered in this manner! Please modify "
415+"them through Python code, preferably through a custom addon!"
416+msgstr ""
417+
418+#. module: base
419+#: code:addons/osv.py:151
420+#, python-format
421+msgid "Constraint Error"
422+msgstr ""
423+
424+#. module: base
425+#: model:ir.model,name:base.model_ir_ui_view_custom
426+msgid "ir.ui.view.custom"
427+msgstr ""
428+
429+#. module: base
430+#: code:addons/base/ir/ir_model.py:374
431+#, python-format
432+msgid "Renaming sparse field \"%s\" is not allowed"
433+msgstr ""
434+
435+#. module: base
436+#: model:res.country,name:base.sz
437+msgid "Swaziland"
438+msgstr ""
439+
440+#. module: base
441+#: code:addons/orm.py:4485
442+#, python-format
443+msgid "created."
444+msgstr ""
445+
446+#. module: base
447+#: field:ir.actions.report.xml,report_xsl:0
448+msgid "XSL Path"
449+msgstr ""
450+
451+#. module: base
452+#: model:ir.module.module,shortdesc:base.module_l10n_tr
453+msgid "Turkey - Accounting"
454+msgstr ""
455+
456+#. module: base
457+#: field:ir.sequence,number_increment:0
458+msgid "Increment Number"
459+msgstr ""
460+
461+#. module: base
462+#: model:ir.actions.act_window,name:base.action_res_company_tree
463+#: model:ir.ui.menu,name:base.menu_action_res_company_tree
464+msgid "Company's Structure"
465+msgstr ""
466+
467+#. module: base
468+#: selection:base.language.install,lang:0
469+msgid "Inuktitut / ᐃᓄᒃᑎᑐᑦ"
470+msgstr ""
471+
472+#. module: base
473+#: model:ir.module.module,description:base.module_l10n_ch
474+msgid ""
475+"\n"
476+" Swiss localization :\n"
477+" ====================\n"
478+" **Multilang swiss STERCHI account chart and taxes**\n"
479+" **Author:** Camptocamp SA\n"
480+"\n"
481+" **Financial contributors:** Prisme Solutions Informatique SA, Quod SA\n"
482+"\n"
483+" **Translation contributors:** brain-tec AG, Agile Business Group\n"
484+"\n"
485+" **This release will introduce major changes to l10n_ch.**\n"
486+"\n"
487+" Due to important refactoring needs and the Switzerland adoption of new "
488+"international payment standard during 2013-2014. We have reorganised the "
489+"swiss localization addons this way:\n"
490+"\n"
491+" - **l10n_ch**: Multilang swiss STERCHI account chart and taxes (official "
492+"addon)\n"
493+" - **l10n_ch_base_bank**: Technical module that introduces a new and "
494+"simplified version of bank type management\n"
495+" - **l10n_ch_bank**: List of swiss banks\n"
496+" - **l10n_ch_zip**: List of swiss postal zip\n"
497+" - **l10n_ch_dta**: Support of dta payment protocol (will be deprecated end "
498+"2014)\n"
499+" - **l10n_ch_payment_slip**: Support of ESR/BVR payment slip report and "
500+"reconciliation. Report refactored with easy element positioning.\n"
501+" - **l10n_ch_sepa**: Alpha implementation of PostFinance SEPA/PAIN support "
502+"will be completed during 2013/2014\n"
503+"\n"
504+" The modules will be soon available on OpenERP swiss localization on "
505+"launchpad:\n"
506+" https://launchpad.net/openerp-swiss-localization\n"
507+msgstr ""
508+
509+#. module: base
510+#: model:res.groups,name:base.group_multi_currency
511+msgid "Multi Currencies"
512+msgstr ""
513+
514+#. module: base
515+#: model:ir.module.module,description:base.module_l10n_cl
516+msgid ""
517+"\n"
518+"Chilean accounting chart and tax localization.\n"
519+"==============================================\n"
520+"Plan contable chileno e impuestos de acuerdo a disposiciones vigentes\n"
521+"\n"
522+" "
523+msgstr ""
524+
525+#. module: base
526+#: model:ir.module.module,shortdesc:base.module_sale
527+msgid "Sales Management"
528+msgstr ""
529+
530+#. module: base
531+#: help:res.partner,user_id:0
532+msgid ""
533+"The internal user that is in charge of communicating with this contact if "
534+"any."
535+msgstr ""
536+
537+#. module: base
538+#: view:res.partner:0
539+msgid "Search Partner"
540+msgstr ""
541+
542+#. module: base
543+#: field:ir.module.category,module_nr:0
544+msgid "Number of Modules"
545+msgstr ""
546+
547+#. module: base
548+#: help:multi_company.default,company_dest_id:0
549+msgid "Company to store the current record"
550+msgstr ""
551+
552+#. module: base
553+#: field:res.partner.bank.type.field,size:0
554+msgid "Max. Size"
555+msgstr ""
556+
557+#. module: base
558+#: help:ir.actions.act_window,res_id:0
559+msgid ""
560+"Database ID of record to open in form view, when ``view_mode`` is set to "
561+"'form' only"
562+msgstr ""
563+
564+#. module: base
565+#: help:ir.values,key2:0
566+msgid ""
567+"For actions, one of the possible action slots: \n"
568+" - client_action_multi\n"
569+" - client_print_multi\n"
570+" - client_action_relate\n"
571+" - tree_but_open\n"
572+"For defaults, an optional condition"
573+msgstr ""
574+
575+#. module: base
576+#: sql_constraint:res.lang:0
577+msgid "The name of the language must be unique !"
578+msgstr ""
579+
580+#. module: base
581+#: selection:res.request,state:0
582+msgid "active"
583+msgstr ""
584+
585+#. module: base
586+#: field:ir.actions.wizard,wiz_name:0
587+msgid "Wizard Name"
588+msgstr ""
589+
590+#. module: base
591+#: model:ir.module.module,description:base.module_knowledge
592+msgid ""
593+"\n"
594+"Installer for knowledge-based Hidden.\n"
595+"=====================================\n"
596+"\n"
597+"Makes the Knowledge Application Configuration available from where you can "
598+"install\n"
599+"document and Wiki based Hidden.\n"
600+" "
601+msgstr ""
602+
603+#. module: base
604+#: model:ir.module.category,name:base.module_category_customer_relationship_management
605+msgid "Customer Relationship Management"
606+msgstr ""
607+
608+#. module: base
609+#: model:ir.module.module,description:base.module_delivery
610+msgid ""
611+"\n"
612+"Allows you to add delivery methods in sale orders and picking.\n"
613+"==============================================================\n"
614+"\n"
615+"You can define your own carrier and delivery grids for prices. When creating "
616+"\n"
617+"invoices from picking, OpenERP is able to add and compute the shipping "
618+"line.\n"
619+msgstr ""
620+
621+#. module: base
622+#: code:addons/base/ir/ir_filters.py:80
623+#, python-format
624+msgid ""
625+"There is already a shared filter set as default for %(model)s, delete or "
626+"change it before setting a new default"
627+msgstr ""
628+
629+#. module: base
630+#: code:addons/orm.py:2649
631+#, python-format
632+msgid "Invalid group_by"
633+msgstr ""
634+
635+#. module: base
636+#: field:ir.module.category,child_ids:0
637+msgid "Child Applications"
638+msgstr ""
639+
640+#. module: base
641+#: field:res.partner,credit_limit:0
642+msgid "Credit Limit"
643+msgstr ""
644+
645+#. module: base
646+#: model:ir.module.module,shortdesc:base.module_portal_project_long_term
647+msgid "Portal Project Long Term"
648+msgstr ""
649+
650+#. module: base
651+#: field:ir.model.constraint,date_update:0
652+#: field:ir.model.data,date_update:0
653+#: field:ir.model.relation,date_update:0
654+msgid "Update Date"
655+msgstr ""
656+
657+#. module: base
658+#: model:ir.module.module,shortdesc:base.module_base_action_rule
659+msgid "Automated Action Rules"
660+msgstr ""
661+
662+#. module: base
663+#: view:ir.attachment:0
664+#: field:ir.attachment,create_uid:0
665+msgid "Owner"
666+msgstr ""
667+
668+#. module: base
669+#: view:ir.actions.act_window:0
670+msgid "Source Object"
671+msgstr ""
672+
673+#. module: base
674+#: model:res.partner.bank.type,format_layout:base.bank_normal
675+msgid "%(bank_name)s: %(acc_number)s"
676+msgstr ""
677+
678+#. module: base
679+#: view:ir.actions.todo:0
680+msgid "Config Wizard Steps"
681+msgstr ""
682+
683+#. module: base
684+#: model:ir.model,name:base.model_ir_ui_view_sc
685+msgid "ir.ui.view_sc"
686+msgstr ""
687+
688+#. module: base
689+#: view:ir.model.access:0
690+#: field:ir.model.access,group_id:0
691+#: view:res.groups:0
692+msgid "Group"
693+msgstr ""
694+
695+#. module: base
696+#: constraint:res.lang:0
697+msgid ""
698+"Invalid date/time format directive specified. Please refer to the list of "
699+"allowed directives, displayed when you edit a language."
700+msgstr ""
701+
702+#. module: base
703+#: code:addons/orm.py:4153
704+#, python-format
705+msgid ""
706+"One of the records you are trying to modify has already been deleted "
707+"(Document type: %s)."
708+msgstr ""
709+
710+#. module: base
711+#: help:ir.actions.act_window,views:0
712+msgid ""
713+"This function field computes the ordered list of views that should be "
714+"enabled when displaying the result of an action, federating view mode, views "
715+"and reference view. The result is returned as an ordered list of pairs "
716+"(view_id,view_mode)."
717+msgstr ""
718+
719+#. module: base
720+#: field:ir.model.relation,name:0
721+msgid "Relation Name"
722+msgstr ""
723+
724+#. module: base
725+#: view:ir.rule:0
726+msgid "Create Access Right"
727+msgstr ""
728+
729+#. module: base
730+#: model:res.country,name:base.tv
731+msgid "Tuvalu"
732+msgstr ""
733+
734+#. module: base
735+#: field:ir.actions.configuration.wizard,note:0
736+msgid "Next Wizard"
737+msgstr ""
738+
739+#. module: base
740+#: field:res.lang,date_format:0
741+msgid "Date Format"
742+msgstr ""
743+
744+#. module: base
745+#: model:ir.module.module,shortdesc:base.module_base_report_designer
746+msgid "OpenOffice Report Designer"
747+msgstr ""
748+
749+#. module: base
750+#: model:res.country,name:base.an
751+msgid "Netherlands Antilles"
752+msgstr ""
753+
754+#. module: base
755+#: code:addons/base/res/res_users.py:311
756+#, python-format
757+msgid ""
758+"You can not remove the admin user as it is used internally for resources "
759+"created by OpenERP (updates, module installation, ...)"
760+msgstr ""
761+
762+#. module: base
763+#: view:workflow.transition:0
764+msgid "Workflow Transition"
765+msgstr ""
766+
767+#. module: base
768+#: model:res.country,name:base.gf
769+msgid "French Guyana"
770+msgstr ""
771+
772+#. module: base
773+#: model:ir.module.module,summary:base.module_hr
774+msgid "Jobs, Departments, Employees Details"
775+msgstr ""
776+
777+#. module: base
778+#: model:ir.module.module,description:base.module_analytic
779+msgid ""
780+"\n"
781+"Module for defining analytic accounting object.\n"
782+"===============================================\n"
783+"\n"
784+"In OpenERP, analytic accounts are linked to general accounts but are "
785+"treated\n"
786+"totally independently. So, you can enter various different analytic "
787+"operations\n"
788+"that have no counterpart in the general financial accounts.\n"
789+" "
790+msgstr ""
791+
792+#. module: base
793+#: model:ir.module.module,shortdesc:base.module_idea
794+msgid "Ideas"
795+msgstr ""
796+
797+#. module: base
798+#: model:ir.module.module,description:base.module_event
799+msgid ""
800+"\n"
801+"Organization and management of Events.\n"
802+"======================================\n"
803+"\n"
804+"The event module allows you to efficiently organise events and all related "
805+"tasks: planification, registration tracking,\n"
806+"attendances, etc.\n"
807+"\n"
808+"Key Features\n"
809+"------------\n"
810+"* Manage your Events and Registrations\n"
811+"* Use emails to automatically confirm and send acknowledgements for any "
812+"event registration\n"
813+msgstr ""
814+
815+#. module: base
816+#: selection:base.language.install,lang:0
817+msgid "Bosnian / bosanski jezik"
818+msgstr ""
819+
820+#. module: base
821+#: help:ir.actions.report.xml,attachment_use:0
822+msgid ""
823+"If you check this, then the second time the user prints with same attachment "
824+"name, it returns the previous report."
825+msgstr ""
826+
827+#. module: base
828+#: model:res.country,name:base.ao
829+msgid "Angola"
830+msgstr ""
831+
832+#. module: base
833+#: selection:base.language.install,lang:0
834+msgid "Spanish (VE) / Español (VE)"
835+msgstr ""
836+
837+#. module: base
838+#: model:ir.module.module,shortdesc:base.module_hr_timesheet_invoice
839+msgid "Invoice on Timesheets"
840+msgstr ""
841+
842+#. module: base
843+#: view:base.module.upgrade:0
844+msgid "Your system will be updated."
845+msgstr ""
846+
847+#. module: base
848+#: field:ir.actions.todo,note:0
849+#: selection:ir.property,type:0
850+msgid "Text"
851+msgstr ""
852+
853+#. module: base
854+#: field:res.country,name:0
855+msgid "Country Name"
856+msgstr ""
857+
858+#. module: base
859+#: model:res.country,name:base.co
860+msgid "Colombia"
861+msgstr ""
862+
863+#. module: base
864+#: model:res.partner.title,name:base.res_partner_title_mister
865+msgid "Mister"
866+msgstr ""
867+
868+#. module: base
869+#: help:res.country,code:0
870+msgid ""
871+"The ISO country code in two chars.\n"
872+"You can use this field for quick search."
873+msgstr ""
874+
875+#. module: base
876+#: model:res.country,name:base.pw
877+msgid "Palau"
878+msgstr ""
879+
880+#. module: base
881+#: view:res.partner:0
882+msgid "Sales & Purchases"
883+msgstr ""
884+
885+#. module: base
886+#: view:res.partner:0
887+msgid "Put an internal note..."
888+msgstr ""
889+
890+#. module: base
891+#: view:ir.translation:0
892+msgid "Untranslated"
893+msgstr ""
894+
895+#. module: base
896+#: view:ir.mail_server:0
897+msgid "Outgoing Mail Server"
898+msgstr ""
899+
900+#. module: base
901+#: help:ir.actions.act_window,context:0
902+#: help:ir.actions.client,context:0
903+msgid ""
904+"Context dictionary as Python expression, empty by default (Default: {})"
905+msgstr ""
906+
907+#. module: base
908+#: field:res.company,logo_web:0
909+msgid "Logo Web"
910+msgstr ""
911+
912+#. module: base
913+#: code:addons/base/ir/ir_model.py:344
914+#, python-format
915+msgid "Custom fields must have a name that starts with 'x_' !"
916+msgstr ""
917+
918+#. module: base
919+#: model:ir.module.module,shortdesc:base.module_l10n_mx
920+msgid "Mexico - Accounting"
921+msgstr ""
922+
923+#. module: base
924+#: help:ir.actions.server,action_id:0
925+msgid "Select the Action Window, Report, Wizard to be executed."
926+msgstr ""
927+
928+#. module: base
929+#: sql_constraint:ir.config_parameter:0
930+msgid "Key must be unique."
931+msgstr ""
932+
933+#. module: base
934+#: model:ir.module.module,shortdesc:base.module_plugin_outlook
935+msgid "Outlook Plug-In"
936+msgstr ""
937+
938+#. module: base
939+#: model:ir.module.module,description:base.module_account
940+msgid ""
941+"\n"
942+"Accounting and Financial Management.\n"
943+"====================================\n"
944+"\n"
945+"Financial and accounting module that covers:\n"
946+"--------------------------------------------\n"
947+" * General Accounting\n"
948+" * Cost/Analytic accounting\n"
949+" * Third party accounting\n"
950+" * Taxes management\n"
951+" * Budgets\n"
952+" * Customer and Supplier Invoices\n"
953+" * Bank statements\n"
954+" * Reconciliation process by partner\n"
955+"\n"
956+"Creates a dashboard for accountants that includes:\n"
957+"--------------------------------------------------\n"
958+" * List of Customer Invoice to Approve\n"
959+" * Company Analysis\n"
960+" * Graph of Treasury\n"
961+"\n"
962+"The processes like maintaining of general ledger is done through the defined "
963+"financial Journals (entry move line orgrouping is maintained through "
964+"journal) \n"
965+"for a particular financial year and for preparation of vouchers there is a "
966+"module named account_voucher.\n"
967+" "
968+msgstr ""
969+
970+#. module: base
971+#: view:ir.model:0
972+#: field:ir.model,name:0
973+msgid "Model Description"
974+msgstr ""
975+
976+#. module: base
977+#: model:ir.module.module,description:base.module_marketing
978+msgid ""
979+"\n"
980+"Menu for Marketing.\n"
981+"===================\n"
982+"\n"
983+"Contains the installer for marketing-related modules.\n"
984+" "
985+msgstr ""
986+
987+#. module: base
988+#: model:ir.module.module,description:base.module_web_linkedin
989+msgid ""
990+"\n"
991+"OpenERP Web LinkedIn module.\n"
992+"============================\n"
993+"This module provides the Integration of the LinkedIn with OpenERP.\n"
994+" "
995+msgstr ""
996+
997+#. module: base
998+#: help:ir.actions.act_window,src_model:0
999+msgid ""
1000+"Optional model name of the objects on which this action should be visible"
1001+msgstr ""
1002+
1003+#. module: base
1004+#: field:workflow.transition,trigger_expr_id:0
1005+msgid "Trigger Expression"
1006+msgstr ""
1007+
1008+#. module: base
1009+#: model:res.country,name:base.jo
1010+msgid "Jordan"
1011+msgstr ""
1012+
1013+#. module: base
1014+#: model:ir.module.module,shortdesc:base.module_l10n_hr
1015+msgid "Croatia - RRIF 2012 COA"
1016+msgstr ""
1017+
1018+#. module: base
1019+#: help:ir.cron,nextcall:0
1020+msgid "Next planned execution date for this job."
1021+msgstr ""
1022+
1023+#. module: base
1024+#: model:ir.model,name:base.model_ir_ui_view
1025+msgid "ir.ui.view"
1026+msgstr ""
1027+
1028+#. module: base
1029+#: model:res.country,name:base.er
1030+msgid "Eritrea"
1031+msgstr ""
1032+
1033+#. module: base
1034+#: sql_constraint:res.company:0
1035+msgid "The company name must be unique !"
1036+msgstr ""
1037+
1038+#. module: base
1039+#: model:ir.ui.menu,name:base.menu_base_action_rule_admin
1040+msgid "Automated Actions"
1041+msgstr ""
1042+
1043+#. module: base
1044+#: model:ir.module.module,shortdesc:base.module_l10n_ro
1045+msgid "Romania - Accounting"
1046+msgstr ""
1047+
1048+#. module: base
1049+#: model:ir.model,name:base.model_res_config_settings
1050+msgid "res.config.settings"
1051+msgstr ""
1052+
1053+#. module: base
1054+#: help:res.partner,image_small:0
1055+msgid ""
1056+"Small-sized image of this contact. It is automatically resized as a 64x64px "
1057+"image, with aspect ratio preserved. Use this field anywhere a small image is "
1058+"required."
1059+msgstr ""
1060+
1061+#. module: base
1062+#: help:ir.actions.server,mobile:0
1063+msgid ""
1064+"Provides fields that be used to fetch the mobile number, e.g. you select the "
1065+"invoice, then `object.invoice_address_id.mobile` is the field which gives "
1066+"the correct mobile number"
1067+msgstr ""
1068+
1069+#. module: base
1070+#: view:ir.mail_server:0
1071+msgid "Security and Authentication"
1072+msgstr ""
1073+
1074+#. module: base
1075+#: model:ir.module.module,shortdesc:base.module_web_calendar
1076+msgid "Web Calendar"
1077+msgstr ""
1078+
1079+#. module: base
1080+#: selection:base.language.install,lang:0
1081+msgid "Swedish / svenska"
1082+msgstr ""
1083+
1084+#. module: base
1085+#: field:base.language.export,name:0
1086+#: field:ir.attachment,datas_fname:0
1087+msgid "File Name"
1088+msgstr ""
1089+
1090+#. module: base
1091+#: model:res.country,name:base.rs
1092+msgid "Serbia"
1093+msgstr ""
1094+
1095+#. module: base
1096+#: selection:ir.translation,type:0
1097+msgid "Wizard View"
1098+msgstr ""
1099+
1100+#. module: base
1101+#: model:res.country,name:base.kh
1102+msgid "Cambodia, Kingdom of"
1103+msgstr ""
1104+
1105+#. module: base
1106+#: field:base.language.import,overwrite:0
1107+#: field:base.language.install,overwrite:0
1108+msgid "Overwrite Existing Terms"
1109+msgstr ""
1110+
1111+#. module: base
1112+#: code:addons/base/res/res_currency.py:52
1113+#, python-format
1114+msgid "No currency rate associated for currency %d for the given period"
1115+msgstr ""
1116+
1117+#. module: base
1118+#: model:ir.module.module,description:base.module_hr_holidays
1119+msgid ""
1120+"\n"
1121+"Manage leaves and allocation requests\n"
1122+"=====================================\n"
1123+"\n"
1124+"This application controls the holiday schedule of your company. It allows "
1125+"employees to request holidays. Then, managers can review requests for "
1126+"holidays and approve or reject them. This way you can control the overall "
1127+"holiday planning for the company or department.\n"
1128+"\n"
1129+"You can configure several kinds of leaves (sickness, holidays, paid days, "
1130+"...) and allocate leaves to an employee or department quickly using "
1131+"allocation requests. An employee can also make a request for more days off "
1132+"by making a new Allocation. It will increase the total of available days for "
1133+"that leave type (if the request is accepted).\n"
1134+"\n"
1135+"You can keep track of leaves in different ways by following reports: \n"
1136+"\n"
1137+"* Leaves Summary\n"
1138+"* Leaves by Department\n"
1139+"* Leaves Analysis\n"
1140+"\n"
1141+"A synchronization with an internal agenda (Meetings of the CRM module) is "
1142+"also possible in order to automatically create a meeting when a holiday "
1143+"request is accepted by setting up a type of meeting in Leave Type.\n"
1144+msgstr ""
1145+
1146+#. module: base
1147+#: selection:base.language.install,lang:0
1148+msgid "Albanian / Shqip"
1149+msgstr ""
1150+
1151+#. module: base
1152+#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
1153+msgid "Opportunities"
1154+msgstr ""
1155+
1156+#. module: base
1157+#: model:ir.model,name:base.model_base_language_export
1158+msgid "base.language.export"
1159+msgstr ""
1160+
1161+#. module: base
1162+#: model:res.country,name:base.pg
1163+msgid "Papua New Guinea"
1164+msgstr ""
1165+
1166+#. module: base
1167+#: help:ir.actions.report.xml,report_type:0
1168+msgid "Report Type, e.g. pdf, html, raw, sxw, odt, html2html, mako2html, ..."
1169+msgstr ""
1170+
1171+#. module: base
1172+#: model:ir.module.module,shortdesc:base.module_document_webdav
1173+msgid "Shared Repositories (WebDAV)"
1174+msgstr ""
1175+
1176+#. module: base
1177+#: view:res.users:0
1178+msgid "Email Preferences"
1179+msgstr ""
1180+
1181+#. module: base
1182+#: code:addons/base/ir/ir_fields.py:195
1183+#, python-format
1184+msgid "'%s' does not seem to be a valid date for field '%%(field)s'"
1185+msgstr ""
1186+
1187+#. module: base
1188+#: view:res.partner:0
1189+msgid "My Partners"
1190+msgstr ""
1191+
1192+#. module: base
1193+#: model:res.country,name:base.zw
1194+msgid "Zimbabwe"
1195+msgstr ""
1196+
1197+#. module: base
1198+#: help:ir.model.constraint,type:0
1199+msgid ""
1200+"Type of the constraint: `f` for a foreign key, `u` for other constraints."
1201+msgstr ""
1202+
1203+#. module: base
1204+#: view:ir.actions.report.xml:0
1205+msgid "XML Report"
1206+msgstr ""
1207+
1208+#. module: base
1209+#: model:res.country,name:base.es
1210+msgid "Spain"
1211+msgstr ""
1212+
1213+#. module: base
1214+#: help:ir.actions.act_window,domain:0
1215+msgid ""
1216+"Optional domain filtering of the destination data, as a Python expression"
1217+msgstr ""
1218+
1219+#. module: base
1220+#: model:ir.model,name:base.model_base_module_upgrade
1221+msgid "Module Upgrade"
1222+msgstr ""
1223+
1224+#. module: base
1225+#: view:res.bank:0
1226+#: view:res.company:0
1227+#: view:res.partner:0
1228+#: view:res.partner.bank:0
1229+#: view:res.users:0
1230+msgid "ZIP"
1231+msgstr "Casilla"
1232+
1233+#. module: base
1234+#: selection:base.language.install,lang:0
1235+msgid "Spanish (UY) / Español (UY)"
1236+msgstr ""
1237+
1238+#. module: base
1239+#: field:res.partner,mobile:0
1240+msgid "Mobile"
1241+msgstr ""
1242+
1243+#. module: base
1244+#: model:res.country,name:base.om
1245+msgid "Oman"
1246+msgstr ""
1247+
1248+#. module: base
1249+#: model:ir.module.module,shortdesc:base.module_mrp
1250+msgid "MRP"
1251+msgstr ""
1252+
1253+#. module: base
1254+#: model:ir.module.module,description:base.module_hr_attendance
1255+msgid ""
1256+"\n"
1257+"This module aims to manage employee's attendances.\n"
1258+"==================================================\n"
1259+"\n"
1260+"Keeps account of the attendances of the employees on the basis of the\n"
1261+"actions(Sign in/Sign out) performed by them.\n"
1262+" "
1263+msgstr ""
1264+
1265+#. module: base
1266+#: model:res.country,name:base.nu
1267+msgid "Niue"
1268+msgstr ""
1269+
1270+#. module: base
1271+#: model:ir.module.module,shortdesc:base.module_membership
1272+msgid "Membership Management"
1273+msgstr ""
1274+
1275+#. module: base
1276+#: selection:ir.module.module,license:0
1277+msgid "Other OSI Approved Licence"
1278+msgstr ""
1279+
1280+#. module: base
1281+#: model:ir.module.module,shortdesc:base.module_web_gantt
1282+msgid "Web Gantt"
1283+msgstr ""
1284+
1285+#. module: base
1286+#: model:ir.actions.act_window,name:base.act_menu_create
1287+#: view:wizard.ir.model.menu.create:0
1288+msgid "Create Menu"
1289+msgstr ""
1290+
1291+#. module: base
1292+#: model:res.country,name:base.in
1293+msgid "India"
1294+msgstr ""
1295+
1296+#. module: base
1297+#: model:ir.actions.act_window,name:base.res_request_link-act
1298+#: model:ir.ui.menu,name:base.menu_res_request_link_act
1299+msgid "Request Reference Types"
1300+msgstr ""
1301+
1302+#. module: base
1303+#: model:ir.module.module,shortdesc:base.module_google_base_account
1304+msgid "Google Users"
1305+msgstr ""
1306+
1307+#. module: base
1308+#: model:ir.module.module,shortdesc:base.module_fleet
1309+msgid "Fleet Management"
1310+msgstr ""
1311+
1312+#. module: base
1313+#: help:ir.server.object.lines,value:0
1314+msgid ""
1315+"Expression containing a value specification. \n"
1316+"When Formula type is selected, this field may be a Python expression that "
1317+"can use the same values as for the condition field on the server action.\n"
1318+"If Value type is selected, the value will be used directly without "
1319+"evaluation."
1320+msgstr ""
1321+
1322+#. module: base
1323+#: model:res.country,name:base.ad
1324+msgid "Andorra, Principality of"
1325+msgstr ""
1326+
1327+#. module: base
1328+#: field:ir.rule,perm_read:0
1329+msgid "Apply for Read"
1330+msgstr ""
1331+
1332+#. module: base
1333+#: model:res.country,name:base.mn
1334+msgid "Mongolia"
1335+msgstr ""
1336+
1337+#. module: base
1338+#: model:ir.module.module,description:base.module_crm
1339+msgid ""
1340+"\n"
1341+"The generic OpenERP Customer Relationship Management\n"
1342+"====================================================\n"
1343+"\n"
1344+"This application enables a group of people to intelligently and efficiently "
1345+"manage leads, opportunities, meetings and phone calls.\n"
1346+"\n"
1347+"It manages key tasks such as communication, identification, prioritization, "
1348+"assignment, resolution and notification.\n"
1349+"\n"
1350+"OpenERP ensures that all cases are successfully tracked by users, customers "
1351+"and suppliers. It can automatically send reminders, escalate the request, "
1352+"trigger specific methods and many other actions based on your own enterprise "
1353+"rules.\n"
1354+"\n"
1355+"The greatest thing about this system is that users don't need to do anything "
1356+"special. The CRM module has an email gateway for the synchronization "
1357+"interface between mails and OpenERP. That way, users can just send emails to "
1358+"the request tracker.\n"
1359+"\n"
1360+"OpenERP will take care of thanking them for their message, automatically "
1361+"routing it to the appropriate staff and make sure all future correspondence "
1362+"gets to the right place.\n"
1363+"\n"
1364+"\n"
1365+"Dashboard for CRM will include:\n"
1366+"-------------------------------\n"
1367+"* Planned Revenue by Stage and User (graph)\n"
1368+"* Opportunities by Stage (graph)\n"
1369+msgstr ""
1370+
1371+#. module: base
1372+#: selection:base.language.export,format:0
1373+msgid "TGZ Archive"
1374+msgstr ""
1375+
1376+#. module: base
1377+#: view:res.groups:0
1378+msgid ""
1379+"Users added to this group are automatically added in the following groups."
1380+msgstr ""
1381+
1382+#. module: base
1383+#: code:addons/base/ir/ir_model.py:732
1384+#: code:addons/base/ir/ir_model.py:735
1385+#, python-format
1386+msgid "Document model"
1387+msgstr ""
1388+
1389+#. module: base
1390+#: view:res.users:0
1391+msgid "Change the user password."
1392+msgstr ""
1393+
1394+#. module: base
1395+#: view:res.lang:0
1396+msgid "%B - Full month name."
1397+msgstr ""
1398+
1399+#. module: base
1400+#: field:ir.actions.todo,type:0
1401+#: view:ir.attachment:0
1402+#: field:ir.attachment,type:0
1403+#: field:ir.model,state:0
1404+#: field:ir.model.fields,state:0
1405+#: field:ir.property,type:0
1406+#: field:ir.server.object.lines,type:0
1407+#: field:ir.translation,type:0
1408+#: view:ir.ui.view:0
1409+#: view:ir.values:0
1410+#: field:ir.values,key:0
1411+msgid "Type"
1412+msgstr ""
1413+
1414+#. module: base
1415+#: field:ir.mail_server,smtp_user:0
1416+msgid "Username"
1417+msgstr ""
1418+
1419+#. module: base
1420+#: model:ir.module.module,description:base.module_l10n_br
1421+msgid ""
1422+"\n"
1423+"Base module for the Brazilian localization\n"
1424+"==========================================\n"
1425+"\n"
1426+"This module consists in:\n"
1427+"\n"
1428+" - Generic Brazilian chart of accounts\n"
1429+" - Brazilian taxes such as:\n"
1430+"\n"
1431+" - IPI\n"
1432+" - ICMS\n"
1433+" - PIS\n"
1434+" - COFINS\n"
1435+" - ISS\n"
1436+" - IR\n"
1437+" - IRPJ\n"
1438+" - CSLL\n"
1439+"\n"
1440+"The field tax_discount has also been added in the account.tax.template and \n"
1441+"account.tax objects to allow the proper computation of some Brazilian VATs \n"
1442+"such as ICMS. The chart of account creation wizard has been extended to \n"
1443+"propagate those new data properly.\n"
1444+"\n"
1445+"It's important to note however that this module lack many implementations to "
1446+"\n"
1447+"use OpenERP properly in Brazil. Those implementations (such as the "
1448+"electronic \n"
1449+"fiscal Invoicing which is already operational) are brought by more than 15 \n"
1450+"additional modules of the Brazilian Launchpad localization project \n"
1451+"https://launchpad.net/openerp.pt-br-localiz and their dependencies in the \n"
1452+"extra addons branch. Those modules aim at not breaking with the remarkable \n"
1453+"OpenERP modularity, this is why they are numerous but small. One of the \n"
1454+"reasons for maintaining those modules apart is that Brazilian Localization \n"
1455+"leaders need commit rights agility to complete the localization as companies "
1456+"\n"
1457+"fund the remaining legal requirements (such as soon fiscal ledgers, \n"
1458+"accounting SPED, fiscal SPED and PAF ECF that are still missing as September "
1459+"\n"
1460+"2011). Those modules are also strictly licensed under AGPL V3 and today "
1461+"don't \n"
1462+"come with any additional paid permission for online use of 'private "
1463+"modules'.\n"
1464+msgstr ""
1465+
1466+#. module: base
1467+#: code:addons/orm.py:406
1468+#, python-format
1469+msgid ""
1470+"Language with code \"%s\" is not defined in your system !\n"
1471+"Define it through the Administration menu."
1472+msgstr ""
1473+
1474+#. module: base
1475+#: model:res.country,name:base.gu
1476+msgid "Guam (USA)"
1477+msgstr ""
1478+
1479+#. module: base
1480+#: sql_constraint:res.country:0
1481+msgid "The name of the country must be unique !"
1482+msgstr ""
1483+
1484+#. module: base
1485+#: field:ir.module.module,installed_version:0
1486+msgid "Latest Version"
1487+msgstr ""
1488+
1489+#. module: base
1490+#: view:ir.rule:0
1491+msgid "Delete Access Right"
1492+msgstr ""
1493+
1494+#. module: base
1495+#: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_account
1496+msgid "Belgium - Payroll with Accounting"
1497+msgstr ""
1498+
1499+#. module: base
1500+#: selection:ir.actions.server,state:0
1501+#: selection:workflow.activity,kind:0
1502+msgid "Dummy"
1503+msgstr ""
1504+
1505+#. module: base
1506+#: constraint:ir.ui.view:0
1507+msgid "Invalid XML for View Architecture!"
1508+msgstr ""
1509+
1510+#. module: base
1511+#: model:res.country,name:base.ky
1512+msgid "Cayman Islands"
1513+msgstr ""
1514+
1515+#. module: base
1516+#: view:ir.rule:0
1517+msgid "Record Rule"
1518+msgstr ""
1519+
1520+#. module: base
1521+#: model:res.country,name:base.kr
1522+msgid "South Korea"
1523+msgstr ""
1524+
1525+#. module: base
1526+#: model:ir.module.module,description:base.module_l10n_si
1527+msgid "Kontni načrt za gospodarske družbe"
1528+msgstr ""
1529+
1530+#. module: base
1531+#: code:addons/orm.py:4920
1532+#, python-format
1533+msgid "Record #%d of %s not found, cannot copy!"
1534+msgstr ""
1535+
1536+#. module: base
1537+#: field:ir.module.module,contributors:0
1538+msgid "Contributors"
1539+msgstr ""
1540+
1541+#. module: base
1542+#: field:ir.rule,perm_unlink:0
1543+msgid "Apply for Delete"
1544+msgstr ""
1545+
1546+#. module: base
1547+#: selection:ir.property,type:0
1548+msgid "Char"
1549+msgstr ""
1550+
1551+#. module: base
1552+#: field:ir.module.category,visible:0
1553+msgid "Visible"
1554+msgstr ""
1555+
1556+#. module: base
1557+#: model:ir.actions.client,name:base.action_client_base_menu
1558+msgid "Open Settings Menu"
1559+msgstr ""
1560+
1561+#. module: base
1562+#: selection:base.language.install,lang:0
1563+msgid "Spanish (AR) / Español (AR)"
1564+msgstr ""
1565+
1566+#. module: base
1567+#: model:res.country,name:base.ug
1568+msgid "Uganda"
1569+msgstr ""
1570+
1571+#. module: base
1572+#: field:ir.model.access,perm_unlink:0
1573+msgid "Delete Access"
1574+msgstr ""
1575+
1576+#. module: base
1577+#: model:res.country,name:base.ne
1578+msgid "Niger"
1579+msgstr ""
1580+
1581+#. module: base
1582+#: selection:base.language.install,lang:0
1583+msgid "Chinese (HK)"
1584+msgstr ""
1585+
1586+#. module: base
1587+#: model:res.country,name:base.ba
1588+msgid "Bosnia-Herzegovina"
1589+msgstr ""
1590+
1591+#. module: base
1592+#: selection:ir.translation,type:0
1593+msgid "Wizard Field"
1594+msgstr ""
1595+
1596+#. module: base
1597+#: selection:base.language.install,lang:0
1598+msgid "Spanish (GT) / Español (GT)"
1599+msgstr ""
1600+
1601+#. module: base
1602+#: field:ir.mail_server,smtp_port:0
1603+msgid "SMTP Port"
1604+msgstr ""
1605+
1606+#. module: base
1607+#: help:res.users,login:0
1608+msgid "Used to log into the system"
1609+msgstr ""
1610+
1611+#. module: base
1612+#: view:base.language.export:0
1613+msgid ""
1614+"TGZ format: this is a compressed archive containing a PO file, directly "
1615+"suitable\n"
1616+" for uploading to OpenERP's translation "
1617+"platform,"
1618+msgstr ""
1619+
1620+#. module: base
1621+#: view:res.lang:0
1622+msgid ""
1623+"%W - Week number of the year (Monday as the first day of the week) as a "
1624+"decimal number [00,53]. All days in a new year preceding the first Monday "
1625+"are considered to be in week 0."
1626+msgstr ""
1627+
1628+#. module: base
1629+#: code:addons/base/module/wizard/base_language_install.py:53
1630+#, python-format
1631+msgid "Language Pack"
1632+msgstr ""
1633+
1634+#. module: base
1635+#: model:ir.module.module,shortdesc:base.module_web_tests
1636+msgid "Tests"
1637+msgstr ""
1638+
1639+#. module: base
1640+#: field:ir.actions.report.xml,attachment:0
1641+msgid "Save as Attachment Prefix"
1642+msgstr ""
1643+
1644+#. module: base
1645+#: field:ir.ui.view_sc,res_id:0
1646+msgid "Resource Ref."
1647+msgstr ""
1648+
1649+#. module: base
1650+#: field:ir.actions.act_url,url:0
1651+msgid "Action URL"
1652+msgstr ""
1653+
1654+#. module: base
1655+#: field:base.module.import,module_name:0
1656+#: field:ir.module.module,shortdesc:0
1657+msgid "Module Name"
1658+msgstr ""
1659+
1660+#. module: base
1661+#: model:res.country,name:base.mh
1662+msgid "Marshall Islands"
1663+msgstr ""
1664+
1665+#. module: base
1666+#: code:addons/base/ir/ir_model.py:429
1667+#, python-format
1668+msgid "Changing the model of a field is forbidden!"
1669+msgstr ""
1670+
1671+#. module: base
1672+#: model:res.country,name:base.ht
1673+msgid "Haiti"
1674+msgstr ""
1675+
1676+#. module: base
1677+#: model:ir.module.module,shortdesc:base.module_l10n_fr_hr_payroll
1678+msgid "French Payroll"
1679+msgstr ""
1680+
1681+#. module: base
1682+#: view:ir.ui.view:0
1683+#: selection:ir.ui.view,type:0
1684+msgid "Search"
1685+msgstr ""
1686+
1687+#. module: base
1688+#: code:addons/osv.py:154
1689+#, python-format
1690+msgid ""
1691+"The operation cannot be completed, probably due to the following:\n"
1692+"- deletion: you may be trying to delete a record while other records still "
1693+"reference it\n"
1694+"- creation/update: a mandatory field is not correctly set"
1695+msgstr ""
1696+
1697+#. module: base
1698+#: field:ir.module.category,parent_id:0
1699+msgid "Parent Application"
1700+msgstr ""
1701+
1702+#. module: base
1703+#: model:ir.actions.act_window,name:base.ir_action_wizard
1704+#: view:ir.actions.wizard:0
1705+#: model:ir.ui.menu,name:base.menu_ir_action_wizard
1706+msgid "Wizards"
1707+msgstr ""
1708+
1709+#. module: base
1710+#: code:addons/base/res/res_users.py:131
1711+#, python-format
1712+msgid "Operation Canceled"
1713+msgstr ""
1714+
1715+#. module: base
1716+#: model:ir.module.module,shortdesc:base.module_document
1717+msgid "Document Management System"
1718+msgstr ""
1719+
1720+#. module: base
1721+#: model:ir.module.module,shortdesc:base.module_crm_claim
1722+msgid "Claims Management"
1723+msgstr ""
1724+
1725+#. module: base
1726+#: model:ir.module.module,description:base.module_document_webdav
1727+msgid ""
1728+"\n"
1729+"With this module, the WebDAV server for documents is activated.\n"
1730+"===============================================================\n"
1731+"\n"
1732+"You can then use any compatible browser to remotely see the attachments of "
1733+"OpenObject.\n"
1734+"\n"
1735+"After installation, the WebDAV server can be controlled by a [webdav] "
1736+"section in \n"
1737+"the server's config.\n"
1738+"\n"
1739+"Server Configuration Parameter:\n"
1740+"-------------------------------\n"
1741+"[webdav]:\n"
1742+"+++++++++ \n"
1743+" * enable = True ; Serve webdav over the http(s) servers\n"
1744+" * vdir = webdav ; the directory that webdav will be served at\n"
1745+" * this default val means that webdav will be\n"
1746+" * on \"http://localhost:8069/webdav/\n"
1747+" * verbose = True ; Turn on the verbose messages of webdav\n"
1748+" * debug = True ; Turn on the debugging messages of webdav\n"
1749+" * since the messages are routed to the python logging, with\n"
1750+" * levels \"debug\" and \"debug_rpc\" respectively, you can leave\n"
1751+" * these options on\n"
1752+"\n"
1753+"Also implements IETF RFC 5785 for services discovery on a http server,\n"
1754+"which needs explicit configuration in openerp-server.conf too.\n"
1755+msgstr ""
1756+
1757+#. module: base
1758+#: model:ir.module.category,name:base.module_category_purchase_management
1759+#: model:ir.ui.menu,name:base.menu_purchase_root
1760+msgid "Purchases"
1761+msgstr ""
1762+
1763+#. module: base
1764+#: model:res.country,name:base.md
1765+msgid "Moldavia"
1766+msgstr ""
1767+
1768+#. module: base
1769+#: model:ir.module.module,description:base.module_base_iban
1770+msgid ""
1771+"\n"
1772+"This module installs the base for IBAN (International Bank Account Number) "
1773+"bank accounts and checks for it's validity.\n"
1774+"============================================================================="
1775+"=========================================\n"
1776+"\n"
1777+"The ability to extract the correctly represented local accounts from IBAN "
1778+"accounts \n"
1779+"with a single statement.\n"
1780+" "
1781+msgstr ""
1782+
1783+#. module: base
1784+#: view:ir.module.module:0
1785+msgid "Features"
1786+msgstr ""
1787+
1788+#. module: base
1789+#: view:ir.attachment:0
1790+msgid "Data"
1791+msgstr ""
1792+
1793+#. module: base
1794+#: model:ir.module.module,description:base.module_portal_claim
1795+msgid ""
1796+"\n"
1797+"This module adds claim menu and features to your portal if claim and portal "
1798+"are installed.\n"
1799+"============================================================================="
1800+"=============\n"
1801+" "
1802+msgstr ""
1803+
1804+#. module: base
1805+#: report:ir.module.reference:0
1806+msgid "Version"
1807+msgstr ""
1808+
1809+#. module: base
1810+#: help:res.users,action_id:0
1811+msgid ""
1812+"If specified, this action will be opened at logon for this user, in addition "
1813+"to the standard menu."
1814+msgstr ""
1815+
1816+#. module: base
1817+#: model:res.country,name:base.mf
1818+msgid "Saint Martin (French part)"
1819+msgstr ""
1820+
1821+#. module: base
1822+#: model:ir.model,name:base.model_ir_exports
1823+msgid "ir.exports"
1824+msgstr ""
1825+
1826+#. module: base
1827+#: model:ir.module.module,description:base.module_l10n_lu
1828+msgid ""
1829+"\n"
1830+"This is the base module to manage the accounting chart for Luxembourg.\n"
1831+"======================================================================\n"
1832+"\n"
1833+" * the Luxembourg Official Chart of Accounts (law of June 2009 + 2011 "
1834+"chart and Taxes),\n"
1835+" * the Tax Code Chart for Luxembourg\n"
1836+" * the main taxes used in Luxembourg\n"
1837+" * default fiscal position for local, intracom, extracom "
1838+msgstr ""
1839+
1840+#. module: base
1841+#: code:addons/base/module/wizard/base_update_translations.py:39
1842+#, python-format
1843+msgid "No language with code \"%s\" exists"
1844+msgstr ""
1845+
1846+#. module: base
1847+#: model:ir.module.category,name:base.module_category_social_network
1848+#: model:ir.module.module,shortdesc:base.module_mail
1849+msgid "Social Network"
1850+msgstr ""
1851+
1852+#. module: base
1853+#: view:res.lang:0
1854+msgid "%Y - Year with century."
1855+msgstr ""
1856+
1857+#. module: base
1858+#: view:res.company:0
1859+msgid "Report Footer Configuration"
1860+msgstr ""
1861+
1862+#. module: base
1863+#: field:ir.translation,comments:0
1864+msgid "Translation comments"
1865+msgstr ""
1866+
1867+#. module: base
1868+#: model:ir.module.module,description:base.module_lunch
1869+msgid ""
1870+"\n"
1871+"The base module to manage lunch.\n"
1872+"================================\n"
1873+"\n"
1874+"Many companies order sandwiches, pizzas and other, from usual suppliers, for "
1875+"their employees to offer them more facilities. \n"
1876+"\n"
1877+"However lunches management within the company requires proper administration "
1878+"especially when the number of employees or suppliers is important. \n"
1879+"\n"
1880+"The “Lunch Order” module has been developed to make this management easier "
1881+"but also to offer employees more tools and usability. \n"
1882+"\n"
1883+"In addition to a full meal and supplier management, this module offers the "
1884+"possibility to display warning and provides quick order selection based on "
1885+"employee’s preferences.\n"
1886+"\n"
1887+"If you want to save your employees' time and avoid them to always have coins "
1888+"in their pockets, this module is essential.\n"
1889+" "
1890+msgstr ""
1891+
1892+#. module: base
1893+#: view:wizard.ir.model.menu.create:0
1894+msgid "Create _Menu"
1895+msgstr ""
1896+
1897+#. module: base
1898+#: help:ir.actions.server,trigger_obj_id:0
1899+msgid ""
1900+"The field on the current object that links to the target object record (must "
1901+"be a many2one, or an integer field with the record ID)"
1902+msgstr ""
1903+
1904+#. module: base
1905+#: model:ir.model,name:base.model_res_bank
1906+#: view:res.bank:0
1907+#: field:res.partner.bank,bank:0
1908+msgid "Bank"
1909+msgstr ""
1910+
1911+#. module: base
1912+#: model:ir.model,name:base.model_ir_exports_line
1913+msgid "ir.exports.line"
1914+msgstr ""
1915+
1916+#. module: base
1917+#: model:ir.module.category,description:base.module_category_purchase_management
1918+msgid ""
1919+"Helps you manage your purchase-related processes such as requests for "
1920+"quotations, supplier invoices, etc..."
1921+msgstr ""
1922+
1923+#. module: base
1924+#: help:res.partner,website:0
1925+msgid "Website of Partner or Company"
1926+msgstr ""
1927+
1928+#. module: base
1929+#: help:base.language.install,overwrite:0
1930+msgid ""
1931+"If you check this box, your customized translations will be overwritten and "
1932+"replaced by the official ones."
1933+msgstr ""
1934+
1935+#. module: base
1936+#: model:ir.actions.act_window,help:base.action_res_partner_bank_account_form
1937+msgid ""
1938+"<p class=\"oe_view_nocontent_create\">\n"
1939+" Click to create a bank account.\n"
1940+" </p><p>\n"
1941+" Configure your company's bank accounts and select those that "
1942+"must appear on the report footer.\n"
1943+" You can reorder bank accounts from the list view.\n"
1944+" </p>\n"
1945+" <p>\n"
1946+" If you use the accounting application of OpenERP, journals "
1947+"and accounts will be created automatically based on these data.\n"
1948+" </p> \n"
1949+" "
1950+msgstr ""
1951+
1952+#. module: base
1953+#: model:ir.actions.act_window,name:base.ir_action_report_xml
1954+#: field:ir.module.module,reports_by_module:0
1955+#: model:ir.ui.menu,name:base.menu_ir_action_report_xml
1956+msgid "Reports"
1957+msgstr ""
1958+
1959+#. module: base
1960+#: help:ir.actions.act_window.view,multi:0
1961+#: help:ir.actions.report.xml,multi:0
1962+msgid ""
1963+"If set to true, the action will not be displayed on the right toolbar of a "
1964+"form view."
1965+msgstr ""
1966+
1967+#. module: base
1968+#: field:workflow,on_create:0
1969+msgid "On Create"
1970+msgstr ""
1971+
1972+#. module: base
1973+#: code:addons/base/ir/ir_model.py:913
1974+#, python-format
1975+msgid ""
1976+"'%s' contains too many dots. XML ids should not contain dots ! These are "
1977+"used to refer to other modules data, as in module.reference_id"
1978+msgstr ""
1979+
1980+#. module: base
1981+#: code:addons/base/ir/ir_model.py:85
1982+#, python-format
1983+msgid "Invalid Search Criteria"
1984+msgstr ""
1985+
1986+#. module: base
1987+#: field:res.users,login:0
1988+msgid "Login"
1989+msgstr ""
1990+
1991+#. module: base
1992+#: view:ir.actions.server:0
1993+msgid ""
1994+"Access all the fields related to the current object using expressions, i.e. "
1995+"object.partner_id.name "
1996+msgstr ""
1997+
1998+#. module: base
1999+#: model:ir.module.module,shortdesc:base.module_portal_project_issue
2000+msgid "Portal Issue"
2001+msgstr ""
2002+
2003+#. module: base
2004+#: model:ir.ui.menu,name:base.menu_tools
2005+msgid "Tools"
2006+msgstr ""
2007+
2008+#. module: base
2009+#: selection:ir.property,type:0
2010+msgid "Float"
2011+msgstr ""
2012+
2013+#. module: base
2014+#: help:ir.actions.todo,type:0
2015+msgid ""
2016+"Manual: Launched manually.\n"
2017+"Automatic: Runs whenever the system is reconfigured.\n"
2018+"Launch Manually Once: after having been launched manually, it sets "
2019+"automatically to Done."
2020+msgstr ""
2021+
2022+#. module: base
2023+#: field:res.partner,image_small:0
2024+msgid "Small-sized image"
2025+msgstr ""
2026+
2027+#. module: base
2028+#: model:ir.module.module,shortdesc:base.module_stock
2029+msgid "Warehouse Management"
2030+msgstr ""
2031+
2032+#. module: base
2033+#: model:ir.model,name:base.model_res_request_link
2034+msgid "res.request.link"
2035+msgstr ""
2036+
2037+#. module: base
2038+#: field:ir.actions.wizard,name:0
2039+msgid "Wizard Info"
2040+msgstr ""
2041+
2042+#. module: base
2043+#: model:ir.actions.act_window,name:base.action_wizard_lang_export
2044+#: model:ir.ui.menu,name:base.menu_wizard_lang_export
2045+msgid "Export Translation"
2046+msgstr ""
2047+
2048+#. module: base
2049+#: model:ir.actions.act_window,name:base.action_server_action
2050+#: view:ir.actions.server:0
2051+#: model:ir.ui.menu,name:base.menu_server_action
2052+msgid "Server Actions"
2053+msgstr ""
2054+
2055+#. module: base
2056+#: model:ir.module.module,shortdesc:base.module_l10n_lu
2057+msgid "Luxembourg - Accounting"
2058+msgstr ""
2059+
2060+#. module: base
2061+#: model:res.country,name:base.tp
2062+msgid "East Timor"
2063+msgstr ""
2064+
2065+#. module: base
2066+#: field:workflow.transition,act_to:0
2067+msgid "Destination Activity"
2068+msgstr ""
2069+
2070+#. module: base
2071+#: code:addons/base/module/module.py:414
2072+#: view:ir.module.module:0
2073+#, python-format
2074+msgid "Install"
2075+msgstr ""
2076+
2077+#. module: base
2078+#: field:res.currency,accuracy:0
2079+msgid "Computational Accuracy"
2080+msgstr ""
2081+
2082+#. module: base
2083+#: model:ir.module.module,description:base.module_l10n_at
2084+msgid ""
2085+"\n"
2086+"This module provides the standard Accounting Chart for Austria which is "
2087+"based on the Template from BMF.gv.at.\n"
2088+"============================================================================="
2089+"================================ \n"
2090+"Please keep in mind that you should review and adapt it with your "
2091+"Accountant, before using it in a live Environment.\n"
2092+msgstr ""
2093+
2094+#. module: base
2095+#: model:res.country,name:base.kg
2096+msgid "Kyrgyz Republic (Kyrgyzstan)"
2097+msgstr ""
2098+
2099+#. module: base
2100+#: model:ir.module.module,description:base.module_account_accountant
2101+msgid ""
2102+"\n"
2103+"Accounting Access Rights\n"
2104+"========================\n"
2105+"It gives the Administrator user access to all accounting features such as "
2106+"journal items and the chart of accounts.\n"
2107+"\n"
2108+"It assigns manager and user access rights to the Administrator and only user "
2109+"rights to the Demo user. \n"
2110+msgstr ""
2111+
2112+#. module: base
2113+#: view:ir.sequence:0
2114+msgid "Day: %(day)s"
2115+msgstr ""
2116+
2117+#. module: base
2118+#: model:ir.module.category,description:base.module_category_point_of_sale
2119+msgid ""
2120+"Helps you get the most out of your points of sales with fast sale encoding, "
2121+"simplified payment mode encoding, automatic picking lists generation and "
2122+"more."
2123+msgstr ""
2124+
2125+#. module: base
2126+#: code:addons/base/ir/ir_fields.py:164
2127+#, python-format
2128+msgid "Unknown value '%s' for boolean field '%%(field)s', assuming '%s'"
2129+msgstr ""
2130+
2131+#. module: base
2132+#: model:res.country,name:base.nl
2133+msgid "Netherlands"
2134+msgstr ""
2135+
2136+#. module: base
2137+#: model:ir.module.module,shortdesc:base.module_portal_event
2138+msgid "Portal Event"
2139+msgstr ""
2140+
2141+#. module: base
2142+#: selection:ir.translation,state:0
2143+msgid "Translation in Progress"
2144+msgstr ""
2145+
2146+#. module: base
2147+#: model:ir.model,name:base.model_ir_rule
2148+msgid "ir.rule"
2149+msgstr ""
2150+
2151+#. module: base
2152+#: selection:ir.cron,interval_type:0
2153+msgid "Days"
2154+msgstr ""
2155+
2156+#. module: base
2157+#: model:ir.module.module,summary:base.module_fleet
2158+msgid "Vehicle, leasing, insurances, costs"
2159+msgstr ""
2160+
2161+#. module: base
2162+#: view:ir.model.access:0
2163+#: field:ir.model.access,perm_read:0
2164+msgid "Read Access"
2165+msgstr ""
2166+
2167+#. module: base
2168+#: help:ir.attachment,res_id:0
2169+msgid "The record id this is attached to"
2170+msgstr ""
2171+
2172+#. module: base
2173+#: model:ir.module.module,description:base.module_share
2174+msgid ""
2175+"\n"
2176+"This module adds generic sharing tools to your current OpenERP database.\n"
2177+"========================================================================\n"
2178+"\n"
2179+"It specifically adds a 'share' button that is available in the Web client "
2180+"to\n"
2181+"share any kind of OpenERP data with colleagues, customers, friends.\n"
2182+"\n"
2183+"The system will work by creating new users and groups on the fly, and by\n"
2184+"combining the appropriate access rights and ir.rules to ensure that the "
2185+"shared\n"
2186+"users only have access to the data that has been shared with them.\n"
2187+"\n"
2188+"This is extremely useful for collaborative work, knowledge sharing,\n"
2189+"synchronization with other companies.\n"
2190+" "
2191+msgstr ""
2192+
2193+#. module: base
2194+#: model:ir.module.module,shortdesc:base.module_process
2195+msgid "Enterprise Process"
2196+msgstr ""
2197+
2198+#. module: base
2199+#: help:res.partner,supplier:0
2200+msgid ""
2201+"Check this box if this contact is a supplier. If it's not checked, purchase "
2202+"people will not see it when encoding a purchase order."
2203+msgstr ""
2204+
2205+#. module: base
2206+#: model:ir.module.module,shortdesc:base.module_hr_evaluation
2207+msgid "Employee Appraisals"
2208+msgstr ""
2209+
2210+#. module: base
2211+#: selection:ir.actions.server,state:0
2212+msgid "Write Object"
2213+msgstr ""
2214+
2215+#. module: base
2216+#: code:addons/base/res/res_company.py:68
2217+#, python-format
2218+msgid " (copy)"
2219+msgstr ""
2220+
2221+#. module: base
2222+#: model:res.country,name:base.tm
2223+msgid "Turkmenistan"
2224+msgstr ""
2225+
2226+#. module: base
2227+#: view:res.lang:0
2228+msgid "7. %H:%M:%S ==> 18:25:20"
2229+msgstr ""
2230+
2231+#. module: base
2232+#: view:res.partner:0
2233+#: field:res.partner.category,partner_ids:0
2234+msgid "Partners"
2235+msgstr ""
2236+
2237+#. module: base
2238+#: field:res.partner.category,parent_left:0
2239+msgid "Left parent"
2240+msgstr ""
2241+
2242+#. module: base
2243+#: model:ir.module.module,shortdesc:base.module_project_mrp
2244+msgid "Create Tasks on SO"
2245+msgstr ""
2246+
2247+#. module: base
2248+#: code:addons/base/ir/ir_model.py:320
2249+#, python-format
2250+msgid "This column contains module data and cannot be removed!"
2251+msgstr ""
2252+
2253+#. module: base
2254+#: field:res.partner.bank,footer:0
2255+msgid "Display on Reports"
2256+msgstr ""
2257+
2258+#. module: base
2259+#: model:ir.module.module,description:base.module_project_timesheet
2260+msgid ""
2261+"\n"
2262+"Synchronization of project task work entries with timesheet entries.\n"
2263+"====================================================================\n"
2264+"\n"
2265+"This module lets you transfer the entries under tasks defined for Project\n"
2266+"Management to the Timesheet line entries for particular date and particular "
2267+"user\n"
2268+"with the effect of creating, editing and deleting either ways.\n"
2269+" "
2270+msgstr ""
2271+
2272+#. module: base
2273+#: model:ir.model,name:base.model_ir_model_access
2274+msgid "ir.model.access"
2275+msgstr ""
2276+
2277+#. module: base
2278+#: model:ir.module.module,description:base.module_l10n_multilang
2279+msgid ""
2280+"\n"
2281+" * Multi language support for Chart of Accounts, Taxes, Tax Codes, "
2282+"Journals,\n"
2283+" Accounting Templates, Analytic Chart of Accounts and Analytic "
2284+"Journals.\n"
2285+" * Setup wizard changes\n"
2286+" - Copy translations for COA, Tax, Tax Code and Fiscal Position from\n"
2287+" templates to target objects.\n"
2288+" "
2289+msgstr ""
2290+
2291+#. module: base
2292+#: field:workflow.transition,act_from:0
2293+msgid "Source Activity"
2294+msgstr ""
2295+
2296+#. module: base
2297+#: view:ir.sequence:0
2298+msgid "Legend (for prefix, suffix)"
2299+msgstr ""
2300+
2301+#. module: base
2302+#: selection:ir.server.object.lines,type:0
2303+msgid "Formula"
2304+msgstr ""
2305+
2306+#. module: base
2307+#: code:addons/base/res/res_users.py:311
2308+#, python-format
2309+msgid "Can not remove root user!"
2310+msgstr ""
2311+
2312+#. module: base
2313+#: model:res.country,name:base.mw
2314+msgid "Malawi"
2315+msgstr ""
2316+
2317+#. module: base
2318+#: model:ir.module.module,description:base.module_l10n_ec
2319+msgid ""
2320+"\n"
2321+"This is the base module to manage the accounting chart for Ecuador in "
2322+"OpenERP.\n"
2323+"============================================================================="
2324+"=\n"
2325+"\n"
2326+"Accounting chart and localization for Ecuador.\n"
2327+" "
2328+msgstr ""
2329+
2330+#. module: base
2331+#: code:addons/base/ir/ir_filters.py:36
2332+#: code:addons/base/res/res_partner.py:339
2333+#: code:addons/base/res/res_users.py:92
2334+#: code:addons/base/res/res_users.py:335
2335+#: code:addons/base/res/res_users.py:337
2336+#, python-format
2337+msgid "%s (copy)"
2338+msgstr ""
2339+
2340+#. module: base
2341+#: model:ir.module.module,shortdesc:base.module_account_chart
2342+msgid "Template of Charts of Accounts"
2343+msgstr ""
2344+
2345+#. module: base
2346+#: field:res.partner,type:0
2347+msgid "Address Type"
2348+msgstr ""
2349+
2350+#. module: base
2351+#: model:res.country,name:base.dj
2352+msgid "Djibouti"
2353+msgstr ""
2354+
2355+#. module: base
2356+#: field:ir.ui.menu,complete_name:0
2357+msgid "Full Path"
2358+msgstr ""
2359+
2360+#. module: base
2361+#: view:base.language.export:0
2362+msgid "The next step depends on the file format:"
2363+msgstr ""
2364+
2365+#. module: base
2366+#: view:res.lang:0
2367+msgid ""
2368+"%U - Week number of the year (Sunday as the first day of the week) as a "
2369+"decimal number [00,53]. All days in a new year preceding the first Sunday "
2370+"are considered to be in week 0."
2371+msgstr ""
2372+
2373+#. module: base
2374+#: view:base.language.export:0
2375+msgid "PO(T) format: you should edit it with a PO editor such as"
2376+msgstr ""
2377+
2378+#. module: base
2379+#: model:ir.ui.menu,name:base.menu_administration
2380+#: model:res.groups,name:base.group_system
2381+msgid "Settings"
2382+msgstr ""
2383+
2384+#. module: base
2385+#: selection:ir.actions.act_window,view_type:0
2386+#: selection:ir.actions.act_window.view,view_mode:0
2387+#: view:ir.ui.view:0
2388+#: selection:ir.ui.view,type:0
2389+msgid "Tree"
2390+msgstr ""
2391+
2392+#. module: base
2393+#: view:ir.actions.server:0
2394+msgid "Create / Write / Copy"
2395+msgstr ""
2396+
2397+#. module: base
2398+#: view:ir.sequence:0
2399+msgid "Second: %(sec)s"
2400+msgstr ""
2401+
2402+#. module: base
2403+#: field:ir.actions.act_window,view_mode:0
2404+msgid "View Mode"
2405+msgstr ""
2406+
2407+#. module: base
2408+#: help:res.partner.bank,footer:0
2409+msgid ""
2410+"Display this bank account on the footer of printed documents like invoices "
2411+"and sales orders."
2412+msgstr ""
2413+
2414+#. module: base
2415+#: selection:base.language.install,lang:0
2416+msgid "Spanish / Español"
2417+msgstr ""
2418+
2419+#. module: base
2420+#: selection:base.language.install,lang:0
2421+msgid "Korean (KP) / 한국어 (KP)"
2422+msgstr ""
2423+
2424+#. module: base
2425+#: model:ir.module.module,shortdesc:base.module_l10n_vn
2426+msgid "Vietnam Chart of Accounts"
2427+msgstr ""
2428+
2429+#. module: base
2430+#: model:res.country,name:base.ax
2431+msgid "Åland Islands"
2432+msgstr ""
2433+
2434+#. module: base
2435+#: field:res.company,logo:0
2436+msgid "Logo"
2437+msgstr ""
2438+
2439+#. module: base
2440+#: model:ir.module.module,shortdesc:base.module_l10n_cr
2441+msgid "Costa Rica - Accounting"
2442+msgstr ""
2443+
2444+#. module: base
2445+#: selection:ir.actions.act_url,target:0
2446+#: selection:ir.actions.act_window,target:0
2447+msgid "New Window"
2448+msgstr ""
2449+
2450+#. module: base
2451+#: field:ir.values,action_id:0
2452+msgid "Action (change only)"
2453+msgstr ""
2454+
2455+#. module: base
2456+#: model:ir.module.module,shortdesc:base.module_subscription
2457+msgid "Recurring Documents"
2458+msgstr ""
2459+
2460+#. module: base
2461+#: model:res.country,name:base.bs
2462+msgid "Bahamas"
2463+msgstr ""
2464+
2465+#. module: base
2466+#: field:ir.rule,perm_create:0
2467+msgid "Apply for Create"
2468+msgstr ""
2469+
2470+#. module: base
2471+#: model:ir.module.category,name:base.module_category_tools
2472+msgid "Extra Tools"
2473+msgstr ""
2474+
2475+#. module: base
2476+#: view:ir.attachment:0
2477+msgid "Attachment"
2478+msgstr ""
2479+
2480+#. module: base
2481+#: model:res.country,name:base.ie
2482+msgid "Ireland"
2483+msgstr ""
2484+
2485+#. module: base
2486+#: help:res.company,rml_header1:0
2487+msgid ""
2488+"Appears by default on the top right corner of your printed documents (report "
2489+"header)."
2490+msgstr ""
2491+
2492+#. module: base
2493+#: field:base.module.update,update:0
2494+msgid "Number of modules updated"
2495+msgstr ""
2496+
2497+#. module: base
2498+#: field:ir.cron,function:0
2499+msgid "Method"
2500+msgstr ""
2501+
2502+#. module: base
2503+#: model:ir.module.module,shortdesc:base.module_auth_crypt
2504+msgid "Password Encryption"
2505+msgstr ""
2506+
2507+#. module: base
2508+#: view:workflow.activity:0
2509+msgid "Workflow Activity"
2510+msgstr ""
2511+
2512+#. module: base
2513+#: model:ir.module.module,description:base.module_hr_timesheet_sheet
2514+msgid ""
2515+"\n"
2516+"Record and validate timesheets and attendances easily\n"
2517+"=====================================================\n"
2518+"\n"
2519+"This application supplies a new screen enabling you to manage both "
2520+"attendances (Sign in/Sign out) and your work encoding (timesheet) by period. "
2521+"Timesheet entries are made by employees each day. At the end of the defined "
2522+"period, employees validate their sheet and the manager must then approve his "
2523+"team's entries. Periods are defined in the company forms and you can set "
2524+"them to run monthly or weekly.\n"
2525+"\n"
2526+"The complete timesheet validation process is:\n"
2527+"---------------------------------------------\n"
2528+"* Draft sheet\n"
2529+"* Confirmation at the end of the period by the employee\n"
2530+"* Validation by the project manager\n"
2531+"\n"
2532+"The validation can be configured in the company:\n"
2533+"------------------------------------------------\n"
2534+"* Period size (Day, Week, Month)\n"
2535+"* Maximal difference between timesheet and attendances\n"
2536+" "
2537+msgstr ""
2538+
2539+#. module: base
2540+#: code:addons/base/ir/ir_fields.py:341
2541+#, python-format
2542+msgid ""
2543+"No matching record found for %(field_type)s '%(value)s' in field '%%(field)s'"
2544+msgstr ""
2545+
2546+#. module: base
2547+#: field:change.password.user,new_passwd:0
2548+msgid "New Password"
2549+msgstr ""
2550+
2551+#. module: base
2552+#: model:ir.actions.act_window,help:base.action_ui_view
2553+msgid ""
2554+"Views allows you to personalize each view of OpenERP. You can add new "
2555+"fields, move fields, rename them or delete the ones that you do not need."
2556+msgstr ""
2557+
2558+#. module: base
2559+#: model:ir.module.module,shortdesc:base.module_base_setup
2560+msgid "Initial Setup Tools"
2561+msgstr ""
2562+
2563+#. module: base
2564+#: field:ir.actions.act_window,groups_id:0
2565+#: model:ir.actions.act_window,name:base.action_res_groups
2566+#: field:ir.actions.report.xml,groups_id:0
2567+#: view:ir.actions.todo:0
2568+#: field:ir.actions.todo,groups_id:0
2569+#: field:ir.actions.wizard,groups_id:0
2570+#: view:ir.model:0
2571+#: field:ir.model.fields,groups:0
2572+#: field:ir.rule,groups:0
2573+#: view:ir.ui.menu:0
2574+#: field:ir.ui.menu,groups_id:0
2575+#: model:ir.ui.menu,name:base.menu_action_res_groups
2576+#: view:ir.ui.view:0
2577+#: field:ir.ui.view,groups_id:0
2578+#: view:res.groups:0
2579+#: field:res.users,groups_id:0
2580+msgid "Groups"
2581+msgstr ""
2582+
2583+#. module: base
2584+#: selection:base.language.install,lang:0
2585+msgid "Spanish (CL) / Español (CL)"
2586+msgstr ""
2587+
2588+#. module: base
2589+#: model:res.country,name:base.bz
2590+msgid "Belize"
2591+msgstr ""
2592+
2593+#. module: base
2594+#: help:ir.actions.report.xml,header:0
2595+msgid "Add or not the corporate RML header"
2596+msgstr ""
2597+
2598+#. module: base
2599+#: model:ir.module.module,description:base.module_portal_anonymous
2600+msgid ""
2601+"\n"
2602+"Allow anonymous to Access Portal.\n"
2603+"=================================\n"
2604+" "
2605+msgstr ""
2606+
2607+#. module: base
2608+#: model:res.country,name:base.ge
2609+msgid "Georgia"
2610+msgstr ""
2611+
2612+#. module: base
2613+#: model:ir.module.module,description:base.module_l10n_be_invoice_bba
2614+msgid ""
2615+"\n"
2616+" \n"
2617+"Belgian localization for in- and outgoing invoices (prereq to "
2618+"account_coda):\n"
2619+"============================================================================"
2620+"\n"
2621+" - Rename 'reference' field labels to 'Communication'\n"
2622+" - Add support for Belgian Structured Communication\n"
2623+"\n"
2624+"A Structured Communication can be generated automatically on outgoing "
2625+"invoices according to the following algorithms:\n"
2626+"-----------------------------------------------------------------------------"
2627+"----------------------------------------\n"
2628+" 1) Random : +++RRR/RRRR/RRRDD+++\n"
2629+" **R..R =** Random Digits, **DD =** Check Digits\n"
2630+" 2) Date : +++DOY/YEAR/SSSDD+++\n"
2631+" **DOY =** Day of the Year, **SSS =** Sequence Number, **DD =** Check "
2632+"Digits\n"
2633+" 3) Customer Reference +++RRR/RRRR/SSSDDD+++\n"
2634+" **R..R =** Customer Reference without non-numeric characters, **SSS "
2635+"=** Sequence Number, **DD =** Check Digits \n"
2636+" \n"
2637+"The preferred type of Structured Communication and associated Algorithm can "
2638+"be\n"
2639+"specified on the Partner records. A 'random' Structured Communication will\n"
2640+"generated if no algorithm is specified on the Partner record. \n"
2641+"\n"
2642+" "
2643+msgstr ""
2644+
2645+#. module: base
2646+#: model:res.country,name:base.pl
2647+msgid "Poland"
2648+msgstr ""
2649+
2650+#. module: base
2651+#: help:ir.actions.act_window,view_mode:0
2652+msgid ""
2653+"Comma-separated list of allowed view modes, such as 'form', 'tree', "
2654+"'calendar', etc. (Default: tree,form)"
2655+msgstr ""
2656+
2657+#. module: base
2658+#: code:addons/orm.py:3843
2659+#, python-format
2660+msgid "A document was modified since you last viewed it (%s:%d)"
2661+msgstr ""
2662+
2663+#. module: base
2664+#: view:workflow:0
2665+msgid "Workflow Editor"
2666+msgstr ""
2667+
2668+#. module: base
2669+#: selection:ir.module.module,state:0
2670+#: selection:ir.module.module.dependency,state:0
2671+msgid "To be removed"
2672+msgstr ""
2673+
2674+#. module: base
2675+#: model:ir.model,name:base.model_ir_sequence
2676+msgid "ir.sequence"
2677+msgstr ""
2678+
2679+#. module: base
2680+#: help:ir.actions.server,expression:0
2681+msgid ""
2682+"Enter the field/expression that will return the list. E.g. select the sale "
2683+"order in Object, and you can have loop on the sales order line. Expression = "
2684+"`object.order_line`."
2685+msgstr ""
2686+
2687+#. module: base
2688+#: field:ir.mail_server,smtp_debug:0
2689+msgid "Debugging"
2690+msgstr ""
2691+
2692+#. module: base
2693+#: model:ir.module.module,description:base.module_crm_helpdesk
2694+msgid ""
2695+"\n"
2696+"Helpdesk Management.\n"
2697+"====================\n"
2698+"\n"
2699+"Like records and processing of claims, Helpdesk and Support are good tools\n"
2700+"to trace your interventions. This menu is more adapted to oral "
2701+"communication,\n"
2702+"which is not necessarily related to a claim. Select a customer, add notes\n"
2703+"and categorize your interventions with a channel and a priority level.\n"
2704+" "
2705+msgstr ""
2706+
2707+#. module: base
2708+#: help:ir.actions.act_window,view_type:0
2709+msgid ""
2710+"View type: Tree type to use for the tree view, set to 'tree' for a "
2711+"hierarchical tree view, or 'form' for a regular list view"
2712+msgstr ""
2713+
2714+#. module: base
2715+#: sql_constraint:ir.ui.view_sc:0
2716+msgid "Shortcut for this menu already exists!"
2717+msgstr ""
2718+
2719+#. module: base
2720+#: view:ir.rule:0
2721+msgid "Groups (no group = global)"
2722+msgstr ""
2723+
2724+#. module: base
2725+#: view:ir.module.module:0
2726+msgid "Extra"
2727+msgstr ""
2728+
2729+#. module: base
2730+#: model:res.country,name:base.st
2731+msgid "Saint Tome (Sao Tome) and Principe"
2732+msgstr ""
2733+
2734+#. module: base
2735+#: selection:res.partner,type:0
2736+msgid "Invoice"
2737+msgstr ""
2738+
2739+#. module: base
2740+#: model:ir.module.module,description:base.module_product
2741+msgid ""
2742+"\n"
2743+"This is the base module for managing products and pricelists in OpenERP.\n"
2744+"========================================================================\n"
2745+"\n"
2746+"Products support variants, different pricing methods, suppliers "
2747+"information,\n"
2748+"make to stock/order, different unit of measures, packaging and properties.\n"
2749+"\n"
2750+"Pricelists support:\n"
2751+"-------------------\n"
2752+" * Multiple-level of discount (by product, category, quantities)\n"
2753+" * Compute price based on different criteria:\n"
2754+" * Other pricelist\n"
2755+" * Cost price\n"
2756+" * List price\n"
2757+" * Supplier price\n"
2758+"\n"
2759+"Pricelists preferences by product and/or partners.\n"
2760+"\n"
2761+"Print product labels with barcode.\n"
2762+" "
2763+msgstr ""
2764+
2765+#. module: base
2766+#: model:ir.module.module,description:base.module_account_analytic_default
2767+msgid ""
2768+"\n"
2769+"Set default values for your analytic accounts.\n"
2770+"==============================================\n"
2771+"\n"
2772+"Allows to automatically select analytic accounts based on criterions:\n"
2773+"---------------------------------------------------------------------\n"
2774+" * Product\n"
2775+" * Partner\n"
2776+" * User\n"
2777+" * Company\n"
2778+" * Date\n"
2779+" "
2780+msgstr ""
2781+
2782+#. module: base
2783+#: model:res.country,name:base.bb
2784+msgid "Barbados"
2785+msgstr ""
2786+
2787+#. module: base
2788+#: model:res.country,name:base.mg
2789+msgid "Madagascar"
2790+msgstr ""
2791+
2792+#. module: base
2793+#: code:addons/base/ir/ir_model.py:127
2794+#, python-format
2795+msgid ""
2796+"The Object name must start with x_ and not contain any special character !"
2797+msgstr ""
2798+
2799+#. module: base
2800+#: model:ir.module.module,shortdesc:base.module_auth_oauth_signup
2801+msgid "Signup with OAuth2 Authentication"
2802+msgstr ""
2803+
2804+#. module: base
2805+#: selection:ir.model,state:0
2806+msgid "Custom Object"
2807+msgstr ""
2808+
2809+#. module: base
2810+#: model:ir.actions.act_window,name:base.action_menu_admin
2811+#: view:ir.ui.menu:0
2812+#: field:ir.ui.menu,name:0
2813+msgid "Menu"
2814+msgstr ""
2815+
2816+#. module: base
2817+#: field:res.currency,rate:0
2818+msgid "Current Rate"
2819+msgstr ""
2820+
2821+#. module: base
2822+#: selection:base.language.install,lang:0
2823+msgid "Greek / Ελληνικά"
2824+msgstr ""
2825+
2826+#. module: base
2827+#: field:res.company,custom_footer:0
2828+msgid "Custom Footer"
2829+msgstr ""
2830+
2831+#. module: base
2832+#: model:ir.module.module,shortdesc:base.module_sale_crm
2833+msgid "Opportunity to Quotation"
2834+msgstr ""
2835+
2836+#. module: base
2837+#: model:ir.module.module,description:base.module_sale_analytic_plans
2838+msgid ""
2839+"\n"
2840+"The base module to manage analytic distribution and sales orders.\n"
2841+"=================================================================\n"
2842+"\n"
2843+"Using this module you will be able to link analytic accounts to sales "
2844+"orders.\n"
2845+" "
2846+msgstr ""
2847+
2848+#. module: base
2849+#: model:ir.module.module,description:base.module_l10n_us
2850+msgid ""
2851+"\n"
2852+"United States - Chart of accounts.\n"
2853+"==================================\n"
2854+" "
2855+msgstr ""
2856+
2857+#. module: base
2858+#: field:ir.actions.act_url,target:0
2859+msgid "Action Target"
2860+msgstr ""
2861+
2862+#. module: base
2863+#: model:ir.module.module,description:base.module_account_report_company
2864+msgid ""
2865+"\n"
2866+"Add an extra Company dimension on Invoices for consolidated Invoice "
2867+"Analysis\n"
2868+"============================================================================"
2869+"\n"
2870+"\n"
2871+"By default Customer and Supplier invoices can be linked to a contact within\n"
2872+"a company, but the company is not a direct reference in the database "
2873+"structure for\n"
2874+"invoices. Journal Entries are however always linked to the company and not "
2875+"to\n"
2876+"contacts, so that Accounts Payable and Receivable are always correct and "
2877+"consolidated\n"
2878+"at company level.\n"
2879+"\n"
2880+"When many different contacts/departments need to be invoiced within the same "
2881+"parent company,\n"
2882+"this can make reporting by Company more difficult: reports are directly "
2883+"based on the\n"
2884+"database structure and would not provide an aggregated company dimension.\n"
2885+"\n"
2886+"This modules solves the problem by adding an explicit company reference on "
2887+"invoices,\n"
2888+"automatically computed from the invoice contact, and use this new dimension\n"
2889+"when grouping the list of Invoices or the Invoice Analysis report by "
2890+"Partner. \n"
2891+"\n"
2892+"Note: this module will likely be removed for the next major OpenERP version "
2893+"and\n"
2894+"directly integrated in the core accounting. \n"
2895+msgstr ""
2896+
2897+#. module: base
2898+#: model:res.country,name:base.ai
2899+msgid "Anguilla"
2900+msgstr ""
2901+
2902+#. module: base
2903+#: model:ir.actions.report.xml,name:base.report_ir_model_overview
2904+msgid "Model Overview"
2905+msgstr ""
2906+
2907+#. module: base
2908+#: model:ir.module.module,shortdesc:base.module_product_margin
2909+msgid "Margins by Products"
2910+msgstr ""
2911+
2912+#. module: base
2913+#: model:ir.ui.menu,name:base.menu_invoiced
2914+msgid "Invoicing"
2915+msgstr ""
2916+
2917+#. module: base
2918+#: field:ir.ui.view_sc,name:0
2919+msgid "Shortcut Name"
2920+msgstr ""
2921+
2922+#. module: base
2923+#: field:res.partner,contact_address:0
2924+msgid "Complete Address"
2925+msgstr ""
2926+
2927+#. module: base
2928+#: help:ir.actions.act_window,limit:0
2929+msgid "Default limit for the list view"
2930+msgstr ""
2931+
2932+#. module: base
2933+#: model:ir.module.module,description:base.module_document
2934+msgid ""
2935+"\n"
2936+"This is a complete document management system.\n"
2937+"==============================================\n"
2938+" * User Authentication\n"
2939+" * Document Indexation:- .pptx and .docx files are not supported in "
2940+"Windows platform.\n"
2941+" * Dashboard for Document that includes:\n"
2942+" * New Files (list)\n"
2943+" * Files by Resource Type (graph)\n"
2944+" * Files by Partner (graph)\n"
2945+" * Files Size by Month (graph)\n"
2946+msgstr ""
2947+
2948+#. module: base
2949+#: view:ir.actions.report.xml:0
2950+msgid "RML Report"
2951+msgstr ""
2952+
2953+#. module: base
2954+#: model:ir.ui.menu,name:base.menu_translation_export
2955+msgid "Import / Export"
2956+msgstr ""
2957+
2958+#. module: base
2959+#: model:ir.module.module,description:base.module_sale
2960+msgid ""
2961+"\n"
2962+"Manage sales quotations and orders\n"
2963+"==================================\n"
2964+"\n"
2965+"This application allows you to manage your sales goals in an effective and "
2966+"efficient manner by keeping track of all sales orders and history.\n"
2967+"\n"
2968+"It handles the full sales workflow:\n"
2969+"\n"
2970+"* **Quotation** -> **Sales order** -> **Invoice**\n"
2971+"\n"
2972+"Preferences (only with Warehouse Management installed)\n"
2973+"------------------------------------------------------\n"
2974+"\n"
2975+"If you also installed the Warehouse Management, you can deal with the "
2976+"following preferences:\n"
2977+"\n"
2978+"* Shipping: Choice of delivery at once or partial delivery\n"
2979+"* Invoicing: choose how invoices will be paid\n"
2980+"* Incoterms: International Commercial terms\n"
2981+"\n"
2982+"You can choose flexible invoicing methods:\n"
2983+"\n"
2984+"* *On Demand*: Invoices are created manually from Sales Orders when needed\n"
2985+"* *On Delivery Order*: Invoices are generated from picking (delivery)\n"
2986+"* *Before Delivery*: A Draft invoice is created and must be paid before "
2987+"delivery\n"
2988+"\n"
2989+"\n"
2990+"The Dashboard for the Sales Manager will include\n"
2991+"------------------------------------------------\n"
2992+"* My Quotations\n"
2993+"* Monthly Turnover (Graph)\n"
2994+" "
2995+msgstr ""
2996+
2997+#. module: base
2998+#: field:ir.actions.act_window,res_id:0
2999+#: field:ir.model.data,res_id:0
3000+#: field:ir.translation,res_id:0
3001+#: field:ir.values,res_id:0
3002+msgid "Record ID"
3003+msgstr ""
3004+
3005+#. module: base
3006+#: field:ir.actions.server,email:0
3007+msgid "Email Address"
3008+msgstr ""
3009+
3010+#. module: base
3011+#: model:ir.module.module,description:base.module_google_docs
3012+msgid ""
3013+"\n"
3014+"Module to attach a google document to any model.\n"
3015+"================================================\n"
3016+msgstr ""
3017+
3018+#. module: base
3019+#: code:addons/base/ir/ir_fields.py:333
3020+#, python-format
3021+msgid "Found multiple matches for field '%%(field)s' (%d matches)"
3022+msgstr ""
3023+
3024+#. module: base
3025+#: selection:base.language.install,lang:0
3026+msgid "French (BE) / Français (BE)"
3027+msgstr ""
3028+
3029+#. module: base
3030+#: model:ir.module.module,description:base.module_l10n_pe
3031+msgid ""
3032+"\n"
3033+"Peruvian accounting chart and tax localization. According the PCGE 2010.\n"
3034+"========================================================================\n"
3035+"\n"
3036+"Plan contable peruano e impuestos de acuerdo a disposiciones vigentes de la\n"
3037+"SUNAT 2011 (PCGE 2010).\n"
3038+"\n"
3039+" "
3040+msgstr ""
3041+
3042+#. module: base
3043+#: view:ir.actions.server:0
3044+#: field:workflow.activity,action_id:0
3045+msgid "Server Action"
3046+msgstr ""
3047+
3048+#. module: base
3049+#: help:ir.actions.client,params:0
3050+msgid "Arguments sent to the client along withthe view tag"
3051+msgstr ""
3052+
3053+#. module: base
3054+#: model:ir.module.module,summary:base.module_contacts
3055+msgid "Contacts, People and Companies"
3056+msgstr ""
3057+
3058+#. module: base
3059+#: model:res.country,name:base.tt
3060+msgid "Trinidad and Tobago"
3061+msgstr ""
3062+
3063+#. module: base
3064+#: model:res.country,name:base.lv
3065+msgid "Latvia"
3066+msgstr ""
3067+
3068+#. module: base
3069+#: view:ir.actions.server:0
3070+msgid "Field Mappings"
3071+msgstr ""
3072+
3073+#. module: base
3074+#: view:base.language.export:0
3075+msgid "Export Translations"
3076+msgstr ""
3077+
3078+#. module: base
3079+#: model:ir.module.module,description:base.module_auth_crypt
3080+msgid ""
3081+"\n"
3082+"Ecrypted passwords\n"
3083+"==================\n"
3084+"\n"
3085+"Interaction with LDAP authentication:\n"
3086+"-------------------------------------\n"
3087+"This module is currently not compatible with the ``user_ldap`` module and\n"
3088+"will disable LDAP authentication completely if installed at the same time.\n"
3089+msgstr ""
3090+
3091+#. module: base
3092+#: model:res.groups,name:base.group_hr_manager
3093+#: model:res.groups,name:base.group_sale_manager
3094+#: model:res.groups,name:base.group_tool_manager
3095+msgid "Manager"
3096+msgstr ""
3097+
3098+#. module: base
3099+#: code:addons/base/ir/ir_model.py:726
3100+#, python-format
3101+msgid "Sorry, you are not allowed to access this document."
3102+msgstr ""
3103+
3104+#. module: base
3105+#: model:res.country,name:base.py
3106+msgid "Paraguay"
3107+msgstr ""
3108+
3109+#. module: base
3110+#: model:res.country,name:base.fj
3111+msgid "Fiji"
3112+msgstr ""
3113+
3114+#. module: base
3115+#: view:ir.actions.report.xml:0
3116+msgid "Report Xml"
3117+msgstr ""
3118+
3119+#. module: base
3120+#: model:ir.module.module,description:base.module_purchase
3121+msgid ""
3122+"\n"
3123+"Manage goods requirement by Purchase Orders easily\n"
3124+"==================================================\n"
3125+"\n"
3126+"Purchase management enables you to track your suppliers' price quotations "
3127+"and convert them into purchase orders if necessary.\n"
3128+"OpenERP has several methods of monitoring invoices and tracking the receipt "
3129+"of ordered goods. You can handle partial deliveries in OpenERP, so you can "
3130+"keep track of items that are still to be delivered in your orders, and you "
3131+"can issue reminders automatically.\n"
3132+"\n"
3133+"OpenERP’s replenishment management rules enable the system to generate draft "
3134+"purchase orders automatically, or you can configure it to run a lean process "
3135+"driven entirely by current production needs.\n"
3136+"\n"
3137+"Dashboard / Reports for Purchase Management will include:\n"
3138+"---------------------------------------------------------\n"
3139+"* Request for Quotations\n"
3140+"* Purchase Orders Waiting Approval \n"
3141+"* Monthly Purchases by Category\n"
3142+"* Receptions Analysis\n"
3143+"* Purchase Analysis\n"
3144+" "
3145+msgstr ""
3146+
3147+#. module: base
3148+#: model:ir.model,name:base.model_ir_actions_act_window_close
3149+msgid "ir.actions.act_window_close"
3150+msgstr ""
3151+
3152+#. module: base
3153+#: field:ir.server.object.lines,col1:0
3154+msgid "Destination"
3155+msgstr ""
3156+
3157+#. module: base
3158+#: model:res.country,name:base.lt
3159+msgid "Lithuania"
3160+msgstr ""
3161+
3162+#. module: base
3163+#: model:ir.module.module,description:base.module_web_graph
3164+msgid ""
3165+"\n"
3166+"Graph Views for Web Client.\n"
3167+"===========================\n"
3168+"\n"
3169+" * Parse a <graph> view but allows changing dynamically the presentation\n"
3170+" * Graph Types: pie, lines, areas, bars, radar\n"
3171+" * Stacked/Not Stacked for areas and bars\n"
3172+" * Legends: top, inside (top/left), hidden\n"
3173+" * Features: download as PNG or CSV, browse data grid, switch "
3174+"orientation\n"
3175+" * Unlimited \"Group By\" levels (not stacked), two cross level analysis "
3176+"(stacked)\n"
3177+msgstr ""
3178+
3179+#. module: base
3180+#: view:res.groups:0
3181+msgid "Inherited"
3182+msgstr ""
3183+
3184+#. module: base
3185+#: code:addons/base/ir/ir_fields.py:146
3186+#, python-format
3187+msgid "yes"
3188+msgstr ""
3189+
3190+#. module: base
3191+#: field:ir.model.fields,serialization_field_id:0
3192+msgid "Serialization Field"
3193+msgstr ""
3194+
3195+#. module: base
3196+#: model:ir.module.module,description:base.module_l10n_be_hr_payroll
3197+msgid ""
3198+"\n"
3199+"Belgian Payroll Rules.\n"
3200+"======================\n"
3201+"\n"
3202+" * Employee Details\n"
3203+" * Employee Contracts\n"
3204+" * Passport based Contract\n"
3205+" * Allowances/Deductions\n"
3206+" * Allow to configure Basic/Gross/Net Salary\n"
3207+" * Employee Payslip\n"
3208+" * Monthly Payroll Register\n"
3209+" * Integrated with Holiday Management\n"
3210+" * Salary Maj, ONSS, Withholding Tax, Child Allowance, ...\n"
3211+" "
3212+msgstr ""
3213+
3214+#. module: base
3215+#: code:addons/base/ir/ir_fields.py:174
3216+#, python-format
3217+msgid "'%s' does not seem to be an integer for field '%%(field)s'"
3218+msgstr ""
3219+
3220+#. module: base
3221+#: model:ir.module.category,description:base.module_category_report_designer
3222+msgid ""
3223+"Lets you install various tools to simplify and enhance OpenERP's report "
3224+"creation."
3225+msgstr ""
3226+
3227+#. module: base
3228+#: view:res.lang:0
3229+msgid "%y - Year without century [00,99]."
3230+msgstr ""
3231+
3232+#. module: base
3233+#: model:ir.module.module,description:base.module_account_anglo_saxon
3234+msgid ""
3235+"\n"
3236+"This module supports the Anglo-Saxon accounting methodology by changing the "
3237+"accounting logic with stock transactions.\n"
3238+"============================================================================="
3239+"========================================\n"
3240+"\n"
3241+"The difference between the Anglo-Saxon accounting countries and the Rhine \n"
3242+"(or also called Continental accounting) countries is the moment of taking \n"
3243+"the Cost of Goods Sold versus Cost of Sales. Anglo-Saxons accounting does \n"
3244+"take the cost when sales invoice is created, Continental accounting will \n"
3245+"take the cost at the moment the goods are shipped.\n"
3246+"\n"
3247+"This module will add this functionality by using a interim account, to \n"
3248+"store the value of shipped goods and will contra book this interim \n"
3249+"account when the invoice is created to transfer this amount to the \n"
3250+"debtor or creditor account. Secondly, price differences between actual \n"
3251+"purchase price and fixed product standard price are booked on a separate \n"
3252+"account."
3253+msgstr ""
3254+
3255+#. module: base
3256+#: model:res.country,name:base.si
3257+msgid "Slovenia"
3258+msgstr ""
3259+
3260+#. module: base
3261+#: model:ir.module.module,description:base.module_base_status
3262+msgid ""
3263+"\n"
3264+"This module handles state and stage. It is derived from the crm_base and "
3265+"crm_case classes from crm.\n"
3266+"============================================================================="
3267+"======================\n"
3268+"\n"
3269+" * ``base_state``: state management\n"
3270+" * ``base_stage``: stage management\n"
3271+" "
3272+msgstr ""
3273+
3274+#. module: base
3275+#: model:ir.module.module,shortdesc:base.module_web_linkedin
3276+msgid "LinkedIn Integration"
3277+msgstr ""
3278+
3279+#. module: base
3280+#: code:addons/orm.py:2021
3281+#: code:addons/orm.py:2032
3282+#, python-format
3283+msgid "Invalid Object Architecture!"
3284+msgstr ""
3285+
3286+#. module: base
3287+#: code:addons/base/ir/ir_model.py:372
3288+#: code:addons/base/ir/ir_model.py:374
3289+#: code:addons/base/ir/ir_model.py:404
3290+#: code:addons/base/ir/ir_model.py:418
3291+#: code:addons/base/ir/ir_model.py:420
3292+#: code:addons/base/ir/ir_model.py:422
3293+#: code:addons/base/ir/ir_model.py:429
3294+#: code:addons/base/ir/ir_model.py:432
3295+#: code:addons/base/module/wizard/base_module_import.py:58
3296+#: code:addons/base/module/wizard/base_module_import.py:66
3297+#: code:addons/base/module/wizard/base_update_translations.py:39
3298+#: code:addons/base/res/res_currency.py:52
3299+#, python-format
3300+msgid "Error!"
3301+msgstr ""
3302+
3303+#. module: base
3304+#: model:ir.module.module,shortdesc:base.module_l10n_fr_rib
3305+msgid "French RIB Bank Details"
3306+msgstr ""
3307+
3308+#. module: base
3309+#: view:res.lang:0
3310+msgid "%p - Equivalent of either AM or PM."
3311+msgstr ""
3312+
3313+#. module: base
3314+#: view:ir.actions.server:0
3315+msgid "Iteration Actions"
3316+msgstr ""
3317+
3318+#. module: base
3319+#: help:multi_company.default,company_id:0
3320+msgid "Company where the user is connected"
3321+msgstr ""
3322+
3323+#. module: base
3324+#: model:res.groups,comment:base.group_sale_manager
3325+msgid ""
3326+"the user will have an access to the sales configuration as well as statistic "
3327+"reports."
3328+msgstr ""
3329+
3330+#. module: base
3331+#: model:res.country,name:base.nz
3332+msgid "New Zealand"
3333+msgstr ""
3334+
3335+#. module: base
3336+#: field:ir.exports.line,name:0
3337+#: view:ir.model.fields:0
3338+#: field:res.partner.bank.type.field,name:0
3339+msgid "Field Name"
3340+msgstr ""
3341+
3342+#. module: base
3343+#: model:ir.actions.act_window,help:base.action_country
3344+msgid ""
3345+"Display and manage the list of all countries that can be assigned to your "
3346+"partner records. You can create or delete countries to make sure the ones "
3347+"you are working on will be maintained."
3348+msgstr ""
3349+
3350+#. module: base
3351+#: model:res.country,name:base.nf
3352+msgid "Norfolk Island"
3353+msgstr ""
3354+
3355+#. module: base
3356+#: selection:base.language.install,lang:0
3357+msgid "Korean (KR) / 한국어 (KR)"
3358+msgstr ""
3359+
3360+#. module: base
3361+#: help:ir.model.fields,model:0
3362+msgid "The technical name of the model this field belongs to"
3363+msgstr ""
3364+
3365+#. module: base
3366+#: field:ir.actions.server,action_id:0
3367+#: selection:ir.actions.server,state:0
3368+#: view:ir.values:0
3369+msgid "Client Action"
3370+msgstr ""
3371+
3372+#. module: base
3373+#: model:ir.module.module,description:base.module_subscription
3374+msgid ""
3375+"\n"
3376+"Create recurring documents.\n"
3377+"===========================\n"
3378+"\n"
3379+"This module allows to create new documents and add subscriptions on that "
3380+"document.\n"
3381+"\n"
3382+"e.g. To have an invoice generated automatically periodically:\n"
3383+"-------------------------------------------------------------\n"
3384+" * Define a document type based on Invoice object\n"
3385+" * Define a subscription whose source document is the document defined "
3386+"as\n"
3387+" above. Specify the interval information and partner to be invoice.\n"
3388+" "
3389+msgstr ""
3390+
3391+#. module: base
3392+#: view:res.company:0
3393+msgid "e.g. Global Business Solutions"
3394+msgstr ""
3395+
3396+#. module: base
3397+#: field:res.company,rml_header1:0
3398+msgid "Company Tagline"
3399+msgstr ""
3400+
3401+#. module: base
3402+#: code:addons/base/res/res_users.py:674
3403+#: model:ir.model,name:base.model_ir_module_category
3404+#: field:ir.module.module,application:0
3405+#: field:res.groups,category_id:0
3406+#: view:res.users:0
3407+#, python-format
3408+msgid "Application"
3409+msgstr ""
3410+
3411+#. module: base
3412+#: model:res.groups,comment:base.group_hr_manager
3413+msgid ""
3414+"the user will have an access to the human resources configuration as well as "
3415+"statistic reports."
3416+msgstr ""
3417+
3418+#. module: base
3419+#: model:ir.module.module,description:base.module_l10n_pl
3420+msgid ""
3421+"\n"
3422+"This is the module to manage the accounting chart and taxes for Poland in "
3423+"OpenERP.\n"
3424+"============================================================================="
3425+"=====\n"
3426+"\n"
3427+"To jest moduł do tworzenia wzorcowego planu kont i podstawowych ustawień do "
3428+"podatków\n"
3429+"VAT 0%, 7% i 22%. Moduł ustawia też konta do kupna i sprzedaży towarów "
3430+"zakładając,\n"
3431+"że wszystkie towary są w obrocie hurtowym.\n"
3432+" "
3433+msgstr ""
3434+
3435+#. module: base
3436+#: code:addons/base/ir/ir_mail_server.py:222
3437+#, python-format
3438+msgid "Connection Test Succeeded!"
3439+msgstr ""
3440+
3441+#. module: base
3442+#: field:ir.actions.client,params_store:0
3443+msgid "Params storage"
3444+msgstr ""
3445+
3446+#. module: base
3447+#: code:addons/base/module/module.py:525
3448+#, python-format
3449+msgid "Can not upgrade module '%s'. It is not installed."
3450+msgstr ""
3451+
3452+#. module: base
3453+#: model:res.country,name:base.cu
3454+msgid "Cuba"
3455+msgstr ""
3456+
3457+#. module: base
3458+#: code:addons/report_sxw.py:443
3459+#, python-format
3460+msgid "Unknown report type: %s"
3461+msgstr ""
3462+
3463+#. module: base
3464+#: model:ir.module.module,summary:base.module_hr_expense
3465+msgid "Expenses Validation, Invoicing"
3466+msgstr ""
3467+
3468+#. module: base
3469+#: model:ir.module.module,description:base.module_l10n_be_hr_payroll_account
3470+msgid ""
3471+"\n"
3472+"Accounting Data for Belgian Payroll Rules.\n"
3473+"==========================================\n"
3474+" "
3475+msgstr ""
3476+
3477+#. module: base
3478+#: model:res.country,name:base.am
3479+msgid "Armenia"
3480+msgstr ""
3481+
3482+#. module: base
3483+#: model:ir.module.module,summary:base.module_hr_evaluation
3484+msgid "Periodical Evaluations, Appraisals, Surveys"
3485+msgstr ""
3486+
3487+#. module: base
3488+#: model:ir.actions.act_window,name:base.ir_property_form
3489+#: model:ir.ui.menu,name:base.menu_ir_property_form_all
3490+msgid "Configuration Parameters"
3491+msgstr ""
3492+
3493+#. module: base
3494+#: constraint:ir.cron:0
3495+msgid "Invalid arguments"
3496+msgstr ""
3497+
3498+#. module: base
3499+#: model:res.country,name:base.se
3500+msgid "Sweden"
3501+msgstr ""
3502+
3503+#. module: base
3504+#: field:ir.actions.report.xml,report_file:0
3505+msgid "Report File"
3506+msgstr ""
3507+
3508+#. module: base
3509+#: selection:ir.actions.act_window.view,view_mode:0
3510+#: selection:ir.ui.view,type:0
3511+msgid "Gantt"
3512+msgstr ""
3513+
3514+#. module: base
3515+#: model:ir.module.module,description:base.module_l10n_in_hr_payroll
3516+msgid ""
3517+"\n"
3518+"Indian Payroll Salary Rules.\n"
3519+"============================\n"
3520+"\n"
3521+" -Configuration of hr_payroll for India localization\n"
3522+" -All main contributions rules for India payslip.\n"
3523+" * New payslip report\n"
3524+" * Employee Contracts\n"
3525+" * Allow to configure Basic / Gross / Net Salary\n"
3526+" * Employee PaySlip\n"
3527+" * Allowance / Deduction\n"
3528+" * Integrated with Holiday Management\n"
3529+" * Medical Allowance, Travel Allowance, Child Allowance, ...\n"
3530+" - Payroll Advice and Report\n"
3531+" - Yearly Salary by Head and Yearly Salary by Employee Report\n"
3532+" "
3533+msgstr ""
3534+
3535+#. module: base
3536+#: code:addons/orm.py:3871
3537+#, python-format
3538+msgid "Missing document(s)"
3539+msgstr ""
3540+
3541+#. module: base
3542+#: model:ir.model,name:base.model_res_partner_bank_type
3543+#: field:res.partner.bank,state:0
3544+#: view:res.partner.bank.type:0
3545+msgid "Bank Account Type"
3546+msgstr ""
3547+
3548+#. module: base
3549+#: model:ir.module.module,description:base.module_hr_expense
3550+msgid ""
3551+"\n"
3552+"Manage expenses by Employees\n"
3553+"============================\n"
3554+"\n"
3555+"This application allows you to manage your employees' daily expenses. It "
3556+"gives you access to your employees’ fee notes and give you the right to "
3557+"complete and validate or refuse the notes. After validation it creates an "
3558+"invoice for the employee.\n"
3559+"Employee can encode their own expenses and the validation flow puts it "
3560+"automatically in the accounting after validation by managers.\n"
3561+"\n"
3562+"\n"
3563+"The whole flow is implemented as:\n"
3564+"---------------------------------\n"
3565+"* Draft expense\n"
3566+"* Confirmation of the sheet by the employee\n"
3567+"* Validation by his manager\n"
3568+"* Validation by the accountant and receipt creation\n"
3569+"\n"
3570+"This module also uses analytic accounting and is compatible with the invoice "
3571+"on timesheet module so that you are able to automatically re-invoice your "
3572+"customers' expenses if your work by project.\n"
3573+" "
3574+msgstr ""
3575+
3576+#. module: base
3577+#: view:base.language.export:0
3578+msgid ""
3579+"For more details about translating OpenERP in your language, please refer to "
3580+"the"
3581+msgstr ""
3582+
3583+#. module: base
3584+#: field:res.partner,image:0
3585+msgid "Image"
3586+msgstr ""
3587+
3588+#. module: base
3589+#: model:res.country,name:base.at
3590+msgid "Austria"
3591+msgstr ""
3592+
3593+#. module: base
3594+#: selection:ir.actions.act_window.view,view_mode:0
3595+#: model:ir.module.module,shortdesc:base.module_base_calendar
3596+#: model:ir.ui.menu,name:base.menu_calendar_configuration
3597+#: selection:ir.ui.view,type:0
3598+msgid "Calendar"
3599+msgstr ""
3600+
3601+#. module: base
3602+#: model:ir.module.category,name:base.module_category_knowledge_management
3603+msgid "Knowledge"
3604+msgstr ""
3605+
3606+#. module: base
3607+#: field:workflow.activity,signal_send:0
3608+msgid "Signal (subflow.*)"
3609+msgstr ""
3610+
3611+#. module: base
3612+#: code:addons/orm.py:4685
3613+#, python-format
3614+msgid ""
3615+"Invalid \"order\" specified. A valid \"order\" specification is a comma-"
3616+"separated list of valid field names (optionally followed by asc/desc for the "
3617+"direction)"
3618+msgstr ""
3619+
3620+#. module: base
3621+#: model:ir.model,name:base.model_ir_module_module_dependency
3622+msgid "Module dependency"
3623+msgstr ""
3624+
3625+#. module: base
3626+#: model:res.country,name:base.bd
3627+msgid "Bangladesh"
3628+msgstr ""
3629+
3630+#. module: base
3631+#: model:ir.actions.act_window,help:base.action_partner_title_contact
3632+msgid ""
3633+"Manage the contact titles you want to have available in your system and the "
3634+"way you want to print them in letters and other documents. Some example: "
3635+"Mr., Mrs. "
3636+msgstr ""
3637+
3638+#. module: base
3639+#: view:ir.model.access:0
3640+#: view:res.groups:0
3641+#: field:res.groups,model_access:0
3642+msgid "Access Controls"
3643+msgstr ""
3644+
3645+#. module: base
3646+#: code:addons/base/ir/ir_model.py:277
3647+#, python-format
3648+msgid ""
3649+"The Selection Options expression is not a valid Pythonic expression.Please "
3650+"provide an expression in the [('key','Label'), ...] format."
3651+msgstr ""
3652+
3653+#. module: base
3654+#: model:res.groups,name:base.group_survey_user
3655+msgid "Survey / User"
3656+msgstr ""
3657+
3658+#. module: base
3659+#: view:ir.module.module:0
3660+#: field:ir.module.module,dependencies_id:0
3661+msgid "Dependencies"
3662+msgstr ""
3663+
3664+#. module: base
3665+#: field:multi_company.default,company_id:0
3666+msgid "Main Company"
3667+msgstr ""
3668+
3669+#. module: base
3670+#: field:ir.ui.menu,web_icon_hover:0
3671+msgid "Web Icon File (hover)"
3672+msgstr ""
3673+
3674+#. module: base
3675+#: help:res.currency,name:0
3676+msgid "Currency Code (ISO 4217)"
3677+msgstr ""
3678+
3679+#. module: base
3680+#: model:ir.module.module,shortdesc:base.module_hr_contract
3681+msgid "Employee Contracts"
3682+msgstr ""
3683+
3684+#. module: base
3685+#: view:ir.actions.server:0
3686+msgid ""
3687+"If you use a formula type, use a python expression using the variable "
3688+"'object'."
3689+msgstr ""
3690+
3691+#. module: base
3692+#: constraint:res.company:0
3693+msgid "Error! You can not create recursive companies."
3694+msgstr ""
3695+
3696+#. module: base
3697+#: field:res.partner,birthdate:0
3698+msgid "Birthdate"
3699+msgstr ""
3700+
3701+#. module: base
3702+#: model:ir.actions.act_window,name:base.action_partner_title_contact
3703+#: model:ir.ui.menu,name:base.menu_partner_title_contact
3704+msgid "Contact Titles"
3705+msgstr ""
3706+
3707+#. module: base
3708+#: model:ir.module.module,shortdesc:base.module_product_manufacturer
3709+msgid "Products Manufacturers"
3710+msgstr ""
3711+
3712+#. module: base
3713+#: code:addons/base/ir/ir_mail_server.py:240
3714+#, python-format
3715+msgid "SMTP-over-SSL mode unavailable"
3716+msgstr ""
3717+
3718+#. module: base
3719+#: model:ir.module.module,shortdesc:base.module_survey
3720+#: model:ir.ui.menu,name:base.next_id_10
3721+msgid "Survey"
3722+msgstr ""
3723+
3724+#. module: base
3725+#: selection:base.language.install,lang:0
3726+msgid "Spanish (DO) / Español (DO)"
3727+msgstr ""
3728+
3729+#. module: base
3730+#: model:ir.model,name:base.model_workflow_activity
3731+msgid "workflow.activity"
3732+msgstr ""
3733+
3734+#. module: base
3735+#: view:base.language.export:0
3736+msgid "Export Complete"
3737+msgstr ""
3738+
3739+#. module: base
3740+#: help:ir.ui.view_sc,res_id:0
3741+msgid ""
3742+"Reference of the target resource, whose model/table depends on the 'Resource "
3743+"Name' field."
3744+msgstr ""
3745+
3746+#. module: base
3747+#: field:ir.model.fields,select_level:0
3748+msgid "Searchable"
3749+msgstr ""
3750+
3751+#. module: base
3752+#: model:res.country,name:base.uy
3753+msgid "Uruguay"
3754+msgstr ""
3755+
3756+#. module: base
3757+#: selection:base.language.install,lang:0
3758+msgid "Finnish / Suomi"
3759+msgstr ""
3760+
3761+#. module: base
3762+#: view:ir.config_parameter:0
3763+msgid "System Properties"
3764+msgstr ""
3765+
3766+#. module: base
3767+#: field:ir.sequence,prefix:0
3768+msgid "Prefix"
3769+msgstr ""
3770+
3771+#. module: base
3772+#: selection:base.language.install,lang:0
3773+msgid "German / Deutsch"
3774+msgstr ""
3775+
3776+#. module: base
3777+#: view:ir.actions.server:0
3778+msgid "Fields Mapping"
3779+msgstr ""
3780+
3781+#. module: base
3782+#: code:addons/base/module/wizard/base_module_upgrade.py:84
3783+#, python-format
3784+msgid "Unmet Dependency!"
3785+msgstr ""
3786+
3787+#. module: base
3788+#: model:res.partner.title,name:base.res_partner_title_sir
3789+#: model:res.partner.title,shortcut:base.res_partner_title_sir
3790+msgid "Sir"
3791+msgstr ""
3792+
3793+#. module: base
3794+#: model:ir.module.module,description:base.module_l10n_ca
3795+msgid ""
3796+"\n"
3797+"This is the module to manage the English and French - Canadian accounting "
3798+"chart in OpenERP.\n"
3799+"============================================================================="
3800+"==============\n"
3801+"\n"
3802+"Canadian accounting charts and localizations.\n"
3803+" "
3804+msgstr ""
3805+
3806+#. module: base
3807+#: view:base.module.import:0
3808+msgid "Select module package to import (.zip file):"
3809+msgstr ""
3810+
3811+#. module: base
3812+#: field:base.language.export,modules:0
3813+msgid "Modules To Export"
3814+msgstr ""
3815+
3816+#. module: base
3817+#: model:res.country,name:base.mt
3818+msgid "Malta"
3819+msgstr ""
3820+
3821+#. module: base
3822+#: code:addons/base/ir/ir_model.py:732
3823+#, python-format
3824+msgid ""
3825+"Only users with the following access level are currently allowed to do that"
3826+msgstr ""
3827+
3828+#. module: base
3829+#: field:ir.actions.server,fields_lines:0
3830+msgid "Field Mappings."
3831+msgstr ""
3832+
3833+#. module: base
3834+#: selection:res.request,priority:0
3835+msgid "High"
3836+msgstr ""
3837+
3838+#. module: base
3839+#: model:ir.module.module,description:base.module_mrp
3840+msgid ""
3841+"\n"
3842+"Manage the Manufacturing process in OpenERP\n"
3843+"===========================================\n"
3844+"\n"
3845+"The manufacturing module allows you to cover planning, ordering, stocks and "
3846+"the manufacturing or assembly of products from raw materials and components. "
3847+"It handles the consumption and production of products according to a bill of "
3848+"materials and the necessary operations on machinery, tools or human "
3849+"resources according to routings.\n"
3850+"\n"
3851+"It supports complete integration and planification of stockable goods, "
3852+"consumables or services. Services are completely integrated with the rest of "
3853+"the software. For instance, you can set up a sub-contracting service in a "
3854+"bill of materials to automatically purchase on order the assembly of your "
3855+"production.\n"
3856+"\n"
3857+"Key Features\n"
3858+"------------\n"
3859+"* Make to Stock/Make to Order\n"
3860+"* Multi-level bill of materials, no limit\n"
3861+"* Multi-level routing, no limit\n"
3862+"* Routing and work center integrated with analytic accounting\n"
3863+"* Periodical scheduler computation \n"
3864+"* Allows to browse bills of materials in a complete structure that includes "
3865+"child and phantom bills of materials\n"
3866+"\n"
3867+"Dashboard / Reports for MRP will include:\n"
3868+"-----------------------------------------\n"
3869+"* Procurements in Exception (Graph)\n"
3870+"* Stock Value Variation (Graph)\n"
3871+"* Work Order Analysis\n"
3872+" "
3873+msgstr ""
3874+
3875+#. module: base
3876+#: view:ir.attachment:0
3877+#: field:ir.attachment,description:0
3878+#: field:ir.mail_server,name:0
3879+#: field:ir.module.category,description:0
3880+#: view:ir.module.module:0
3881+#: field:ir.module.module,description:0
3882+msgid "Description"
3883+msgstr ""
3884+
3885+#. module: base
3886+#: model:ir.actions.act_window,name:base.action_workflow_instance_form
3887+#: model:ir.ui.menu,name:base.menu_workflow_instance
3888+msgid "Instances"
3889+msgstr ""
3890+
3891+#. module: base
3892+#: model:ir.module.module,description:base.module_purchase_requisition
3893+msgid ""
3894+"\n"
3895+"This module allows you to manage your Purchase Requisition.\n"
3896+"===========================================================\n"
3897+"\n"
3898+"When a purchase order is created, you now have the opportunity to save the\n"
3899+"related requisition. This new object will regroup and will allow you to "
3900+"easily\n"
3901+"keep track and order all your purchase orders.\n"
3902+msgstr ""
3903+
3904+#. module: base
3905+#: help:ir.mail_server,smtp_host:0
3906+msgid "Hostname or IP of SMTP server"
3907+msgstr ""
3908+
3909+#. module: base
3910+#: model:res.country,name:base.aq
3911+msgid "Antarctica"
3912+msgstr ""
3913+
3914+#. module: base
3915+#: view:res.partner:0
3916+msgid "Persons"
3917+msgstr ""
3918+
3919+#. module: base
3920+#: view:base.language.import:0
3921+msgid "_Import"
3922+msgstr ""
3923+
3924+#. module: base
3925+#: field:res.users,action_id:0
3926+msgid "Home Action"
3927+msgstr ""
3928+
3929+#. module: base
3930+#: field:res.lang,grouping:0
3931+msgid "Separator Format"
3932+msgstr ""
3933+
3934+#. module: base
3935+#: model:ir.module.module,shortdesc:base.module_report_webkit
3936+msgid "Webkit Report Engine"
3937+msgstr ""
3938+
3939+#. module: base
3940+#: model:ir.ui.menu,name:base.next_id_9
3941+msgid "Database Structure"
3942+msgstr ""
3943+
3944+#. module: base
3945+#: model:ir.actions.act_window,name:base.action_partner_mass_mail
3946+msgid "Mass Mailing"
3947+msgstr ""
3948+
3949+#. module: base
3950+#: model:res.country,name:base.yt
3951+msgid "Mayotte"
3952+msgstr ""
3953+
3954+#. module: base
3955+#: model:ir.module.module,shortdesc:base.module_crm_todo
3956+msgid "Tasks on CRM"
3957+msgstr ""
3958+
3959+#. module: base
3960+#: model:ir.module.category,name:base.module_category_generic_modules_accounting
3961+#: view:res.company:0
3962+msgid "Accounting"
3963+msgstr ""
3964+
3965+#. module: base
3966+#: view:ir.rule:0
3967+msgid "Interaction between rules"
3968+msgstr ""
3969+
3970+#. module: base
3971+#: field:res.company,rml_footer:0
3972+#: field:res.company,rml_footer_readonly:0
3973+msgid "Report Footer"
3974+msgstr ""
3975+
3976+#. module: base
3977+#: selection:res.lang,direction:0
3978+msgid "Right-to-Left"
3979+msgstr ""
3980+
3981+#. module: base
3982+#: model:res.country,name:base.sx
3983+msgid "Sint Maarten (Dutch part)"
3984+msgstr ""
3985+
3986+#. module: base
3987+#: view:ir.actions.act_window:0
3988+#: model:ir.actions.act_window,name:base.actions_ir_filters_view
3989+#: view:ir.filters:0
3990+#: model:ir.model,name:base.model_ir_filters
3991+msgid "Filters"
3992+msgstr ""
3993+
3994+#. module: base
3995+#: code:addons/base/module/wizard/base_module_import.py:67
3996+#, python-format
3997+msgid "Can not create the module file: %s!"
3998+msgstr ""
3999+
4000+#. module: base
4001+#: model:ir.actions.act_window,name:base.ir_cron_act
4002+#: view:ir.cron:0
4003+#: model:ir.ui.menu,name:base.menu_ir_cron_act
4004+msgid "Scheduled Actions"
4005+msgstr ""
4006+
4007+#. module: base
4008+#: model:ir.module.category,name:base.module_category_reporting
4009+#: model:ir.ui.menu,name:base.menu_lunch_reporting
4010+#: model:ir.ui.menu,name:base.menu_reporting
4011+msgid "Reporting"
4012+msgstr ""
4013+
4014+#. module: base
4015+#: field:res.partner,title:0
4016+#: field:res.partner.title,name:0
4017+msgid "Title"
4018+msgstr ""
4019+
4020+#. module: base
4021+#: help:ir.property,res_id:0
4022+msgid "If not set, acts as a default value for new resources"
4023+msgstr ""
4024+
4025+#. module: base
4026+#: code:addons/orm.py:4246
4027+#, python-format
4028+msgid "Recursivity Detected."
4029+msgstr ""
4030+
4031+#. module: base
4032+#: model:ir.module.module,shortdesc:base.module_l10n_et
4033+msgid "Ethiopia - Accounting"
4034+msgstr ""
4035+
4036+#. module: base
4037+#: model:ir.actions.act_window,name:base.ir_config_list_action
4038+#: view:ir.config_parameter:0
4039+#: model:ir.ui.menu,name:base.ir_config_menu
4040+msgid "System Parameters"
4041+msgstr ""
4042+
4043+#. module: base
4044+#: code:addons/base/module/module.py:366
4045+#, python-format
4046+msgid "Recursion error in modules dependencies !"
4047+msgstr ""
4048+
4049+#. module: base
4050+#: model:ir.module.module,description:base.module_analytic_user_function
4051+msgid ""
4052+"\n"
4053+"This module allows you to define what is the default function of a specific "
4054+"user on a given account.\n"
4055+"============================================================================="
4056+"=======================\n"
4057+"\n"
4058+"This is mostly used when a user encodes his timesheet: the values are "
4059+"retrieved\n"
4060+"and the fields are auto-filled. But the possibility to change these values "
4061+"is\n"
4062+"still available.\n"
4063+"\n"
4064+"Obviously if no data has been recorded for the current account, the default\n"
4065+"value is given as usual by the employee data so that this module is "
4066+"perfectly\n"
4067+"compatible with older configurations.\n"
4068+"\n"
4069+" "
4070+msgstr ""
4071+
4072+#. module: base
4073+#: view:ir.model:0
4074+msgid "Create a Menu"
4075+msgstr ""
4076+
4077+#. module: base
4078+#: model:res.country,name:base.tg
4079+msgid "Togo"
4080+msgstr ""
4081+
4082+#. module: base
4083+#: field:ir.actions.act_window,res_model:0
4084+#: field:ir.actions.client,res_model:0
4085+msgid "Destination Model"
4086+msgstr ""
4087+
4088+#. module: base
4089+#: selection:ir.sequence,implementation:0
4090+msgid "Standard"
4091+msgstr ""
4092+
4093+#. module: base
4094+#: model:res.country,name:base.ru
4095+msgid "Russian Federation"
4096+msgstr ""
4097+
4098+#. module: base
4099+#: selection:base.language.install,lang:0
4100+msgid "Urdu / اردو"
4101+msgstr ""
4102+
4103+#. module: base
4104+#: code:addons/base/ir/ir_model.py:739
4105+#: code:addons/orm.py:3567
4106+#: code:addons/orm.py:3860
4107+#: code:addons/orm.py:3902
4108+#, python-format
4109+msgid "Access Denied"
4110+msgstr ""
4111+
4112+#. module: base
4113+#: field:res.company,name:0
4114+msgid "Company Name"
4115+msgstr ""
4116+
4117+#. module: base
4118+#: code:addons/orm.py:2808
4119+#, python-format
4120+msgid ""
4121+"Invalid value for reference field \"%s.%s\" (last part must be a non-zero "
4122+"integer): \"%s\""
4123+msgstr ""
4124+
4125+#. module: base
4126+#: model:ir.actions.act_window,name:base.action_country
4127+#: model:ir.ui.menu,name:base.menu_country_partner
4128+msgid "Countries"
4129+msgstr ""
4130+
4131+#. module: base
4132+#: selection:ir.translation,type:0
4133+msgid "RML (deprecated - use Report)"
4134+msgstr ""
4135+
4136+#. module: base
4137+#: model:ir.module.module,description:base.module_l10n_fr_hr_payroll
4138+msgid ""
4139+"\n"
4140+"French Payroll Rules.\n"
4141+"=====================\n"
4142+"\n"
4143+" - Configuration of hr_payroll for French localization\n"
4144+" - All main contributions rules for French payslip, for 'cadre' and 'non-"
4145+"cadre'\n"
4146+" - New payslip report\n"
4147+"\n"
4148+"TODO:\n"
4149+"-----\n"
4150+" - Integration with holidays module for deduction and allowance\n"
4151+" - Integration with hr_payroll_account for the automatic "
4152+"account_move_line\n"
4153+" creation from the payslip\n"
4154+" - Continue to integrate the contribution. Only the main contribution "
4155+"are\n"
4156+" currently implemented\n"
4157+" - Remake the report under webkit\n"
4158+" - The payslip.line with appears_in_payslip = False should appears in "
4159+"the\n"
4160+" payslip interface, but not in the payslip report\n"
4161+" "
4162+msgstr ""
4163+
4164+#. module: base
4165+#: model:res.country,name:base.pm
4166+msgid "Saint Pierre and Miquelon"
4167+msgstr ""
4168+
4169+#. module: base
4170+#: view:ir.actions.todo:0
4171+msgid "Search Actions"
4172+msgstr ""
4173+
4174+#. module: base
4175+#: model:ir.module.module,description:base.module_base_calendar
4176+msgid ""
4177+"\n"
4178+"This is a full-featured calendar system.\n"
4179+"========================================\n"
4180+"\n"
4181+"It supports:\n"
4182+"------------\n"
4183+" - Calendar of events\n"
4184+" - Recurring events\n"
4185+"\n"
4186+"If you need to manage your meetings, you should install the CRM module.\n"
4187+" "
4188+msgstr ""
4189+
4190+#. module: base
4191+#: model:res.country,name:base.je
4192+msgid "Jersey"
4193+msgstr ""
4194+
4195+#. module: base
4196+#: model:ir.model,name:base.model_ir_translation
4197+msgid "ir.translation"
4198+msgstr ""
4199+
4200+#. module: base
4201+#: view:res.lang:0
4202+msgid "12. %w ==> 5 ( Friday is the 6th day)"
4203+msgstr ""
4204+
4205+#. module: base
4206+#: constraint:res.partner.category:0
4207+msgid "Error ! You can not create recursive categories."
4208+msgstr ""
4209+
4210+#. module: base
4211+#: view:res.lang:0
4212+msgid "%x - Appropriate date representation."
4213+msgstr ""
4214+
4215+#. module: base
4216+#: view:res.partner:0
4217+msgid "Tag"
4218+msgstr ""
4219+
4220+#. module: base
4221+#: view:res.lang:0
4222+msgid "%d - Day of the month [01,31]."
4223+msgstr ""
4224+
4225+#. module: base
4226+#: model:res.country,name:base.tj
4227+msgid "Tajikistan"
4228+msgstr ""
4229+
4230+#. module: base
4231+#: selection:ir.module.module,license:0
4232+msgid "GPL-2 or later version"
4233+msgstr ""
4234+
4235+#. module: base
4236+#: selection:workflow.activity,kind:0
4237+msgid "Stop All"
4238+msgstr ""
4239+
4240+#. module: base
4241+#: field:res.company,paper_format:0
4242+msgid "Paper Format"
4243+msgstr ""
4244+
4245+#. module: base
4246+#: code:addons/base/module/module.py:644
4247+#, python-format
4248+msgid ""
4249+"Can not create the module file:\n"
4250+" %s"
4251+msgstr ""
4252+
4253+#. module: base
4254+#: model:res.country,name:base.sk
4255+msgid "Slovakia"
4256+msgstr ""
4257+
4258+#. module: base
4259+#: model:res.country,name:base.nr
4260+msgid "Nauru"
4261+msgstr ""
4262+
4263+#. module: base
4264+#: code:addons/base/res/res_company.py:166
4265+#, python-format
4266+msgid "Reg"
4267+msgstr ""
4268+
4269+#. module: base
4270+#: model:ir.model,name:base.model_ir_property
4271+msgid "ir.property"
4272+msgstr ""
4273+
4274+#. module: base
4275+#: selection:ir.actions.act_window,view_type:0
4276+#: selection:ir.actions.act_window.view,view_mode:0
4277+#: view:ir.ui.view:0
4278+#: selection:ir.ui.view,type:0
4279+msgid "Form"
4280+msgstr ""
4281+
4282+#. module: base
4283+#: model:res.country,name:base.pf
4284+msgid "Polynesia (French)"
4285+msgstr ""
4286+
4287+#. module: base
4288+#: model:ir.module.module,description:base.module_l10n_it
4289+msgid ""
4290+"\n"
4291+"Piano dei conti italiano di un'impresa generica.\n"
4292+"================================================\n"
4293+"\n"
4294+"Italian accounting chart and localization.\n"
4295+" "
4296+msgstr ""
4297+
4298+#. module: base
4299+#: model:res.country,name:base.me
4300+msgid "Montenegro"
4301+msgstr ""
4302+
4303+#. module: base
4304+#: model:ir.module.module,shortdesc:base.module_fetchmail
4305+msgid "Email Gateway"
4306+msgstr ""
4307+
4308+#. module: base
4309+#: code:addons/base/ir/ir_mail_server.py:470
4310+#, python-format
4311+msgid ""
4312+"Mail delivery failed via SMTP server '%s'.\n"
4313+"%s: %s"
4314+msgstr ""
4315+
4316+#. module: base
4317+#: model:res.country,name:base.tk
4318+msgid "Tokelau"
4319+msgstr ""
4320+
4321+#. module: base
4322+#: view:ir.cron:0
4323+#: view:ir.module.module:0
4324+msgid "Technical Data"
4325+msgstr ""
4326+
4327+#. module: base
4328+#: model:ir.module.module,description:base.module_l10n_co
4329+msgid ""
4330+"\n"
4331+"Chart of account for Colombia\n"
4332+"=============================\n"
4333+"\n"
4334+"Source of this chart of account is here_.\n"
4335+"\n"
4336+"All the documentation available in this website is embeded in this module, "
4337+"to\n"
4338+"be sure when you open OpenERP it has all necesary information to manage \n"
4339+"accounting en Colombia.\n"
4340+"\n"
4341+"The law that enable this chart of account as valid for this country is \n"
4342+"available in this other link_.\n"
4343+"\n"
4344+"This module has the intention to put available out of the box the chart of \n"
4345+"account for Colombia in Openerp.\n"
4346+"\n"
4347+"We recommend install the module account_anglo_sxon to be able to have the "
4348+"cost\n"
4349+"accounting correctly setted in out invoices.\n"
4350+"\n"
4351+"After installing this module, the Configuration wizard for accounting is "
4352+"launched.\n"
4353+" * We have the account templates which can be helpful to generate Charts "
4354+"of Accounts.\n"
4355+" * On that particular wizard, you will be asked to pass the name of the "
4356+"company,\n"
4357+" the chart template to follow, the no. of digits to generate, the code "
4358+"for your\n"
4359+" account and bank account, currency to create journals.\n"
4360+"\n"
4361+".. _here: http://puc.com.co/\n"
4362+".. _link: http://puc.com.co/normatividad/\n"
4363+" "
4364+msgstr ""
4365+
4366+#. module: base
4367+#: model:ir.module.module,description:base.module_account_bank_statement_extensions
4368+msgid ""
4369+"\n"
4370+"Module that extends the standard account_bank_statement_line object for "
4371+"improved e-banking support.\n"
4372+"============================================================================="
4373+"======================\n"
4374+"\n"
4375+"This module adds:\n"
4376+"-----------------\n"
4377+" - valuta date\n"
4378+" - batch payments\n"
4379+" - traceability of changes to bank statement lines\n"
4380+" - bank statement line views\n"
4381+" - bank statements balances report\n"
4382+" - performance improvements for digital import of bank statement (via \n"
4383+" 'ebanking_import' context flag)\n"
4384+" - name_search on res.partner.bank enhanced to allow search on bank \n"
4385+" and iban account numbers\n"
4386+" "
4387+msgstr ""
4388+
4389+#. module: base
4390+#: selection:ir.module.module,state:0
4391+#: selection:ir.module.module.dependency,state:0
4392+msgid "To be upgraded"
4393+msgstr ""
4394+
4395+#. module: base
4396+#: model:res.country,name:base.ly
4397+msgid "Libya"
4398+msgstr ""
4399+
4400+#. module: base
4401+#: model:res.country,name:base.cf
4402+msgid "Central African Republic"
4403+msgstr ""
4404+
4405+#. module: base
4406+#: model:res.country,name:base.li
4407+msgid "Liechtenstein"
4408+msgstr ""
4409+
4410+#. module: base
4411+#: model:ir.module.module,shortdesc:base.module_project_issue_sheet
4412+msgid "Timesheet on Issues"
4413+msgstr ""
4414+
4415+#. module: base
4416+#: model:res.partner.title,name:base.res_partner_title_ltd
4417+msgid "Ltd"
4418+msgstr ""
4419+
4420+#. module: base
4421+#: model:ir.actions.server,name:base.action_run_ir_action_todo
4422+msgid "Run Remaining Action Todo"
4423+msgstr ""
4424+
4425+#. module: base
4426+#: field:res.partner,ean13:0
4427+msgid "EAN13"
4428+msgstr ""
4429+
4430+#. module: base
4431+#: code:addons/orm.py:2247
4432+#, python-format
4433+msgid "Invalid Architecture!"
4434+msgstr ""
4435+
4436+#. module: base
4437+#: model:res.country,name:base.pt
4438+msgid "Portugal"
4439+msgstr ""
4440+
4441+#. module: base
4442+#: model:ir.module.module,shortdesc:base.module_share
4443+msgid "Share any Document"
4444+msgstr ""
4445+
4446+#. module: base
4447+#: field:workflow.transition,group_id:0
4448+msgid "Group Required"
4449+msgstr ""
4450+
4451+#. module: base
4452+#: view:res.lang:0
4453+msgid "6. %d, %m ==> 05, 12"
4454+msgstr ""
4455+
4456+#. module: base
4457+#: model:ir.module.module,shortdesc:base.module_l10n_it
4458+msgid "Italy - Accounting"
4459+msgstr ""
4460+
4461+#. module: base
4462+#: field:ir.actions.act_url,help:0
4463+#: field:ir.actions.act_window,help:0
4464+#: field:ir.actions.act_window_close,help:0
4465+#: field:ir.actions.actions,help:0
4466+#: field:ir.actions.client,help:0
4467+#: field:ir.actions.report.xml,help:0
4468+#: field:ir.actions.server,help:0
4469+#: field:ir.actions.wizard,help:0
4470+msgid "Action description"
4471+msgstr ""
4472+
4473+#. module: base
4474+#: model:ir.module.module,description:base.module_l10n_ma
4475+msgid ""
4476+"\n"
4477+"This is the base module to manage the accounting chart for Maroc.\n"
4478+"=================================================================\n"
4479+"\n"
4480+"Ce Module charge le modèle du plan de comptes standard Marocain et permet "
4481+"de\n"
4482+"générer les états comptables aux normes marocaines (Bilan, CPC (comptes de\n"
4483+"produits et charges), balance générale à 6 colonnes, Grand livre "
4484+"cumulatif...).\n"
4485+"L'intégration comptable a été validé avec l'aide du Cabinet d'expertise "
4486+"comptable\n"
4487+"Seddik au cours du troisième trimestre 2010."
4488+msgstr ""
4489+
4490+#. module: base
4491+#: help:ir.module.module,auto_install:0
4492+msgid ""
4493+"An auto-installable module is automatically installed by the system when all "
4494+"its dependencies are satisfied. If the module has no dependency, it is "
4495+"always installed."
4496+msgstr ""
4497+
4498+#. module: base
4499+#: model:ir.actions.act_window,name:base.res_lang_act_window
4500+#: model:ir.model,name:base.model_res_lang
4501+#: model:ir.ui.menu,name:base.menu_res_lang_act_window
4502+#: view:res.lang:0
4503+msgid "Languages"
4504+msgstr ""
4505+
4506+#. module: base
4507+#: selection:workflow.activity,join_mode:0
4508+#: selection:workflow.activity,split_mode:0
4509+msgid "Xor"
4510+msgstr ""
4511+
4512+#. module: base
4513+#: model:ir.module.category,name:base.module_category_localization_account_charts
4514+msgid "Account Charts"
4515+msgstr ""
4516+
4517+#. module: base
4518+#: model:ir.ui.menu,name:base.menu_event_main
4519+msgid "Events Organization"
4520+msgstr ""
4521+
4522+#. module: base
4523+#: model:ir.actions.act_window,name:base.action_partner_customer_form
4524+#: model:ir.actions.act_window,name:base.action_partner_form
4525+#: model:ir.ui.menu,name:base.menu_partner_form
4526+#: view:res.partner:0
4527+msgid "Customers"
4528+msgstr ""
4529+
4530+#. module: base
4531+#: model:res.country,name:base.au
4532+msgid "Australia"
4533+msgstr ""
4534+
4535+#. module: base
4536+#: report:ir.module.reference:0
4537+msgid "Menu :"
4538+msgstr ""
4539+
4540+#. module: base
4541+#: selection:ir.model.fields,state:0
4542+msgid "Base Field"
4543+msgstr ""
4544+
4545+#. module: base
4546+#: model:ir.module.category,name:base.module_category_managing_vehicles_and_contracts
4547+msgid "Managing vehicles and contracts"
4548+msgstr ""
4549+
4550+#. module: base
4551+#: model:ir.module.module,description:base.module_base_setup
4552+msgid ""
4553+"\n"
4554+"This module helps to configure the system at the installation of a new "
4555+"database.\n"
4556+"============================================================================="
4557+"===\n"
4558+"\n"
4559+"Shows you a list of applications features to install from.\n"
4560+"\n"
4561+" "
4562+msgstr ""
4563+
4564+#. module: base
4565+#: model:ir.model,name:base.model_res_config
4566+msgid "res.config"
4567+msgstr ""
4568+
4569+#. module: base
4570+#: model:ir.module.module,shortdesc:base.module_l10n_pl
4571+msgid "Poland - Accounting"
4572+msgstr ""
4573+
4574+#. module: base
4575+#: view:ir.cron:0
4576+msgid "Action to Trigger"
4577+msgstr ""
4578+
4579+#. module: base
4580+#: field:ir.model.constraint,name:0
4581+#: selection:ir.translation,type:0
4582+msgid "Constraint"
4583+msgstr ""
4584+
4585+#. module: base
4586+#: selection:ir.values,key:0
4587+#: selection:res.partner,type:0
4588+msgid "Default"
4589+msgstr ""
4590+
4591+#. module: base
4592+#: model:ir.module.module,summary:base.module_lunch
4593+msgid "Lunch Order, Meal, Food"
4594+msgstr ""
4595+
4596+#. module: base
4597+#: view:ir.model.fields:0
4598+#: field:ir.model.fields,required:0
4599+#: field:res.partner.bank.type.field,required:0
4600+msgid "Required"
4601+msgstr ""
4602+
4603+#. module: base
4604+#: model:res.country,name:base.ro
4605+msgid "Romania"
4606+msgstr ""
4607+
4608+#. module: base
4609+#: field:ir.module.module,summary:0
4610+#: field:res.request.history,name:0
4611+msgid "Summary"
4612+msgstr ""
4613+
4614+#. module: base
4615+#: model:ir.module.category,name:base.module_category_hidden_dependency
4616+msgid "Dependency"
4617+msgstr ""
4618+
4619+#. module: base
4620+#: model:ir.module.module,description:base.module_portal
4621+msgid ""
4622+"\n"
4623+"Customize access to your OpenERP database to external users by creating "
4624+"portals.\n"
4625+"============================================================================="
4626+"===\n"
4627+"A portal defines a specific user menu and access rights for its members. "
4628+"This\n"
4629+"menu can ben seen by portal members, anonymous users and any other user "
4630+"that\n"
4631+"have the access to technical features (e.g. the administrator).\n"
4632+"Also, each portal member is linked to a specific partner.\n"
4633+"\n"
4634+"The module also associates user groups to the portal users (adding a group "
4635+"in\n"
4636+"the portal automatically adds it to the portal users, etc). That feature "
4637+"is\n"
4638+"very handy when used in combination with the module 'share'.\n"
4639+" "
4640+msgstr ""
4641+
4642+#. module: base
4643+#: field:multi_company.default,expression:0
4644+msgid "Expression"
4645+msgstr ""
4646+
4647+#. module: base
4648+#: view:res.company:0
4649+msgid "Header/Footer"
4650+msgstr ""
4651+
4652+#. module: base
4653+#: help:ir.mail_server,sequence:0
4654+msgid ""
4655+"When no specific mail server is requested for a mail, the highest priority "
4656+"one is used. Default priority is 10 (smaller number = higher priority)"
4657+msgstr ""
4658+
4659+#. module: base
4660+#: model:ir.module.module,summary:base.module_sale
4661+msgid "Quotations, Sales Orders, Invoicing"
4662+msgstr ""
4663+
4664+#. module: base
4665+#: field:res.partner,parent_id:0
4666+msgid "Related Company"
4667+msgstr ""
4668+
4669+#. module: base
4670+#: help:ir.actions.act_url,help:0
4671+#: help:ir.actions.act_window,help:0
4672+#: help:ir.actions.act_window_close,help:0
4673+#: help:ir.actions.actions,help:0
4674+#: help:ir.actions.client,help:0
4675+#: help:ir.actions.report.xml,help:0
4676+#: help:ir.actions.server,help:0
4677+#: help:ir.actions.wizard,help:0
4678+msgid ""
4679+"Optional help text for the users with a description of the target view, such "
4680+"as its usage and purpose."
4681+msgstr ""
4682+
4683+#. module: base
4684+#: model:res.country,name:base.va
4685+msgid "Holy See (Vatican City State)"
4686+msgstr ""
4687+
4688+#. module: base
4689+#: field:base.module.import,module_file:0
4690+msgid "Module .ZIP file"
4691+msgstr ""
4692+
4693+#. module: base
4694+#: model:res.partner.category,name:base.res_partner_category_17
4695+msgid "Telecom sector"
4696+msgstr ""
4697+
4698+#. module: base
4699+#: field:workflow.transition,trigger_model:0
4700+msgid "Trigger Object"
4701+msgstr ""
4702+
4703+#. module: base
4704+#: sql_constraint:ir.sequence.type:0
4705+msgid "`code` must be unique."
4706+msgstr ""
4707+
4708+#. module: base
4709+#: code:addons/base/ir/workflow/workflow.py:99
4710+#, python-format
4711+msgid "Operation Forbidden"
4712+msgstr ""
4713+
4714+#. module: base
4715+#: model:ir.module.module,shortdesc:base.module_knowledge
4716+msgid "Knowledge Management System"
4717+msgstr ""
4718+
4719+#. module: base
4720+#: view:workflow.activity:0
4721+#: field:workflow.activity,in_transitions:0
4722+msgid "Incoming Transitions"
4723+msgstr ""
4724+
4725+#. module: base
4726+#: field:ir.values,value_unpickle:0
4727+msgid "Default value or action reference"
4728+msgstr ""
4729+
4730+#. module: base
4731+#: model:ir.module.module,description:base.module_note_pad
4732+msgid ""
4733+"\n"
4734+"This module update memos inside OpenERP for using an external pad\n"
4735+"=================================================================\n"
4736+"\n"
4737+"Use for update your text memo in real time with the following user that you "
4738+"invite.\n"
4739+"\n"
4740+msgstr ""
4741+
4742+#. module: base
4743+#: model:ir.module.module,description:base.module_account_sequence
4744+msgid ""
4745+"\n"
4746+"This module maintains internal sequence number for accounting entries.\n"
4747+"======================================================================\n"
4748+"\n"
4749+"Allows you to configure the accounting sequences to be maintained.\n"
4750+"\n"
4751+"You can customize the following attributes of the sequence:\n"
4752+"-----------------------------------------------------------\n"
4753+" * Prefix\n"
4754+" * Suffix\n"
4755+" * Next Number\n"
4756+" * Increment Number\n"
4757+" * Number Padding\n"
4758+" "
4759+msgstr ""
4760+
4761+#. module: base
4762+#: model:ir.module.module,shortdesc:base.module_project_timesheet
4763+msgid "Bill Time on Tasks"
4764+msgstr ""
4765+
4766+#. module: base
4767+#: model:ir.module.category,name:base.module_category_marketing
4768+#: model:ir.module.module,shortdesc:base.module_marketing
4769+#: model:ir.ui.menu,name:base.marketing_menu
4770+#: model:ir.ui.menu,name:base.menu_report_marketing
4771+msgid "Marketing"
4772+msgstr ""
4773+
4774+#. module: base
4775+#: view:res.partner.bank:0
4776+msgid "Bank account"
4777+msgstr ""
4778+
4779+#. module: base
4780+#: model:ir.module.module,description:base.module_web_calendar
4781+msgid ""
4782+"\n"
4783+"OpenERP Web Calendar view.\n"
4784+"==========================\n"
4785+"\n"
4786+msgstr ""
4787+
4788+#. module: base
4789+#: selection:base.language.install,lang:0
4790+msgid "Spanish (HN) / Español (HN)"
4791+msgstr ""
4792+
4793+#. module: base
4794+#: view:ir.sequence.type:0
4795+msgid "Sequence Type"
4796+msgstr ""
4797+
4798+#. module: base
4799+#: view:base.language.export:0
4800+msgid "Unicode/UTF-8"
4801+msgstr ""
4802+
4803+#. module: base
4804+#: selection:base.language.install,lang:0
4805+msgid "Hindi / हिंदी"
4806+msgstr ""
4807+
4808+#. module: base
4809+#: view:base.language.install:0
4810+#: model:ir.actions.act_window,name:base.action_view_base_language_install
4811+#: model:ir.ui.menu,name:base.menu_view_base_language_install
4812+msgid "Load a Translation"
4813+msgstr ""
4814+
4815+#. module: base
4816+#: field:ir.module.module,latest_version:0
4817+msgid "Installed Version"
4818+msgstr ""
4819+
4820+#. module: base
4821+#: model:ir.module.module,description:base.module_account_test
4822+msgid ""
4823+"\n"
4824+"Asserts on accounting.\n"
4825+"======================\n"
4826+"With this module you can manually check consistencies and inconsistencies of "
4827+"accounting module from menu Reporting/Accounting/Accounting Tests.\n"
4828+"\n"
4829+"You can write a query in order to create Consistency Test and you will get "
4830+"the result of the test \n"
4831+"in PDF format which can be accessed by Menu Reporting -> Accounting Tests, "
4832+"then select the test \n"
4833+"and print the report from Print button in header area.\n"
4834+msgstr ""
4835+
4836+#. module: base
4837+#: field:ir.module.module,license:0
4838+msgid "License"
4839+msgstr ""
4840+
4841+#. module: base
4842+#: field:ir.attachment,url:0
4843+msgid "Url"
4844+msgstr ""
4845+
4846+#. module: base
4847+#: selection:ir.translation,type:0
4848+msgid "SQL Constraint"
4849+msgstr ""
4850+
4851+#. module: base
4852+#: help:ir.ui.menu,groups_id:0
4853+msgid ""
4854+"If you have groups, the visibility of this menu will be based on these "
4855+"groups. If this field is empty, OpenERP will compute visibility based on the "
4856+"related object's read access."
4857+msgstr ""
4858+
4859+#. module: base
4860+#: model:ir.module.module,description:base.module_event_sale
4861+msgid ""
4862+"\n"
4863+"Creating registration with sale orders.\n"
4864+"=======================================\n"
4865+"\n"
4866+"This module allows you to automate and connect your registration creation "
4867+"with\n"
4868+"your main sale flow and therefore, to enable the invoicing feature of "
4869+"registrations.\n"
4870+"\n"
4871+"It defines a new kind of service products that offers you the possibility "
4872+"to\n"
4873+"choose an event category associated with it. When you encode a sale order "
4874+"for\n"
4875+"that product, you will be able to choose an existing event of that category "
4876+"and\n"
4877+"when you confirm your sale order it will automatically create a registration "
4878+"for\n"
4879+"this event.\n"
4880+msgstr ""
4881+
4882+#. module: base
4883+#: model:ir.module.module,description:base.module_sale_order_dates
4884+msgid ""
4885+"\n"
4886+"Add additional date information to the sales order.\n"
4887+"===================================================\n"
4888+"\n"
4889+"You can add the following additional dates to a sales order:\n"
4890+"------------------------------------------------------------\n"
4891+" * Requested Date\n"
4892+" * Commitment Date\n"
4893+" * Effective Date\n"
4894+msgstr ""
4895+
4896+#. module: base
4897+#: field:ir.actions.server,srcmodel_id:0
4898+#: view:ir.filters:0
4899+#: field:ir.filters,model_id:0
4900+#: view:ir.model:0
4901+#: field:ir.model,model:0
4902+#: field:ir.model.constraint,model:0
4903+#: field:ir.model.fields,model_id:0
4904+#: field:ir.model.relation,model:0
4905+#: view:ir.values:0
4906+msgid "Model"
4907+msgstr ""
4908+
4909+#. module: base
4910+#: view:base.language.install:0
4911+msgid ""
4912+"The selected language has been successfully installed. You must change the "
4913+"preferences of the user and open a new menu to view the changes."
4914+msgstr ""
4915+
4916+#. module: base
4917+#: field:ir.actions.act_window.view,view_id:0
4918+#: field:ir.default,page:0
4919+#: selection:ir.translation,type:0
4920+#: view:ir.ui.view:0
4921+msgid "View"
4922+msgstr ""
4923+
4924+#. module: base
4925+#: code:addons/base/ir/ir_fields.py:146
4926+#, python-format
4927+msgid "no"
4928+msgstr ""
4929+
4930+#. module: base
4931+#: model:ir.module.module,description:base.module_crm_partner_assign
4932+msgid ""
4933+"\n"
4934+"This is the module used by OpenERP SA to redirect customers to its partners, "
4935+"based on geolocalization.\n"
4936+"============================================================================="
4937+"=========================\n"
4938+"\n"
4939+"You can geolocalize your opportunities by using this module.\n"
4940+"\n"
4941+"Use geolocalization when assigning opportunities to partners.\n"
4942+"Determine the GPS coordinates according to the address of the partner.\n"
4943+"\n"
4944+"The most appropriate partner can be assigned.\n"
4945+"You can also use the geolocalization without using the GPS coordinates.\n"
4946+" "
4947+msgstr ""
4948+
4949+#. module: base
4950+#: view:ir.actions.act_window:0
4951+msgid "Open a Window"
4952+msgstr ""
4953+
4954+#. module: base
4955+#: model:res.country,name:base.gq
4956+msgid "Equatorial Guinea"
4957+msgstr ""
4958+
4959+#. module: base
4960+#: model:ir.module.module,shortdesc:base.module_web_api
4961+msgid "OpenERP Web API"
4962+msgstr ""
4963+
4964+#. module: base
4965+#: model:ir.module.module,description:base.module_l10n_fr_rib
4966+msgid ""
4967+"\n"
4968+"This module lets users enter the banking details of Partners in the RIB "
4969+"format (French standard for bank accounts details).\n"
4970+"============================================================================="
4971+"==============================================\n"
4972+"\n"
4973+"RIB Bank Accounts can be entered in the \"Accounting\" tab of the Partner "
4974+"form by specifying the account type \"RIB\". \n"
4975+"\n"
4976+"The four standard RIB fields will then become mandatory:\n"
4977+"-------------------------------------------------------- \n"
4978+" - Bank Code\n"
4979+" - Office Code\n"
4980+" - Account number\n"
4981+" - RIB key\n"
4982+" \n"
4983+"As a safety measure, OpenERP will check the RIB key whenever a RIB is saved, "
4984+"and\n"
4985+"will refuse to record the data if the key is incorrect. Please bear in mind "
4986+"that\n"
4987+"this can only happen when the user presses the 'save' button, for example on "
4988+"the\n"
4989+"Partner Form. Since each bank account may relate to a Bank, users may enter "
4990+"the\n"
4991+"RIB Bank Code in the Bank form - it will the pre-fill the Bank Code on the "
4992+"RIB\n"
4993+"when they select the Bank. To make this easier, this module will also let "
4994+"users\n"
4995+"find Banks using their RIB code.\n"
4996+"\n"
4997+"The module base_iban can be a useful addition to this module, because French "
4998+"banks\n"
4999+"are now progressively adopting the international IBAN format instead of the "
5000+"RIB format.\n"
The diff has been truncated for viewing.