[MERGE] merged with trunk server development branch

bzr revid: hmo@tinyerp.com-20110329110904-nath968yn3kd1c16
This commit is contained in:
Harry (OpenERP) 2011-03-29 16:39:04 +05:30
commit 16fba52bd2
45 changed files with 19925 additions and 2785 deletions

View File

@ -1,17 +1,17 @@
include rpminstall_sh.txt
include rpminstall_sh.txt # TODO do we need this file ?
include README
include LICENSE
include MANIFEST.in
include setup.nsi
include setup.cfg
include bin/import_xml.rng
include bin/server.cert
include bin/server.pkey
include bin/gpl.txt
#include openerp/server.cert
#include openerp/server.pkey
#include openerp/gpl.txt
include man/openerp-server.1
include man/openerp_serverrc.5
recursive-include pixmaps *
recursive-include win32 *
recursive-include doc *
recursive-include bin *xml *xsl *sql *rml *sxw *csv *rng
graft bin/addons
global-exclude *pyc *~
recursive-include pixmaps *bmp *ico *png
recursive-include win32 *.py *.bat
recursive-include openerp *css *csv *html *png *po *pot
recursive-include openerp *rml *rng *sql *sxw *xml *xsl *yml
graft doc
global-exclude *pyc *~ # Exclude possible garbage from previous graft.

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-27 15:22+0000\n"
"PO-Revision-Date: 2011-03-03 17:34+0000\n"
"Last-Translator: NOVOTRADE RENDSZERHÁZ <openerp@novotrade.hu>\n"
"Language-Team: Hungarian <openerp-hungarian-team@lists.launchpad.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-16 04:53+0000\n"
"X-Launchpad-Export-Date: 2011-03-04 04:44+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. module: base
@ -2758,7 +2758,7 @@ msgstr "6. %d, %m ==> 05, 12"
#: field:res.config.users,date:0
#: field:res.users,date:0
msgid "Last Connection"
msgstr "Last Connection"
msgstr "Utolsó kapcsolat dátuma"
#. module: base
#: field:ir.actions.act_window,help:0
@ -4077,7 +4077,7 @@ msgstr "A hozzáadott modulok száma"
#. module: base
#: view:res.currency:0
msgid "Price Accuracy"
msgstr "Price Accuracy"
msgstr "Értékek számítási pontossága"
#. module: base
#: selection:base.language.install,lang:0

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.0\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-23 21:49+0000\n"
"Last-Translator: Tiago Baptista <Unknown>\n"
"PO-Revision-Date: 2011-03-16 22:11+0000\n"
"Last-Translator: Paulo Borges <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-16 04:55+0000\n"
"X-Generator: Launchpad (build 12351)\n"
"X-Launchpad-Export-Date: 2011-03-17 04:37+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -47,6 +47,8 @@ msgid ""
"The second argument of the many2many field %s must be a SQL table !You used "
"%s, which is not a valid SQL table name."
msgstr ""
"O segundo argumento do campo many2many %s tem que ser uma tabela SQL! Você "
"utilizou %s, que não é um nome válido para uma tabela SQL."
#. module: base
#: view:ir.values:0
@ -117,6 +119,8 @@ msgid ""
"You can not write in this document (%s) ! Be sure your user belongs to one "
"of these groups: %s."
msgstr ""
"Você não pode escrever neste documento (%s) ! Confira que o seu utilizador "
"pertence a um desses grupos: %s."
#. module: base
#: help:ir.model.fields,domain:0
@ -149,6 +153,9 @@ msgid ""
"Properties of base fields cannot be altered in this manner! Please modify "
"them through Python code, preferably through a custom addon!"
msgstr ""
"As propriedades dos campos base não podem ser alterada dessa maneira! Por "
"favor, modifica-os através de código Python, de preferência através de um "
"modulo de Customização!"
#. module: base
#: code:addons/osv.py:133
@ -621,7 +628,7 @@ msgstr ""
#. module: base
#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
msgid "Opportunities"
msgstr ""
msgstr "Oportunidades"
#. module: base
#: model:ir.model,name:base.model_base_language_export
@ -830,7 +837,7 @@ msgstr "Painel de Recursos Humanos"
#: code:addons/base/res/res_user.py:507
#, python-format
msgid "Setting empty passwords is not allowed for security reasons!"
msgstr ""
msgstr "Não é permitido definir palavra passe vazia por razões de segurança!"
#. module: base
#: selection:ir.actions.server,state:0
@ -1003,7 +1010,7 @@ msgstr ""
#: code:addons/base/res/res_user.py:206
#, python-format
msgid "Operation Canceled"
msgstr ""
msgstr "Operação cancelada"
#. module: base
#: help:base.language.export,lang:0
@ -4030,7 +4037,7 @@ msgstr "Francês / Français"
#: code:addons/orm.py:1049
#, python-format
msgid "The create method is not implemented on this object !"
msgstr ""
msgstr "O método \"create\" não está implementado neste objeto !"
#. module: base
#: field:workflow.triggers,workitem_id:0
@ -4350,7 +4357,7 @@ msgstr "Cancelada"
#. module: base
#: view:res.config.users:0
msgid "Create User"
msgstr ""
msgstr "Criar utilizador"
#. module: base
#: view:partner.clear.ids:0
@ -4945,6 +4952,9 @@ msgid ""
"\n"
"This addon is already installed on your system"
msgstr ""
"\n"
"\n"
"Este módulo já está instalado no seu sistema"
#. module: base
#: help:ir.cron,interval_number:0
@ -5354,7 +5364,7 @@ msgstr "Tailandês / ภาษาไทย"
#: code:addons/orm.py:158
#, python-format
msgid "Object %s does not exists"
msgstr ""
msgstr "O objeto %s não existe"
#. module: base
#: selection:base.language.install,lang:0
@ -5563,7 +5573,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM"
#: code:addons/orm.py:1803
#, python-format
msgid "The copy method is not implemented on this object !"
msgstr ""
msgstr "O método \"copy\" não esta implementado neste objeto !"
#. module: base
#: field:res.log,create_date:0
@ -5915,7 +5925,7 @@ msgstr ""
#: code:addons/base/res/res_config.py:421
#, python-format
msgid "Click 'Continue' to configure the next addon..."
msgstr ""
msgstr "Clique em \"Continuar\" para configurar o próximo módulo"
#. module: base
#: field:ir.actions.server,record_id:0
@ -5957,7 +5967,7 @@ msgstr ""
#: code:addons/base/ir/ir_actions.py:629
#, python-format
msgid "Please specify server option --email-from !"
msgstr ""
msgstr "Por favor, especifique a opção do servidor \"--email-from\" !"
#. module: base
#: field:base.language.import,name:0
@ -6474,6 +6484,8 @@ msgid ""
"You can not read this document (%s) ! Be sure your user belongs to one of "
"these groups: %s."
msgstr ""
"Não podes ler este documento (%s) ! Tenha certeza que o seu utilizador "
"pertence a um destes grupos: %s."
#. module: base
#: view:res.bank:0
@ -6651,7 +6663,7 @@ msgstr "Ou"
#: model:ir.actions.act_window,name:base.res_log_act_window
#: model:ir.ui.menu,name:base.menu_res_log_act_window
msgid "Client Logs"
msgstr ""
msgstr "Históricos do cliente"
#. module: base
#: model:res.country,name:base.al
@ -6787,7 +6799,7 @@ msgstr "Parar Tudo"
#: code:addons/orm.py:412
#, python-format
msgid "The read_group method is not implemented on this object !"
msgstr ""
msgstr "O método \"read_group\" não esta implementado neste objeto !"
#. module: base
#: view:ir.model.data:0
@ -6900,6 +6912,8 @@ msgstr "Painel do gestor de RH"
msgid ""
"Unable to install module \"%s\" because an external dependency is not met: %s"
msgstr ""
"Não é possível instalar o módulo \"%s\" porque uma dependência externa não "
"foi satisfeita: %s"
#. module: base
#: view:ir.module.module:0

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2010-12-10 07:53+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2011-03-24 12:21+0000\n"
"Last-Translator: Dorin <dhongu@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-16 04:55+0000\n"
"X-Generator: Launchpad (build 12351)\n"
"X-Launchpad-Export-Date: 2011-03-25 04:39+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -58,7 +58,7 @@ msgstr "Metadate"
#: field:ir.ui.view,arch:0
#: field:ir.ui.view.custom,arch:0
msgid "View Architecture"
msgstr "Alcatuirea afisarii"
msgstr "Alcatuirea afișării"
#. module: base
#: field:base.language.import,code:0
@ -103,7 +103,7 @@ msgstr "Activare Flux"
#. module: base
#: field:ir.actions.act_window,display_menu_tip:0
msgid "Display Menu Tips"
msgstr ""
msgstr "Afișare sfaturi meniu"
#. module: base
#: view:ir.module.module:0
@ -154,7 +154,7 @@ msgstr ""
#: code:addons/osv.py:133
#, python-format
msgid "Constraint Error"
msgstr ""
msgstr "Eroare constrângere"
#. module: base
#: model:ir.model,name:base.model_ir_ui_view_custom
@ -314,7 +314,7 @@ msgstr "ir.ui.view_sc"
#: field:res.widget.user,widget_id:0
#: field:res.widget.wizard,widgets_list:0
msgid "Widget"
msgstr ""
msgstr "Widget"
#. module: base
#: view:ir.model.access:0
@ -746,7 +746,7 @@ msgstr ""
#: code:addons/orm.py:1043
#, python-format
msgid "The unlink method is not implemented on this object !"
msgstr ""
msgstr "Metoda de dezlegare nu este implementata în acest obiect!"
#. module: base
#: model:ir.actions.act_window,name:base.act_menu_create
@ -1080,7 +1080,7 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%Y - Year with century."
msgstr ""
msgstr "%Y - Anul cu secol."
#. module: base
#: report:ir.module.reference.graph:0
@ -1151,6 +1151,8 @@ msgid ""
"If set to true, the action will not be displayed on the right toolbar of a "
"form view."
msgstr ""
"Dacă este setat pe adevărat, acțiunea nu va fi afișată pe bara din dreapta a "
"unei ferestre."
#. module: base
#: field:workflow,on_create:0
@ -1200,7 +1202,7 @@ msgstr "res.request.link"
#. module: base
#: field:ir.actions.wizard,name:0
msgid "Wizard Info"
msgstr ""
msgstr "Info asistent"
#. module: base
#: view:base.language.export:0
@ -1406,7 +1408,7 @@ msgstr "Calea completă"
#. module: base
#: view:res.request:0
msgid "References"
msgstr "Referinta"
msgstr "Referințe"
#. module: base
#: view:res.lang:0
@ -1474,7 +1476,7 @@ msgstr ""
#: code:addons/fields.py:114
#, python-format
msgid "Not implemented search_memory method !"
msgstr ""
msgstr "Metoda 'search_memory' nu este implementată !"
#. module: base
#: view:res.log:0
@ -1554,7 +1556,7 @@ msgstr "Numărul modulelor actualizate"
#: code:addons/fields.py:100
#, python-format
msgid "Not implemented set_memory method !"
msgstr ""
msgstr "Metoda 'set_memory' nu este implementată !"
#. module: base
#: view:workflow.activity:0
@ -1647,7 +1649,7 @@ msgstr ""
#. module: base
#: view:workflow:0
msgid "Workflow Editor"
msgstr ""
msgstr "Editor Workflow"
#. module: base
#: selection:ir.module.module,state:0
@ -1667,6 +1669,9 @@ msgid ""
"order in Object, and you can have loop on the sales order line. Expression = "
"`object.order_line`."
msgstr ""
"Introduceţi câmpul / expresia care să genereze lista. De exemplu, selectând "
"comanda clientului în Obiecte puteți parcurge în buclă pozițiile din "
"comandă. Expresie = `obect.comandă_poziție`. (en. `object.order_line`.)"
#. module: base
#: field:ir.property,fields_id:0
@ -1695,7 +1700,7 @@ msgstr "Simplificat"
#. module: base
#: model:res.country,name:base.st
msgid "Saint Tome (Sao Tome) and Principe"
msgstr ""
msgstr "Republica Democrata Sao Tome și Principe"
#. module: base
#: selection:res.partner.address,type:0
@ -1729,7 +1734,7 @@ msgstr ""
#. module: base
#: field:ir.actions.configuration.wizard,note:0
msgid "Next Wizard"
msgstr ""
msgstr "Următorul asistent"
#. module: base
#: model:ir.actions.act_window,name:base.action_menu_admin
@ -1779,6 +1784,9 @@ msgid ""
"Provide the field name that the record id refers to for the write operation. "
"If it is empty it will refer to the active id of the object."
msgstr ""
"Furnizează numele câmpului care face referire la identificatorul operației "
"de scriere. Dacă nu este completat va face referire la identificatorul activ "
"al obiectului."
#. module: base
#: model:res.country,name:base.zw
@ -1832,7 +1840,7 @@ msgstr "Valori"
#. module: base
#: view:ir.actions.server:0
msgid "Field Mappings"
msgstr ""
msgstr "Corespondențe câmp"
#. module: base
#: view:base.language.export:0
@ -1882,12 +1890,12 @@ msgstr ""
#: code:addons/orm.py:1040
#, python-format
msgid "The perm_read method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'perm_read' nu este implementată pentru acest obiect !"
#. module: base
#: view:res.lang:0
msgid "%y - Year without century [00,99]."
msgstr ""
msgstr "%y - Anul fără secol [00,99]."
#. module: base
#: model:res.country,name:base.si
@ -1930,7 +1938,7 @@ msgstr "%p - Echivalent pentru AM sau PM."
#. module: base
#: view:ir.actions.server:0
msgid "Iteration Actions"
msgstr ""
msgstr "Acțiuni de repetare"
#. module: base
#: help:multi_company.default,company_id:0
@ -1987,7 +1995,7 @@ msgstr ""
#: field:ir.actions.server,action_id:0
#: selection:ir.actions.server,state:0
msgid "Client Action"
msgstr ""
msgstr "Acţiune client"
#. module: base
#: model:res.country,name:base.bd
@ -2089,7 +2097,7 @@ msgstr "Imagine"
#. module: base
#: view:ir.actions.server:0
msgid "Iteration Action Configuration"
msgstr ""
msgstr "Configurarea acțiunii de repetare"
#. module: base
#: selection:publisher_warranty.contract,state:0
@ -2204,6 +2212,8 @@ msgid ""
"If you use a formula type, use a python expression using the variable "
"'object'."
msgstr ""
"Dacă folosiți o formula-tip, utilizați o expresie python folosind variabila "
"'object'"
#. module: base
#: field:res.partner.address,birthdate:0
@ -2301,7 +2311,7 @@ msgstr ""
#. module: base
#: field:ir.default,ref_id:0
msgid "ID Ref."
msgstr "Referinta ID"
msgstr "Referința ID"
#. module: base
#: model:ir.actions.server,name:base.action_start_configurator
@ -2423,7 +2433,7 @@ msgstr "Filtre"
#: code:addons/orm.py:758
#, python-format
msgid "Please check that all your lines have %d columns."
msgstr ""
msgstr "Verificați dacă toate liniile au %d coloane."
#. module: base
#: model:ir.actions.act_window,name:base.ir_cron_act
@ -2448,7 +2458,7 @@ msgstr ""
#: code:addons/orm.py:3448
#, python-format
msgid "Recursivity Detected."
msgstr ""
msgstr "Recursivitate detectată"
#. module: base
#: code:addons/base/module/module.py:262
@ -2515,7 +2525,7 @@ msgstr "RML (deprecated - folosiţi Report)"
#. module: base
#: view:ir.rule:0
msgid "Record rules"
msgstr ""
msgstr "Reguli înregistrare"
#. module: base
#: view:ir.property:0
@ -2556,7 +2566,7 @@ msgstr "%x- Reprezentarea adecvată a datei"
#. module: base
#: view:res.lang:0
msgid "%d - Day of the month [01,31]."
msgstr ""
msgstr "%d - Ziua din lună [01,31]."
#. module: base
#: model:res.country,name:base.tj
@ -2709,7 +2719,7 @@ msgstr "Ultima conectare"
#. module: base
#: field:ir.actions.act_window,help:0
msgid "Action description"
msgstr ""
msgstr "Descriere acțiune"
#. module: base
#: help:res.partner,customer:0
@ -2743,6 +2753,9 @@ msgid ""
"spreadsheet software. The file encoding is UTF-8. You have to translate the "
"latest column before reimporting it."
msgstr ""
"Salvați acest document într-un fisier de tip .CSV și deschideți-l apoi cu "
"softul dvs. favorit. Codificarea este UTF-8. Trebuie să traduceți ultima "
"coloana înainte de a-l reimporta."
#. module: base
#: model:ir.actions.act_window,name:base.action_partner_customer_form
@ -2763,7 +2776,7 @@ msgid ""
"If the selected language is loaded in the system, all documents related to "
"this partner will be printed in this language. If not, it will be english."
msgstr ""
"Dacă limba selectata este încărcată în sistem, toate documentele legate de "
"Dacă limba selectată este încărcată în sistem, toate documentele legate de "
"acest partener vor fi tipărite în această limbă. Dacă nu, limba folosita va "
"fi engleză."
@ -2849,6 +2862,8 @@ msgid ""
"Specify the subject. You can use fields from the object, e.g. `Hello [[ "
"object.partner_id.name ]]`"
msgstr ""
"Precizați subiectul. Puteți folosi câmpurile obiectului, ex.: `Buna ziua [[ "
"object.partner_id.name ]]`"
#. module: base
#: view:res.company:0
@ -2870,7 +2885,7 @@ msgstr "Vatican"
#. module: base
#: field:base.module.import,module_file:0
msgid "Module .ZIP file"
msgstr ""
msgstr "modul în fişier arhivă tip .zip"
#. module: base
#: field:ir.ui.view,xml_id:0
@ -2947,7 +2962,7 @@ msgstr "Întotdeauna"
#. module: base
#: selection:ir.translation,type:0
msgid "SQL Constraint"
msgstr ""
msgstr "Constrângere SQL"
#. module: base
#: field:ir.actions.server,srcmodel_id:0
@ -2965,7 +2980,7 @@ msgstr ""
#. module: base
#: sql_constraint:ir.config_parameter:0
msgid "Key must be unique."
msgstr ""
msgstr "Cheia trebuie să fie unică."
#. module: base
#: view:ir.actions.act_window:0
@ -3086,7 +3101,7 @@ msgstr "Fluxuri de lucru"
#. module: base
#: field:ir.translation,xml_id:0
msgid "XML Id"
msgstr ""
msgstr "Id XML"
#. module: base
#: model:ir.actions.act_window,name:base.action_config_user_form
@ -3188,7 +3203,7 @@ msgstr "Peru"
#. module: base
#: selection:ir.model.fields,on_delete:0
msgid "Set NULL"
msgstr ""
msgstr "Set NULL"
#. module: base
#: model:res.country,name:base.bj
@ -3214,7 +3229,7 @@ msgstr "Spaniolă (PY) / Español (PY)"
#. module: base
#: field:ir.config_parameter,key:0
msgid "Key"
msgstr ""
msgstr "Cheie"
#. module: base
#: field:res.company,rml_header:0
@ -3257,7 +3272,7 @@ msgstr "Securitate"
#. module: base
#: model:res.widget,title:base.openerp_favorites_twitter_widget
msgid "OpenERP Favorites"
msgstr ""
msgstr "Favorite OpenERP"
#. module: base
#: model:res.country,name:base.za
@ -3280,7 +3295,7 @@ msgstr "Ucraineană / українська"
#: model:ir.actions.act_window,name:base.action_translation
#: model:ir.ui.menu,name:base.menu_action_translation
msgid "Translation Terms"
msgstr ""
msgstr "Traducere termeni"
#. module: base
#: model:res.country,name:base.sn
@ -3295,7 +3310,7 @@ msgstr "Ungaria"
#. module: base
#: model:ir.model,name:base.model_res_groups
msgid "res.groups"
msgstr ""
msgstr "res.groups"
#. module: base
#: model:res.country,name:base.br
@ -3305,7 +3320,7 @@ msgstr "Brazilia"
#. module: base
#: view:res.lang:0
msgid "%M - Minute [00,59]."
msgstr ""
msgstr "%M - Minute [00,59]."
#. module: base
#: selection:ir.module.module,license:0
@ -3315,7 +3330,7 @@ msgstr "Affero GPL-3"
#. module: base
#: field:ir.sequence,number_next:0
msgid "Next Number"
msgstr "Urmatorul numar"
msgstr "Următorul numar"
#. module: base
#: help:workflow.transition,condition:0
@ -3350,6 +3365,9 @@ msgid ""
"invoice, then `object.invoice_address_id.mobile` is the field which gives "
"the correct mobile number"
msgstr ""
"Furnizează câmpurile care sunt folosite pentru căutarea numarului de telefon "
"mobil, de ex. selectați factura, atunci `object.invoice_address_id.mobile` "
"este câmpul care va da numărul corect de telefon mobil."
#. module: base
#: view:base.module.upgrade:0
@ -3374,7 +3392,7 @@ msgstr "Data"
#. module: base
#: field:ir.actions.report.xml,report_sxw:0
msgid "SXW path"
msgstr ""
msgstr "Cale SXW"
#. module: base
#: view:ir.attachment:0
@ -3401,7 +3419,7 @@ msgstr ""
#. module: base
#: view:ir.attachment:0
msgid "Attached To"
msgstr ""
msgstr "Anexează la"
#. module: base
#: field:res.lang,decimal_point:0
@ -3471,7 +3489,7 @@ msgstr "Nicaragua"
#: code:addons/orm.py:1046
#, python-format
msgid "The write method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'write' nu este implementată pentru acest obiect !"
#. module: base
#: view:res.partner.event:0
@ -3541,7 +3559,7 @@ msgstr "Kazahstan"
#. module: base
#: view:res.lang:0
msgid "%w - Weekday number [0(Sunday),6]."
msgstr ""
msgstr "%w - numărul zilei din săptămână [0(Duminică),6]."
#. module: base
#: model:ir.actions.act_window,help:base.action_partner_form
@ -3581,7 +3599,7 @@ msgstr ""
#: field:workflow,name:0
#: field:workflow.activity,name:0
msgid "Name"
msgstr "Nume raport-XML"
msgstr "Nume"
#. module: base
#: help:ir.actions.act_window,multi:0
@ -3734,7 +3752,7 @@ msgstr "Proprietatea ON Delete pentru câmpurile many2one"
#. module: base
#: field:ir.actions.server,write_id:0
msgid "Write Id"
msgstr ""
msgstr "Scrie Id"
#. module: base
#: model:ir.ui.menu,name:base.menu_product
@ -3790,7 +3808,7 @@ msgstr "Scurtătură"
#. module: base
#: field:ir.model.data,date_init:0
msgid "Init Date"
msgstr ""
msgstr "Dată iniţiere"
#. module: base
#: selection:base.language.install,lang:0
@ -3907,7 +3925,7 @@ msgstr "res.request.history"
#. module: base
#: view:ir.actions.server:0
msgid "Client Action Configuration"
msgstr ""
msgstr "Configurarea acțiunii client"
#. module: base
#: model:ir.model,name:base.model_res_partner_address
@ -3925,7 +3943,7 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%S - Seconds [00,61]."
msgstr ""
msgstr "%S - Seconde [00,61]."
#. module: base
#: model:res.country,name:base.cv
@ -3961,6 +3979,8 @@ msgstr "Convertor valută"
#, python-format
msgid "Wrong ID for the browse record, got %r, expected an integer."
msgstr ""
"ID eronat pentru selectare înregistrare, s-a primit %r, se așteaptă un "
"întreg."
#. module: base
#: model:ir.actions.act_window,name:base.action_partner_addess_tree
@ -3998,7 +4018,7 @@ msgstr "Franceză / Français"
#: code:addons/orm.py:1049
#, python-format
msgid "The create method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'create' nu este implementată pentru acest obiect !"
#. module: base
#: field:workflow.triggers,workitem_id:0
@ -4113,7 +4133,7 @@ msgstr "Format oră"
#. module: base
#: view:ir.module.module:0
msgid "Defined Reports"
msgstr ""
msgstr "Rapoarte definite"
#. module: base
#: view:ir.actions.report.xml:0
@ -4136,7 +4156,7 @@ msgstr "Module"
#: field:workflow.activity,subflow_id:0
#: field:workflow.workitem,subflow_id:0
msgid "Subflow"
msgstr ""
msgstr "Subflux"
#. module: base
#: model:ir.model,name:base.model_res_config
@ -4174,13 +4194,14 @@ msgstr "Tipul acţiunii ce urmează a fi executată"
#. module: base
#: field:ir.server.object.lines,server_id:0
msgid "Object Mapping"
msgstr ""
msgstr "Asocierea obiectului"
#. module: base
#: help:res.currency,rate:0
#: help:res.currency.rate,rate:0
msgid "The rate of the currency to the currency of rate 1"
msgstr ""
"Cursul de schimb al modedei pentru moneda cu curs de schimb egal cu 1"
#. module: base
#: model:res.country,name:base.uk
@ -4197,7 +4218,7 @@ msgstr "res_config_contents"
#. module: base
#: help:res.partner.category,active:0
msgid "The active field allows you to hide the category without removing it."
msgstr ""
msgstr "Câmpul activ vă permite să ascundeți categoria fără a o șterge."
#. module: base
#: report:ir.module.reference.graph:0
@ -4230,7 +4251,7 @@ msgstr ""
#: field:ir.actions.report.xml,report_rml_content:0
#: field:ir.actions.report.xml,report_rml_content_data:0
msgid "RML content"
msgstr ""
msgstr "conținut RML"
#. module: base
#: model:ir.actions.act_window,name:base.action_workflow_workitem_form
@ -4272,6 +4293,9 @@ msgid ""
"Provide the field name where the record id is stored after the create "
"operations. If it is empty, you can not track the new record."
msgstr ""
"Furnizează numele câmpului unde este stocat ID înregistrării după "
"operațiunea de creare. Dacă nu este completat, nu puteți declanșa "
"înregistrare nouă."
#. module: base
#: help:ir.model.fields,relation:0
@ -4286,7 +4310,7 @@ msgstr "Indoneziană / Bahasa Indonesia"
#. module: base
#: field:ir.ui.view,inherit_id:0
msgid "Inherited View"
msgstr ""
msgstr "Vedere moștenită"
#. module: base
#: view:ir.translation:0
@ -4353,6 +4377,7 @@ msgstr "Contract de mentenanţă"
#: help:ir.actions.server,trigger_obj_id:0
msgid "Select the object from the model on which the workflow will executed."
msgstr ""
"Selectați din cadrul modelului obiectul pentru care procesul va fi executat."
#. module: base
#: field:res.partner,employee:0
@ -4362,7 +4387,7 @@ msgstr "Angajat"
#. module: base
#: field:ir.model.access,perm_create:0
msgid "Create Access"
msgstr ""
msgstr "Acces creare"
#. module: base
#: field:res.partner.address,state_id:0
@ -4377,7 +4402,7 @@ msgstr ""
#. module: base
#: field:ir.model,osv_memory:0
msgid "In-memory model"
msgstr ""
msgstr "Model în memorie"
#. module: base
#: view:partner.clear.ids:0
@ -4399,7 +4424,7 @@ msgstr "Interfața"
#. module: base
#: view:ir.actions.server:0
msgid "Field Mapping"
msgstr ""
msgstr "Mapare câmp"
#. module: base
#: view:publisher_warranty.contract:0
@ -4504,7 +4529,7 @@ msgstr "Mesaj"
#. module: base
#: field:ir.actions.act_window.view,multi:0
msgid "On Multiple Doc."
msgstr ""
msgstr "În documente multiple"
#. module: base
#: view:res.partner:0
@ -4605,7 +4630,7 @@ msgstr "Tranziție"
#. module: base
#: field:res.groups,menu_access:0
msgid "Access Menu"
msgstr ""
msgstr "Acces la meniu"
#. module: base
#: model:res.country,name:base.na
@ -4651,7 +4676,7 @@ msgstr "Spaniolă (MX) / Español (MX)"
#. module: base
#: view:res.log:0
msgid "My Logs"
msgstr ""
msgstr "Logul meu"
#. module: base
#: model:res.country,name:base.bt
@ -4759,7 +4784,7 @@ msgstr ""
#: field:res.company,rml_header2:0
#: field:res.company,rml_header3:0
msgid "RML Internal Header"
msgstr ""
msgstr "Antet intern RML"
#. module: base
#: field:ir.actions.act_window,search_view_id:0
@ -4948,7 +4973,7 @@ msgstr "Adresa de email a expeditorului"
#. module: base
#: field:ir.default,field_name:0
msgid "Object Field"
msgstr ""
msgstr "Câmp obiect"
#. module: base
#: selection:base.language.install,lang:0
@ -4986,6 +5011,8 @@ msgid ""
"You try to upgrade a module that depends on the module: %s.\n"
"But this module is not available in your system."
msgstr ""
"Încercați să actualizați un modul care depinde de acest modul: %s.\n"
"Dar acest model nu este disponibil în sistem."
#. module: base
#: field:workflow.transition,act_to:0
@ -5252,7 +5279,7 @@ msgstr ""
#. module: base
#: view:partner.sms.send:0
msgid "Bulk SMS send"
msgstr ""
msgstr "Trimitere pachet SMS-uri"
#. module: base
#: view:ir.sequence:0
@ -5305,7 +5332,7 @@ msgstr "Slovenă / slovenščina"
#. module: base
#: field:ir.actions.report.xml,attachment_use:0
msgid "Reload from Attachment"
msgstr ""
msgstr "Reîncărcare din atașament"
#. module: base
#: model:res.country,name:base.bv
@ -5504,7 +5531,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM"
#: code:addons/orm.py:1803
#, python-format
msgid "The copy method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'copy' nu este implementată pentru acest obiect !"
#. module: base
#: field:res.log,create_date:0
@ -5551,7 +5578,7 @@ msgstr "Ignorare"
#. module: base
#: report:ir.module.reference.graph:0
msgid "Reference Guide"
msgstr ""
msgstr "Ghidul referințelor"
#. module: base
#: view:ir.ui.view:0
@ -5581,7 +5608,7 @@ msgstr "Flamandă (BE) / Vlaams (BE)"
#. module: base
#: field:ir.cron,interval_number:0
msgid "Interval Number"
msgstr ""
msgstr "Număr interval"
#. module: base
#: model:res.country,name:base.tk
@ -5689,7 +5716,7 @@ msgstr "Companii"
#. module: base
#: view:res.lang:0
msgid "%H - Hour (24-hour clock) [00,23]."
msgstr ""
msgstr "%H - Ora [00,23]."
#. module: base
#: model:ir.model,name:base.model_res_widget
@ -5744,7 +5771,7 @@ msgstr "Nucleul OpenERP , necesar pentru toate instalarile."
#: view:publisher_warranty.contract.wizard:0
#: view:res.widget.wizard:0
msgid "Cancel"
msgstr "Anulare"
msgstr "Renunță"
#. module: base
#: selection:base.language.export,format:0
@ -5806,12 +5833,12 @@ msgstr "Acţiunile Ferestrei"
#. module: base
#: view:res.lang:0
msgid "%I - Hour (12-hour clock) [01,12]."
msgstr ""
msgstr "%I - Ora [01,12]."
#. module: base
#: selection:publisher_warranty.contract.wizard,state:0
msgid "Finished"
msgstr ""
msgstr "Finalizată"
#. module: base
#: model:res.country,name:base.de
@ -5883,6 +5910,8 @@ msgstr ""
msgid ""
"Select the object on which the action will work (read, write, create)."
msgstr ""
"Selectați obiectul asupra căruia va fi executată acțiunea (citire, scriere, "
"creare)."
#. module: base
#: code:addons/base/ir/ir_actions.py:629
@ -6069,7 +6098,7 @@ msgstr ""
#. module: base
#: field:ir.exports,export_fields:0
msgid "Export ID"
msgstr ""
msgstr "Export ID"
#. module: base
#: model:res.country,name:base.fr
@ -6112,12 +6141,12 @@ msgstr "Eroare !"
#. module: base
#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry
msgid "country_id"
msgstr ""
msgstr "country_id"
#. module: base
#: field:ir.cron,interval_type:0
msgid "Interval Unit"
msgstr ""
msgstr "Unități interval"
#. module: base
#: field:publisher_warranty.contract,kind:0
@ -6129,7 +6158,7 @@ msgstr "Gen"
#: code:addons/orm.py:3775
#, python-format
msgid "This method does not exist anymore"
msgstr ""
msgstr "Metoda nu mai există"
#. module: base
#: field:res.bank,fax:0
@ -6153,6 +6182,8 @@ msgid ""
"Select the action that will be executed. Loop action will not be avaliable "
"inside loop."
msgstr ""
"Selectaţi acţiunea ce va fi executată. Acţiunea buclă nu va fi disponibilă "
"în interiorul buclei."
#. module: base
#: selection:base.language.install,lang:0
@ -6167,7 +6198,7 @@ msgstr ""
#. module: base
#: view:ir.model:0
msgid "In Memory"
msgstr ""
msgstr "În memorie"
#. module: base
#: view:ir.actions.todo:0
@ -6187,7 +6218,7 @@ msgstr ""
#. module: base
#: model:res.partner.title,name:base.res_partner_title_ltd
msgid "Ltd"
msgstr ""
msgstr "SRL"
#. module: base
#: help:workflow.transition,group_id:0
@ -6204,7 +6235,7 @@ msgstr ""
#. module: base
#: model:res.country,name:base.gi
msgid "Gibraltar"
msgstr ""
msgstr "Gibraltar"
#. module: base
#: field:ir.actions.report.xml,report_name:0
@ -6214,7 +6245,7 @@ msgstr "Nume serviciu"
#. module: base
#: model:res.country,name:base.pn
msgid "Pitcairn Island"
msgstr ""
msgstr "Insula Pitcairn"
#. module: base
#: view:base.module.upgrade:0
@ -6226,7 +6257,7 @@ msgstr ""
#: model:ir.actions.act_window,name:base.action_rule
#: model:ir.ui.menu,name:base.menu_action_rule
msgid "Record Rules"
msgstr ""
msgstr "Reguli înregistrare"
#. module: base
#: field:res.config.users,name:0
@ -6266,7 +6297,7 @@ msgstr "Luni"
#. module: base
#: field:ir.actions.act_window,search_view:0
msgid "Search View"
msgstr ""
msgstr "Vedere de căutare"
#. module: base
#: sql_constraint:res.lang:0
@ -6314,7 +6345,7 @@ msgstr "Acces pentru scriere"
#. module: base
#: view:res.lang:0
msgid "%m - Month number [01,12]."
msgstr ""
msgstr "%m - Numărul lunii [01,12]."
#. module: base
#: field:res.bank,city:0
@ -6355,7 +6386,7 @@ msgstr "E-mail"
#. module: base
#: selection:ir.module.module,license:0
msgid "GPL-3 or later version"
msgstr ""
msgstr "GPL-3 sau versiune ulterioară"
#. module: base
#: field:workflow.activity,action:0
@ -6599,6 +6630,8 @@ msgid ""
"Please be patient, this operation may take a few minutes (depending on the "
"number of modules currently installed)..."
msgstr ""
"Vă rugăm să aveți răbdare, această operație poate dura câteva minute "
"(depinzând de numărul de module instalate)..."
#. module: base
#: field:ir.ui.menu,child_id:0
@ -6623,7 +6656,7 @@ msgstr "EroareValidare"
#: view:base.module.import:0
#: view:base.module.update:0
msgid "Open Modules"
msgstr ""
msgstr "Deschide module"
#. module: base
#: model:ir.actions.act_window,help:base.action_res_bank_form
@ -7427,7 +7460,7 @@ msgstr "Insulele Heard şi McDonald"
#. module: base
#: field:ir.actions.act_window,view_id:0
msgid "View Ref."
msgstr "Referinta view"
msgstr "Referință view"
#. module: base
#: selection:ir.translation,type:0
@ -7685,6 +7718,8 @@ msgid ""
"Important when you deal with multiple actions, the execution order will be "
"decided based on this, low number is higher priority."
msgstr ""
"Important când lucrați cu acțiuni multiple: ordinea de execuție este decisă "
"de regula număr mic prioritate mare."
#. module: base
#: field:ir.actions.report.xml,header:0
@ -7709,7 +7744,7 @@ msgstr "Croată / hrvatski jezik"
#. module: base
#: field:base.language.install,overwrite:0
msgid "Overwrite Existing Terms"
msgstr ""
msgstr "Suprascrie termenii existenți"
#. module: base
#: help:ir.actions.server,code:0
@ -8259,7 +8294,7 @@ msgstr "Acțiuni"
#. module: base
#: selection:res.request,priority:0
msgid "High"
msgstr ""
msgstr "Ridicat"
#. module: base
#: field:ir.exports.line,export_id:0
@ -8502,9 +8537,9 @@ msgid ""
"Check this box if the partner is a supplier. If it's not checked, purchase "
"people will not see it when encoding a purchase order."
msgstr ""
"Bifați aceasta căsuță dacă partenerul este un furnizor. dacă nu este bifata, "
"personalul care se ocupa de aprovizionare nu îl vor vedea atunci când "
"întocmesc un ordin de cumpărare."
"Bifați această căsuță dacă partenerul este un furnizor. Dacă nu bifați, "
"utilizatorul care se ocupa de aprovizionare nu îl va vedea atunci când "
"întocmește o comandă de aprovizionare."
#. module: base
#: field:ir.model.fields,relation_field:0

