diff --git a/.bzrignore b/.bzrignore index b83a43bf1d4..62f8a05c90f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,11 +1,23 @@ -.* -*.egg-info -*.orig +*.pyc +.*.swp +.bzrignore +openerp/addons/* +openerp/filestore* +.Python +include +lib +bin/activate +bin/activate_this.py +bin/easy_install +bin/easy_install-2.6 +bin/pip +bin/python +bin/python2.6 +*.pyc +*.pyo build/ -RE:^bin/ -RE:^dist/ -RE:^include/ - -RE:^share/ -RE:^man/ -RE:^lib/ +bin/yolk +bin/pil*.py +.project +.pydevproject +.settings diff --git a/MANIFEST.in b/MANIFEST.in index 6cd10b511cf..c864492136d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,18 +1,13 @@ -include rpminstall_sh.txt # TODO do we need this file ? +graft debian +graft doc +graft install +graft openerp +graft tests +graft win32 include README include LICENSE include MANIFEST.in -include setup.nsi -include setup.cfg -#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 *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 debian -graft doc +include gunicorn.conf.py +include openerp-server +include setup* global-exclude *pyc *~ # Exclude possible garbage from previous graft. diff --git a/README b/README index 5725ce9f866..5683fa0f84c 100644 --- a/README +++ b/README @@ -1,17 +1,55 @@ -About OpenERP ---------------- - -OpenERP is a free Enterprise Resource Planning and Customer Relationship -Management software. It is mainly developed to meet changing needs. - -The main functional features are: CRM & SRM, analytic and financial accounting, -double-entry stock management, sales and purchases management, tasks automation, -help desk, marketing campaign, ... and vertical modules for very specific -businesses. - -Technical features include a distributed server, flexible workflows, an object -database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ... - -For more information, please visit: -http://www.openerp.com - +About OpenERP +------------- + +OpenERP is an OpenSrouce/Free software Enterprise Resource Planning and +Customer Relationship Management software. More info at: + + http://www.openerp.com + +Installation on Debian Ubuntu +----------------------------- + +Add the the apt repository in your source.list and type: + + $ apt-get install openerp + +Installation on RedHat, Fedora, CentOS +-------------------------------------- + +Install the required dependencies: + + $ yum install python + $ easy_install pip + $ pip install ..... + +Install the openerp rpm + + $ rpm -i openerp-VERSION.rpm + +Installation on Windows +----------------------- + +Installation on MacOSX +----------------------- + +Setuping you first database +--------------------------- + +Point your browser to http://localhost:8069/ and click "Database", the default +master password is "admin". + +Detailed System Requirements +---------------------------- + +You need the following software installed: + +python, postgresql-client, python-dateutil, python-gdata, python-ldap, +python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2, +python-pybabel, python-pychart, python-pydot, python-pyparsing, +python-reportlab, python-simplejson, python-tz, python-vobject, python-webdav, +python-werkzeug, python-yaml, python-zsi, graphviz, ghostscript, postgresql, +python-imaging, python-matplotlib + +For Luxembourg localization, you also need: +* pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) + diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 18b6b245bf0..00000000000 --- a/debian/README.source +++ /dev/null @@ -1,37 +0,0 @@ -Package Repositories --------------------- - -Backports for the current stable debian distribution as well as snapshots of -unreleased versions may be available in repositories listed on the maintainers -homepage. The current URL of the maintainer homepage can be seen in -debian/copyright. - - -Source Access -------------- - -You can obtain the sources of this package with: - - $ apt-get source ${PACKAGE} - -whereas '${PACKAGE}' has to be replaced with the actual name of the package. - -This package is maintained with the Git version control system. The current git -source tree can be obtained with: - - $ git clone ${GIT_URI} - -whereas '${GIT_URI}' has to be replaced with the actual URI for the Git -repository. The current Git URI can be seen in debian/control in the extracted -package sources. - -More information about Git can be found in the git-core package. - -This package may use the Quilt patch system to manage all modifications to the -upstream source. Changes, if any, are stored in the source package as diffs in -debian/diff and are applied during the build. Current modifications can be -applied to the source tree with: - - $ QUILT_PATCHES=debian/patches quilt push -a - -More information about Quilt can be found in the quilt package. diff --git a/debian/changelog b/debian/changelog index f9a2355cf62..0ee8e0e3295 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openerp (6.1-1) testing; urgency=low + + * New major version, new packaging. + + -- Antony Lesuisse Sat, 01 Oct 2011 12:31:00 +0100 + openerp-server (6.0.2-1) testing; urgency=low * Using upstream version 6.0.2 diff --git a/debian/control b/debian/control index 11c98536526..8b404a28a00 100644 --- a/debian/control +++ b/debian/control @@ -1,40 +1,51 @@ -Source: openerp-server +Source: openerp Section: net Priority: optional -Maintainer: OpenERP SA. -Uploaders: Xrg -Build-Depends: debhelper (>= 7.0.50~), python -Build-Depends-Indep: - python-libxslt1, python-lxml, python-pychart, python-pydot, python-psycopg2, - python-reportlab +Maintainer: OpenERP SA +Build-Depends: debhelper (>= 7.0.50~), python, rsync Standards-Version: 3.9.1 Homepage: http://www.openerp.com/ -Vcs-Browser: http://git.hellug.gr/?p=xrg/openobject-server;a=summary -Vcs-Git: http://members.hellug.gr/xrg/repos/openobject-server -Vcs-Bzr: https://code.launchpad.net/openobject-server +Vcs-Bzr: https://launchpad.net/openobject -Package: openerp-server +Package: openerp Section: net Architecture: all Depends: - ${misc:Depends}, adduser, python, python-dateutil, python-libxslt1, - python-lxml, python-psycopg2, python-pydot, python-pychart, python-reportlab, - python-tz, python-pyparsing, python-yaml, python-mako, - postgresql-client (>=8.2) -Conflicts: tinyerp-server -Replaces: tinyerp-server + ${misc:Depends}, + adduser, + python, + postgresql-client, + python-dateutil, + python-feedparser, + python-gdata, + python-ldap, + python-libxslt1, + python-lxml, + python-mako, + python-openid, + python-psycopg2, + python-pybabel, + python-pychart, + python-pydot, + python-pyparsing, + python-reportlab, + python-simplejson, + python-tz, + python-vatnumber, + python-vobject, + python-webdav, + python-werkzeug, + python-yaml, + python-zsi +Conflicts: tinyerp-server, openerp-server, openerp-web +Replaces: tinyerp-server, openerp-server, openerp-web Recommends: - graphviz, ghostscript, postgresql, python-imaging, - python-matplotlib -Suggests: openerp-client -Description: Enterprise Resource Management (server) - Open ERP, previously known as TinyERP, is a complete ERP and CRM. The main + graphviz, ghostscript, postgresql, python-imaging, python-matplotlib +Description: OpenERP Enterprise Resource Management + OpenERP, previously known as TinyERP, is a complete ERP and CRM. The main features are accounting (analytic and financial), stock management, sales and purchases management, tasks automation, marketing campaigns, help desk, POS, etc. Technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC interfaces. - . - This package contains the Open ERP server, install openerp-client package for - the client. diff --git a/debian/copyright b/debian/copyright index 3f50a3a825e..f681d540a0a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -Upstream-Contact: OpenERP +Upstream-Contact: OpenERP Upstream-Homepage: http://www.openerp.com/ -Maintainer-Contact: Debian Open Object Maintainers +Maintainer-Contact: Debian OpenERP Maintainers Maintainer-Homepage: http://open-object.debian-maintainers.org/ Files: * -Copyright: (C) 2004-2010 OpenERP SA. (www.openerp.com) +Copyright: (C) 2004-2011 OpenERP SA. (www.openerp.com) License: GPL-3+ 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 @@ -205,21 +205,3 @@ License: other distribution of the software without specific, written prior permission. -Files: debian/* -Copyright: (C) 2005-2010 Daniel Baumann -License: GPL-3+ - 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 . - . - On Debian systems, the complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-3 file. diff --git a/debian/local/openerp-server.conf b/debian/local/openerp-server.conf deleted file mode 100644 index ffb6ed49db3..00000000000 --- a/debian/local/openerp-server.conf +++ /dev/null @@ -1,55 +0,0 @@ -# /etc/openerp-server.conf(5) - configuration file for openerp-server(1) - -[options] -# Enable the debugging mode (default False). -verbose = False -debug_mode = False - -# The file where the server pid will be stored (default False). -#pidfile = /var/run/openerp.pid - -# The file where the server log will be stored (default False). -logfile = /var/log/openerp-server.log - -# The unix account on behalf openerp is running. -process_user = openerp - -# The IP address on which the server will bind. -# If empty, it will bind on all interfaces (default empty). -interface = localhost - -# The TCP port on which the server will listen (default 8069). -#port = 8070 - -# Enable debug mode (default False). -debug_mode = False - -# Launch server over https instead of http (default False). -secure = False - -# Specify the SMTP server for sending email (default localhost). -smtp_server = localhost - -# Specify the SMTP user for sending email (default False). -smtp_user = False - -# Specify the SMTP password for sending email (default False). -smtp_password = False - -# Specify the database name. -#db_name = openerp - -# Specify the database user name (default None). -db_user = openerp - -# Specify the database password for db_user (default None). -db_password = - -# Specify the database host (default localhost). -db_host = - -# Specify the database port (default None). -db_port = 5432 - -# Specify the price accuracy. -#price_accuracy = diff --git a/debian/openerp-server.README.Debian b/debian/openerp-server.README.Debian deleted file mode 100644 index af298134af8..00000000000 --- a/debian/openerp-server.README.Debian +++ /dev/null @@ -1,49 +0,0 @@ -openerp-server for Debian -------------------------- - -Open ERP uses a PostgreSQL database to store its data. With the first generation -of packages, you have to setup this database manually. Here is a short -explanation how to achieve this (you need to execute all commands as root): - - 0. Making sure, PostgreSQL is running - - # /etc/init.d/postgresql restart - - Note that depending on the version of PostgreSQL installed on your system, - the above syvinit script could also be named postgresql-VERSION (whereas - 'VERSION' needs to be replace with a version number). - - 1. Creating the database user - - # su - postgres -c "createuser --createdb --no-createrole --pwprompt openerp" - - Note: If you want to run the database as another user than 'openerp', you - need to replace 'openerp' above with the user you want instead, and you - need to adjust 'db_user = openerp' in /etc/openerp-server.conf too. - - 3. Restarting openerp-server - - # /etc/init.d/openerp-server restart - - - 4. Initializing the database - - Now you can connect with Open ERP client to the database and initialize it. - -Now, you're finish. Please be aware of the following things: - - * openerp-server has by default two accounts: - - User: admin; password: admin - - User: demo; password; demo - - * openerp-server listens by default on port 8070. If you need to change this, - edit /etc/openerp-server.conf and replace 'port = 8070' with - 'port = '. - - * openerp-server in the upstreams configuration listens by default to *all* - interfaces. For security reasons, we do restrict it in the Debian packages - to listen only on localhost. If you need to change this, edit - /etc/openerp-server.conf and replace 'interface = localhost' with - 'interface = '. - - -- Daniel Baumann Fri, 1 Jun 2007 12:00:00 +0200 diff --git a/debian/openerp-server.config b/debian/openerp-server.config deleted file mode 100644 index cf081ab3861..00000000000 --- a/debian/openerp-server.config +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -db_input low openerp-server/username || true -db_go - -db_stop diff --git a/debian/openerp-server.docs b/debian/openerp-server.docs deleted file mode 100644 index d5ad552bfce..00000000000 --- a/debian/openerp-server.docs +++ /dev/null @@ -1,2 +0,0 @@ -doc/migrate -doc/tests diff --git a/debian/openerp-server.examples b/debian/openerp-server.examples deleted file mode 100644 index c7f075ec127..00000000000 --- a/debian/openerp-server.examples +++ /dev/null @@ -1 +0,0 @@ -debian/openerp-server.preseed diff --git a/debian/openerp-server.install b/debian/openerp-server.install deleted file mode 100644 index 78a4a648a06..00000000000 --- a/debian/openerp-server.install +++ /dev/null @@ -1 +0,0 @@ -doc/openerp-server.conf /etc diff --git a/debian/openerp-server.links b/debian/openerp-server.links deleted file mode 100644 index 67620d22397..00000000000 --- a/debian/openerp-server.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/share/man/man5/openerp_serverrc.5.gz /usr/share/man/man5/openerp-server.conf.5.gz -/var/lib/openerp-server/filestore /usr/lib/openerp-server/filestore diff --git a/debian/openerp-server.lintian-overrides b/debian/openerp-server.lintian-overrides deleted file mode 100644 index 25b1165c4be..00000000000 --- a/debian/openerp-server.lintian-overrides +++ /dev/null @@ -1,7 +0,0 @@ -# Add-on directories needs data directories, and sometimes they are -# (intentionally) empty, hence overriting the lintian warning. -openerp-server: package-contains-empty-directory -# Add-on directoires contain images sometimes, but it's nothing that is -# worthwile to be splittet out to /usr/share as it's all manual work for each -# release. -openerp-server: image-file-in-usr-lib diff --git a/debian/openerp-server.postinst b/debian/openerp-server.postinst deleted file mode 100644 index a1e5317b8fc..00000000000 --- a/debian/openerp-server.postinst +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -CONFFILE="/etc/openerp-server.conf" -LOGFILE="/var/log/openerp-server.log" - -case "${1}" in - configure) - db_version 2.0 - - db_get openerp-server/username - _USERNAME="${RET:-openerp}" - - db_stop - - if ! getent passwd | grep -q "^${_USERNAME}" - then - adduser --system --no-create-home --quiet --gecos 'Open ERP server' --group ${_USERNAME} - else - echo "Open ERP user (${_USERNAME}) already exists, doing nothing." - fi - - sed -i -e "s|^process_user.*$|process_user = ${_USERNAME}|" ${CONFFILE} - - # Creating log file - touch ${LOGFILE} - chown ${_USERNAME}:adm ${LOGFILE} - chmod 0640 ${LOGFILE} - - # Creating local storage directory - mkdir -p /var/lib/openerp-server/filestore - - # Setting ownership and permissions - chmod 0640 ${CONFFILE} - chown ${_USERNAME}:${_USERNAME} ${CONFFILE} - chown ${_USERNAME}:${_USERNAME} /var/lib/openerp-server -R - - echo - echo "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *" - echo "* Open ERP uses a PostgreSQL database to store its data. With the first *" - echo "* generation of packages, you have to setup this database manually. *" - echo "* Please read /usr/share/doc/openerp-server/README.Debian how to do it. *" - echo "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *" - echo - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`{$1}'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff --git a/debian/openerp-server.postrm b/debian/openerp-server.postrm deleted file mode 100644 index 02b3d0a6817..00000000000 --- a/debian/openerp-server.postrm +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -set -e - -case "${1}" in - remove) - _USERNAME="openerp" - _GROUPNAME="openerp" - - if [ -x /usr/sbin/deluser ] - then - deluser --quiet --system ${_USERNAME} - fi - - if [ -x /usr/sbin/delgroup ] - then - delgroup --quiet --system --only-if-empty ${_GROUPNAME} || true - fi - - rm -f /usr/lib/openerp-server/addons/__init__.pyc - rmdir --ignore-fail-on-non-empty /usr/lib/openerp-server/addons || true - rmdir --ignore-fail-on-non-empty /usr/lib/openerp-server || true - ;; - - purge) - rm -rf /var/lib/openerp-server - ;; - - upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - ;; - - *) - echo "postrm called with unknown argument \`${1}'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff --git a/debian/openerp-server.preseed b/debian/openerp-server.preseed deleted file mode 100644 index 66d1a4ab95d..00000000000 --- a/debian/openerp-server.preseed +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -## openerp-server - -#openerp-server openerp-server/username string openerp -################################################################################ diff --git a/debian/openerp-server.templates b/debian/openerp-server.templates deleted file mode 100644 index 985bd24abd9..00000000000 --- a/debian/openerp-server.templates +++ /dev/null @@ -1,9 +0,0 @@ -Template: openerp-server/username -Type: string -Default: openerp -_Description: Dedicated system account for the Open ERP server: - 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. - . - Please choose that account's username. diff --git a/debian/openerp-server.init b/debian/openerp.init similarity index 97% rename from debian/openerp-server.init rename to debian/openerp.init index ad8cbecb07c..6abb6f10ed6 100644 --- a/debian/openerp-server.init +++ b/debian/openerp.init @@ -16,7 +16,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/bin/openerp-server NAME=openerp-server DESC=openerp-server -CONFIG=/etc/openerp-server.conf +CONFIG=/etc/openerp/openerp-server.conf LOGFILE=/var/log/openerp-server.log USER=openerp diff --git a/debian/openerp.install b/debian/openerp.install new file mode 100644 index 00000000000..c632929a148 --- /dev/null +++ b/debian/openerp.install @@ -0,0 +1,2 @@ +install/openerp-server.conf /etc/openerp +README /usr/share/doc/openerp diff --git a/debian/openerp.postinst b/debian/openerp.postinst new file mode 100644 index 00000000000..181c683462d --- /dev/null +++ b/debian/openerp.postinst @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +case "${1}" in + configure) + if ! getent passwd | grep -q "^openerp:"; then + adduser --system --no-create-home --quiet --gecos 'OpenERP' --group openerp + fi + # Register "openerp" as a postgres superuser + su - postgres -c "createuser -s openerp" 2> /dev/null || true + chown openerp:openerp /etc/openerp/openerp-server.conf + chmod 0640 /etc/openerp/openerp-server.conf + # Creating log file + touch /var/log/openerp-server.log + chown openerp:openerp /var/log/openerp-server.log + chmod 0640 /var/log/openerp-server.log + # Creating local storage directory + mkdir -p /var/lib/openerp/filestore + chown openerp:openerp -R /var/lib/openerp + ;; + *) + ;; +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/openerp.postrm b/debian/openerp.postrm new file mode 100644 index 00000000000..55c28f04eb5 --- /dev/null +++ b/debian/openerp.postrm @@ -0,0 +1,22 @@ +#!/bin/sh + +set -e + +case "${1}" in + remove) + deluser --quiet --system "openerp" || true + delgroup --quiet --system --only-if-empty "openerp" || true + ;; + + purge) + rm -rf /var/lib/openerp-server + ;; + + upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in deleted file mode 100644 index eb66b9be4c0..00000000000 --- a/debian/po/POTFILES.in +++ /dev/null @@ -1 +0,0 @@ -[type: gettext/rfc822deb] openerp-server.templates diff --git a/debian/po/bg.po b/debian/po/bg.po deleted file mode 100644 index c4a52d31048..00000000000 --- a/debian/po/bg.po +++ /dev/null @@ -1,42 +0,0 @@ -# Bulgarian translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-16 06:46+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Системен акаунт специално за сървъра на Open ERP:" - -#. 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 "" -"Сървърът на Open ERP трябва да използва специално създаден акаунт за тази " -"операция,така че да не се допускат компромиси със сигурността на системите, " -"изпълнявайки я с привилегийте на супер потребител." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Моля, изберете потребителско име за този акаунт." diff --git a/debian/po/ca.po b/debian/po/ca.po deleted file mode 100644 index d83dad535b9..00000000000 --- a/debian/po/ca.po +++ /dev/null @@ -1,43 +0,0 @@ -# Catalan translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-14 06:11+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Compte del sistema dedicat pel servidor OpenERP:" - -#. 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 "" -"El servidor OpenERP ha d'utilitzar un compte dedicat pel seu funcionament, " -"de tal manera que la seguretat del sistema no es vegi compromesa per la seva " -"utilització amb privilegis d'administració." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Esculliu un nom d'usuari pel compte." diff --git a/debian/po/cs.po b/debian/po/cs.po deleted file mode 100644 index 8b8f9f0e943..00000000000 --- a/debian/po/cs.po +++ /dev/null @@ -1,41 +0,0 @@ -# Czech translation of openerp-server debconf templates. -# Copyright (C) 2009 Vítězslav Kotrla -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-05-06 04:36+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Vyhrazený systémový účet, pod kterým poběží Open ERP server:" - -#. 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 "" -"Pokud by byl Open ERP server spuštěn se superuživatelskými oprávněními, " -"mohlo by dojít ke kompromitaci zabezpečení systému. Proto musí Open ERP " -"server pro svoji činnost používat vyhrazený neprivilegovaný účet." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Zvolte prosím název totoho účtu." diff --git a/debian/po/da.po b/debian/po/da.po deleted file mode 100644 index b656e329af0..00000000000 --- a/debian/po/da.po +++ /dev/null @@ -1,42 +0,0 @@ -# Danish 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 , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2011-07-22 14:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedikeret system konto til Open ERP serveren" - -#. 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 "" -"Open ERP serveren skal bruge en dedikeret konto til sine operationer, så " -"systemets sikkerhed ikke bliver kompromitteret ved at køre serveren med " -"superbruger privilegier" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Vælg kontoens brugernavn" diff --git a/debian/po/de.po b/debian/po/de.po deleted file mode 100644 index 3079de41243..00000000000 --- a/debian/po/de.po +++ /dev/null @@ -1,42 +0,0 @@ -# German translation of openerp-server debconf templates. -# Copyright (C) 2009 Kai Wasserbäch -# Copyright (C) 2009 Helge Kreutzmann -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: Helge Kreutzmann \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Eigenes Systemkonto für den Open ERP-Server:" - -#. 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 "" -"Der Open ERP-Server muss ein eigenes Konto für den Betrieb verwenden, um die " -"Sicherheit des Systems nicht durch das Betreiben mit Superuser-Rechten zu " -"kompromittieren." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Bitte wählen Sie den Benutzernamen dieses Kontos." diff --git a/debian/po/el.po b/debian/po/el.po deleted file mode 100644 index a95226b6bb1..00000000000 --- a/debian/po/el.po +++ /dev/null @@ -1,42 +0,0 @@ -# Greek translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-16 06:46+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Αποκλειστικός λογαριασμός του συστήματος για τον server OpenERP." - -#. 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 "" -"O OpenERP server πρέπει να χρησιμοποιεί έναν αποκλειστικό λογαριασμό για την " -"λειτουργία του, έτσι ώστε να μην κινδυνέψει η ασφάλεια του συστήματος αν " -"τρέχει με δικαιώματα υπερχρήστη." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Παρακαλώ επιλέξτε το username αυτού του λογαριασμού." diff --git a/debian/po/en_GB.po b/debian/po/en_GB.po deleted file mode 100644 index 4188564ceb0..00000000000 --- a/debian/po/en_GB.po +++ /dev/null @@ -1,42 +0,0 @@ -# English (United Kingdom) translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-07-10 04:47+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedicated system account for the Open ERP server:" - -#. 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 "" -"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." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Please choose that account's username." diff --git a/debian/po/es.po b/debian/po/es.po deleted file mode 100644 index 5025a67b192..00000000000 --- a/debian/po/es.po +++ /dev/null @@ -1,43 +0,0 @@ -# Spanish translation of openerp-server debconf templates. -# Copyright (C) 2009 Software in the Public Interest -# 2009 Fernando González de Requena -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-14 06:11+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Cuenta del sistema dedicada para el servidor OpenERP:" - -#. 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 "" -"El servidor OpenERP debe utilizar una cuenta dedicada para su " -"funcionamiento, de tal modo que la seguridad del sistema no se vea " -"comprometida por su utilización con privilegios de administración." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Elija un nombre de usuario para la cuenta." diff --git a/debian/po/es_CL.po b/debian/po/es_CL.po deleted file mode 100644 index 454fa9705eb..00000000000 --- a/debian/po/es_CL.po +++ /dev/null @@ -1,39 +0,0 @@ -# Spanish (Chile) 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 , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2011-01-19 14:33+0000\n" -"Last-Translator: Juan Pizarro \n" -"Language-Team: Spanish (Chile) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\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 "" diff --git a/debian/po/es_EC.po b/debian/po/es_EC.po deleted file mode 100644 index 4e221ba2c73..00000000000 --- a/debian/po/es_EC.po +++ /dev/null @@ -1,42 +0,0 @@ -# Spanish (Ecuador) translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-27 00:29+0000\n" -"Last-Translator: Cristian Salamea (Gnuthink) \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Cuenta del sistema, dedicada para el servidor OpenERP" - -#. 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 "" -"El servidor OpenERP debe utilizar una cuenta dedicada para su " -"funcionamiento, de tal modo que la seguridad del sistema no se vea " -"comprometida por su utilización con privilegios de administración." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Por favor, elija un nombre de usuario para la cuenta." diff --git a/debian/po/fa.po b/debian/po/fa.po deleted file mode 100644 index 74c7d386521..00000000000 --- a/debian/po/fa.po +++ /dev/null @@ -1,41 +0,0 @@ -# Persian translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-04-11 04:52+0000\n" -"Last-Translator: avion \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\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 "لطفا نام کاربری این حساب را برگزینید." diff --git a/debian/po/fi.po b/debian/po/fi.po deleted file mode 100644 index 4af4f533ddf..00000000000 --- a/debian/po/fi.po +++ /dev/null @@ -1,41 +0,0 @@ -# Finnish translation of openerp-server debconf templates. -# Copyright (C) 2009 Esko Arajärvi -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: Esko Arajärvi \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedikoitu järjestelmätunnus Open ERP-taustaohjelman ajamiseen:" - -#. 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 "" -"Open ERP-palvelimen tulee käyttää dedikoitua tunnusta toiminnoissaan, jotta " -"järjestelmän turvallisuus ei vaarannu kuten käytettäessä " -"pääkäyttäjäoikeuksia." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Valitse kyseisen tunnuksen nimi." diff --git a/debian/po/fr.po b/debian/po/fr.po deleted file mode 100644 index 50f4bd33d56..00000000000 --- a/debian/po/fr.po +++ /dev/null @@ -1,41 +0,0 @@ -# French translation of openerp-server debconf templates. -# Copyright (C) 2009 Steve Petruzzello -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-10-13 07:40+0000\n" -"Last-Translator: Quentin THEURET \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Compte dédié au serveur Open ERP :" - -#. 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 "" -"Afin de ne pas compromettre la sécurité du système, les opérations du " -"serveur Open ERP doivent être exécutée avec un compte dédié et différent du " -"superutilisateur." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Veuillez choisir l'identifiant de ce compte." diff --git a/debian/po/gl.po b/debian/po/gl.po deleted file mode 100644 index 7b091419269..00000000000 --- a/debian/po/gl.po +++ /dev/null @@ -1,41 +0,0 @@ -# Galizian translation of openerp-server debconf templates. -# Copyright (C) 2009 Marce Villarino -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: mvillarino \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Conta de usuario do sistema adicada ao servidor Open ERP:" - -#. 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 "" -"O servidor Open ERP debe empregar unha conta adicada a el para que a " -"seguridade do sistema non se poña en perigo ao executalo con privilexios de " -"administrador." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Escolla o nome de usuario desa conta." diff --git a/debian/po/he.po b/debian/po/he.po deleted file mode 100644 index 935838ebb97..00000000000 --- a/debian/po/he.po +++ /dev/null @@ -1,39 +0,0 @@ -# Hebrew 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 , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2011-02-22 19:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hebrew \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\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 "" diff --git a/debian/po/hr.po b/debian/po/hr.po deleted file mode 100644 index 83457705987..00000000000 --- a/debian/po/hr.po +++ /dev/null @@ -1,42 +0,0 @@ -# Croatian translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-02-02 05:55+0000\n" -"Last-Translator: goranc \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "" -"Namjenski račun sistemskog korisnika za sustav poslužitelja Open ERP:" - -#. 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 "" -"Server Open ERP mora koristiti namjenski korisnički račun za svoj rad, tako " -"da sigurnost sustava nije ugrožena korištenjem privilegija superkorisnika." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Molimo odaberite korisnički račun." diff --git a/debian/po/hu.po b/debian/po/hu.po deleted file mode 100644 index 9455447a512..00000000000 --- a/debian/po/hu.po +++ /dev/null @@ -1,43 +0,0 @@ -# Hungarian 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 , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2011-01-12 09:45+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedikált rendszer felhasználó az Open ERP szerver számára:" - -#. 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 "" -"Az Open ERP szervernek egy dedikált felhasználóként kell futnia, így a " -"rendszer biztonsága védettebb, mivel nem rendszergazda felhasználó jogaival " -"fut." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Kérem válassza ki annak a felhasználónak a nevét." diff --git a/debian/po/it.po b/debian/po/it.po deleted file mode 100644 index e4e70cddcc7..00000000000 --- a/debian/po/it.po +++ /dev/null @@ -1,41 +0,0 @@ -# Italian translation of openerp-server debconf templates. -# Copyright (C) 2009 Vincenzo Campanella -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: vinz65 \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Account di sistema dedicato per il server di Open ERP:" - -#. 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 "" -"Il server Open ERP deve utilizzare un account dedicato per eseguire le " -"proprie operazioni, in modo che la sicurezza del sistema non rischi di " -"essere compromessa eseguendolo con privilegi di superutente." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Scegliere il nome utente di tale account." diff --git a/debian/po/ja.po b/debian/po/ja.po deleted file mode 100644 index b060104d807..00000000000 --- a/debian/po/ja.po +++ /dev/null @@ -1,39 +0,0 @@ -# Japanese translation of openerp-server debconf templates. -# Copyright (C) 2009 Hideki Yamane -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: Hideki Yamane (Debian-JP) \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Open ERP デーモン専用のシステムアカウント:" - -#. 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 "" -"Open ERP サーバはその動作について専用のアカウントを使うようになっているため、管理者特権で動作していてもシステムのセキュリティは侵害されません。" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "アカウントのユーザ名を選んでください。" diff --git a/debian/po/ko.po b/debian/po/ko.po deleted file mode 100644 index a080f159ee6..00000000000 --- a/debian/po/ko.po +++ /dev/null @@ -1,39 +0,0 @@ -# Korean translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-09-29 08:30+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Open ERP 서버를 위한 전용 시스템 계정:" - -#. 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 "Open ERP 서버를 운영하실때는 슈퍼유저가 아닌 전용 계정을 이용하셔야 보안을 확보할수 있습니다" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "사용자 이름을 선택하세요" diff --git a/debian/po/lv.po b/debian/po/lv.po deleted file mode 100644 index 2470ad8d487..00000000000 --- a/debian/po/lv.po +++ /dev/null @@ -1,39 +0,0 @@ -# Latvian translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-12-19 08:15+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Latvian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\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 "Lūdzu, izvēlēties konta lietotāja vārdu!" diff --git a/debian/po/mn.po b/debian/po/mn.po deleted file mode 100644 index eee8600609c..00000000000 --- a/debian/po/mn.po +++ /dev/null @@ -1,41 +0,0 @@ -# Mongolian translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-09-29 08:02+0000\n" -"Last-Translator: ub121 \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Open ERP серверт зориулсан системийн тусгай эрх:" - -#. 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 "" -"Open ERP сервер тусгай хандах эрх хэрэглэх ёстой, ингэснээр супер " -"хэрэглэгчийн эрх ашиглаж системийн хамгаалалтыг муутгахгүй болно." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Нэвтрэх эрхийг сонгоно уу." diff --git a/debian/po/nb.po b/debian/po/nb.po deleted file mode 100644 index 488baaf8e03..00000000000 --- a/debian/po/nb.po +++ /dev/null @@ -1,41 +0,0 @@ -# Norwegian Bokmal translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-03-16 05:12+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedikert systemkonto for Open ERP:" - -#. 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 "" -"Open ERP må av hensyn til sikkerhet kjøre som en egen bruker i stedet for " -"systemets superbruker." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Vennligst velg et brukernavn til kontoen." diff --git a/debian/po/nl.po b/debian/po/nl.po deleted file mode 100644 index 3b9fc417eba..00000000000 --- a/debian/po/nl.po +++ /dev/null @@ -1,42 +0,0 @@ -# Dutch translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-17 06:04+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Specifiek gebruikersaccount voor de OpenERP-server:" - -#. 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 "" -"De OpenERP-server dient een eigen systeemaccount te gebruiken, om te " -"voorkomen dat de serverbeveiliging gecompromitteerd kan raken door OpenERP " -"te laten functioneren met beheerder-privileges." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Kies deze gebruikersnaam." diff --git a/debian/po/pl.po b/debian/po/pl.po deleted file mode 100644 index 6d9211b41a5..00000000000 --- a/debian/po/pl.po +++ /dev/null @@ -1,41 +0,0 @@ -# Polish translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-08 06:13+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Konto dedykowane serwerowi OpenERP" - -#. 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 "" -"Serwer OpenERP musi używać dedykowanego konta do swoich operacji, aby nie " -"obniżać bezpieczeństwa systemu przez stosowanie uprawnień superusera." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Wybierz nazę użytkownika dla konta." diff --git a/debian/po/pt.po b/debian/po/pt.po deleted file mode 100644 index e055d3f059f..00000000000 --- a/debian/po/pt.po +++ /dev/null @@ -1,41 +0,0 @@ -# Portuguese translation of openerp-server debconf templates. -# Copyright (C) 2009 Américo Monteiro -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-10 06:04+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Conta de sistema dedicada para o servidor Open ERP:" - -#. 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 "" -"O servidor Open ERP tem de usar uma conta dedicada para as suas operações, " -"para que a segurança do sistema não seja comprometida ao corrê-lo com " -"privilégios de superutilizador." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Por favor escolha o nome de utilizador para essa conta." diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po deleted file mode 100644 index 941b61931d1..00000000000 --- a/debian/po/pt_BR.po +++ /dev/null @@ -1,42 +0,0 @@ -# Brazilian Portuguese translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Conta do sistema dedicada para o servidor de Open ERP:" - -#. 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 "" -"O servidor Open ERP deve usar uma conta específica para o seu funcionamento " -"de modo que a segurança do sistema não seja comprometida por executá-lo com " -"privilégios de super usuário." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Por favor, escolha um usuário para a conta." diff --git a/debian/po/ro.po b/debian/po/ro.po deleted file mode 100644 index da6babe8c10..00000000000 --- a/debian/po/ro.po +++ /dev/null @@ -1,41 +0,0 @@ -# Romanian translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-12-07 07:37+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Contul sistem dedicat serverului Open ERP" - -#. 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 "" -"Serverul Open ERP trebuie sa utilizeze un cont dedicat, deoarece din motive " -"de securitate este contraindicat să ruleze cu privilegii de superuser." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Alegeţi numele utilizatorului (username)" diff --git a/debian/po/ru.po b/debian/po/ru.po deleted file mode 100644 index 61b4a0b0858..00000000000 --- a/debian/po/ru.po +++ /dev/null @@ -1,42 +0,0 @@ -# German translation of openerp-server debconf templates. -# Copyright (C) 2009 Sergey Alyoshin -# Copyright (C) 2009 Yuri Kozlov -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server 5.0.1-0-2\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-10-21 05:57+0000\n" -"Last-Translator: Kirill \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Выделенная в системе учётная запись для сервера OpenERP:" - -#. 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 "" -"Для улучшения безопасности системы Open ERP сервер должен использовать " -"специально выделенную учётную запись, а не запускаться с правами " -"суперпользователя." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Укажите имя такой учётной записи." diff --git a/debian/po/sk.po b/debian/po/sk.po deleted file mode 100644 index 1702240e85a..00000000000 --- a/debian/po/sk.po +++ /dev/null @@ -1,42 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-12-14 07:56+0000\n" -"Last-Translator: Peter Kohaut \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Priradený používateľský účet pre OpenERP server:" - -#. 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 "" -"OpenERP server musí mať priradený používateľský účet pod ktorým bude " -"pracovať. Bezpečnosť systému bude vyššia, ako keby server pracoval pod " -"administrátorským účtom." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Prosím vyberte používateľské meno účtu." diff --git a/debian/po/sq.po b/debian/po/sq.po deleted file mode 100644 index c828018e1db..00000000000 --- a/debian/po/sq.po +++ /dev/null @@ -1,42 +0,0 @@ -# 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 , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Llogari e dedikuar sistemi për serverin e Hapur ERP" - -#. 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 "" -"Serveri i Hapur ERP duhet të përdorë llogarinë e dedikuar për veprimet e tij " -"në mënyrë që siguria e sistemit nuk është në rrezik nga përdorimi i " -"privilegjuar i super perdoruesve." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Ju lutemi zgjidhni emrin e llogarisë tuaj." diff --git a/debian/po/sr.po b/debian/po/sr.po deleted file mode 100644 index 4936cbe6d62..00000000000 --- a/debian/po/sr.po +++ /dev/null @@ -1,41 +0,0 @@ -# Serbian translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-11-15 08:27+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:45+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Namenski sistem naloga za OpenERP Server:" - -#. 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 "" -"OpenERP server mora koristiti namenski nalog ya svoje operacije tako da " -"sigurnosni sistem nije kompromitovan pri radu sa superUser privilegijama." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Molim vas izaberite korisničko ime naloga." diff --git a/debian/po/sv.po b/debian/po/sv.po deleted file mode 100644 index 11787106bc3..00000000000 --- a/debian/po/sv.po +++ /dev/null @@ -1,41 +0,0 @@ -# Swedish translation of openerp-server debconf templates. -# Copyright (C) 2009 Martin Bagge -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: brother \n" -"Language-Team: swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" -"X-Poedit-Language: Swedish\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Dedikerat systemkonto för Open ERP server:" - -#. 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 "" -"Open ERP servern måste ha ett dedikerat konto för att fungera på ett säkert " -"sätt, att använda privilegier från en superanvändare är inte säkert." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Ange kontots användarnamn." diff --git a/debian/po/templates.pot b/debian/po/templates.pot deleted file mode 100644 index 556c76375b0..00000000000 --- a/debian/po/templates.pot +++ /dev/null @@ -1,38 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\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 "" diff --git a/debian/po/tr.po b/debian/po/tr.po deleted file mode 100644 index d2c89ae20f7..00000000000 --- a/debian/po/tr.po +++ /dev/null @@ -1,41 +0,0 @@ -# Turkish translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-01-29 05:27+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Open ERP sunucusu için ayrılmış sistem hesabı:" - -#. 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 "" -"Sistem güvenliğinin sağlanabilmesi için Open ERP sunucusu bu iş için " -"ayrılmış bir hesap kullanmalıdır." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Lütfen o hesabın kullanıcı adını seçiniz." diff --git a/debian/po/uk.po b/debian/po/uk.po deleted file mode 100644 index 22b0fc04789..00000000000 --- a/debian/po/uk.po +++ /dev/null @@ -1,42 +0,0 @@ -# Ukrainian translation for openobject-server -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-12-24 06:54+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Ukrainian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Специалізований користувач системи для Open ERP сервера:" - -#. 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 "" -"Open ERP повинен працювати під спеціалізованим користувачем в системі. Якщо " -"запустити сервер під супер користувачем, рівень безпеки системи може будет " -"значно знижено." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Будь ласка, оберіть користувача системи." diff --git a/debian/po/vi.po b/debian/po/vi.po deleted file mode 100644 index 4cc7447aafc..00000000000 --- a/debian/po/vi.po +++ /dev/null @@ -1,42 +0,0 @@ -# Vietnamese translation for openobject-server -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-server package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-server\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2010-12-14 08:07+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Vietnamese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Tài khoản hệ thống chuyên dụng cho máy chủ OpenERP:" - -#. 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 "" -"Máy chủ OpenERP phải sử dụng một tài khoản chuyên dụng cho hoạt động của " -"mình nhằm đảm bảo an ninh của hệ thống không bị xâm hại khi chạy nó với " -"quyền của siêu người dùng." - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "Xin vui lòng chọn tên người dùng của tài khoản." diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po deleted file mode 100644 index 6a16c115e3d..00000000000 --- a/debian/po/zh_CN.po +++ /dev/null @@ -1,38 +0,0 @@ -# Simplified Chinese translation of openerp-server debconf templates. -# Copyright (C) 2009 Deng Xiyue -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2009-11-26 07:45+0000\n" -"Last-Translator: Deng Xiyue \n" -"Language-Team: Debian Chinese GB \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "指定操作 Open ERP 守护进程的专用系统帐户:" - -#. 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 "Open ERP 服务器必须使用一个专用的账户来进行操作,这样就不会因为使用超级用户权限运行而破坏系统的安全。" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "请选择账户的用户名。" diff --git a/debian/po/zh_TW.po b/debian/po/zh_TW.po deleted file mode 100644 index 17230e8c04d..00000000000 --- a/debian/po/zh_TW.po +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright (C) 2009 Deng Xiyue -# This file is distributed under the same license as the openerp-server package. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-server\n" -"Report-Msgid-Bugs-To: openerp-server@packages.debian.org\n" -"POT-Creation-Date: 2009-08-24 22:41+0300\n" -"PO-Revision-Date: 2011-01-26 04:02+0000\n" -"Last-Translator: Walter Cheuk \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-09-01 04:46+0000\n" -"X-Generator: Launchpad (build 13827)\n" -"X-Poedit-Country: TAIWAN\n" -"X-Poedit-Language: Chinese\n" -"X-Poedit-SourceCharset: utf-8\n" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Dedicated system account for the Open ERP server:" -msgstr "Open ERP 伺服器專屬系統管理員帳號:" - -#. 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 "Open ERP 伺服器必須使用專屬系統管理員帳號進行操作,如此才不會因最高權限管理者在運行時犧牲系統安全性。" - -#. Type: string -#. Description -#: ../openerp-server.templates:1001 -msgid "Please choose that account's username." -msgstr "請選擇帳號用戶名稱。" diff --git a/debian/rules b/debian/rules index 30ce14141e4..57be1d0442b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,17 @@ #!/usr/bin/make -f - -EXTRA_MODULES_PATH ?= ../addons +# vim:noet: %: dh ${@} -override_dh_installchangelogs: - dh_installchangelogs doc/Changelog +override_dh_pysupport: + echo "rsync" + sh -c "[ -d debian/openerp/usr/lib/python2.6 ] && rsync -av openerp/ debian/openerp/usr/lib/python2.6/dist-packages/openerp/" || true + sh -c "[ -d debian/openerp/usr/lib/python2.7 ] && rsync -av openerp/ debian/openerp/usr/lib/python2.7/dist-packages/openerp/" || true + rm -Rf debian/openerp/usr/openerp debian/openerp/usr/lib/python2.6/dist-packages/tests debian/openerp/usr/lib/python2.7/dist-packages/tests + dh_pysupport + rm -Rf debian/openerp/usr/lib override_dh_installinit: dh_installinit --update-rcd-params='defaults 21' + diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index d3827e75a5c..00000000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -1.0 diff --git a/doc/openerp-server.conf b/doc/openerp-server.conf deleted file mode 100644 index 4f13c8a45c2..00000000000 --- a/doc/openerp-server.conf +++ /dev/null @@ -1,34 +0,0 @@ -[options] -without_demo = True -; This is the password that allows database operations: -; admin_passwd = admin -upgrade = False -verbose = False -netrpc = True -; netrpc_interface = -; netrpc_port = -xmlrpc = True -; xmlrpc_interface = -xmlrpc_port = 8069 -db_host = False -db_port = False -; Please uncomment the following line *after* you have created the -; database. It activates the auto module check on startup. -; db_name = terp -db_user = openerp -db_password = False -; Uncomment these for xml-rpc over SSL -; secure = True -; secure_cert_file = /etc/openerp/server.cert -; secure_pkey_file = /etc/openerp/server.key -root_path = None -soap = False -translate_modules = ['all'] -demo = {} -addons_path = None -reportgz = False - -; Static http parameters -static_http_enable = False -static_http_document_root = /var/www/html -static_http_url_prefix = / \ No newline at end of file diff --git a/gunicorn.conf.py b/gunicorn.conf.py new file mode 100644 index 00000000000..55adfb55070 --- /dev/null +++ b/gunicorn.conf.py @@ -0,0 +1,19 @@ +import openerp +# Standard OpenERP XML-RPC port. +bind = '127.0.0.1:8069' +pidfile = '.gunicorn.pid' +# This is the big TODO: safely use more than a single worker. +workers = 1 +# Some application-wide initialization is needed. +on_starting = openerp.wsgi.on_starting +when_ready = openerp.wsgi.when_ready +timeout = 240 # openerp request-response cycle can be quite long + +# Setting openerp.conf.xxx will be better than setting +# openerp.tools.config['xxx'] +conf = openerp.tools.config +conf['addons_path'] = '/home/openerp/repos/addons/trunk-xmlrpc' +conf['static_http_document_root'] = '/tmp' +#conf['log_level'] = 10 # 10 is DEBUG + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/doc/Changelog b/history/Changelog similarity index 100% rename from doc/Changelog rename to history/Changelog diff --git a/doc/Changelog-4.x b/history/Changelog-4.x similarity index 100% rename from doc/Changelog-4.x rename to history/Changelog-4.x diff --git a/doc/Changelog-6.x b/history/Changelog-6.x similarity index 100% rename from doc/Changelog-6.x rename to history/Changelog-6.x diff --git a/doc/INSTALL b/history/INSTALL similarity index 100% rename from doc/INSTALL rename to history/INSTALL diff --git a/doc/README.urpmi b/history/README.urpmi similarity index 100% rename from doc/README.urpmi rename to history/README.urpmi diff --git a/doc/README.userchange b/history/README.userchange similarity index 100% rename from doc/README.userchange rename to history/README.userchange diff --git a/tools/change-loglevel.sh b/history/change-loglevel.sh similarity index 100% rename from tools/change-loglevel.sh rename to history/change-loglevel.sh diff --git a/doc/tests/check_profile_l10n_all.py b/history/check_profile_l10n_all.py similarity index 97% rename from doc/tests/check_profile_l10n_all.py rename to history/check_profile_l10n_all.py index 719d5ce051b..5c1c1fa9bca 100644 --- a/doc/tests/check_profile_l10n_all.py +++ b/history/check_profile_l10n_all.py @@ -63,7 +63,9 @@ def wait(id): time.sleep(3) return True -def wizard_run(wizname, fieldvalues={}, endstate='end'): +def wizard_run(wizname, fieldvalues=None, endstate='end'): + if fieldvalues is None: + fieldvalues = {} wiz_id = sock4.create(dbname, uid, 'admin', wizname) state = 'init' datas = {'form':{}} diff --git a/sql/clean-model.sql b/history/clean-model.sql similarity index 100% rename from sql/clean-model.sql rename to history/clean-model.sql diff --git a/tools/gen_graph.sh b/history/gen_graph.sh similarity index 100% rename from tools/gen_graph.sh rename to history/gen_graph.sh diff --git a/tools/get-srvstats.sh b/history/get-srvstats.sh similarity index 100% rename from tools/get-srvstats.sh rename to history/get-srvstats.sh diff --git a/tools/list-services.sh b/history/list-services.sh similarity index 100% rename from tools/list-services.sh rename to history/list-services.sh diff --git a/doc/migrate/3.3.0-3.4.0/README b/history/migrate/3.3.0-3.4.0/README similarity index 100% rename from doc/migrate/3.3.0-3.4.0/README rename to history/migrate/3.3.0-3.4.0/README diff --git a/doc/migrate/3.3.0-3.4.0/post.py b/history/migrate/3.3.0-3.4.0/post.py similarity index 100% rename from doc/migrate/3.3.0-3.4.0/post.py rename to history/migrate/3.3.0-3.4.0/post.py diff --git a/doc/migrate/3.3.0-3.4.0/pre.py b/history/migrate/3.3.0-3.4.0/pre.py similarity index 100% rename from doc/migrate/3.3.0-3.4.0/pre.py rename to history/migrate/3.3.0-3.4.0/pre.py diff --git a/doc/migrate/3.4.0-4.0.0/README b/history/migrate/3.4.0-4.0.0/README similarity index 100% rename from doc/migrate/3.4.0-4.0.0/README rename to history/migrate/3.4.0-4.0.0/README diff --git a/doc/migrate/3.4.0-4.0.0/post-tiny.py b/history/migrate/3.4.0-4.0.0/post-tiny.py similarity index 100% rename from doc/migrate/3.4.0-4.0.0/post-tiny.py rename to history/migrate/3.4.0-4.0.0/post-tiny.py diff --git a/doc/migrate/3.4.0-4.0.0/post.py b/history/migrate/3.4.0-4.0.0/post.py similarity index 100% rename from doc/migrate/3.4.0-4.0.0/post.py rename to history/migrate/3.4.0-4.0.0/post.py diff --git a/doc/migrate/3.4.0-4.0.0/pre-tiny.py b/history/migrate/3.4.0-4.0.0/pre-tiny.py similarity index 100% rename from doc/migrate/3.4.0-4.0.0/pre-tiny.py rename to history/migrate/3.4.0-4.0.0/pre-tiny.py diff --git a/doc/migrate/3.4.0-4.0.0/pre.py b/history/migrate/3.4.0-4.0.0/pre.py similarity index 100% rename from doc/migrate/3.4.0-4.0.0/pre.py rename to history/migrate/3.4.0-4.0.0/pre.py diff --git a/doc/migrate/4.0.0-4.2.0/pre.py b/history/migrate/4.0.0-4.2.0/pre.py similarity index 100% rename from doc/migrate/4.0.0-4.2.0/pre.py rename to history/migrate/4.0.0-4.2.0/pre.py diff --git a/doc/migrate/4.0.0-4.2.0/tiny/README b/history/migrate/4.0.0-4.2.0/tiny/README similarity index 100% rename from doc/migrate/4.0.0-4.2.0/tiny/README rename to history/migrate/4.0.0-4.2.0/tiny/README diff --git a/doc/migrate/4.0.0-4.2.0/tiny/pre-tiny.py b/history/migrate/4.0.0-4.2.0/tiny/pre-tiny.py similarity index 100% rename from doc/migrate/4.0.0-4.2.0/tiny/pre-tiny.py rename to history/migrate/4.0.0-4.2.0/tiny/pre-tiny.py diff --git a/doc/migrate/4.2.0-4.4.0/pre.py b/history/migrate/4.2.0-4.4.0/pre.py similarity index 100% rename from doc/migrate/4.2.0-4.4.0/pre.py rename to history/migrate/4.2.0-4.4.0/pre.py diff --git a/tools/module_graph.py b/history/module_graph.py similarity index 100% rename from tools/module_graph.py rename to history/module_graph.py diff --git a/tools/xml2yml.py b/history/xml2yml.py similarity index 99% rename from tools/xml2yml.py rename to history/xml2yml.py index e926ddf5f94..8344d5f81e0 100755 --- a/tools/xml2yml.py +++ b/history/xml2yml.py @@ -343,3 +343,5 @@ if __name__=='__main__': p = xml_parse() p.parse(fname) + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/pixmaps/openerp-header.bmp b/install/openerp-header.bmp similarity index 100% rename from pixmaps/openerp-header.bmp rename to install/openerp-header.bmp diff --git a/pixmaps/openerp-header.png b/install/openerp-header.png similarity index 100% rename from pixmaps/openerp-header.png rename to install/openerp-header.png diff --git a/pixmaps/openerp-icon.ico b/install/openerp-icon.ico similarity index 100% rename from pixmaps/openerp-icon.ico rename to install/openerp-icon.ico diff --git a/pixmaps/openerp-icon.png b/install/openerp-icon.png similarity index 100% rename from pixmaps/openerp-icon.png rename to install/openerp-icon.png diff --git a/man/openerp-server.1 b/install/openerp-server.1 similarity index 100% rename from man/openerp-server.1 rename to install/openerp-server.1 diff --git a/install/openerp-server.conf b/install/openerp-server.conf new file mode 100644 index 00000000000..ead261e5218 --- /dev/null +++ b/install/openerp-server.conf @@ -0,0 +1,7 @@ +[options] +; This is the password that allows database operations: +; admin_passwd = admin +db_host = False +db_port = False +db_user = openerp +db_password = False diff --git a/doc/openerp-server.init b/install/openerp-server.init similarity index 100% rename from doc/openerp-server.init rename to install/openerp-server.init diff --git a/doc/openerp-server.logrotate b/install/openerp-server.logrotate similarity index 100% rename from doc/openerp-server.logrotate rename to install/openerp-server.logrotate diff --git a/pixmaps/openerp.ico b/install/openerp.ico similarity index 100% rename from pixmaps/openerp.ico rename to install/openerp.ico diff --git a/pixmaps/openerp.png b/install/openerp.png similarity index 100% rename from pixmaps/openerp.png rename to install/openerp.png diff --git a/man/openerp_serverrc.5 b/install/openerp_serverrc.5 similarity index 100% rename from man/openerp_serverrc.5 rename to install/openerp_serverrc.5 diff --git a/ssl-cert.cfg b/install/ssl-cert.cfg similarity index 100% rename from ssl-cert.cfg rename to install/ssl-cert.cfg diff --git a/openerp-server b/openerp-server index c42651dc419..71a52d5f06b 100755 --- a/openerp-server +++ b/openerp-server @@ -88,19 +88,27 @@ def setup_pid_file(): def preload_registry(dbname): """ Preload a registry, and start the cron.""" - db, pool = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) - pool.get('ir.cron').restart(db.dbname) + try: + db, registry = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) + + # jobs will start to be processed later, when openerp.cron.start_master_thread() is called by openerp.service.start_services() + registry.schedule_cron_jobs() + except Exception: + logging.exception('Failed to initialize database `%s`.', dbname) def run_test_file(dbname, test_file): """ Preload a registry, possibly run a test file, and start the cron.""" - db, pool = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) + try: + db, registry = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) + cr = db.cursor() + logger = logging.getLogger('server') + logger.info('loading test file %s', test_file) + openerp.tools.convert_yaml_import(cr, 'base', file(test_file), {}, 'test', True) + cr.rollback() + cr.close() + except Exception: + logging.exception('Failed to initialize database `%s` and run test file `%s`.', dbname, test_file) - cr = db.cursor() - logger = logging.getLogger('server') - logger.info('loading test file %s', test_file) - openerp.tools.convert_yaml_import(cr, 'base', file(test_file), {}, 'test', True) - cr.rollback() - cr.close() def export_translation(): config = openerp.tools.config @@ -136,27 +144,6 @@ def import_translation(): cr.commit() cr.close() -def start_services(): - http_server = openerp.service.http_server - netrpc_server = openerp.service.netrpc_server - - # Instantiate local services (this is a legacy design). - openerp.osv.osv.start_object_proxy() - # Export (for RPC) services. - openerp.service.web_services.start_web_services() - - # Initialize the HTTP stack. - http_server.init_servers() - http_server.init_xmlrpc() - http_server.init_static_http() - netrpc_server.init_servers() - - # Start the main cron thread. - openerp.netsvc.start_agent() - - # Start the top-level servers threads (normally HTTP, HTTPS, and NETRPC). - openerp.netsvc.Server.startAll() - # Variable keeping track of the number of calls to the signal handler defined # below. This variable is monitored by ``quit_on_signals()``. quit_signals_received = 0 @@ -192,9 +179,12 @@ def dumpstacks(sig, frame): def setup_signal_handlers(): """ Register the signal handler defined above. """ SIGNALS = map(lambda x: getattr(signal, "SIG%s" % x), "INT TERM".split()) - map(lambda sig: signal.signal(sig, signal_handler), SIGNALS) if os.name == 'posix': + map(lambda sig: signal.signal(sig, signal_handler), SIGNALS) signal.signal(signal.SIGQUIT, dumpstacks) + elif os.name == 'nt': + import win32api + win32api.SetConsoleCtrlHandler(lambda sig: signal_handler(sig, None), 1) def quit_on_signals(): """ Wait for one or two signals then shutdown the server. @@ -204,30 +194,17 @@ def quit_on_signals(): """ # Wait for a first signal to be handled. (time.sleep will be interrupted - # by the signal handler.) - while quit_signals_received == 0: - time.sleep(60) + # by the signal handler.) The try/except is for the win32 case. + try: + while quit_signals_received == 0: + time.sleep(60) + except KeyboardInterrupt, e: + pass - openerp.netsvc.Agent.quit() - openerp.netsvc.Server.quitAll() - config = openerp.tools.config if config['pidfile']: os.unlink(config['pidfile']) - logger = logging.getLogger('server') - logger.info("Initiating shutdown") - logger.info("Hit CTRL-C again or send a second signal to force the shutdown.") - logging.shutdown() - # manually join() all threads before calling sys.exit() to allow a second signal - # to trigger _force_quit() in case some non-daemon threads won't exit cleanly. - # threading.Thread.join() should not mask signals (at least in python 2.5) - for thread in threading.enumerate(): - if thread != threading.currentThread() and not thread.isDaemon(): - while thread.isAlive(): - # need a busyloop here as thread.join() masks signals - # and would present the forced shutdown - thread.join(0.05) - time.sleep(0.05) + openerp.service.stop_services() sys.exit(0) if __name__ == "__main__": @@ -259,7 +236,22 @@ if __name__ == "__main__": if not config["stop_after_init"]: # Some module register themselves when they are loaded so we need the # services to be running before loading any registry. - start_services() + openerp.service.start_services() + + for m in openerp.conf.server_wide_modules: + try: + __import__(m) + # Call any post_load hook. + info = openerp.modules.module.load_information_from_description_file(m) + if info['post_load']: + getattr(sys.modules[m], info['post_load'])() + except Exception: + msg = '' + if m == 'web': + msg = """ +The `web` module is provided by the addons found in the `openerp-web` project. +Maybe you forgot to add those addons in your addons_path configuration.""" + logging.exception('Failed to load server-wide module `%s`.%s', m, msg) if config['db_name']: for dbname in config['db_name'].split(','): diff --git a/openerp/__init__.py b/openerp/__init__.py index b7b5fc1b533..7e723c41f9d 100644 --- a/openerp/__init__.py +++ b/openerp/__init__.py @@ -22,6 +22,8 @@ """ OpenERP core library. """ +# The hard-coded super-user id (a.k.a. administrator, or root user). +SUPERUSER_ID = 1 import addons import conf @@ -41,6 +43,7 @@ import tiny_socket import tools import wizard import workflow +import wsgi # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/openerp/addons/__init__.py b/openerp/addons/__init__.py index 88a0d113151..1f863eca509 100644 --- a/openerp/addons/__init__.py +++ b/openerp/addons/__init__.py @@ -22,10 +22,15 @@ """ Addons module. -This module only serves to contain OpenERP addons. For the code to -manage those addons, see openerp.modules. This module conveniently -reexports some symbols from openerp.modules. Importing them from here -is deprecated. +This module serves to contain all OpenERP addons, across all configured addons +paths. For the code to manage those addons, see openerp.modules. + +Addons are made available here (i.e. under openerp.addons) after +openerp.tools.config.parse_config() is called (so that the addons paths +are known). + +This module also conveniently reexports some symbols from openerp.modules. +Importing them from here is deprecated. """ diff --git a/openerp/addons/base/__init__.py b/openerp/addons/base/__init__.py index 847bef71f8c..16a61521fb4 100644 --- a/openerp/addons/base/__init__.py +++ b/openerp/addons/base/__init__.py @@ -24,6 +24,7 @@ import module import res import publisher_warranty import report +import test # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/openerp/addons/base/__openerp__.py b/openerp/addons/base/__openerp__.py index 474cb384049..f1ceb9a0915 100644 --- a/openerp/addons/base/__openerp__.py +++ b/openerp/addons/base/__openerp__.py @@ -24,8 +24,7 @@ { 'name': 'Base', 'version': '1.3', - 'category': 'Generic Modules/Base', - 'complexity': "easy", + 'category': 'Hidden', 'description': """The kernel of OpenERP, needed for all installation.""", 'author': 'OpenERP SA', 'maintainer': 'OpenERP SA', @@ -92,6 +91,10 @@ 'test/test_osv_expression.yml', 'test/test_ir_rule.yml', # <-- These tests modify/add/delete ir_rules. 'test/test_ir_values.yml', + # Commented because this takes some time. + # This must be (un)commented with the corresponding import statement + # in test/__init__.py. + # 'test/test_ir_cron.yml', # <-- These tests perform a roolback. ], 'installable': True, 'active': True, diff --git a/openerp/addons/base/base.sql b/openerp/addons/base/base.sql index 54dcc3a55ae..55c4d41aba5 100644 --- a/openerp/addons/base/base.sql +++ b/openerp/addons/base/base.sql @@ -290,6 +290,7 @@ CREATE TABLE ir_module_module ( state character varying(16), latest_version character varying(64), shortdesc character varying(256), + complexity character varying(32), category_id integer REFERENCES ir_module_category ON DELETE SET NULL, certificate character varying(64), description text, diff --git a/openerp/addons/base/base_data.xml b/openerp/addons/base/base_data.xml index 5389e0e5f07..3d7e1d0f08c 100644 --- a/openerp/addons/base/base_data.xml +++ b/openerp/addons/base/base_data.xml @@ -1012,7 +1012,7 @@ - OpenERP S.A. + Your Company @@ -1020,14 +1020,7 @@ - Fabien Pinckaers - Chaussee de Namur 40 - 1367 - Gerompont - (+32).81.81.37.00 default - - @@ -1048,19 +1041,14 @@ - OpenERP S.A. + Your Company - Free Business Solutions - Web: http://www.openerp.com - Tel: (+32).81.81.37.00 - Bank: CPH 126-2013269-07 - IBAN: BE74 1262 0132 6907 - SWIFT: CPHBBE75 - VAT: BE0477.472.701 + Company business slogan + Web: www.companyname.com - Tel: +1-212-555-12345 + IBAN: XX12 3456 7890 1234 5678 - SWIFT: SWIFTCODE - VAT: Company vat number - - - OpenERP S.A. - - Administrator @@ -1602,7 +1590,6 @@ Reserve - RSV @@ -1622,7 +1609,7 @@ localhost localhost - + @@ -1677,5 +1664,46 @@ + + HNL + L + 0.01 + 4 + + + + 25 + + + + + + + CLP + $ + 0.01 + 4 + + + + 710 + + + + + + + UYU + $ + 0.01 + 4 + + + + + + 28.36 + + diff --git a/openerp/addons/base/base_menu.xml b/openerp/addons/base/base_menu.xml index eb1b1611c66..5096681abd3 100644 --- a/openerp/addons/base/base_menu.xml +++ b/openerp/addons/base/base_menu.xml @@ -2,25 +2,25 @@ - + - - + diff --git a/openerp/addons/base/base_update.xml b/openerp/addons/base/base_update.xml index 444c7b5189c..26f971b8334 100644 --- a/openerp/addons/base/base_update.xml +++ b/openerp/addons/base/base_update.xml @@ -196,7 +196,7 @@ form tree,form - Configure your company's bank account and select those that must appear on the report footer. You can drag & drop bank in the list view to reorder bank accounts. If you use the accounting application of OpenERP, journals and accounts will be created automatically based on these data. + Configure your company's bank account and select those that must appear on the report footer. You can reorder bank accounts from the list view. If you use the accounting application of OpenERP, journals and accounts will be created automatically based on these data. @@ -209,7 +209,7 @@ - + @@ -225,18 +225,17 @@ - - - - - - + + + + + + - -