View File

@ -7,13 +7,13 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-25 00:45+0000\n"
"Last-Translator: Procion <Unknown>\n"
"PO-Revision-Date: 2011-03-09 17:26+0000\n"
"Last-Translator: Stanislav Hanzhin <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-16 04:55+0000\n"
"X-Launchpad-Export-Date: 2011-03-10 04:44+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. module: base
@ -28,7 +28,7 @@ msgstr "Домен"
#. module: base
#: model:res.country,name:base.sh
msgid "Saint Helena"
msgstr "Сент-Хелен"
msgstr "Остров Святой Елены"
#. module: base
#: view:ir.actions.report.xml:0
@ -47,6 +47,9 @@ msgid ""
"The second argument of the many2many field %s must be a SQL table !You used "
"%s, which is not a valid SQL table name."
msgstr ""
"Значение второго аргумента поля многие-ко-многим %s должно быть таблицей "
"SQL! Вы использовали значение %s, которое не является допустимым именем SQL "
"таблицы."
#. module: base
#: view:ir.values:0
@ -117,6 +120,8 @@ msgid ""
"You can not write in this document (%s) ! Be sure your user belongs to one "
"of these groups: %s."
msgstr ""
"Вы не можете записывать в этот документ (%s) ! Проверьте, что ваш "
"пользователь состоит в одной из следующих групп: %s."
#. module: base
#: help:ir.model.fields,domain:0
@ -806,6 +811,8 @@ msgid ""
"Language with code \"%s\" is not defined in your system !\n"
"Define it through the Administration menu."
msgstr ""
"Язык с кодом \"%s\" не установлен в вашей системе!\n"
"Установите его в меню \"Администрирование\"."
#. module: base
#: model:res.country,name:base.gu
@ -822,6 +829,7 @@ msgstr "Инф. панель отдела кадров"
#, python-format
msgid "Setting empty passwords is not allowed for security reasons!"
msgstr ""
"Использование пустых паролей не допускается по соображениям безопасности!"
#. module: base
#: selection:ir.actions.server,state:0
@ -1631,7 +1639,7 @@ msgstr ""
#: code:addons/orm.py:3147
#, python-format
msgid "A document was modified since you last viewed it (%s:%d)"
msgstr ""
msgstr "Документ был изменен с момента вашего последнего посещения (%s:%d)"
#. module: base
#: view:workflow:0
@ -2458,6 +2466,9 @@ msgid ""
"loading a new language it becomes available as default interface language "
"for users and partners."
msgstr ""
"Этот мастер поможет вам добавить новый язык интерфейса вашей системы "
"OpenERP. После загрузки нового языка, его можно будет выбрать языком "
"интерфейса по-умолчанию для пользователей и контрагентов."
#. module: base
#: view:ir.model:0
@ -2806,6 +2817,8 @@ msgstr "Действие триггера"
#, python-format
msgid "\"email_from\" needs to be set to send welcome mails to users"
msgstr ""
"Поле \"email_from\" должно быть заполнено для отправки приветственных писем "
"пользователям"
#. module: base
#: selection:ir.translation,type:0
@ -3474,7 +3487,7 @@ msgstr "Никарагуа"
#: code:addons/orm.py:1046
#, python-format
msgid "The write method is not implemented on this object !"
msgstr ""
msgstr "Для данного объекта не реализован метод 'write'!"
#. module: base
#: view:res.partner.event:0
@ -4003,7 +4016,7 @@ msgstr "Французский / Français"
#: code:addons/orm.py:1049
#, python-format
msgid "The create method is not implemented on this object !"
msgstr ""
msgstr "Для этого объекта не реализован метод 'create' !"
#. module: base
#: field:workflow.triggers,workitem_id:0
@ -4260,6 +4273,8 @@ msgid ""
"You cannot perform this operation. New Record Creation is not allowed for "
"this object as this object is for reporting purpose."
msgstr ""
"Вы не можете выполнить это действие. Создание новых записей не разрешено для "
"этого объекта. Это объект для отчетов."
#. module: base
#: view:base.language.import:0
@ -4334,7 +4349,7 @@ msgstr "Хотите стереть Id`ы ? "
#: field:publisher_warranty.contract,name:0
#: field:publisher_warranty.contract.wizard,name:0
msgid "Serial Key"
msgstr ""
msgstr "Серийный номер"
#. module: base
#: selection:res.request,priority:0
@ -4462,7 +4477,7 @@ msgstr "Подпись"
#: code:addons/fields.py:664
#, python-format
msgid "Not Implemented"
msgstr ""
msgstr "Не реализовано"
#. module: base
#: model:ir.model,name:base.model_res_widget_user
@ -4531,6 +4546,8 @@ msgstr "Контакты"
msgid ""
"Unable to delete this document because it is used as a default property"
msgstr ""
"Невозможно удалить этот документ, поскольку он использован как свойство по-"
"умолчанию"
#. module: base
#: view:res.widget.wizard:0
@ -4574,6 +4591,8 @@ msgid ""
"Please use the change password wizard (in User Preferences or User menu) to "
"change your own password."
msgstr ""
"Пожалуйста, используйте Мастер изменения пароля (в настройках пользователя "
"или в меню пользователя), чтобы изменить свой пароль."
#. module: base
#: code:addons/orm.py:1350
@ -5310,7 +5329,7 @@ msgstr "Тайский"
#: code:addons/orm.py:158
#, python-format
msgid "Object %s does not exists"
msgstr ""
msgstr "Объект %s не существует"
#. module: base
#: selection:base.language.install,lang:0
@ -5519,7 +5538,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM"
#: code:addons/orm.py:1803
#, python-format
msgid "The copy method is not implemented on this object !"
msgstr ""
msgstr "Для этого объекта не реализован метод 'copy' !"
#. module: base
#: field:res.log,create_date:0
@ -5727,7 +5746,7 @@ msgstr ""
#: code:addons/fields.py:103
#, python-format
msgid "Not implemented get_memory method !"
msgstr ""
msgstr "Метод 'get_memory' не реализован !"
#. module: base
#: view:ir.actions.server:0
@ -6148,7 +6167,7 @@ msgstr "Тип"
#: code:addons/orm.py:3775
#, python-format
msgid "This method does not exist anymore"
msgstr ""
msgstr "Данный метод более не существует"
#. module: base
#: field:res.bank,fax:0
@ -6417,6 +6436,8 @@ msgid ""
"You can not read this document (%s) ! Be sure your user belongs to one of "
"these groups: %s."
msgstr ""
"Вы не можете читать этот документ (%s) ! Убедитесь, что ваш пользователь "
"состоит в одной из этих групп: %s."
#. module: base
#: view:res.bank:0
@ -6594,7 +6615,7 @@ msgstr "Или"
#: model:ir.actions.act_window,name:base.res_log_act_window
#: model:ir.ui.menu,name:base.menu_res_log_act_window
msgid "Client Logs"
msgstr ""
msgstr "Журнал работы клиента"
#. module: base
#: model:res.country,name:base.al
@ -6730,7 +6751,7 @@ msgstr "Остановить все"
#: code:addons/orm.py:412
#, python-format
msgid "The read_group method is not implemented on this object !"
msgstr ""
msgstr "Метод read_group не реализован для данного объекта !"
#. module: base
#: view:ir.model.data:0
@ -7270,6 +7291,8 @@ msgid ""
"Changing the type of a column is not yet supported. Please drop it and "
"create it again!"
msgstr ""
"Изменение типа столбца пока не поддерживается. Пожалуйста, удалите его и "
"создайте заново!"
#. module: base
#: field:ir.ui.view_sc,user_id:0
@ -7285,7 +7308,7 @@ msgstr "Внимание !"
#. module: base
#: model:res.widget,title:base.google_maps_widget
msgid "Google Maps"
msgstr ""
msgstr "Карты Google"
#. module: base
#: model:ir.ui.menu,name:base.menu_base_config
@ -8386,7 +8409,7 @@ msgstr "Датский/Данск"
#. module: base
#: selection:ir.model.fields,select_level:0
msgid "Advanced Search (deprecated)"
msgstr ""
msgstr "Расширенный поиск (устарел)"
#. module: base
#: model:res.country,name:base.cx
@ -8807,6 +8830,8 @@ msgid ""
"Supported file formats: *.csv (Comma-separated values) or *.po (GetText "
"Portable Objects)"
msgstr ""
"Поддерживаемые типы файлов: *.csv (Значения, разделённые запятыми) или *.po "
"(GetText Portable Objects)"
#. module: base
#: code:addons/base/ir/ir_model.py:487

View File

@ -14,6 +14,6 @@ if __name__ == "__main__":
os.chdir(os.path.normpath(os.path.dirname(__file__)))
os.chdir('..')
# ... and execute the new executable.
os.execv('openerp-server.py', sys.argv)
os.execv('openerp-server', sys.argv)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -16,7 +16,8 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/openerp-server
NAME=openerp-server
DESC=openerp-server
CONFIG=/etc/openerp-server.conf
LOGFILE=/var/log/openerp-server.log
USER=openerp
test -x ${DAEMON} || exit 0
@ -29,8 +30,8 @@ case "${1}" in
start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \
--chuid ${USER} --background --make-pidfile \
--exec ${DAEMON} -- --config=/etc/openerp-server.conf \
--logfile=/var/log/openerp-server.log
--exec ${DAEMON} -- --config=${CONFIG} \
--logfile=${LOGFILE}
echo "${NAME}."
;;
@ -54,8 +55,8 @@ case "${1}" in
start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \
--chuid ${USER} --background --make-pidfile \
--exec ${DAEMON} -- --config=/etc/openerp-server.conf \
--logfile=/var/log/openerp-server.log
--exec ${DAEMON} -- --config=${CONFIG} \
--logfile=${LOGFILE}
echo "${NAME}."
;;

2
debian/po/he.po vendored
View File

@ -14,7 +14,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-23 04:36+0000\n"
"X-Launchpad-Export-Date: 2011-02-23 06:17+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. Type: string

8
debian/po/pt_BR.po vendored
View File

@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: openobject-server\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-24 22:41+0300\n"
"PO-Revision-Date: 2010-11-07 07:06+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2011-02-23 22:44+0000\n"
"Last-Translator: Emerson <Unknown>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-02-16 05:00+0000\n"
"X-Launchpad-Export-Date: 2011-03-01 06:00+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. Type: string
@ -39,4 +39,4 @@ msgstr ""
#. Description
#: ../openerp-server.templates:1001
msgid "Please choose that account's username."
msgstr "Escolha um usuário para a conta"
msgstr "Por favor, escolha um usuário para a conta."

39
debian/po/sq.po vendored Normal file
View File

@ -0,0 +1,39 @@
# Albanian translation for openobject-server
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the openobject-server package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-server\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-08-24 22:41+0300\n"
"PO-Revision-Date: 2011-03-28 14:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Albanian <sq@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-03-29 04:39+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. Type: string
#. Description
#: ../openerp-server.templates:1001
msgid "Dedicated system account for the Open ERP server:"
msgstr ""
#. Type: string
#. Description
#: ../openerp-server.templates:1001
msgid ""
"The Open ERP server must use a dedicated account for its operation so that "
"the system's security is not compromised by running it with superuser "
"privileges."
msgstr ""
#. Type: string
#. Description
#: ../openerp-server.templates:1001
msgid "Please choose that account's username."
msgstr ""

View File

@ -1,674 +0,0 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -1,951 +0,0 @@
4.2.1
Bugfixes
Fix context for source_count function
Create stock move on production for products without BOM lines
Add IBAN fields in bank view
Fix uninitialize variable in import data
Update due date on invoice when payment term change
Fix store on field function that have type many2one or one2one
Request summary must be truncate
Partner event name must be truncate
Remove parent field on partner contact view
Fix icon type on journal period
Remove exception on the size of char field
Fix reference on move line that comes from invoice (Customer != Supplier)
Add function search on sheet_id of timesheet_sheet
Don't return 0 for balance account if there is no fiscal year
Fix set to draft for expense, now really set to draft
Add product and partner in the recursive call of tax compute
Don't compute balance account for inactive account
Fix bad encoding in log message on report_sxw
Fix overdue report for refund lines
Don't start server in non secure mode if secure mode have been set
Fix default value of move line if move_id is not find
Fix _product_partner_ref for cannot concatenate 'str' and 'bool' objects
Add partner_id in the context of SO for browsing the product
Fix multi-tax code on invoice
Fix tax definition for Belgium chart
Remove compute debit/credit on inactive account
Fix the way the tax are rounded for invoice with tax included prices
Fix SO to use the right uom and price to create invoice
Fix on_chnage uos on SO to return the id not the browse record
Add condition on the button "Sending goods>Packing to be invoiced" to show
only customer packings
Fix zero division error when the quantity is zero on an invoice line
Fix duplicate timesheet line that have been invoiced
Fix invoice report for bad removeParentNode tag
Fix priority for product view
Fix tax line computation when encoding account lines manually
Fix refund supplier invoice to have the same journal
New chinese translation
Pass context to action_done on stock move
Add product_uom change on sale order line
Fix demo data for working time UOM
Fix _sheet function in timesheet_sheet when called with a list of non
unique id
Remove commit inside function validate on account move
Use one function to post account move
Fix computation of sale/purchase amount in segmentation module
Use standar uom converion in analytic lines
Add journal_id in context for account move line search in payment module
Fix wrong id used by pricelist based on partner form
Use partner reference from SO/PO for invoice name if there is one
Make analysis analytic module include child accounts
4.2.0
Summary:
Add new view graph
REPORT_INTRASTAT: new module
KERNEL: add netrpc (speed improvement)
REPORT_STOCK: add report on stock by stock location and production lots
HR_TIMESHEET_INVOICE: add final invoice
MULTI_COMPANY_ACCOUNT: new module
ADD modules publication tools
KERNEL: add timezone
KERNEL: add concurnecy check
BASE: allow to specify many view_id in act_window
BASE: add ir.rules (acces base on record fields)
KERNEL: add search_count on objects
KERNEL: add assert tools (unit test)
KERNEL: improve workflow speed
KERNEL: move some modules to extra_addons
Bugfixes:
Fix pooler for multi-db
REPORT_ANALYTIC: new reports
BOARD_ACCOUNT: new dashboard for accountants
PURCHASE: allow multiple pickings for the same purchase order
STOCK: When refunding picking: confirm & Assign the newly generated picking
PRODUCT: add average price
STOCK: Fix workflow for stock
TOOLS: Fix export translate for wizard
KERNEL: add id in import_data
BASE: add history rate to currency
ACCOUNT: partner_id is now required for an invoice
HR_TIMESHEET: add exception if employee haven't product
I18N: new fr_CH file
HR_EXPENSE: fix domain
ACCOUNT: Fix invoice with currency and payment term
ACCOUNT: Fix currency
KERNEL: add pidfile
ACCOUNT,PURCHASE,SALE: use partner lang for description
Model Acces: Unlink permission (delete) is now available
KERNEL: Remove set for python2.3
HR: add id to Attendance menu
PRODUCT: add dimension to packaging
ACCOUNT: new cash_discount on payment term
KERNEL: Add price accuracy
BASE: Function to remove installed modules
REPORT_SALE: fix for sale without line
PURCHASE: remove use of currency
KERNEL: fix set without values
PURCHASE: fix domain pricelist
INVOICE: use date for currency rate
KERNEL: Fix import many2many by id
KERNEL: run the cron
ACCOUNT: bank statment line now have a ref t othe corresponding invoice
ACCOUNT: Add possibilitty to include tax amount in base amount for the computation of the next taxes
ACCOUNT: Add product in tax compute python code
KERNEL: use reportlab 2.0
BASE: fix import the same lang
ACCOUNT: fix tax code
ACCOUNT: define tax account for invoice and refund
ACCOUNT: add supplier tax to product
ACCOUNT: don't overwrite tax_code on the creation for account line
PURCHASE: use partner code for report order
KERNEL: fix pooler netsvc for multi-db
TOOLS: add ref to function tag
PRODUCT: fix digits on volume and weight, add weight_net
ACCOUNT: split to new module account_cash_discount
ORM : error message on python constraints are now displayed correctly
ACCOUNT: add partner to tax compute context
KERNEL: improve logger
PROJECT: add check_recursion for project
HR_TIMESHEET_INVOICE: improve create invoice
ACCOUNT: add product_id to analytic line create by invoice
KERNEL: fix the inheritance mechanism
KERNEL: Fix use always basename for cvs file
BASE: fix IBAN len to 27
INVOICE: fix invoice number for analytic
REPORT: add replace tag for custom header
ACCOUNT: add ref to analytic line
BASE: prevent exception in ir_cron
SALE: fix uos for tax_amount
MRP: fix dbname in _procure_confirm
HR_EXPENSE: add domain to analytic_account
KERNEL: use 0 instead of False for fix on _fnct_read
SUBSCRIPTION: add required to model
HR_TIMESHEET: add rounding on report
SALE: Fix cancel invoice and recreate invoice, now cancel also the order lines
STOCK-DELIVERY: add wizard invoice_onshipping from delivery to stock
STOCK: use tax from sale for invoice
BASE: improve copy of res.partner
ACCOUNT: pay only invoice if not in state draft
REPORT: fix rml translation, translate before eval
PRODUCT_EXTENDED: don't use seller price for bom price
ACCOUNT_TAX_INCLUDE: fix right amount in account move generate with tax_include
BASE: improve workflow print
SALE: fix workflow error when create invoice from wizard
MRP: Use company currency for Product Cost Structure
BASE: prevent recursion in company
KERNEL: Fix deleted property and many2one
KERNEL: allow directory for import csv
KERNEL: add store option to fields function
ACCOUNT: use property_account_tax on on_change_product
KERNEL: add right-click for translate label
KERNEL: fix log of backtrace
KERNEL: fix search on xxx2many
BASE: use tool to call popen.pipe2
KERNEL: fix print workflow on win32
BASE: fix US states
KERNEL: use python 2.3 format_exception
ACCOUNT: add multi-company into base accounting
KERNEL: check return code for exec_pg_command_pipe
KERNEL: fix search with active args
KERNEL: improve _sql_contsraints, now insert if doesn't exist
KERNEL: remove old inheritor and add _constraints and _sql_constraints to the fields inherited
CRM: bugfix mailgate
PURCHASE: fix the UOM for purchase line and improve update price unit
ACCOUNT: new invoice view
KERNEL,BASE: allow to create zip modules
BASE: add right-to-left
KERNEL: copy now ignore technical values ('create_date', 'create_uid', 'write_date' and 'write_uid')
ACCOUNT_TAX_INCLUDE: Now the module manage correctly the case when the taxes defined on the product differ from the taxes defined on the invoice line
ALL: fix colspan 3 -> 4
KERNEL: use context for search
ACCOUNT: improve speed of analytic account
ACCOUNT: fix search debit/credit on partner
ACCOUNT: fix refund invoice if no product_id nor uos_id on lines
MRP: fix scheduler location of product to produce and method, date of automatic orderpoint
KERNEL: many2many : fix unlink and link action
MRP: add default product_uom from context and add link from product to bom
PROJECT: improve speed for function fields
ALL: remove bad act_window name
KERNEL: modification for compatibility with postgres 7.4
KERNEL: fix size for selection field
KERNEL: fix compatibility for python2.5
KERNEL: add new win32 build script
KERNEL: add test for duplicate report and wizard
ACCOUNT: force round amount fixed in payment term
KERNEL: fix print screen
CRM: Better ergonomy
SERVER: add sum tag on tree view that display sum of the selected lines
KERNEL: allow subfield query on one2many
KERNEL: fix create_date and write_date as there are timestamp now
SERVER: improve language
KERNEL: fix search on fields function of type one2many, many2many
ACCOUNT: fix pay invoice to use period
ACCOUNT: add check recursion in account.tax.code
MRP: fix compute cycle for workcenter
BASE: add constraint uniq module name
BASE: improve update module list
ACCOUNT: add round to last payment term
KERNEL: don't modify the args of the call
KERNEL: don't use mutable as default value in function defintion
KERNEL: fix orm for sql query with reserved words
16/03/2007
4.0.3
Summary:
Improve the migration scripts
Some bugfixes
Print workflow on win32 (with ghostscript)
Bugfixes:
BASE: Fix "set default value"
HR_TIMESHEET_INVOICE: Improve invoice on timesheet
ACCOUNT: Fix tax amount
KERNEL: correct the delete for property
PURCHASE: fix the journal for invoice created by PO
KERNEL: fix the migration for id removed
Add id to some menuitem
BASE: prevent exception in ir_cron when the DB is dropped
HR: Fix sign-in/sign-out, the user is now allowed to provide a date in
the future
SALE: fix uos for the tax amount
MRP: fix wrong dbname in _procure_confirm
HR_EXPENSE: add domain to analytic_account
ACCOUNT: fix debit_get
SUBSCRIPTION: model is required now
HR_TIMESHEET: add rounding value to report
SALE: Fix cancel and recreate invoice, now cancel also the order lines
STOCK: use the tax define in sale for the invoice
ACCOUNT: add test to pay only if invoice not in state draft
KERNEL: root have access to all records
REPORT: fix rml translation to translate before the eval
ACCOUNT_TAX_INCLUDE: Use the right amount in account mmove generate
with tax_include
BASE: Improve the workflow print
SALE: Fix workflow error when creating invoice from the wizard
PRODUCT_EXTENDED: don't use pricelist to compute standard price
MRP: Use company currency for product cost structure
KERNEL: fix where clause when deleting false items
ACCOUNT: product source account depend on the invoice type now
ACCOUNT: use the property account tax for the on_change_product
ACCOUNT: use the invoice date for the date of analytic line
ACCOUNT: Fix the pay invoice when multi-currency
HR_TIMESHEET_PROJECT: use the right product
STOCK: Fix to assign picking with product consumable and call the
workflow
STOCK: Fix the split lot production
PURCHASE: fix workflow for purchase with manual invoice to not set
invoice and paid
DELIVERY: can use any type of journal for invoice
KERNEL: fix search on xxx2many
ACCOUNT: add id to sequence record
KERNEL: set properly the demo flag for module installed
KERNEL: Fix print workflow on win32
LETTER: fix print letter
Migration:
Fix migration for postreSQL 7.4
Fix the default value of demo in module
Fix migration of account_uos to product_uos
Wed Jan 17 15:06:07 CET 2007
4.0.2
Summary:
Improve the migration
Some bugfixes
Improve tax
Bugfixes:
Fix tax for invoice, refund, etc
SALE: fix view priority
PURCHASE: wizard may crash on some data
BASE: Fix import the same lang
BASE: start the cron
PURCHASE: fix domain for pricelist
KERNEL: fix object set without values
REPORT_SALE: fix for sale without line
KERNEL: add pidfile
BASE: remove 'set' for python2.3 compliant
Migration:
Migrate hr_timesheet user_id
Fri Dec 22 12:01:26 CET 2006
4.0.1
Summary:
Improve the migration
Some bugfixes
Bugfixes:
HR_EXPENSE: Fix domain
HR_TIMESHEET: Fix employee without product
TOOLS: Fix export translate
BASE: fix for concurrency of sequence number
MRP: fix report
CRM: fix graph report
KERNEL: fix instance of osv_pool
KERNEL: fix setup.py
Mon Dec 4 18:01:55 CET 2006
4.0.0
Summary:
Some bugfixes
Tue Nov 28 14:44:20 CET 2006
4.0.0-rc1
Summary:
This is a stable version (RC1) with lots of new features. Main
Improvements were:
Accounting: more functions, new modules, more stable
Much more better ergonomy
Lots of simplification to allows non IT people to use and
configure Tiny ERP: manage database, step by step configuration
menu, auto-installers, better help, ...
New:
Skill management module
ACCOUNT:
New and simpler bank statement form
New reports:
on Timesheets (analytic accounting)
Theorical revenue based on time spent
Global timesheet report by month
Chart of accounts
Different taxes methods supported
Gross (brut)
Net
Fixed amount
INVOICE:
invoice on shipping (manufacturing industry)
invoice on timesheet (services)
PURCHASE:
different invoicing control method (on order, on shipping,
manual)
Support of prices tax included /excluded in sales orders
New modules:
Sale_journal, stock_journal for bigger industries:
Divide works in different journals
New invoicing method from partner, to so, to picking
Daily, Monthly (grouped by partner or not)
New modules for prices with taxes included / excluded
New chart of accounts supported:
l10n_be/ l10n_chart_be_frnl/
l10n_chart_id/ l10n_chart_uk/
l10n_ca-qc/ l10n_chart_br/
l10n_chart_it/ l10n_chart_us_general/
l10n_ch/ l10n_chart_ca_en/
l10n_chart_it_cc2424/ l10n_chart_us_manufacturing/
l10n_ch_pcpbl_association/ l10n_chart_ca_fr/
l10n_chart_la/ l10n_chart_us_service/
l10n_ch_pcpbl_independant/ l10n_chart_ch_german/
l10n_chart_nl/ l10n_chart_us_ucoa/
l10n_ch_pcpbl_menage/ l10n_chart_cn/
l10n_chart_nl_standard/ l10n_chart_us_ucoa_ez/
l10n_ch_pcpbl_plangen/ l10n_chart_cn_traditional/
l10n_chart_no/ l10n_chart_ve/
l10n_ch_pcpbl_plangensimpl/ l10n_chart_co/
l10n_chart_pa/ l10n_fr/
l10n_ch_vat_brut/ l10n_chart_cz/
l10n_chart_pl/ l10n_se/
l10n_ch_vat_forfait/ l10n_chart_da/
l10n_chart_sp/ l10n_simple/
l10n_ch_vat_net/ l10n_chart_de_datev_skr03/
l10n_chart_sw/
l10n_chart_at/ l10n_chart_de_skr03/
l10n_chart_sw_church/
l10n_chart_au/ l10n_chart_hu/
l10n_chart_sw_food/
Step by step configuration menu
Setup wizard on first connection
Select a company profile, auto-install language, demo data, ...
Imrovements:
KERNEL: Demo data improved
Better import / export system
KERNEL: Multi-database management system
Backup, Restore, Create, Drop from the client
PRODUCT/PRODUCT_EXTD: Eavily change the product form, use the new
object to compute the pricelist
REPORTS:
Better Sale order, purchase order, invocies and customers reports
ACCOUNT: Support of taxes in accounts
management of the VAT taxes for most european countries:
Support of VAT codes in invoices
Better computation of default values in accounting entries
Preferences in partners, override products
Bugfix when closing a fiscal year
Better ergonomy when writting entries
New Module Management System:
Install / Upgrade new modules directly from the client
Install new languages
KERNEL:
Ability to add select=True at the object level for postgresql indexes
Bugfix in search in some inherited objects
Added the ability to call methods from a browse object
KERNEL+BASE: changed the way the migration system works for menuitems:
now you can change a menuitem defined elsewhere. And this will work
whether that menuitem has an id or not (it use the name of the
menuitem to find it)
KERNEL:
Installing a module from the client
Better Windows Auto-Installer
DELIVERY:
Delivery and invoicing on picking list
KERNEL:
Distinction between active (by default) and installable
ACCOUNT/PROJECT: Added support for the type of invoicing
CRM:
eMAil gateway
Management of different departments and sections
Rule system
About 20 new statistics reporting
eCommerce interface:
Better Joomla (virtuemart, OSCommerce) support
Joomla is now fully functionnal
Bugfixes:
ACCOUNT: tree view on reporting analytic account
KERNEL: Fix the bug that happened when mixing active and child_of
search
KERNEL: Check for the existance of active when computing child_of
PRODUCT: production computation with different UoM
------------------------------------------------------------------------
Fri Oct 6 14:44:05 CEST 2006
Server 3.4.2
Improvements:
BASE: changed workflow print system so that it handles inexisting
workflows more gracefully (patch from Geoff Gardiner)
MRP: new view to take into account the orderpoint exceptions
MRP: made menu title more explicit
Bugfixes:
ACCOUNT: fixed typo in invoice + changed sxw file so that it is in
sync with the rml file
DELIVERY: fixed taxes on delivery line (patch from Brice Vissière)
PROJECT: skip tasks without user in Gantt charts (it crashed the report)
PRODUCT: fixed bug when no active pricelist version was found
PRODUCT_EXTENDED: correct recursive computation of the price
SALE: get product price from price list even when quantity is set after
the product is set
STOCK: fixed partial picking
Packaging:
Changed migration script so that it works on PostgreSQL 7.4
------------------------------------------------------------------------
Tue Sep 12 15:10:31 CEST 2006
Server 3.4.1
Bugfixes:
ACCOUNT: fixed a bug which prevented to reconcile posted moves.
------------------------------------------------------------------------
Mon Sep 11 16:12:10 CEST 2006
Server 3.4.0 (changes since 3.3.0)
New modules:
ESALE_JOOMLA: integration with Joomla CMS
HR_TIMESHEET_ICAL: import iCal to automatically complete timesheet
based on outlook meetings
PARTNER_LDAP: adds partner synchronization with an LDAP server
SALE_REBATE: adds rebates to sale orders
4 new modules for reporting using postgresql views:
REPORT_CRM: reporting on CRM cases: by month, user, ...
REPORT_PROJECT: reporting on projects: tasks closed by project, user,
month, ...
REPORT_PURCHASE: reporting on purchases
REPORT_SALE: reporting on sales by periods and by product, category of
product, ...
New features:
KERNEL: Tiny ERP server and client may now communicate through HTTPS.
To launch the server with HTTPS, use the -S or --secure option
Note that if the server runs on HTTPS, the clients MUST connect
with the "secure" option checked.
KERNEL: the server can now run as a service on Windows
Printscreen function (Tree view print)
KERNEL: added a new --stop-after-init option which stops the server
just before it starts listening
KERNEL: added support for a new forcecreate attribute on XML record
fields: it is useful for records are in a data node marked as
"noupdate" but the record still needs to be added if it doesn't
exit yet. The typical use for that is when you add a new record
to a noupdate file/node.
KERNEL: manage SQL constraints with human-readable error message on the
client side, eg: Unique constraints
KERNEL: added a new system to be able to specify the tooltip for each
field in the definition of the field (by using the new help=""
attribute)
ACCOUNT: new report: aged trial balance system
ACCOUNT: added a wizard to pay an invoice from the invoice form
BASE: print on a module to print the reference guide using introspection
HR: added report on attendance errors
PRODUCT: products now support multi-Level variants
Improvements:
KERNEL: speed improvement in many parts of the system thanks to some
optimizations and a new caching system
KERNEL: New property system which replace the, now deprecated, ir_set
system. This leads to better migration of properties, more
practical use of them (they can be used like normal fields),
they can be translated, they are "multi-company aware", and
you can specify access rights for them on a per field basis.
KERNEL: Under windows, the server looks for its configuration file in
the "etc" sub directory (relative to the installation path).
This was needed so that the server can be run as a windows
service (using the SYSTEM profile).
KERNEL: added ability to import CSV files from the __terp__.py file
KERNEL: force freeing cursor when closing them, so that they are
available again immediately and not when garbage collected.
KERNEL: automatically drop not null/required constraints from removed
fields (ie which are in the database but not in the object)
KERNEL: added a command-line option to specify which smtp server to use
to send emails.
KERNEL: made browse_record hashable
ALL: removed shortcuts for the demo user.
ACCOUNT: better invoice report
ACCOUNT: Modifs for account chart, removed old stock_income account type
ACCOUNT: made the test_paid method on invoices more tolerant to buggy
data (open invoices without move/movelines)
ACCOUNT: better bank statement reconciliation system
ACCOUNT: accounting entries encoding improved a lot (using journal)
ACCOUNT: Adding a date and max Qty field in analytic accounts for
support contract
ACCOUNT: Adding the View type to analytic account / cost account
ACCOUNT: changed test_paid so that the workflow works even if there is
no move line
ACCOUNT: Cleanup credit/debit and balance computation methods. Should
be faster too.
ACCOUNT: use the normal sequence (from the journal) for the name of
moves generated from invoices instead of the longer name.
ACCOUNT: print Payment delay in invoices
ACCOUNT: account chart show subtotals
ACCOUNT: Subtotal in view accounts
ACCOUNT: Replaced some Typo: moves-> entries, Transaction -> entry
ACCOUNT: added quantities in analytic accounts view, and modified
cost ledger report for partners/customers
ACCOUNT: added default value for the currency field in invoices
ACCOUNT: added the comment/notes field on the invoice report
BASE: added menuitem (and action) to access partner functions (in the
definitions menu)
BASE: better demo data
BASE: duplicating a menu item now duplicates its action and submenus
BASE: Bank Details on Partners
CRM: View on all actions made on cases (used by our ISO9002 customer
to manage corrections to actions)
CRM: fixed wizard to create a sale order from a case
CRM: search on non active case, not desactivated by default
CRM: Case ID in fields with search
HR_TIMESHEET: new "sign_in, sign_out" using projects. It fills
timesheets and attendance at the same time.
HR_TIMESHEET: added cost unit to employee demo data
MRP: improvement in the scheduler
MRP: purchase order lines' description generated from a procurement
defaults to the product name instead of procurement name
MRP: Better traceability
MRP: Better view for procurement in exception
MRP: Added production delay in product forms. Use this delay for
average production delay for one product
MRP: dates scheduler, better computation
MRP: added constraint for non 0 BoM lines
PRODUCT: Better pricelist system (on template or variant of product)
PRODUCT_EXTENDED: Compute the price only if there is a supplier
PROJECT: when a task is closed, use the task's customer to warn the
customer if it is set, otherwise use the project contact.
PROJECT: better system to automatically send an email to the customer
when a task is closed or reopened.
PURCHASE: date_planned <= current_time line in red
PURCHASE: better purchase order report
PURCHASE: better purchase order duplication: you can now duplicate non
draft purchase orders and the new one will become draft.
SALE: better sale order report
SALE: better demo data for sale orders
SALE: better view for buttons in sale.order
SALE: select product => description = product name instead of code
SALE: warehouse field in shop is now required
SCRUM: lots of improvements for better useability
STOCK: allows to confirm empty picking lists.
STOCK: speed up stock computation methods
Bugfixes:
KERNEL: fix a huge bug in the search method for objects involving
"old-style" inheritance (inherits) which prevented some records
to be accessible in some cases. Most notable example was some
products were not accessible in the sale order lines if you had
more products in your database than the limit of your search
(80 by default).
KERNEL: fixed bug which caused OO (sxw) reports to behave badly (crash
on Windows and not print correctly on Linux) when data
contained XML entities (&, <, >)
KERNEL: reports are now fully concurrency compliant
KERNEL: fixed bug which caused menuitems without id to cause havoc on
update. The menuitems themselves were not created (which is
correct) but they created a bad "default" action for all
menuitems without action (such as all "menu folders").
KERNEL: fix a small security issue: we should check the password of the
user when a user asks for the result of a report (in addition
to the user id and id of that report)
KERNEL: bugfix in view inheritancy
KERNEL: fixed duplicating resource with a state field whose selection
doesn't contain a 'draft' value (for example project tasks). It
now uses the default value of the resource for that field.
KERNEL: fixed updating many2many fields using the (4, id) syntax
KERNEL: load/save the --logfile option correctly in the config file
KERNEL: fixed duplicating a resource with many2many fields
ALL: all properties should be inside a data tag with "noupdate" and
should have a forcecreate attribute.
ACCOUNT: fixed rounding bug in tax computation method
ACCOUNT: bugfix in balance and aged balance reports
ACCOUNT: fixing precision in function fields methods
ACCOUNT: fixed creation of account move lines without using the client
interface
ACCOUNT: fixed duplicating invoices
ACCOUNT: fixed opening an invoices whose description contained non
ASCII chars at specific position
ACCOUNT: small bugfixes in all accounting reports
ACCOUNT: fixed crash when --without-demo due to missing payment.term
ACCOUNT: fixed bug in automatic reconciliation
ACCOUNT: pass the address to the tax computation method so that it is
available in the tax "python applicable code"
BASE: allows to delete a request which has a history (it now deletes the
history as well as the request)
BASE: override copy method for users so that we can duplicate them
BASE: fixed bug when the user search for a partner by hitting on an
empty many2one field (it searched for a partner with ref=='')
BASE: making ir.sequence call thread-safe.
CRM: fixed a bug which introduced an invalid case state when closing a
case (Thanks to Leigh Willard)
HR: added domain to category tree view so that they are not displayed
twice
HR_TIMESHEET: fixed print graph
HR_TIMESHEET: fixed printing timesheet report
HR_TIMESHEET: Remove a timesheet entry removes the analytic line
MRP: bugfix on "force reservation"
MRP: fixed bugs in some reports and MRP scheduler when a partner has
no address
MRP: fix Force production button if no product available
MRP: when computing lots of procurements, the scheduler could raise
locking error at the database level. Fixed.
PRODUCT: added missing context to compute product list price
PRODUCT: fixed field type of qty_available and virtual_available
(integer->float). This prevented these fields to be displayed
in forms.
PROJECT: fixed the view of unassigned task (form and list) instead of
form only.
PURCHASE: fixed merging orders that made inventory errors when coming
from a procurement (orderpoint).
PURCHASE: fix bug which prevented to make a purchase order with
"manual" lines (ie without product)
PURCHASE: fix wizard to group purchase orders in several ways:
- only group orders if they are to the same location
- only group lines if they are the same except for qty and unit
- fix the workflow redirect method so that procurement are not
canceled when we merge orders
SALE: fixed duplicating a confirmed sale order
SALE: fixed making sale orders with "manual" lines (without product)
STOCK: future stock prevision bugfix (for move when date_planned < now)
STOCK: better view for stock.move
STOCK: fixed partial pickings (waiting for a production)
Miscellaneous minor bugfixes
Packaging:
Fixed bug in setup.py which didn't copy csv files nor some sub-
directories
Added a script to migrate a 3.3.0 server to 3.4.0 (you should read the
README file in doc/migrate/3.3.0-3.4.0)
Removed OsCommerce module
------------------------------------------------------------------------
Fri May 19 10:16:18 CEST 2006
Server 3.3.0
New features:
NEW MODULE: hr_timesheet_project
Automatically maps projects and tasks to analytic account
So that hours spent closing tasks are automatically encoded
KERNEL: Added a logfile and a pidfile option (patch from Dan Horak)
STOCK: Added support for revisions of tracking numbers
STOCK: Added support for revision of production lots
STOCK: Added a "splitting and tracking lines" wizard
PRODUCT_EXTENDED: Added a method to compute the cost of a product
automatically from the cost of its parts
Improvements:
ALL: Small improvements in wizards (order of buttons)
PRODUCT: Remove packaging info from supplierinfo
PROJECT: Better task view (moved unused fields to other tab)
SALE: Keep formating for sale order lines' notes in the sale order report
Bugfixes:
KERNEL: Fixed bug which caused field names with non ascii chars didn't work
in list mode on Windows
KERNEL: Fix concurrency issue with UpdatableStr with the use of
threading.local
KERNEL: Removed browse_record __unicode__ method... It made the sale order
report crash when using product names with non ASCII characters
KERNEL: Fixed bug which caused the translation export to fail when the server
was not launched from the directory its source is.
BASE: Updating a menuitem now takes care its parent menus
BASE: Fixed a cursor locking issue with updates
BASE: Fixed viewing sequence types as a tree/list
HR: Month field needs to be required in the "hours spent" report
PURCHASE: fixed group purchase order wizard:
- if there were orders from several different suppliers, it created a purchase
order for only the first supplier but canceled other orders, even those which
weren't merged in the created order (closes bugzilla #236)
- doesn't trash "manual" lines (ie lines with no product)
- pay attentions to unit factors when adding several lines together
MRP: fixed workcenter load report (prints only the selected workcenters) and
does't crash if the user didn't select all workcenters
Miscellaneous:
Removed pydot from required dependencies
------------------------------------------------------------------------
Server 3.3.0-rc1
================
Changelog for Users
-------------------
New module: OS Commerce
Integration with Tiny ERP and OS Commerce
Synchronisation 100% automated with eSale;
Import of categories of products
Export of products (with photos support)
Import of Orders (with the eslae module)
Export of stock level
Import of OSCommerce Taxes
Multiple shop allowed with different rules/products
Simple Installation
New Module: HR_TIMESHEET
Management by affair, timesheets creates analytic entries in the
accounting to get costs and revenue of each affairs. Affairs are
structured in trees.
New Module: Account Follow Up
Multi-Level and configurable Follows ups for the accounting module
New module; Productivity Analysis of users
A module to compare productivity of users of Tiny ERP
Generic module, you can compare everything (sales, products, partners,
...)
New Modules for localisations:
Accounting localisations for be, ca, fr, de, ch, sw
Fix: corrected encoding (latin1 to utf8) of Swedish account tree XML file
New Module - Sandwich
Allows employees to order the lunch
Keeps employees preferences
New Module TOOLS:
Email automatic importation/integration in the ERP
New Module EDI:
Import of EDI sale orders
Export of shippings
Multi-Company:
Tiny ERP is now fully multi-company !
New Company and configuration can be made in the client side.
ACCOUNTING:
Better Entries > Standard Entries (Editable Tree, like in Excel)
Automatic creation of lines
Journal centralised or not
Counterpart of lines in one line or one counterpart per entry
Analytic accounting recoded from scratch
5 new reports
Completly integrated with:
production,
hr_timesheet > Management by affairs
sales & purchases,
Tasks.
Added unreconciliation functionnalities
Added account tree fast rendering
Better tax computation system supporting worldwide specific countries
Better subscription system
Wizard to close a period
Wizard to clase a fiscal year
Very powerfull, simple and complete multi-currency system
in pricelists, sale order, purchases, ...
Added required fields in currencies (currency code)
Added decimal support
Better search on accounts (on code, shortcut or name)
Added constraint;
on users
on group
on accounts in a journal
added menuitem for automatic reconciliation; Multi-Levels
added factor to analytic units
added form view for budget items dotations
made number of digits in quantity field of the budget spread wizard coherent with the object field
fixed journal on purchase invoices/refunds (SugarCRM #6)
Better bank statement reconciliation
Fixed some reports
STOCK:
Better view for location (using localisation of locations; posx, posy, posz)
MARKETING:
fixed small bug when a partner has no adress
state field of marketing partner set as readonly
fixed marketing steps form view
better history view
disabled completely send sms wizard
fixed send email wizard
good priority -> high priority
fixed 'call again later' button
NETWORK:
added tree view for login/password
HR:
added holiday_status (=type of ...) to expense claim form view
BASE (partner):
fixed email_send and _email_send methods
removed partner without addresses from demo data
Added a date field in the partner form
MRP:
New report: workcenter futur loads
Analytic entries when production done.
SCHEDULER: better error msg in the generated request
Allows services in BoMs (for eg, subcontracting)
Project/Service Management:
create orders from tasks; bugfixes
Completly integrated with the rest of the ERP
Services can now be MTO/MTS, Buy (subcontracting), produce (task), ...
Services can be used anywhere (sale.order, bom, ...)
See this graph;
http://tiny.be/download/flux/flux_procurement.png
tasks sorted by ... AND id, so that the order is not random
within a priority
Automatic translations of all wizards
Scrum Project Management
Better Ergonomy; click on a sprint to view tasks
Planned, Effetive hours and progress in backlog, project and sprint
Better Burndown Chart computation
Better (simpler) view of tasks
Better demo Data
In All modules, eth converted to english
PRODUCT:
computing the weight of the packaging
Added last order date
Alternative suppliers (with delay, prefs, ...) for one product
PRICELISTS:
much more powerfull system
views simplified
one pricelist per usage: sale, order, pvc
price_type on product_view
Multi-Currency pricelist (EUR pricelist can depend on a $ one)
HR-TIMESHEET: fixed bugs in hours report:
sum all lines for the same day instead of displaying only the first one
it now uses the analytic unit factor, so that mixing hours and days has some sense
close cursor
SALE:
invoices generated from a sale order are pre-computed (taxes are computed)
new invoicing functionnality;
invoice on order quantities or,
invoice on shipped quantities
Invoice on a sale.order or a sale.order.line
added default value for uos_qty in sale order lines (default to 1)
Changelog for Developers
------------------------
New option --debug, that opens a python interpreter when an exception
occurs on the server side.
Better wizard system. Arguements self, cr, uid, context are passed in all
functions of the wizard like normal objects. All wizards converted.
Speed improvements in many views; partners, sale.order, ...
less requests from client to server when opening a form
Better translation system, wizard terms are exported.
Script to render module dependency graph
KERNEL+ALL: pass context to methods computing a selection.
Modification for actions and view definitions:
Actions Window:
New field: view_mode = 'tree,form' or 'form,tree' -> default='form,tree'
New role of view_type: tree (with shortcuts), form (others with switch button)
If you need a form that opens in list mode:
view_mode = 'tree,form' or 'tree'
view_type = form
You can define a view in a view (for example sale.order.line in
sale.order)
less requests on the client side, no need to define 2 views
Better command-line option message
Fixed bug which prevented to search for names using non ASCII
chars in many2one or many2many fields
Report Engine: bugfix for concurrency
Support of SQL constraints
Uniq, check, ...
Good error message in the client side (check an account entry with
credit and debit >0)
Fixed: when an exception was raised, the cursor wasn't closed and this
could cause a freeze in some cases
Sequence can contains code: %(year)s, ... for prefix, suffix
EX: ORDER %(year)/0005
Bugfixes for automatic migration system
bugfix on default value with creation of inherits
Improvement in report_sxw; you can redefine preprocess to do some
preprocessing before printing
Barcode support enabled by default
Fixed OpenOffice reports when the server is not launched from the
directory the code reside
Print workflow use a pipe instead of using a temporary file (now workflows
works on Windows Servers)
Inheritancy improved (multiple arguments: replace, inside, after, before)
Lots of small bugfixes

View File

@ -1,192 +0,0 @@
{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\lang1033\f0\fs20 GNU GENERAL PUBLIC LICENSE\par
\par
Version 3, 29 June 2007\par
\par
Copyright \'a9 2007 Free Software Foundation, Inc. <http://fsf.org/>\par
\par
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.\par
Preamble\par
\par
The GNU General Public License is a free, copyleft license for software and other kinds of works.\par
\par
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.\par
\par
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.\par
\par
To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.\par
\par
For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.\par
\par
Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.\par
\par
For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.\par
\par
Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.\par
\par
Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.\par
\par
The precise terms and conditions for copying, distribution and modification follow.\par
TERMS AND CONDITIONS\par
0. Definitions.\par
\par
\ldblquote This License\rdblquote refers to version 3 of the GNU General Public License.\par
\par
\ldblquote Copyright\rdblquote also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.\par
\par
\ldblquote The Program\rdblquote refers to any copyrightable work licensed under this License. Each licensee is addressed as \ldblquote you\rdblquote . \ldblquote Licensees\rdblquote and \ldblquote recipients\rdblquote may be individuals or organizations.\par
\par
To \ldblquote modify\rdblquote a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a \ldblquote modified version\rdblquote of the earlier work or a work \ldblquote based on\rdblquote the earlier work.\par
\par
A \ldblquote covered work\rdblquote means either the unmodified Program or a work based on the Program.\par
\par
To \ldblquote propagate\rdblquote a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.\par
\par
To \ldblquote convey\rdblquote a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.\par
\par
An interactive user interface displays \ldblquote Appropriate Legal Notices\rdblquote to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.\par
1. Source Code.\par
\par
The \ldblquote source code\rdblquote for a work means the preferred form of the work for making modifications to it. \ldblquote Object code\rdblquote means any non-source form of a work.\par
\par
A \ldblquote Standard Interface\rdblquote means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.\par
\par
The \ldblquote System Libraries\rdblquote of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A \ldblquote Major Component\rdblquote , in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.\par
\par
The \ldblquote Corresponding Source\rdblquote for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.\par
\par
The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.\par
\par
The Corresponding Source for a work in source code form is that same work.\par
2. Basic Permissions.\par
\par
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.\par
\par
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.\par
\par
Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.\par
3. Protecting Users' Legal Rights From Anti-Circumvention Law.\par
\par
No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.\par
\par
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.\par
4. Conveying Verbatim Copies.\par
\par
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.\par
\par
You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.\par
5. Conveying Modified Source Versions.\par
\par
You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:\par
\par
* a) The work must carry prominent notices stating that you modified it, and giving a relevant date.\par
* b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to \ldblquote keep intact all notices\rdblquote .\par
* c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.\par
* d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.\par
\par
A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an \ldblquote aggregate\rdblquote if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.\par
6. Conveying Non-Source Forms.\par
\par
You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:\par
\par
* a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.\par
* b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.\par
* c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.\par
* d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.\par
* e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.\par
\par
A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.\par
\par
A \ldblquote User Product\rdblquote is either (1) a \ldblquote consumer product\rdblquote , which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, \ldblquote normally used\rdblquote refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.\par
\par
\ldblquote Installation Information\rdblquote for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.\par
\par
If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).\par
\par
The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.\par
\par
Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.\par
7. Additional Terms.\par
\par
\ldblquote Additional permissions\rdblquote are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.\par
\par
When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.\par
\par
Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:\par
\par
* a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or\par
* b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or\par
* c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or\par
* d) Limiting the use for publicity purposes of names of licensors or authors of the material; or\par
* e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or\par
* f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.\par
\par
All other non-permissive additional terms are considered \ldblquote further restrictions\rdblquote within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.\par
\par
If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.\par
\par
Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.\par
8. Termination.\par
\par
You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).\par
\par
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.\par
\par
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.\par
\par
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.\par
9. Acceptance Not Required for Having Copies.\par
\par
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.\par
10. Automatic Licensing of Downstream Recipients.\par
\par
Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.\par
\par
An \ldblquote entity transaction\rdblquote is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.\par
\par
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.\par
11. Patents.\par
\par
A \ldblquote contributor\rdblquote is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's \ldblquote contributor version\rdblquote .\par
\par
A contributor's \ldblquote essential patent claims\rdblquote are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, \ldblquote control\rdblquote includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.\par
\par
Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.\par
\par
In the following three paragraphs, a \ldblquote patent license\rdblquote is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To \ldblquote grant\rdblquote such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.\par
\par
If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. \ldblquote Knowingly relying\rdblquote means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.\par
\par
If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.\par
\par
A patent license is \ldblquote discriminatory\rdblquote if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.\par
\par
Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.\par
12. No Surrender of Others' Freedom.\par
\par
If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.\par
13. Use with the GNU Affero General Public License.\par
\par
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.\par
14. Revised Versions of this License.\par
\par
The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\par
\par
Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License \ldblquote or any later version\rdblquote applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.\par
\par
If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.\par
\par
Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.\par
15. Disclaimer of Warranty.\par
\par
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \ldblquote AS IS\rdblquote WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\par
16. Limitation of Liability.\par
\par
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\par
17. Interpretation of Sections 15 and 16.\par
\par
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.\par
\par
END OF TERMS AND CONDITIONS\par
}

View File

@ -93,6 +93,7 @@
'test/test_context.xml',
'test/bug_lp541545.xml',
'test/test_osv_expression.yml',
'test/test_ir_rule.yml', # <-- These tests modify/add/delete ir_rules.
],
'installable': True,
'active': True,

View File

@ -1605,5 +1605,17 @@
<field eval="time.strftime('%Y-01-01')" name="name"/>
</record>
<record id="MUR" model="res.currency">
<field name="name">MUR</field>
<field name="symbol">Rs</field>
<field name="rounding">0.01</field>
<field name="accuracy">4</field>
<field name="company_id" ref="main_company"/>
</record>
<record id="rateMUR" model="res.currency.rate">
<field name="rate">40.28</field>
<field name="currency_id" ref="MUR"/>
<field eval="time.strftime('%Y-01-01')" name="name"/>
</record>
</data>
</openerp>

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,15 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-25 10:50+0000\n"
"Last-Translator: Esther Xaus (Zikzakmedia) <Unknown>\n"
"PO-Revision-Date: 2011-03-12 17:00+0000\n"
"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
"<jesteve@zikzakmedia.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-26 04:35+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-03-13 06:15+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -47,7 +48,7 @@ msgid ""
"The second argument of the many2many field %s must be a SQL table !You used "
"%s, which is not a valid SQL table name."
msgstr ""
"El segon argument del camp many2many %s ha de ser una taula SQL! Has "
"El segon argument del camp many2many %s ha de ser una taula SQL! Heu "
"utilitzat %s, que no és un nom de taula SQL vàlid."
#. module: base
@ -1683,7 +1684,7 @@ msgid ""
"'calendar', etc. (Default: tree,form)"
msgstr ""
"Llista separada per comes de les maneres de vista permesos, com 'form' "
"(formulari), 'tree' (llista), 'calendar' (calendari), etc (per defecte: "
"(formulari), 'tree' (llista), 'calendar' (calendari), etc. (per defecte: "
"tree, form)"
#. module: base
@ -2201,7 +2202,7 @@ msgid ""
msgstr ""
"S'ha indicat un \"order\" no vàlid. Una especificació \"order\" vàlida és "
"una llista separada per comes de noms de camps vàlids (opcionalment seguits "
"per asc / desc per indicar l'adreça)"
"per asc / desc per indicar la direcció)"
#. module: base
#: model:ir.model,name:base.model_ir_module_module_dependency
@ -6040,8 +6041,8 @@ msgid ""
"View type: set to 'tree' for a hierarchical tree view, or 'form' for other "
"views"
msgstr ""
"Tipus de vista: 'tree' per a una vista d'arbre jeràrquica, o 'form' per a "
"les altres vistes."
"Tipus de vista: 'Arbre' per a una vista d'arbre jeràrquica, o 'Formulari' "
"per a les altres vistes."
#. module: base
#: code:addons/base/res/res_config.py:421

View File

@ -7,14 +7,15 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-23 17:39+0000\n"
"Last-Translator: Esther Xaus (Zikzakmedia) <Unknown>\n"
"PO-Revision-Date: 2011-03-12 17:01+0000\n"
"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
"<jesteve@zikzakmedia.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-24 04:53+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-03-13 06:15+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -1691,7 +1692,7 @@ msgid ""
"'calendar', etc. (Default: tree,form)"
msgstr ""
"Lista separada por comas de los modos de vista permitidos, como 'form' "
"(formulario), 'tree' (lista), 'calendar' (calendario), etc (por defecto: "
"(formulario), 'tree' (lista), 'calendar' (calendario), etc. (por defecto: "
"tree,form)"
#. module: base
@ -4869,7 +4870,7 @@ msgstr "res.config.vista"
#: view:res.log:0
#: field:res.log,read:0
msgid "Read"
msgstr "Lectura"
msgstr "Leído"
#. module: base
#: sql_constraint:res.country:0
@ -6054,8 +6055,8 @@ msgid ""
"View type: set to 'tree' for a hierarchical tree view, or 'form' for other "
"views"
msgstr ""
"Tipo de vista: 'tree' para una vista de árbol jerárquica, o 'form' para las "
"otras vistas."
"Tipo de vista: 'Árbol' para una vista de árbol jerárquica, o 'Formulario' "
"para las otras vistas."
#. module: base
#: code:addons/base/res/res_config.py:421

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2010-11-30 09:51+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2011-03-20 11:43+0000\n"
"Last-Translator: Lauri Võsandi <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-12 04:47+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Launchpad-Export-Date: 2011-03-21 06:21+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -78,7 +78,7 @@ msgstr "Töövoog"
#. module: base
#: view:partner.sms.send:0
msgid "SMS - Gateway: clickatell"
msgstr "SMS - Värav: click"
msgstr "SMS-lüüs"
#. module: base
#: selection:base.language.install,lang:0
@ -98,7 +98,7 @@ msgstr ""
#. module: base
#: field:ir.actions.server,wkf_model_id:0
msgid "Workflow On"
msgstr "Töövoog millel"
msgstr "Töövoog sisse lülitatud"
#. module: base
#: field:ir.actions.act_window,display_menu_tip:0
@ -129,7 +129,7 @@ msgstr ""
#. module: base
#: field:res.partner,ref:0
msgid "Reference"
msgstr ""
msgstr "Viide"
#. module: base
#: field:ir.actions.act_window,target:0
@ -140,7 +140,7 @@ msgstr "Sihtaken"
#: code:addons/base/res/res_user.py:507
#, python-format
msgid "Warning!"
msgstr ""
msgstr "Hoiatus!"
#. module: base
#: code:addons/base/ir/ir_model.py:304
@ -154,7 +154,7 @@ msgstr ""
#: code:addons/osv.py:133
#, python-format
msgid "Constraint Error"
msgstr ""
msgstr "Piirangu viga"
#. module: base
#: model:ir.model,name:base.model_ir_ui_view_custom
@ -171,12 +171,12 @@ msgstr "Svaasimaa"
#: code:addons/orm.py:3653
#, python-format
msgid "created."
msgstr ""
msgstr "loodud."
#. module: base
#: model:res.partner.category,name:base.res_partner_category_woodsuppliers0
msgid "Wood Suppliers"
msgstr ""
msgstr "Puidu tarnijad"
#. module: base
#: code:addons/base/module/module.py:303
@ -214,7 +214,7 @@ msgstr "Otsi partnerit"
#: code:addons/base/res/res_user.py:132
#, python-format
msgid "\"smtp_server\" needs to be set to send mails to users"
msgstr ""
msgstr "\"smtp_server\" peab olema määratud, et saata e-posti kasutajatele"
#. module: base
#: code:addons/base/module/wizard/base_export_language.py:60
@ -245,7 +245,7 @@ msgstr "Maks. suurus"
#. module: base
#: field:res.partner.address,name:0
msgid "Contact Name"
msgstr "Kontakti nimi"
msgstr "Kontaktnimi"
#. module: base
#: code:addons/base/module/wizard/base_export_language.py:56
@ -254,13 +254,13 @@ msgid ""
"Save this document to a %s file and edit it with a specific software or a "
"text editor. The file encoding is UTF-8."
msgstr ""
"Salvest see dokument %s faili ja muuda seda spetsiaaltarkvaraga või "
"Salvesta see dokument %s faili ja muuda seda spetsiaaltarkvaraga või "
"tekstiredaktoriga. Faili kodeering on UTF-8."
#. module: base
#: sql_constraint:res.lang:0
msgid "The name of the language must be unique !"
msgstr ""
msgstr "Keele nimi peab olema unikaalne"
#. module: base
#: selection:res.request,state:0
@ -286,12 +286,12 @@ msgstr "Krediidilimiit"
#. module: base
#: field:ir.model.data,date_update:0
msgid "Update Date"
msgstr "Uuendamise kuupäev"
msgstr ""
#. module: base
#: view:ir.attachment:0
msgid "Owner"
msgstr ""
msgstr "Omanik"
#. module: base
#: field:ir.actions.act_window,src_model:0
@ -312,7 +312,7 @@ msgstr "ir.ui.view_sc"
#: field:res.widget.user,widget_id:0
#: field:res.widget.wizard,widgets_list:0
msgid "Widget"
msgstr ""
msgstr "Vidin"
#. module: base
#: view:ir.model.access:0
@ -378,7 +378,7 @@ msgstr "Prantsuse Guyana"
#. module: base
#: selection:base.language.install,lang:0
msgid "Greek / Ελληνικά"
msgstr "Greeka / Ελληνικά"
msgstr "Kreeka / Ελληνικά"
#. module: base
#: selection:base.language.install,lang:0
@ -398,12 +398,12 @@ msgstr ""
#: code:addons/orm.py:904
#, python-format
msgid "The read method is not implemented on this object !"
msgstr ""
msgstr "Lugemise meetod pole toetatud sellel objektil!"
#. module: base
#: help:res.lang,iso_code:0
msgid "This ISO code is the name of po files to use for translations"
msgstr ""
msgstr "See ISO kood on PO-faili nimi mida kasutatakse tõlgeteks"
#. module: base
#: view:base.module.upgrade:0
@ -429,7 +429,7 @@ msgstr "Kolumbia"
#. module: base
#: view:ir.module.module:0
msgid "Schedule Upgrade"
msgstr "Planeeri uuendamisele"
msgstr "Planeeri uuendus"
#. module: base
#: code:addons/orm.py:838
@ -449,7 +449,7 @@ msgstr ""
#. module: base
#: model:res.country,name:base.pw
msgid "Palau"
msgstr "Palau"
msgstr "Belau"
#. module: base
#: view:res.partner:0
@ -459,7 +459,7 @@ msgstr "Müügid ja ostud"
#. module: base
#: view:ir.translation:0
msgid "Untranslated"
msgstr ""
msgstr "Tõlkimata"
#. module: base
#: help:ir.actions.act_window,context:0
@ -477,7 +477,7 @@ msgstr "Nõustajad"
#. module: base
#: model:res.partner.category,name:base.res_partner_category_miscellaneoussuppliers0
msgid "Miscellaneous Suppliers"
msgstr ""
msgstr "Täiendavad pakkujad"
#. module: base
#: code:addons/base/ir/ir_model.py:255
@ -493,7 +493,7 @@ msgstr "Vali toimingu aken, aruanne, nõustaja mis käivitada"
#. module: base
#: view:res.config.users:0
msgid "New User"
msgstr ""
msgstr "Uus kasutaja"
#. module: base
#: view:base.language.export:0
@ -524,7 +524,7 @@ msgstr "Jordaania"
#. module: base
#: view:ir.module.module:0
msgid "Certified"
msgstr ""
msgstr "Sertifitseeritud"
#. module: base
#: model:res.country,name:base.er
@ -535,7 +535,7 @@ msgstr "Eritrea"
#: view:res.config:0
#: view:res.config.installer:0
msgid "description"
msgstr ""
msgstr "kirjeldus"
#. module: base
#: model:ir.ui.menu,name:base.menu_base_action_rule
@ -555,7 +555,7 @@ msgstr ""
#. module: base
#: field:ir.values,key2:0
msgid "Event Type"
msgstr "Sündmuse tüüp"
msgstr "Sündmuse liik"
#. module: base
#: view:base.language.export:0
@ -568,7 +568,7 @@ msgstr ""
#. module: base
#: field:res.partner,title:0
msgid "Partner Form"
msgstr ""
msgstr "Partneri vorm"
#. module: base
#: selection:base.language.install,lang:0
@ -601,7 +601,7 @@ msgstr "Jadad"
#. module: base
#: model:ir.model,name:base.model_base_language_import
msgid "Language Import"
msgstr ""
msgstr "Keele import"
#. module: base
#: model:ir.model,name:base.model_res_config_users
@ -611,12 +611,12 @@ msgstr ""
#. module: base
#: selection:base.language.install,lang:0
msgid "Albanian / Shqip"
msgstr ""
msgstr "Albaania / Shqip"
#. module: base
#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
msgid "Opportunities"
msgstr ""
msgstr "Võimalused"
#. module: base
#: model:ir.model,name:base.model_base_language_export
@ -626,17 +626,18 @@ msgstr ""
#. module: base
#: model:res.country,name:base.pg
msgid "Papua New Guinea"
msgstr "Papua Uus Guinea"
msgstr "Paapua Uus-Guinea"
#. module: base
#: help:ir.actions.report.xml,report_type:0
msgid "Report Type, e.g. pdf, html, raw, sxw, odt, html2html, mako2html, ..."
msgstr ""
"Aruande tüüp, näiteks pdf, html, raw, sxw, odt, html2html, mako2html, ..."
#. module: base
#: model:res.partner.category,name:base.res_partner_category_4
msgid "Basic Partner"
msgstr "Elementaarne klient"
msgstr "Tavaline partner"
#. module: base
#: report:ir.module.reference.graph:0
@ -651,7 +652,7 @@ msgstr "Minu partnerid"
#. module: base
#: view:ir.actions.report.xml:0
msgid "XML Report"
msgstr ""
msgstr "XML aruanne"
#. module: base
#: model:res.country,name:base.es
@ -673,7 +674,7 @@ msgstr ""
#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade
#: model:ir.model,name:base.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
msgstr "Mooduli uuendus"
#. module: base
#: view:res.config.users:0

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-18 12:43+0000\n"
"PO-Revision-Date: 2011-03-18 13:42+0000\n"
"Last-Translator: Aline (OpenERP) <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-20 04:49+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-03-19 07:09+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -917,7 +917,7 @@ msgstr "Ouganda"
#. module: base
#: field:ir.model.access,perm_unlink:0
msgid "Delete Access"
msgstr "Supprimer l'accès"
msgstr "Accès en suppression"
#. module: base
#: model:res.country,name:base.ne

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-17 14:09+0000\n"
"Last-Translator: Goran Kliska (Aplikacija d.o.o.) <gkliska@gmail.com>\n"
"PO-Revision-Date: 2011-03-06 08:40+0000\n"
"Last-Translator: Borna Bilas <Unknown>\n"
"Language-Team: openerp-translators\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-18 04:35+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-03-07 06:20+0000\n"
"X-Generator: Launchpad (build 12351)\n"
"Language: hr\n"
#. module: base
@ -435,7 +435,7 @@ msgstr "Postavi za nadogradnju"
#: code:addons/orm.py:838
#, python-format
msgid "Key/value '%s' not found in selection field '%s'"
msgstr ""
msgstr "Ključ/podatak '%s' nije nađen u selekciji polja '%s'"
#. module: base
#: help:res.country,code:0

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.0\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-19 08:35+0000\n"
"Last-Translator: Stefan Rijnhart (Therp) <Unknown>\n"
"PO-Revision-Date: 2011-02-21 08:40+0000\n"
"Last-Translator: Niels Huylebroeck <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-20 04:48+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-02-22 14:26+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. module: base
#: view:ir.filters:0
@ -2905,7 +2905,7 @@ msgstr "Verplicht"
#. module: base
#: view:res.users:0
msgid "Default Filters"
msgstr "Stadaard filters"
msgstr "Standaard filters"
#. module: base
#: field:res.request.history,name:0

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2010-12-10 07:53+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2011-03-18 08:13+0000\n"
"Last-Translator: Dorin <dhongu@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-12 04:50+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Launchpad-Export-Date: 2011-03-19 07:09+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -58,7 +58,7 @@ msgstr "Metadate"
#: field:ir.ui.view,arch:0
#: field:ir.ui.view.custom,arch:0
msgid "View Architecture"
msgstr "Alcatuirea afisarii"
msgstr "Alcatuirea afișării"
#. module: base
#: field:base.language.import,code:0
@ -103,7 +103,7 @@ msgstr "Activare Flux"
#. module: base
#: field:ir.actions.act_window,display_menu_tip:0
msgid "Display Menu Tips"
msgstr ""
msgstr "Afișare sfaturi meniu"
#. module: base
#: view:ir.module.module:0
@ -746,7 +746,7 @@ msgstr ""
#: code:addons/orm.py:1043
#, python-format
msgid "The unlink method is not implemented on this object !"
msgstr ""
msgstr "Metoda de dezlegare nu este implementata în acest obiect!"
#. module: base
#: model:ir.actions.act_window,name:base.act_menu_create
@ -1080,7 +1080,7 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%Y - Year with century."
msgstr ""
msgstr "%Y - Anul cu secol."
#. module: base
#: report:ir.module.reference.graph:0
@ -1151,6 +1151,8 @@ msgid ""
"If set to true, the action will not be displayed on the right toolbar of a "
"form view."
msgstr ""
"Dacă este setat pe adevărat, acțiunea nu va fi afișată pe bara din dreapta a "
"unei ferestre."
#. module: base
#: field:workflow,on_create:0
@ -1200,7 +1202,7 @@ msgstr "res.request.link"
#. module: base
#: field:ir.actions.wizard,name:0
msgid "Wizard Info"
msgstr ""
msgstr "Info asistent"
#. module: base
#: view:base.language.export:0
@ -1406,7 +1408,7 @@ msgstr "Calea completă"
#. module: base
#: view:res.request:0
msgid "References"
msgstr "Referinta"
msgstr "Referințe"
#. module: base
#: view:res.lang:0
@ -1474,7 +1476,7 @@ msgstr ""
#: code:addons/fields.py:114
#, python-format
msgid "Not implemented search_memory method !"
msgstr ""
msgstr "Metoda 'search_memory' nu este implementată !"
#. module: base
#: view:res.log:0
@ -1554,7 +1556,7 @@ msgstr "Numărul modulelor actualizate"
#: code:addons/fields.py:100
#, python-format
msgid "Not implemented set_memory method !"
msgstr ""
msgstr "Metoda 'set_memory' nu este implementată !"
#. module: base
#: view:workflow.activity:0
@ -1647,7 +1649,7 @@ msgstr ""
#. module: base
#: view:workflow:0
msgid "Workflow Editor"
msgstr ""
msgstr "Editor Workflow"
#. module: base
#: selection:ir.module.module,state:0
@ -1667,6 +1669,9 @@ msgid ""
"order in Object, and you can have loop on the sales order line. Expression = "
"`object.order_line`."
msgstr ""
"Introduceţi câmpul / expresia care să genereze lista. De exemplu, selectând "
"comanda clientului în Obiecte puteți parcurge în buclă pozițiile din "
"comandă. Expresie = `obect.comandă_poziție`. (en. `object.order_line`.)"
#. module: base
#: field:ir.property,fields_id:0
@ -1729,7 +1734,7 @@ msgstr ""
#. module: base
#: field:ir.actions.configuration.wizard,note:0
msgid "Next Wizard"
msgstr ""
msgstr "Următorul asistent"
#. module: base
#: model:ir.actions.act_window,name:base.action_menu_admin
@ -1779,6 +1784,9 @@ msgid ""
"Provide the field name that the record id refers to for the write operation. "
"If it is empty it will refer to the active id of the object."
msgstr ""
"Furnizează numele câmpului care face referire la identificatorul operației "
"de scriere. Dacă nu este completat va face referire la identificatorul activ "
"al obiectului."
#. module: base
#: model:res.country,name:base.zw
@ -1831,7 +1839,7 @@ msgstr "Valori"
#. module: base
#: view:ir.actions.server:0
msgid "Field Mappings"
msgstr ""
msgstr "Corespondențe câmp"
#. module: base
#: view:base.language.export:0
@ -1881,12 +1889,12 @@ msgstr ""
#: code:addons/orm.py:1040
#, python-format
msgid "The perm_read method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'perm_read' nu este implementată pentru acest obiect !"
#. module: base
#: view:res.lang:0
msgid "%y - Year without century [00,99]."
msgstr ""
msgstr "%y - Anul fără secol [00,99]."
#. module: base
#: model:res.country,name:base.si
@ -1929,7 +1937,7 @@ msgstr "%p - Echivalent pentru AM sau PM."
#. module: base
#: view:ir.actions.server:0
msgid "Iteration Actions"
msgstr ""
msgstr "Acțiuni de repetare"
#. module: base
#: help:multi_company.default,company_id:0
@ -1986,7 +1994,7 @@ msgstr ""
#: field:ir.actions.server,action_id:0
#: selection:ir.actions.server,state:0
msgid "Client Action"
msgstr ""
msgstr "Acţiune client"
#. module: base
#: model:res.country,name:base.bd
@ -2088,7 +2096,7 @@ msgstr "Imagine"
#. module: base
#: view:ir.actions.server:0
msgid "Iteration Action Configuration"
msgstr ""
msgstr "Configurarea acțiunii de repetare"
#. module: base
#: selection:publisher_warranty.contract,state:0
@ -2203,6 +2211,8 @@ msgid ""
"If you use a formula type, use a python expression using the variable "
"'object'."
msgstr ""
"Dacă folosiți o formula-tip, utilizați o expresie python folosind variabila "
"'object'"
#. module: base
#: field:res.partner.address,birthdate:0
@ -2300,7 +2310,7 @@ msgstr ""
#. module: base
#: field:ir.default,ref_id:0
msgid "ID Ref."
msgstr "Referinta ID"
msgstr "Referința ID"
#. module: base
#: model:ir.actions.server,name:base.action_start_configurator
@ -2422,7 +2432,7 @@ msgstr "Filtre"
#: code:addons/orm.py:758
#, python-format
msgid "Please check that all your lines have %d columns."
msgstr ""
msgstr "Verificați dacă toate liniile au %d coloane."
#. module: base
#: model:ir.actions.act_window,name:base.ir_cron_act
@ -2447,7 +2457,7 @@ msgstr ""
#: code:addons/orm.py:3448
#, python-format
msgid "Recursivity Detected."
msgstr ""
msgstr "Recursivitate detectată"
#. module: base
#: code:addons/base/module/module.py:262
@ -2512,7 +2522,7 @@ msgstr "RML (deprecated - folosiţi Report)"
#. module: base
#: view:ir.rule:0
msgid "Record rules"
msgstr ""
msgstr "Reguli înregistrare"
#. module: base
#: view:ir.property:0
@ -2553,7 +2563,7 @@ msgstr "%x- Reprezentarea adecvată a datei"
#. module: base
#: view:res.lang:0
msgid "%d - Day of the month [01,31]."
msgstr ""
msgstr "%d - Ziua din lună [01,31]."
#. module: base
#: model:res.country,name:base.tj
@ -2706,7 +2716,7 @@ msgstr "Ultima conectare"
#. module: base
#: field:ir.actions.act_window,help:0
msgid "Action description"
msgstr ""
msgstr "Descriere acțiune"
#. module: base
#: help:res.partner,customer:0
@ -2740,6 +2750,9 @@ msgid ""
"spreadsheet software. The file encoding is UTF-8. You have to translate the "
"latest column before reimporting it."
msgstr ""
"Salvați acest document într-un fisier de tip .CSV și deschideți-l apoi cu "
"softul dvs. favorit. Codificarea este UTF-8. Trebuie să traduceți ultima "
"coloana înainte de a-l reimporta."
#. module: base
#: model:ir.actions.act_window,name:base.action_partner_customer_form
@ -2760,6 +2773,9 @@ msgid ""
"If the selected language is loaded in the system, all documents related to "
"this partner will be printed in this language. If not, it will be english."
msgstr ""
"Dacă limba selectată este încărcată în sistem, toate documentele legate de "
"acest partener vor fi tipărite în această limbă. Dacă nu, limba folosita va "
"fi engleză."
#. module: base
#: report:ir.module.reference.graph:0
@ -2843,6 +2859,8 @@ msgid ""
"Specify the subject. You can use fields from the object, e.g. `Hello [[ "
"object.partner_id.name ]]`"
msgstr ""
"Precizați subiectul. Puteți folosi câmpurile obiectului, ex.: `Buna ziua [[ "
"object.partner_id.name ]]`"
#. module: base
#: view:res.company:0
@ -2864,7 +2882,7 @@ msgstr "Vatican"
#. module: base
#: field:base.module.import,module_file:0
msgid "Module .ZIP file"
msgstr ""
msgstr "modul în fişier arhivă tip .zip"
#. module: base
#: field:ir.ui.view,xml_id:0
@ -2941,7 +2959,7 @@ msgstr "Întotdeauna"
#. module: base
#: selection:ir.translation,type:0
msgid "SQL Constraint"
msgstr ""
msgstr "Constrângere SQL"
#. module: base
#: field:ir.actions.server,srcmodel_id:0
@ -2959,7 +2977,7 @@ msgstr ""
#. module: base
#: sql_constraint:ir.config_parameter:0
msgid "Key must be unique."
msgstr ""
msgstr "Cheia trebuie să fie unică."
#. module: base
#: view:ir.actions.act_window:0
@ -3080,7 +3098,7 @@ msgstr ""
#. module: base
#: field:ir.translation,xml_id:0
msgid "XML Id"
msgstr ""
msgstr "Id XML"
#. module: base
#: model:ir.actions.act_window,name:base.action_config_user_form
@ -3182,7 +3200,7 @@ msgstr "Peru"
#. module: base
#: selection:ir.model.fields,on_delete:0
msgid "Set NULL"
msgstr ""
msgstr "Set NULL"
#. module: base
#: model:res.country,name:base.bj
@ -3208,7 +3226,7 @@ msgstr "Spaniolă (PY) / Español (PY)"
#. module: base
#: field:ir.config_parameter,key:0
msgid "Key"
msgstr ""
msgstr "Cheie"
#. module: base
#: field:res.company,rml_header:0
@ -3251,7 +3269,7 @@ msgstr "Securitate"
#. module: base
#: model:res.widget,title:base.openerp_favorites_twitter_widget
msgid "OpenERP Favorites"
msgstr ""
msgstr "Favorite OpenERP"
#. module: base
#: model:res.country,name:base.za
@ -3289,7 +3307,7 @@ msgstr "Ungaria"
#. module: base
#: model:ir.model,name:base.model_res_groups
msgid "res.groups"
msgstr ""
msgstr "res.groups"
#. module: base
#: model:res.country,name:base.br
@ -3299,7 +3317,7 @@ msgstr "Brazilia"
#. module: base
#: view:res.lang:0
msgid "%M - Minute [00,59]."
msgstr ""
msgstr "%M - Minute [00,59]."
#. module: base
#: selection:ir.module.module,license:0
@ -3344,6 +3362,9 @@ msgid ""
"invoice, then `object.invoice_address_id.mobile` is the field which gives "
"the correct mobile number"
msgstr ""
"Furnizează câmpurile care sunt folosite pentru căutarea numarului de telefon "
"mobil, de ex. selectați factura, atunci `object.invoice_address_id.mobile` "
"este câmpul care va da numărul corect de telefon mobil."
#. module: base
#: view:base.module.upgrade:0
@ -3368,7 +3389,7 @@ msgstr "Data"
#. module: base
#: field:ir.actions.report.xml,report_sxw:0
msgid "SXW path"
msgstr ""
msgstr "Cale SXW"
#. module: base
#: view:ir.attachment:0
@ -3395,7 +3416,7 @@ msgstr ""
#. module: base
#: view:ir.attachment:0
msgid "Attached To"
msgstr ""
msgstr "Anexează la"
#. module: base
#: field:res.lang,decimal_point:0
@ -3465,7 +3486,7 @@ msgstr "Nicaragua"
#: code:addons/orm.py:1046
#, python-format
msgid "The write method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'write' nu este implementată pentru acest obiect !"
#. module: base
#: view:res.partner.event:0
@ -3535,7 +3556,7 @@ msgstr "Kazahstan"
#. module: base
#: view:res.lang:0
msgid "%w - Weekday number [0(Sunday),6]."
msgstr ""
msgstr "%w - numărul zilei din săptămână [0(Duminică),6]."
#. module: base
#: model:ir.actions.act_window,help:base.action_partner_form
@ -3728,7 +3749,7 @@ msgstr "Proprietatea ON Delete pentru câmpurile many2one"
#. module: base
#: field:ir.actions.server,write_id:0
msgid "Write Id"
msgstr ""
msgstr "Scrie Id"
#. module: base
#: model:ir.ui.menu,name:base.menu_product
@ -3784,7 +3805,7 @@ msgstr ""
#. module: base
#: field:ir.model.data,date_init:0
msgid "Init Date"
msgstr ""
msgstr "Dată iniţiere"
#. module: base
#: selection:base.language.install,lang:0
@ -3901,7 +3922,7 @@ msgstr "res.request.history"
#. module: base
#: view:ir.actions.server:0
msgid "Client Action Configuration"
msgstr ""
msgstr "Configurarea acțiunii client"
#. module: base
#: model:ir.model,name:base.model_res_partner_address
@ -3919,7 +3940,7 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%S - Seconds [00,61]."
msgstr ""
msgstr "%S - Seconde [00,61]."
#. module: base
#: model:res.country,name:base.cv
@ -3955,6 +3976,8 @@ msgstr ""
#, python-format
msgid "Wrong ID for the browse record, got %r, expected an integer."
msgstr ""
"ID eronat pentru selectare înregistrare, s-a primit %r, se așteaptă un "
"întreg."
#. module: base
#: model:ir.actions.act_window,name:base.action_partner_addess_tree
@ -3992,7 +4015,7 @@ msgstr "Franceză / Français"
#: code:addons/orm.py:1049
#, python-format
msgid "The create method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'create' nu este implementată pentru acest obiect !"
#. module: base
#: field:workflow.triggers,workitem_id:0
@ -4107,7 +4130,7 @@ msgstr ""
#. module: base
#: view:ir.module.module:0
msgid "Defined Reports"
msgstr ""
msgstr "Rapoarte definite"
#. module: base
#: view:ir.actions.report.xml:0
@ -4130,7 +4153,7 @@ msgstr "Module"
#: field:workflow.activity,subflow_id:0
#: field:workflow.workitem,subflow_id:0
msgid "Subflow"
msgstr ""
msgstr "Subflux"
#. module: base
#: model:ir.model,name:base.model_res_config
@ -4168,13 +4191,14 @@ msgstr "Tipul acţiunii ce urmează a fi executată"
#. module: base
#: field:ir.server.object.lines,server_id:0
msgid "Object Mapping"
msgstr ""
msgstr "Asocierea obiectului"
#. module: base
#: help:res.currency,rate:0
#: help:res.currency.rate,rate:0
msgid "The rate of the currency to the currency of rate 1"
msgstr ""
"Cursul de schimb al modedei pentru moneda cu curs de schimb egal cu 1"
#. module: base
#: model:res.country,name:base.uk
@ -4191,7 +4215,7 @@ msgstr "res_config_contents"
#. module: base
#: help:res.partner.category,active:0
msgid "The active field allows you to hide the category without removing it."
msgstr ""
msgstr "Câmpul activ vă permite să ascundeți categoria fără a o șterge."
#. module: base
#: report:ir.module.reference.graph:0
@ -4224,7 +4248,7 @@ msgstr ""
#: field:ir.actions.report.xml,report_rml_content:0
#: field:ir.actions.report.xml,report_rml_content_data:0
msgid "RML content"
msgstr ""
msgstr "conținut RML"
#. module: base
#: model:ir.actions.act_window,name:base.action_workflow_workitem_form
@ -4266,6 +4290,9 @@ msgid ""
"Provide the field name where the record id is stored after the create "
"operations. If it is empty, you can not track the new record."
msgstr ""
"Furnizează numele câmpului unde este stocat ID înregistrării după "
"operațiunea de creare. Dacă nu este completat, nu puteți declanșa "
"înregistrare nouă."
#. module: base
#: help:ir.model.fields,relation:0
@ -4280,7 +4307,7 @@ msgstr "Indoneziană / Bahasa Indonesia"
#. module: base
#: field:ir.ui.view,inherit_id:0
msgid "Inherited View"
msgstr ""
msgstr "Vedere moștenită"
#. module: base
#: view:ir.translation:0
@ -4371,7 +4398,7 @@ msgstr ""
#. module: base
#: field:ir.model,osv_memory:0
msgid "In-memory model"
msgstr ""
msgstr "Model în memorie"
#. module: base
#: view:partner.clear.ids:0
@ -4393,7 +4420,7 @@ msgstr "Interfața"
#. module: base
#: view:ir.actions.server:0
msgid "Field Mapping"
msgstr ""
msgstr "Mapare câmp"
#. module: base
#: view:publisher_warranty.contract:0
@ -4498,7 +4525,7 @@ msgstr "Mesaj"
#. module: base
#: field:ir.actions.act_window.view,multi:0
msgid "On Multiple Doc."
msgstr ""
msgstr "În documente multiple"
#. module: base
#: view:res.partner:0
@ -4599,7 +4626,7 @@ msgstr "Tranziție"
#. module: base
#: field:res.groups,menu_access:0
msgid "Access Menu"
msgstr ""
msgstr "Acces la meniu"
#. module: base
#: model:res.country,name:base.na
@ -4753,7 +4780,7 @@ msgstr ""
#: field:res.company,rml_header2:0
#: field:res.company,rml_header3:0
msgid "RML Internal Header"
msgstr ""
msgstr "Antet intern RML"
#. module: base
#: field:ir.actions.act_window,search_view_id:0
@ -4942,7 +4969,7 @@ msgstr "Adresa de email a expeditorului"
#. module: base
#: field:ir.default,field_name:0
msgid "Object Field"
msgstr ""
msgstr "Câmp obiect"
#. module: base
#: selection:base.language.install,lang:0
@ -4980,6 +5007,8 @@ msgid ""
"You try to upgrade a module that depends on the module: %s.\n"
"But this module is not available in your system."
msgstr ""
"Încercați să actualizați un modul care depinde de acest modul: %s.\n"
"Dar acest model nu este disponibil în sistem."
#. module: base
#: field:workflow.transition,act_to:0
@ -5246,7 +5275,7 @@ msgstr ""
#. module: base
#: view:partner.sms.send:0
msgid "Bulk SMS send"
msgstr ""
msgstr "Trimitere pachet SMS-uri"
#. module: base
#: view:ir.sequence:0
@ -5299,7 +5328,7 @@ msgstr "Slovenă / slovenščina"
#. module: base
#: field:ir.actions.report.xml,attachment_use:0
msgid "Reload from Attachment"
msgstr ""
msgstr "Reîncărcare din atașament"
#. module: base
#: model:res.country,name:base.bv
@ -5498,7 +5527,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM"
#: code:addons/orm.py:1803
#, python-format
msgid "The copy method is not implemented on this object !"
msgstr ""
msgstr "Metoda 'copy' nu este implementată pentru acest obiect !"
#. module: base
#: field:res.log,create_date:0
@ -5545,7 +5574,7 @@ msgstr "Ignorare"
#. module: base
#: report:ir.module.reference.graph:0
msgid "Reference Guide"
msgstr ""
msgstr "Ghidul referințelor"
#. module: base
#: view:ir.ui.view:0
@ -5575,7 +5604,7 @@ msgstr "Flamandă (BE) / Vlaams (BE)"
#. module: base
#: field:ir.cron,interval_number:0
msgid "Interval Number"
msgstr ""
msgstr "Număr interval"
#. module: base
#: model:res.country,name:base.tk
@ -5683,7 +5712,7 @@ msgstr "Companii"
#. module: base
#: view:res.lang:0
msgid "%H - Hour (24-hour clock) [00,23]."
msgstr ""
msgstr "%H - Ora [00,23]."
#. module: base
#: model:ir.model,name:base.model_res_widget
@ -5738,7 +5767,7 @@ msgstr "Nucleul OpenERP , necesar pentru toate instalarile."
#: view:publisher_warranty.contract.wizard:0
#: view:res.widget.wizard:0
msgid "Cancel"
msgstr "Anulare"
msgstr "Renunță"
#. module: base
#: selection:base.language.export,format:0
@ -5800,12 +5829,12 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%I - Hour (12-hour clock) [01,12]."
msgstr ""
msgstr "%I - Ora [01,12]."
#. module: base
#: selection:publisher_warranty.contract.wizard,state:0
msgid "Finished"
msgstr ""
msgstr "Finalizată"
#. module: base
#: model:res.country,name:base.de
@ -5877,6 +5906,8 @@ msgstr ""
msgid ""
"Select the object on which the action will work (read, write, create)."
msgstr ""
"Selectați obiectul asupra căruia va fi executată acțiunea (citire, scriere, "
"creare)."
#. module: base
#: code:addons/base/ir/ir_actions.py:629
@ -6063,7 +6094,7 @@ msgstr ""
#. module: base
#: field:ir.exports,export_fields:0
msgid "Export ID"
msgstr ""
msgstr "Export ID"
#. module: base
#: model:res.country,name:base.fr
@ -6106,12 +6137,12 @@ msgstr ""
#. module: base
#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry
msgid "country_id"
msgstr ""
msgstr "country_id"
#. module: base
#: field:ir.cron,interval_type:0
msgid "Interval Unit"
msgstr ""
msgstr "Unități interval"
#. module: base
#: field:publisher_warranty.contract,kind:0
@ -6123,7 +6154,7 @@ msgstr "Gen"
#: code:addons/orm.py:3775
#, python-format
msgid "This method does not exist anymore"
msgstr ""
msgstr "Metoda nu mai există"
#. module: base
#: field:res.bank,fax:0
@ -6147,6 +6178,8 @@ msgid ""
"Select the action that will be executed. Loop action will not be avaliable "
"inside loop."
msgstr ""
"Selectaţi acţiunea ce va fi executată. Acţiunea buclă nu va fi disponibilă "
"în interiorul buclei."
#. module: base
#: selection:base.language.install,lang:0
@ -6161,7 +6194,7 @@ msgstr ""
#. module: base
#: view:ir.model:0
msgid "In Memory"
msgstr ""
msgstr "În memorie"
#. module: base
#: view:ir.actions.todo:0
@ -6181,7 +6214,7 @@ msgstr ""
#. module: base
#: model:res.partner.title,name:base.res_partner_title_ltd
msgid "Ltd"
msgstr ""
msgstr "SRL"
#. module: base
#: help:workflow.transition,group_id:0
@ -6198,7 +6231,7 @@ msgstr ""
#. module: base
#: model:res.country,name:base.gi
msgid "Gibraltar"
msgstr ""
msgstr "Gibraltar"
#. module: base
#: field:ir.actions.report.xml,report_name:0
@ -6208,7 +6241,7 @@ msgstr ""
#. module: base
#: model:res.country,name:base.pn
msgid "Pitcairn Island"
msgstr ""
msgstr "Insula Pitcairn"
#. module: base
#: view:base.module.upgrade:0
@ -6220,7 +6253,7 @@ msgstr ""
#: model:ir.actions.act_window,name:base.action_rule
#: model:ir.ui.menu,name:base.menu_action_rule
msgid "Record Rules"
msgstr ""
msgstr "Reguli înregistrare"
#. module: base
#: field:res.config.users,name:0
@ -6260,7 +6293,7 @@ msgstr ""
#. module: base
#: field:ir.actions.act_window,search_view:0
msgid "Search View"
msgstr ""
msgstr "Vedere de căutare"
#. module: base
#: sql_constraint:res.lang:0
@ -6308,7 +6341,7 @@ msgstr ""
#. module: base
#: view:res.lang:0
msgid "%m - Month number [01,12]."
msgstr ""
msgstr "%m - Numărul lunii [01,12]."
#. module: base
#: field:res.bank,city:0
@ -6349,7 +6382,7 @@ msgstr ""
#. module: base
#: selection:ir.module.module,license:0
msgid "GPL-3 or later version"
msgstr ""
msgstr "GPL-3 sau versiune ulterioară"
#. module: base
#: field:workflow.activity,action:0
@ -6590,6 +6623,8 @@ msgid ""
"Please be patient, this operation may take a few minutes (depending on the "
"number of modules currently installed)..."
msgstr ""
"Vă rugăm să aveți răbdare, această operație poate dura câteva minute "
"(depinzând de numărul de module instalate)..."
#. module: base
#: field:ir.ui.menu,child_id:0
@ -6614,7 +6649,7 @@ msgstr ""
#: view:base.module.import:0
#: view:base.module.update:0
msgid "Open Modules"
msgstr ""
msgstr "Deschide module"
#. module: base
#: model:ir.actions.act_window,help:base.action_res_bank_form
@ -7418,7 +7453,7 @@ msgstr "Insulele Heard şi McDonald"
#. module: base
#: field:ir.actions.act_window,view_id:0
msgid "View Ref."
msgstr "Referinta view"
msgstr "Referință view"
#. module: base
#: selection:ir.translation,type:0
@ -7676,6 +7711,8 @@ msgid ""
"Important when you deal with multiple actions, the execution order will be "
"decided based on this, low number is higher priority."
msgstr ""
"Important când lucrați cu acțiuni multiple: ordinea de execuție este decisă "
"de regula număr mic prioritate mare."
#. module: base
#: field:ir.actions.report.xml,header:0
@ -7700,7 +7737,7 @@ msgstr "Croată / hrvatski jezik"
#. module: base
#: field:base.language.install,overwrite:0
msgid "Overwrite Existing Terms"
msgstr ""
msgstr "Suprascrie termenii existenți"
#. module: base
#: help:ir.actions.server,code:0
@ -8250,7 +8287,7 @@ msgstr "Acțiuni"
#. module: base
#: selection:res.request,priority:0
msgid "High"
msgstr ""
msgstr "Ridicat"
#. module: base
#: field:ir.exports.line,export_id:0

View File

@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 5.0.4\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-25 00:45+0000\n"
"Last-Translator: Procion <Unknown>\n"
"PO-Revision-Date: 2011-03-10 17:56+0000\n"
"Last-Translator: Stanislav Hanzhin <Unknown>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-26 04:36+0000\n"
"X-Generator: Launchpad (build 12177)\n"
"X-Launchpad-Export-Date: 2011-03-11 06:00+0000\n"
"X-Generator: Launchpad (build 12559)\n"
#. module: base
#: view:ir.filters:0
@ -28,7 +28,7 @@ msgstr "Домен"
#. module: base
#: model:res.country,name:base.sh
msgid "Saint Helena"
msgstr "Сент-Хелен"
msgstr "Остров Святой Елены"
#. module: base
#: view:ir.actions.report.xml:0
@ -47,6 +47,9 @@ msgid ""
"The second argument of the many2many field %s must be a SQL table !You used "
"%s, which is not a valid SQL table name."
msgstr ""
"Значение второго аргумента поля многие-ко-многим %s должно быть таблицей "
"SQL! Вы использовали значение %s, которое не является допустимым именем SQL "
"таблицы."
#. module: base
#: view:ir.values:0
@ -117,6 +120,8 @@ msgid ""
"You can not write in this document (%s) ! Be sure your user belongs to one "
"of these groups: %s."
msgstr ""
"Вы не можете записывать в этот документ (%s) ! Проверьте, что ваш "
"пользователь состоит в одной из следующих групп: %s."
#. module: base
#: help:ir.model.fields,domain:0
@ -806,6 +811,8 @@ msgid ""
"Language with code \"%s\" is not defined in your system !\n"
"Define it through the Administration menu."
msgstr ""
"Язык с кодом \"%s\" не установлен в вашей системе!\n"
"Установите его в меню \"Администрирование\"."
#. module: base
#: model:res.country,name:base.gu
@ -822,6 +829,7 @@ msgstr "Инф. панель отдела кадров"
#, python-format
msgid "Setting empty passwords is not allowed for security reasons!"
msgstr ""
"Использование пустых паролей не допускается по соображениям безопасности!"
#. module: base
#: selection:ir.actions.server,state:0
@ -1631,7 +1639,7 @@ msgstr ""
#: code:addons/orm.py:3147
#, python-format
msgid "A document was modified since you last viewed it (%s:%d)"
msgstr ""
msgstr "Документ был изменен с момента вашего последнего посещения (%s:%d)"
#. module: base
#: view:workflow:0
@ -1647,7 +1655,7 @@ msgstr "Для удаления"
#. module: base
#: model:ir.model,name:base.model_ir_sequence
msgid "ir.sequence"
msgstr "Последовательность"
msgstr "ir.sequence"
#. module: base
#: help:ir.actions.server,expression:0
@ -2458,6 +2466,9 @@ msgid ""
"loading a new language it becomes available as default interface language "
"for users and partners."
msgstr ""
"Этот мастер поможет вам добавить новый язык интерфейса вашей системы "
"OpenERP. После загрузки нового языка, его можно будет выбрать языком "
"интерфейса по-умолчанию для пользователей и контрагентов."
#. module: base
#: view:ir.model:0
@ -2806,6 +2817,8 @@ msgstr "Действие триггера"
#, python-format
msgid "\"email_from\" needs to be set to send welcome mails to users"
msgstr ""
"Поле \"email_from\" должно быть заполнено для отправки приветственных писем "
"пользователям"
#. module: base
#: selection:ir.translation,type:0
@ -3474,7 +3487,7 @@ msgstr "Никарагуа"
#: code:addons/orm.py:1046
#, python-format
msgid "The write method is not implemented on this object !"
msgstr ""
msgstr "Для данного объекта не реализован метод 'write'!"
#. module: base
#: view:res.partner.event:0
@ -4003,7 +4016,7 @@ msgstr "Французский / Français"
#: code:addons/orm.py:1049
#, python-format
msgid "The create method is not implemented on this object !"
msgstr ""
msgstr "Для этого объекта не реализован метод 'create' !"
#. module: base
#: field:workflow.triggers,workitem_id:0
@ -4260,6 +4273,8 @@ msgid ""
"You cannot perform this operation. New Record Creation is not allowed for "
"this object as this object is for reporting purpose."
msgstr ""
"Вы не можете выполнить это действие. Создание новых записей не разрешено для "
"этого объекта. Это объект для отчетов."
#. module: base
#: view:base.language.import:0
@ -4334,7 +4349,7 @@ msgstr "Хотите стереть Id`ы ? "
#: field:publisher_warranty.contract,name:0
#: field:publisher_warranty.contract.wizard,name:0
msgid "Serial Key"
msgstr ""
msgstr "Серийный номер"
#. module: base
#: selection:res.request,priority:0
@ -4462,7 +4477,7 @@ msgstr "Подпись"
#: code:addons/fields.py:664
#, python-format
msgid "Not Implemented"
msgstr ""
msgstr "Не реализовано"
#. module: base
#: model:ir.model,name:base.model_res_widget_user
@ -4531,6 +4546,8 @@ msgstr "Контакты"
msgid ""
"Unable to delete this document because it is used as a default property"
msgstr ""
"Невозможно удалить этот документ, поскольку он использован как свойство по-"
"умолчанию"
#. module: base
#: view:res.widget.wizard:0
@ -4574,6 +4591,8 @@ msgid ""
"Please use the change password wizard (in User Preferences or User menu) to "
"change your own password."
msgstr ""
"Пожалуйста, используйте Мастер изменения пароля (в настройках пользователя "
"или в меню пользователя), чтобы изменить свой пароль."
#. module: base
#: code:addons/orm.py:1350
@ -5310,7 +5329,7 @@ msgstr "Тайский"
#: code:addons/orm.py:158
#, python-format
msgid "Object %s does not exists"
msgstr ""
msgstr "Объект %s не существует"
#. module: base
#: selection:base.language.install,lang:0
@ -5519,7 +5538,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM"
#: code:addons/orm.py:1803
#, python-format
msgid "The copy method is not implemented on this object !"
msgstr ""
msgstr "Для этого объекта не реализован метод 'copy' !"
#. module: base
#: field:res.log,create_date:0
@ -5727,7 +5746,7 @@ msgstr ""
#: code:addons/fields.py:103
#, python-format
msgid "Not implemented get_memory method !"
msgstr ""
msgstr "Метод 'get_memory' не реализован !"
#. module: base
#: view:ir.actions.server:0
@ -6148,7 +6167,7 @@ msgstr "Тип"
#: code:addons/orm.py:3775
#, python-format
msgid "This method does not exist anymore"
msgstr ""
msgstr "Данный метод более не существует"
#. module: base
#: field:res.bank,fax:0
@ -6417,6 +6436,8 @@ msgid ""
"You can not read this document (%s) ! Be sure your user belongs to one of "
"these groups: %s."
msgstr ""
"Вы не можете читать этот документ (%s) ! Убедитесь, что ваш пользователь "
"состоит в одной из этих групп: %s."
#. module: base
#: view:res.bank:0
@ -6594,7 +6615,7 @@ msgstr "Или"
#: model:ir.actions.act_window,name:base.res_log_act_window
#: model:ir.ui.menu,name:base.menu_res_log_act_window
msgid "Client Logs"
msgstr ""
msgstr "Журнал работы клиента"
#. module: base
#: model:res.country,name:base.al
@ -6730,7 +6751,7 @@ msgstr "Остановить все"
#: code:addons/orm.py:412
#, python-format
msgid "The read_group method is not implemented on this object !"
msgstr ""
msgstr "Метод read_group не реализован для данного объекта !"
#. module: base
#: view:ir.model.data:0
@ -7270,6 +7291,8 @@ msgid ""
"Changing the type of a column is not yet supported. Please drop it and "
"create it again!"
msgstr ""
"Изменение типа столбца пока не поддерживается. Пожалуйста, удалите его и "
"создайте заново!"
#. module: base
#: field:ir.ui.view_sc,user_id:0
@ -7285,7 +7308,7 @@ msgstr "Внимание !"
#. module: base
#: model:res.widget,title:base.google_maps_widget
msgid "Google Maps"
msgstr ""
msgstr "Карты Google"
#. module: base
#: model:ir.ui.menu,name:base.menu_base_config
@ -8386,7 +8409,7 @@ msgstr "Датский/Данск"
#. module: base
#: selection:ir.model.fields,select_level:0
msgid "Advanced Search (deprecated)"
msgstr ""
msgstr "Расширенный поиск (устарел)"
#. module: base
#: model:res.country,name:base.cx
@ -8807,6 +8830,8 @@ msgid ""
"Supported file formats: *.csv (Comma-separated values) or *.po (GetText "
"Portable Objects)"
msgstr ""
"Поддерживаемые типы файлов: *.csv (Значения, разделённые запятыми) или *.po "
"(GetText Portable Objects)"
#. module: base
#: code:addons/base/ir/ir_model.py:487

View File

@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2011-01-11 11:14+0000\n"
"PO-Revision-Date: 2011-01-11 08:47+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"PO-Revision-Date: 2011-03-08 16:19+0000\n"
"Last-Translator: Phong Nguyen-Thanh <Unknown>\n"
"Language-Team: Vietnamese <vi@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-01-12 04:52+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Launchpad-Export-Date: 2011-03-09 06:12+0000\n"
"X-Generator: Launchpad (build 12351)\n"
#. module: base
#: view:ir.filters:0
@ -141,7 +141,7 @@ msgstr "Cửa sổ đích"
#: code:addons/base/res/res_user.py:507
#, python-format
msgid "Warning!"
msgstr ""
msgstr "Cảnh báo!"
#. module: base
#: code:addons/base/ir/ir_model.py:304
@ -268,7 +268,7 @@ msgstr "có hiệu lực"
#. module: base
#: field:ir.actions.wizard,wiz_name:0
msgid "Wizard Name"
msgstr ""
msgstr "Tên Trình hướng dẫn"
#. module: base
#: code:addons/orm.py:2160
@ -299,7 +299,7 @@ msgstr "Đối tượng Nguồn"
#. module: base
#: view:ir.actions.todo:0
msgid "Config Wizard Steps"
msgstr ""
msgstr "Các bước của Trình hướng dẫn Cấu hình"
#. module: base
#: model:ir.model,name:base.model_ir_ui_view_sc
@ -381,7 +381,7 @@ msgstr "Tiếng Hy Lạp"
#. module: base
#: selection:base.language.install,lang:0
msgid "Bosnian / bosanski jezik"
msgstr ""
msgstr "Tiếng Bosnia"
#. module: base
#: help:ir.actions.report.xml,attachment_use:0
@ -494,7 +494,7 @@ msgstr "Người dùng mới"
#. module: base
#: view:base.language.export:0
msgid "Export done"
msgstr ""
msgstr "Trích xuất hoàn tất"
#. module: base
#: view:ir.model:0
@ -615,7 +615,7 @@ msgstr ""
#. module: base
#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
msgid "Opportunities"
msgstr ""
msgstr "Các cơ hội"
#. module: base
#: model:ir.model,name:base.model_base_language_export

View File

@ -31,15 +31,18 @@ class ir_rule(osv.osv):
_order = 'name'
_MODES = ['read', 'write', 'create', 'unlink']
def _domain_force_get(self, cr, uid, ids, field_name, arg, context={}):
def _domain_force_get(self, cr, uid, ids, field_name, arg, context=None):
res = {}
for rule in self.browse(cr, uid, ids, context):
eval_user_data = {'user': self.pool.get('res.users').browse(cr, 1, uid),
'time':time}
res[rule.id] = eval(rule.domain_force, eval_user_data)
if rule.domain_force:
eval_user_data = {'user': self.pool.get('res.users').browse(cr, 1, uid),
'time':time}
res[rule.id] = eval(rule.domain_force, eval_user_data)
else:
res[rule.id] = []
return res
def _get_value(self, cr, uid, ids, field_name, arg, context={}):
def _get_value(self, cr, uid, ids, field_name, arg, context=None):
res = {}
for rule in self.browse(cr, uid, ids, context):
if not rule.groups:
@ -81,10 +84,15 @@ class ir_rule(osv.osv):
]
def domain_create(self, cr, uid, rule_ids):
dom = ['&'] * (len(rule_ids)-1)
count = 0
dom = []
for rule in self.browse(cr, uid, rule_ids):
dom += rule.domain
return dom
if rule.domain:
dom += rule.domain
count += 1
if count:
return ['&'] * (count-1) + dom
return []
@tools.cache()
def _compute_domain(self, cr, uid, model_name, mode="read"):
@ -110,11 +118,19 @@ class ir_rule(osv.osv):
group_rule.setdefault(group.id, []).append(rule.id)
if not rule.groups:
global_rules.append(rule.id)
dom = self.domain_create(cr, uid, global_rules)
dom += ['|'] * (len(group_rule)-1)
global_domain = self.domain_create(cr, uid, global_rules)
count = 0
group_domains = []
for value in group_rule.values():
dom += self.domain_create(cr, uid, value)
return dom
group_domain = self.domain_create(cr, uid, value)
if group_domain:
group_domains += group_domain
count += 1
if count and global_domain:
return ['&'] + global_domain + ['|'] * (count-1) + group_domains
if count:
return ['|'] * (count-1) + group_domains
return global_domain
return []
def clear_cache(self, cr, uid):
@ -135,10 +151,14 @@ class ir_rule(osv.osv):
[clear(model, mode) for model in models for mode in self._MODES]
def domain_get(self, cr, uid, model_name, mode='read', context={}):
def domain_get(self, cr, uid, model_name, mode='read', context=None):
dom = self._compute_domain(cr, uid, model_name, mode=mode)
if dom:
query = self.pool.get(model_name)._where_calc(cr, uid, dom, active_test=False)
# _where_calc is called as superuser. This means that rules can
# involve objects on which the real uid has no acces rights.
# This means also there is no implicit restriction (e.g. an object
# references another object the user can't see).
query = self.pool.get(model_name)._where_calc(cr, 1, dom, active_test=False)
return query.where_clause, query.where_clause_params, query.tables
return [], [], ['"'+self.pool.get(model_name)._table+'"']
@ -155,8 +175,6 @@ class ir_rule(osv.osv):
return res
def write(self, cr, uid, ids, vals, context=None):
if not context:
context={}
res = super(ir_rule, self).write(cr, uid, ids, vals, context=context)
# Restart the cache on the _compute_domain method
self._compute_domain.clear_cache(cr.dbname)

View File

@ -25,7 +25,7 @@ import netsvc
import report,pooler,tools
from operator import itemgetter
def graph_get(cr, graph, wkf_ids, nested=False, workitem={}):
def graph_get(cr, graph, wkf_ids, nested, workitem, processed_subflows):
import pydot
cr.execute('select * from wkf_activity where wkf_id in ('+','.join(['%s']*len(wkf_ids))+')', wkf_ids)
nodes = cr.dictfetchall()
@ -34,11 +34,12 @@ def graph_get(cr, graph, wkf_ids, nested=False, workitem={}):
actto = {}
for n in nodes:
activities[n['id']] = n
if n['subflow_id'] and nested:
if n['subflow_id'] and nested and n['subflow_id'] not in processed_subflows:
processed_subflows.add(n['subflow_id']) # don't create multiple times the same cluster.
cr.execute('select * from wkf where id=%s', (n['subflow_id'],))
wkfinfo = cr.dictfetchone()
graph2 = pydot.Cluster('subflow'+str(n['subflow_id']), fontsize='12', label = """\"Subflow: %s\\nOSV: %s\"""" % ( n['name'], wkfinfo['osv']) )
(s1,s2) = graph_get(cr, graph2, [n['subflow_id']], nested,workitem)
graph2 = pydot.Cluster('subflow'+str(n['subflow_id']), fontsize='12', label = "\"Subflow: %s\\nOSV: %s\"" % ( n['name'], wkfinfo['osv']) )
(s1,s2) = graph_get(cr, graph2, [n['subflow_id']], True, workitem, processed_subflows)
graph.add_subgraph(graph2)
actfrom[n['id']] = s2
actto[n['id']] = s1
@ -48,11 +49,22 @@ def graph_get(cr, graph, wkf_ids, nested=False, workitem={}):
args['style']='filled'
args['color']='lightgrey'
args['label']=n['name']
workitems = ''
if n['id'] in workitem:
workitems = '\\nx ' + str(workitem[n['id']])
args['label'] += workitems
args['color'] = "red"
args['style']='filled'
if n['subflow_id']:
args['shape'] = 'box'
if n['id'] in workitem:
args['label']+='\\nx '+str(workitem[n['id']])
args['color'] = "red"
if nested and n['subflow_id'] in processed_subflows:
cr.execute('select * from wkf where id=%s', (n['subflow_id'],))
wkfinfo = cr.dictfetchone()
args['label'] = \
'\"Subflow: %s\\nOSV: %s\\n(already expanded)%s\"' % \
(n['name'], wkfinfo['osv'], workitems)
args['color'] = 'green'
args['style'] ='filled'
graph.add_node(pydot.Node(n['id'], **args))
actfrom[n['id']] = (n['id'],{})
actto[n['id']] = (n['id'],{})
@ -104,7 +116,9 @@ def graph_instance_get(cr, graph, inst_id, nested=False):
for (subflow_id,) in cr.fetchall():
workitems.update(workitem_get(subflow_id))
return workitems
graph_get(cr, graph, [x[0] for x in inst], nested, workitem_get(inst_id))
processed_subflows = set()
graph_get(cr, graph, [x[0] for x in inst], nested, workitem_get(inst_id), processed_subflows)
#
# TODO: pas clean: concurrent !!!

View File

@ -98,7 +98,11 @@ class res_company(osv.osv):
context = {}
user_preference = context.get('user_preference', False)
if user_preference:
user = self.pool.get('res.users').browse(cr, uid, uid, context=context)
# We browse as superuser. Otherwise, the user would be able to
# select only the currently visible companies (according to rules,
# which are probably to allow to see the child companies) even if
# she belongs to some other companies.
user = self.pool.get('res.users').browse(cr, 1, uid, context=context)
cmp_ids = list(set([user.company_id.id] + [cmp.id for cmp in user.company_ids]))
return cmp_ids
return super(res_company, self)._search(cr, uid, args, offset=offset, limit=limit, order=order,

View File

@ -21,7 +21,7 @@
<field model="ir.model" name="model_id" ref="model_res_company"/>
<field eval="True" name="global"/>
<!-- TODO: review this <field name="domain_force">['|', ('child_ids', 'child_of', [user.company_id.id]), ('parent_id', 'child_of', [user.company_id.id])]</field> -->
<field name="domain_force">[]</field>
<field name="domain_force">[('id','child_of',[user.company_id.id])]</field>
</record>
<!-- Record Rule For User -->

View File

@ -51,7 +51,9 @@
<field name="name">res.partner company</field>
<field name="model_id" ref="model_res_partner"/>
<field name="global" eval="True"/>
<field name="domain_force">['|', ('company_id','child_of',[user.company_id.id]),('company_id','=',False)]</field>
<!-- Show partners from ancestors and descendants companies (or company-less), this is usually a better
default for multicompany setups. -->
<field name="domain_force">['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)]</field>
</record>
<record model="ir.rule" id="multi_company_default_rule">

View File

@ -82,7 +82,7 @@
"access_res_users_group_erp_manager","res_users group_erp_manager","model_res_users","group_erp_manager",1,1,1,1
"access_ir_actions_all","ir_actions_all","model_ir_actions_actions",,1,0,0,0
"access_ir_actions_group_system","ir_actions_group_system","model_ir_actions_actions","group_system",1,1,1,1
"access_ir_actions_act_window_all","ir_actions_act_window_all","model_ir_actions_act_window",,1,1,1,0
"access_ir_actions_act_window_all","ir_actions_act_window_all","model_ir_actions_act_window",,1,0,0,0
"access_ir_actions_act_window_system","ir_actions_act_window_system","model_ir_actions_act_window","group_system",1,1,1,1
"access_ir_actions_act_window_close_all","ir_actions_act_window_close_all","model_ir_actions_act_window_close",,1,0,0,0
"access_ir_actions_act_window_close_group_system","ir_actions_act_window_close_group_system","model_ir_actions_act_window_close","group_system",1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
82 access_res_users_group_erp_manager res_users group_erp_manager model_res_users group_erp_manager 1 1 1 1
83 access_ir_actions_all ir_actions_all model_ir_actions_actions 1 0 0 0
84 access_ir_actions_group_system ir_actions_group_system model_ir_actions_actions group_system 1 1 1 1
85 access_ir_actions_act_window_all ir_actions_act_window_all model_ir_actions_act_window 1 1 0 1 0 0
86 access_ir_actions_act_window_system ir_actions_act_window_system model_ir_actions_act_window group_system 1 1 1 1
87 access_ir_actions_act_window_close_all ir_actions_act_window_close_all model_ir_actions_act_window_close 1 0 0 0
88 access_ir_actions_act_window_close_group_system ir_actions_act_window_close_group_system model_ir_actions_act_window_close group_system 1 1 1 1

View File

@ -0,0 +1,147 @@
-
Exercise ir_rule.py code (and indirectly expression.py).
-
Create an ir_rule for the Employee group (called base.group_user)
with an blank domain.
-
!record {model: ir.rule, id: test_rule}:
model_id: base.model_res_partner
domain_force: False
name: test_rule
groups:
- base.group_user
perm_unlink: 1
perm_write: 1
perm_read: 1
perm_create: 1
-
Read as demo user the partners (one blank domain).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Domain is not empty.
-
!record {model: ir.rule, id: test_rule}:
model_id: base.model_res_partner
domain_force: "[(1,'=',1)]"
-
Read as demo user the partners (one 1=1 domain).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Domain is an empty list.
-
!record {model: ir.rule, id: test_rule}:
model_id: base.model_res_partner
domain_force: "[]"
-
Read as demo user the partners (one [] domain).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Create another ir_rule for the Employee group (to test rules from
multiple groups).
-
!record {model: ir.rule, id: test_rule2}:
model_id: base.model_res_partner
domain_force: False
name: test_rule2
groups:
- base.group_user
perm_unlink: 1
perm_write: 1
perm_read: 1
perm_create: 1
-
Read as demo user the partners (blank and [] domains).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Domain is not empty.
-
!record {model: ir.rule, id: test_rule}:
model_id: base.model_res_partner
domain_force: "[(1,'=',1)]"
-
Read as demo user the partners (1=1 and blank domain).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Domain is not empty.
-
!record {model: ir.rule, id: test_rule2}:
model_id: base.model_res_partner
domain_force: "[(1,'=',1)]"
-
Read as demo user the partners (two 1=1 domains).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Create another ir_rule for the Employee group (to test rules from
multiple groups).
-
!record {model: ir.rule, id: test_rule3}:
model_id: base.model_res_partner
domain_force: False
name: test_rule3
groups:
- base.group_user
perm_unlink: 1
perm_write: 1
perm_read: 1
perm_create: 1
-
Read as demo user the partners.
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Domain is not empty.
-
!record {model: ir.rule, id: test_rule3}:
model_id: base.model_res_partner
domain_force: "[(1,'=',1)]"
-
Read as demo user the partners (three 1=1 domains).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Modify the global rule on res_company which triggers a recursive check
of the rules on company.
-
!record {model: ir.rule, id: base.res_company_rule}:
domain_force: "[('id','child_of',[user.company_id.id])]"
-
Read as demo user the partners (exercising the global company rule).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."
-
Delete global domains (to combine only group domains).
-
!python {model: ir.rule}: |
ids = self.search(cr, uid, [('groups','=',False)])
assert ids, "Demo user should see some partner."
self.unlink(cr, uid, ids)
-
Read as demo user the partners (three 1=1 domains, no global domain).
-
!python {model: res.partner }: |
ids = self.search(cr, ref('base.user_demo'), [])
assert ids, "Demo user should see some partner."

View File

@ -49,7 +49,7 @@ def to_decode(s):
return s
def start_server(root_path, port, netport, addons_path):
os.system('python2.5 %sopenerp-server.py --pidfile=openerp.pid --no-xmlrpcs --xmlrpc-port=%s --netrpc-port=%s --addons-path=%s' %(root_path, str(port),str(netport),addons_path))
os.system('python2.5 %sopenerp-server --pidfile=openerp.pid --no-xmlrpcs --xmlrpc-port=%s --netrpc-port=%s --addons-path=%s' %(root_path, str(port),str(netport),addons_path))
def clean():
if os.path.isfile('openerp.pid'):
ps = open('openerp.pid')

View File

@ -339,6 +339,20 @@ class many2one(_column):
result = {}
for id in ids:
result[id] = obj.datas[id].get(name, False)
# build a dictionary of the form {'id_of_distant_resource': name_of_distant_resource}
# we use uid=1 because the visibility of a many2one field value (just id and name)
# must be the access right of the parent form and not the linked object itself.
obj = obj.pool.get(self._obj)
records = dict(obj.name_get(cr, 1,
list(set([x for x in result.values() if x and isinstance(x, (int,long))])),
context=context))
for id in ids:
if result[id] in records:
result[id] = (result[id], records[result[id]])
else:
result[id] = False
return result
def get(self, cr, obj, ids, name, user=None, context=None, values=None):

View File

@ -1878,7 +1878,7 @@ class orm_template(object):
defaults[dv] = [(6, 0, defaults[dv])]
if (dv in self._columns and self._columns[dv]._type == 'one2many' \
or (dv in self._inherit_fields and self._inherit_fields[dv][2]._type == 'one2many')) \
and isinstance(defaults[dv], (list, tuple)) and isinstance(defaults[dv][0], dict):
and isinstance(defaults[dv], (list, tuple)) and defaults[dv] and isinstance(defaults[dv][0], dict):
defaults[dv] = [(0, 0, x) for x in defaults[dv]]
defaults.update(values)
values = defaults
@ -2690,7 +2690,7 @@ class orm(orm_template):
self._table, k)
except Exception:
msg = "WARNING: unable to set column %s of table %s not null !\n"\
"Try to re-run: openerp-server.py --update=module\n"\
"Try to re-run: openerp-server --update=module\n"\
"If it doesn't work, update records and execute manually:\n"\
"ALTER TABLE %s ALTER COLUMN %s SET NOT NULL"
self.__logger.warn(msg, k, self._table, self._table, k)
@ -3075,7 +3075,7 @@ class orm(orm_template):
for group in groups:
module = group.split(".")[0]
grp = group.split(".")[1]
cr.execute("select count(*) from res_groups_users_rel where gid IN (select res_id from ir_model_data where name=%s and module=%s and model=%s) and uid=%s" \
cr.execute("select count(*) from res_groups_users_rel where gid IN (select res_id from ir_model_data where name=%s and module=%s and model=%s) and uid=%s", \
(grp, module, 'res.groups', user))
readonly = cr.fetchall()
if readonly[0][0] >= 1:

View File

@ -358,14 +358,13 @@ class Connection(object):
except Exception:
return False
_dsn = ''
for p in ('host', 'port', 'user', 'password'):
cfg = tools.config['db_' + p]
if cfg:
_dsn += '%s=%s ' % (p, cfg)
def dsn(db_name):
_dsn = ''
for p in ('host', 'port', 'user', 'password'):
cfg = tools.config['db_' + p]
if cfg:
_dsn += '%s=%s ' % (p, cfg)
return '%sdbname=%s' % (_dsn, db_name)
def dsn_are_equals(first, second):

View File

@ -147,9 +147,9 @@ class graph(object):
if node not in self.head_nodes:
self.head_nodes.append(node)
for edge in rest_edges:
if edge[0]==node:
self.head_component(edge[1],rest_edges)
for edge in rest_edges:
if edge[0]==node:
self.head_component(edge[1],rest_edges)
def process_ranking(self, node, level=0):
@ -709,7 +709,7 @@ class graph(object):
for l in self.levels:
result += 'PosY: ' + str(l) + '\n'
for node in self.levels[l]:
result += '\tPosX: '+ str(self.result[node]['y']) + ' - Node:' + node + "\n"
result += '\tPosX: '+ str(self.result[node]['y']) + ' - Node:' + str(node) + "\n"
return result
@ -772,7 +772,7 @@ if __name__=='__main__':
for name,node in node_res.items():
draw.arc( (int(node['y']-radius), int(node['x']-radius),int(node['y']+radius), int(node['x']+radius) ), 0, 360, (128,128,128))
draw.text( (int(node['y']), int(node['x'])), name, (128,128,128))
draw.text( (int(node['y']), int(node['x'])), str(name), (128,128,128))
for t in transitions:

View File

@ -39,7 +39,10 @@ import os
__all__ = ['test_expr', 'literal_eval', 'safe_eval', 'const_eval', 'ext_eval' ]
_ALLOWED_MODULES = ['_strptime']
# The time module is usually already provided in the safe_eval environment
# but some code, e.g. datetime.datetime.now() (Windows/Python 2.5.2, bug
# lp:703841), does import time.
_ALLOWED_MODULES = ['_strptime', 'time']
_CONST_OPCODES = set(opmap[x] for x in [
'POP_TOP', 'ROT_TWO', 'ROT_THREE', 'ROT_FOUR', 'DUP_TOP','POP_BLOCK','SETUP_LOOP',

27
setup.README Normal file
View File

@ -0,0 +1,27 @@
Some instructions to use setup.py for a user-install.
This file should/will be moved on a proper documentation place later.
- Possibly clean any left-over of the previous build.
> rm -rf dist openerp_server.egg-info
- Possibly copy the addons in the server if we want them to be packaged
together:
> rsync -av --delete \
--exclude .bzr/ \
--exclude .bzrignore \
--exclude /__init__.py \
--exclude /base \
--exclude /base_quality_interrogation.py \
<path-to-addons> openerp/addons
- Create the user-local directory where we want the package to be installed:
> mkdir -p /home/openerp/openerp-tmp/lib/python2.6/site-packages/
- Use --prefix to specify where the package is installed and include that
place in PYTHONPATH:
> PYTHONPATH=/home/openerp/openerp-tmp/lib/python2.6/site-packages/ \
python setup.py install --prefix=/home/openerp/openerp-tmp
- Run the main script, again specifying the PYTHONPATH:
> PYTHONPATH=/home/openerp/openerp-tmp/lib/python2.6/site-packages/ \
/home/openerp/openerp-tmp/bin/openerp-server

View File

@ -114,7 +114,7 @@ Var STARTMENU_FOLDER
!define MUI_HEADER_TRANSPARENT_TEXT ""
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "doc\License.rtf"
!insertmacro MUI_PAGE_LICENSE ".\LICENSE"
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_DIRECTORY
Page Custom ShowPostgreSQL LeavePostgreSQL

214
setup.py
View File

@ -25,34 +25,19 @@
# taken from gnomolicious http://www.nongnu.org/gnomolicious/
# adapted by Nicolas Évrard <nicoe@altern.org>
#
# doc/migrate is not included since about 6.1-dev
# doc/tests is not included
# python25-compat/*py should be in the openerp (and imported appropriately)
import sys
import os
from os.path import join, isfile, basename
from os.path import join, isfile
import glob
from pprint import pprint as pp
from setuptools import setup, find_packages
from setuptools.command.install import install
from distutils.sysconfig import get_python_lib
has_py2exe = False
if os.name == 'nt':
import py2exe
has_py2exe = True
sys.path.append(join(os.path.abspath(os.path.dirname(__file__)), "bin"))
execfile(join('bin', 'release.py'))
if 'bdist_rpm' in sys.argv:
version = version.split('-')[0]
# get python short version
py_short_version = '%s.%s' % sys.version_info[:2]
# backports os.walk with followlinks from python 2.6
# Backports os.walk with followlinks from python 2.6.
# Needed to add all addons files to data_files for Windows packaging.
def walk_followlinks(top, topdown=True, onerror=None, followlinks=False):
from os.path import join, isdir, islink
from os import listdir, error
@ -84,120 +69,45 @@ def walk_followlinks(top, topdown=True, onerror=None, followlinks=False):
if sys.version_info < (2, 6):
os.walk = walk_followlinks
def find_addons():
for root, _, names in os.walk(join('bin', 'addons'), followlinks=True):
if '__openerp__.py' in names or '__terp__.py' in names:
yield basename(root), root
#look for extra modules
try:
empath = os.getenv('EXTRA_MODULES_PATH', '../addons/')
for mname in open(join(empath, 'server_modules.list')):
mname = mname.strip()
if not mname:
continue
terp = join(empath, mname, '__openerp__.py')
if not os.path.exists(terp):
terp = join(empath, mname, '__terp__.py')
if os.path.exists(terp):
yield mname, join(empath, mname)
else:
print "Module %s specified, but no valid path." % mname
except Exception:
pass
def data_files():
'''Build list of data files to be installed'''
files = []
if os.name == 'nt':
os.chdir('bin')
for (dp, dn, names) in os.walk('addons'):
files.append((dp, map(lambda x: join('bin', dp, x), names)))
os.chdir('..')
#for root, _, names in os.walk(join('bin','addons')):
# files.append((root, [join(root, name) for name in names]))
for root, _, names in os.walk('doc'):
files.append((root, [join(root, name) for name in names]))
#for root, _, names in os.walk('pixmaps'):
# files.append((root, [join(root, name) for name in names]))
files.append(('.', [join('bin', 'import_xml.rng'),]))
else:
man_directory = join('share', 'man')
files.append((join(man_directory, 'man1'), ['man/openerp-server.1']))
files.append((join(man_directory, 'man5'), ['man/openerp_serverrc.5']))
doc_directory = join('share', 'doc', 'openerp-server-%s' % version)
files.append((doc_directory, filter(isfile, glob.glob('doc/*'))))
files.append((join(doc_directory, 'migrate', '3.3.0-3.4.0'),
filter(isfile, glob.glob('doc/migrate/3.3.0-3.4.0/*'))))
files.append((join(doc_directory, 'migrate', '3.4.0-4.0.0'),
filter(isfile, glob.glob('doc/migrate/3.4.0-4.0.0/*'))))
openerp_site_packages = join(get_python_lib(prefix=''), 'openerp-server')
files.append((openerp_site_packages, [join('bin', 'import_xml.rng'),]))
if sys.version_info[0:2] == (2,5):
files.append((openerp_site_packages, [ join('python25-compat','BaseHTTPServer.py'),
join('python25-compat','SimpleXMLRPCServer.py'),
join('python25-compat','SocketServer.py')]))
for addonname, add_path in find_addons():
addon_path = join(get_python_lib(prefix=''), 'openerp-server','addons', addonname)
for root, dirs, innerfiles in os.walk(add_path):
innerfiles = filter(lambda fil: os.path.splitext(fil)[1] not in ('.pyc', '.pyd', '.pyo'), innerfiles)
if innerfiles:
res = os.path.normpath(join(addon_path, root.replace(join(add_path), '.')))
files.extend(((res, map(lambda fil: join(root, fil),
innerfiles)),))
return files
f = file('openerp-server','w')
f.write("""#!/bin/sh
echo "Error: the content of this file should have been replaced during "
echo "installation\n"
exit 1
""")
f.close()
def find_package_dirs():
package_dirs = {'openerp-server': 'bin'}
for mod, path in find_addons():
package_dirs['openerp-server.addons.' + mod] = path
return package_dirs
class openerp_server_install(install):
def run(self):
# create startup script
start_script = "#!/bin/sh\ncd %s\nexec %s ./openerp-server.py $@\n"\
% (join(self.install_libbase, "openerp-server"), sys.executable)
# write script
f = open('openerp-server', 'w')
f.write(start_script)
f.close()
install.run(self)
options = {
"py2exe": {
"compressed": 1,
"optimize": 2,
"dist_dir": 'dist',
"packages": [
"lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml", "xml.dom", "xml.xpath",
"encodings", "dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "mako", "poplib",
"imaplib", "smtplib", "email", "yaml", "DAV",
"uuid",
],
"excludes" : ["Tkconstants","Tkinter","tcl"],
py2exe_keywords = {}
py2exe_data_files = []
if os.name == 'nt':
import py2exe
py2exe_keywords['console'] = [
{ "script": "openerp-server",
"icon_resources": [(1, join("pixmaps","openerp-icon.ico"))],
}]
py2exe_keywords['options'] = {
"py2exe": {
"skip_archive": 1,
"optimize": 2,
"dist_dir": 'dist',
"packages": [
"lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml", "xml.dom", "xml.xpath",
"encodings", "dateutil", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "mako", "poplib",
"imaplib", "smtplib", "email", "yaml", "DAV",
"uuid", "commands", "openerp",
],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}
}
# TODO is it still necessary now that we don't use the library.zip file?
def data_files():
'''For Windows, we consider all the addons as data files.
It seems also that package_data below isn't honored by py2exe.'''
files = []
os.chdir('openerp')
for (dp, dn, names) in os.walk('addons'):
files.append((join('openerp',dp), map(lambda x: join('openerp', dp, x), names)))
os.chdir('..')
files.append(('openerp', [join('openerp', 'import_xml.rng'),]))
return files
py2exe_data_files = data_files()
execfile(join('openerp', 'release.py'))
setup(name = name,
version = version,
@ -208,32 +118,29 @@ setup(name = name,
author_email = author_email,
classifiers = filter(None, classifiers.split("\n")),
license = license,
data_files = data_files(),
cmdclass = {
'install' : openerp_server_install,
},
data_files = [
(join('man', 'man1'), ['man/openerp-server.1']),
(join('man', 'man5'), ['man/openerp_serverrc.5']),
('doc', filter(isfile, glob.glob('doc/*'))),
] + py2exe_data_files,
scripts = ['openerp-server'],
packages = [
'.'.join(['openerp-server'] + package.split('.')[1:])
for package in find_packages()
],
packages = find_packages(),
include_package_data = True,
package_data = {
'': ['*.yml', '*.xml', '*.po', '*.pot', '*.csv'],
},
package_dir = find_package_dirs(),
console = [
{
"script": join("bin", "openerp-server.py"),
"icon_resources": [(1, join("pixmaps","openerp-icon.ico"))]
}
],
options = options,
dependency_links = ['http://download.gna.org/pychart/'],
install_requires = [
'lxml',
# We require the same version as caldav for lxml.
'lxml==2.1.5',
'mako',
'python-dateutil',
'psycopg2',
# TODO the pychart package we include in openerp corresponds to PyChart 1.37.
# It seems there is a single difference, which is a spurious print in generate_docs.py.
# It is probably safe to move to PyChart 1.39 (the latest one).
# (Let setup.py choose the latest one, and we should check we can remove pychart from
# our tree.)
'pychart',
'pydot',
'pytz',
@ -243,8 +150,9 @@ setup(name = name,
'pywebdav',
'feedparser',
],
extras_require={
extras_require = {
'SSL' : ['pyopenssl'],
}
},
**py2exe_keywords
)