debian/0000775000000000000000000000000012041205505007162 5ustar debian/control0000664000000000000000000000433612041205505010573 0ustar Source: openerp6.1 Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Yolanda Robla Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-babel Standards-Version: 3.9.3 Homepage: http://www.openerp.com/ Vcs-Bzr: https://launchpad.net/openobject Package: openerp6.1-core Architecture: all Depends: ${misc:Depends}, adduser, python, 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-xlwt, python-yaml, python-zsi, libjs-jquery-form, libjs-underscore (>=1.3.3) Conflicts: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server Recommends: graphviz, ghostscript, 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. ** CORE PACKAGE WITHOUT DB DEPENDENCIES ** Package: openerp6.1-full Architecture: all Depends: ${misc:Depends}, pwgen, debconf, openerp6.1-core, postgresql Conflicts: openerp-web Replaces: openerp-web Recommends: postgresql-client Description: OpenERP Enterprise Resource Management - metapackage 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. *** VERSION THAT INSTALLS DATABASE AND LEAVES OPENERP UP TO DATE *** debian/watch0000664000000000000000000000026112041205505010212 0ustar version=3 opts=\ uversionmangle=s/6.1-latest/6.1+/,\ dversionmangle=s/\+dfsg$// \ http://nightly.openerp.com/6.1/releases/openerp-(6.1.*).tar.gz \ debian sh debian/repack.stub debian/repack.local0000664000000000000000000000047712041205505011453 0ustar MANIFEST=1 find ./openerp/ -name '*.msi' -exec rm {} \; find ./openerp/ -name '*.dll' -exec rm {} \; find ./openerp/ -name '*.chm' -exec rm {} \; find ./win32/ -name '*.msi' -exec rm {} \; find ./win32/ -name '*.dll' -exec rm {} \; find ./win32/ -name '*.chm' -exec rm {} \; find ./win32/ -name '*.exe' -exec rm {} \; debian/source/0000775000000000000000000000000012041205505010462 5ustar debian/source/format0000664000000000000000000000001412041205505011670 0ustar 3.0 (quilt) debian/openerp6.1-core.install0000664000000000000000000000010712041205505013373 0ustar install/openerp-server.conf /etc/openerp README /usr/share/doc/openerp debian/openerp6.1-full.config0000664000000000000000000000072712041205505013214 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule db_input high openerp6.1-full/install_type || true db_go db_get openerp6.1-full/install_type || true # questions depending on result if [ "${RET}" = "local" ];then exit 0 fi # questions for remote host db_input high openerp6.1-full/install_host || true db_input high openerp6.1-full/install_port || true db_input high openerp6.1-full/install_user || true db_input high openerp6.1-full/install_password || true db_go debian/openerp6.1-core.postrm0000664000000000000000000000052112041205505013251 0ustar #!/bin/sh set -e case "${1}" in remove) deluser --quiet --system "openerp" || true delgroup --quiet --system --only-if-empty "openerp" || true ;; purge) rm -rf /usr/share/openerp ;; upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; esac #DEBHELPER# exit 0 debian/rules0000775000000000000000000000556512041205505010255 0ustar #!/usr/bin/make -f # vim:noet: %: dh ${@} --with python2 override_dh_auto_install: python setup.py install -f --install-layout=deb --root=$(CURDIR)/debian/openerp6.1-core : # now move things into a private directory mkdir -p debian/openerp6.1-core/usr/share/openerp mv debian/openerp6.1-core/usr/openerp/* \ debian/openerp6.1-core/usr/share/openerp/. mv debian/openerp6.1-core/usr/lib/python2.7/dist-packages/*.egg-info \ debian/openerp6.1-core/usr/share/openerp/. mv debian/openerp6.1-core/usr/localedata \ debian/openerp6.1-core/usr/share/openerp/. : # this is not needed, installed twice rm -rf debian/openerp6.1-core/usr/lib/python2.7/dist-packages/openerp rmdir debian/openerp6.1-core/usr/lib/python2.7/dist-packages rmdir debian/openerp6.1-core/usr/lib/python2.7 rmdir debian/openerp6.1-core/usr/lib rm -rf debian/openerp6.1-core/usr/openerp # remove extra files find debian/openerp6.1-core/ -name 'LICENSE' -delete rm debian/openerp6.1-core/usr/share/openerp/addons/web_calendar/static/lib/dhtmlxScheduler/license.txt rm debian/openerp6.1-core/usr/share/openerp/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/COPYING rm debian/openerp6.1-core/usr/share/openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin.sln rm debian/openerp6.1-core/usr/share/openerp/addons/web/static/lib/py.parse/.hg_archival.txt rm debian/openerp6.1-core/usr/share/openerp/addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin.jar override_dh_installinit: dh_installinit --update-rcd-params='defaults 21' --name=openerp-server override_dh_fixperms: find debian/openerp6.1-core -name '*.html' -type f -o -name 'input_complete' -type f -o -name '*.dat' -type f -o -name '*.js' -type f -o -name '*.png' -type f -o -name '*.po' -type f -o -name '*.css' -type f -o -name '*.md' -type f -o -name '*.csv' -type f -o -name '*.yml' -type f -o -name '*.v11' -type f -o -name '*.ttf' -type f | xargs -r chmod a-x chmod a-x debian/openerp6.1-core/usr/share/openerp/addons/plugin_thunderbird/static/thunderbird_plugin/install.sh chmod a-x debian/openerp6.1-core/usr/share/openerp/addons/account_asset/wizard/wizard_asset_compute.py chmod a-x debian/openerp6.1-core/usr/share/openerp/addons/account_asset/wizard/account_asset_change_duration.py chmod a-x debian/openerp6.1-core/usr/share/openerp/addons/account_asset/wizard/__init__.py chmod a-x debian/openerp6.1-core/usr/share/openerp/addons/base_quality_interrogation.py dh_fixperms override_dh_clean: rm -f openerp6.1-core.egg-info/SOURCES.txt dh_clean DEB_DEBIAN_DIR=$(dir $(firstword $(MAKEFILE_LIST))) get-packaged-orig-source: # Uscan will read debian/watch, grab the correct version, repack, and leave it in the # current directory, given the path to the source package. uscan --noconf --force-download --rename --repack --download-current-version --destdir=. $(DEB_DEBIAN_DIR).. debian/openerp-server.init0000664000000000000000000000273412041205505013031 0ustar #!/bin/sh ### BEGIN INIT INFO # Provides: openerp-server # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: $network # Should-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Enterprise Resource Management software # Description: Open ERP is a complete ERP and CRM software. ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/bin/openerp-server NAME=openerp-server DESC=openerp-server CONFIG=/etc/openerp/openerp-server.conf LOGFILE=/var/log/openerp-server.log USER=openerp test -x ${DAEMON} || exit 0 set -e case "${1}" in start) echo -n "Starting ${DESC}: " start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \ --chuid ${USER} --background --make-pidfile \ --exec ${DAEMON} -- --config=${CONFIG} \ --logfile=${LOGFILE} echo "${NAME}." ;; stop) echo -n "Stopping ${DESC}: " start-stop-daemon --stop --quiet --pidfile /var/run/${NAME}.pid \ --oknodo echo "${NAME}." ;; restart|force-reload) echo -n "Restarting ${DESC}: " start-stop-daemon --stop --quiet --pidfile /var/run/${NAME}.pid \ --oknodo sleep 1 start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \ --chuid ${USER} --background --make-pidfile \ --exec ${DAEMON} -- --config=${CONFIG} \ --logfile=${LOGFILE} echo "${NAME}." ;; *) N=/etc/init.d/${NAME} echo "Usage: ${NAME} {start|stop|restart|force-reload}" >&2 exit 1 ;; esac exit 0 debian/po/0000775000000000000000000000000012041205505007600 5ustar debian/po/POTFILES.in0000664000000000000000000000006412041205505011355 0ustar [type: gettext/rfc822deb] openerp6.1-full.templates debian/po/templates.pot0000664000000000000000000000477012041205505012332 0ustar # 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: Yolanda Robla \n" "POT-Creation-Date: 2012-05-24 15:44+0200\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: select #. Description #: ../openerp6.1-full.templates:1001 msgid "What's the location of your PostgreSQL server? [local|remote]" msgstr "" #. Type: select #. Description #: ../openerp6.1-full.templates:1001 msgid "The openerp6.1-full package needs to configure your OpenERP settings depending on PostgreSQL server." msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:2001 msgid "Hostname for your PostgreSQL server" msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:2001 msgid "The openerp6.1-full package needs to configure your PostgreSQL hostname." msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:3001 msgid "Username for your PostgreSQL server" msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:3001 msgid "The openerp6.1-full package needs to configure your PostgreSQL user." msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:4001 msgid "Password for your PostgreSQL server" msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:4001 msgid "The openerp6.1-full package needs to configure your PostgreSQL password." msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:5001 msgid "Port for your PostgreSQL server [5432]" msgstr "" #. Type: string #. Description #: ../openerp6.1-full.templates:5001 msgid "The openerp6.1-full package needs to configure your PostgreSQL port." msgstr "" #. Type: boolean #. Description #: ../openerp6.1-full.templates:6001 msgid "Do you want to remove the OpenERP PostgreSQL User?" msgstr "" #. Type: boolean #. Description #: ../openerp6.1-full.templates:6001 msgid "The openerp6.1-full package needs to remove your OpenERP PostgreSQL user." msgstr "" #. Type: boolean #. Description #: ../openerp6.1-full.templates:6001 msgid "This will remove the openerp user that was previously created in your PostgreSQL server." msgstr "" debian/openerp6.1-full.postinst0000664000000000000000000000266612041205505013636 0ustar #!/bin/sh set -e # source debconf . /usr/share/debconf/confmodule case "${1}" in configure) db_version 2.0 db_get openerp6.1-full/install_type _INSTALL_TYPE="${RET}" if [ "${_INSTALL_TYPE}" = "remote" ]; then # need to ask for host, user, password db_get openerp6.1-full/install_host _INSTALL_HOST="${RET}" db_get openerp6.1-full/install_port _INSTALL_PORT="${RET}" db_get openerp6.1-full/install_user _INSTALL_USER="${RET}" db_get openerp6.1-full/install_password _INSTALL_PASSWORD="${RET}" else _INSTALL_HOST="False" _INSTALL_PORT="False" _INSTALL_USER="openerp" _INSTALL_PASSWORD="False" # register openerp as a postgres superuser with no password su - postgres -c "createuser -s openerp" 2> /dev/null || true fi # modify config file sed -i "s/^\(db_host\s*=\s*\).*$/\1${_INSTALL_HOST}/" /etc/openerp/openerp-server.conf sed -i "s/^\(db_port\s*=\s*\).*$/\1${_INSTALL_PORT}/" /etc/openerp/openerp-server.conf # don't expose db_user and db_password in proc sed -i "s/^\(db_user\s*=\s*\).*$//" /etc/openerp/openerp-server.conf echo "db_user = ${_INSTALL_USER}" >> /etc/openerp/openerp-server.conf sed -i "s/^\(db_password\s*=\s*\).*$//" /etc/openerp/openerp-server.conf echo "db_password = ${_INSTALL_PASSWORD}" >> /etc/openerp/openerp-server.conf # and restart service service openerp-server restart db_stop ;; *) ;; esac #DEBHELPER# exit 0 debian/compat0000664000000000000000000000000212041205505010360 0ustar 7 debian/openerp6.1-core.lintian-overrides0000664000000000000000000000052712041205505015371 0ustar # jquery.tipsy.js in OpenERP has newer version than in packages, so using the one in package causes errors openerp6.1-core: embedded-javascript-library usr/share/openerp/addons/web/static/lib/jquery.tipsy/jquery.tipsy.js # manpage does not exist, it should be created by OpenERP openerp6.1-core: binary-without-manpage usr/bin/openerp-server debian/openerp6.1-core.postinst0000664000000000000000000000131212041205505013607 0ustar #!/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 # change permissions 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 /usr/share/openerp/filestore chown openerp:openerp -R /usr/share/openerp ;; *) ;; esac #DEBHELPER# exit 0 debian/patches/0000775000000000000000000000000012041205505010611 5ustar debian/patches/01-fix-python-path.patch0000664000000000000000000000105412041205505015107 0ustar Description: Added /usr/share path to make server find python files into /usr/share/openerp path Author: Yolanda Robla Last-Update: 2012-05-07 Index: b/openerp-server =================================================================== --- a/openerp-server 2012-02-15 02:00:29.000000000 +0000 +++ b/openerp-server 2012-03-21 21:35:48.467668980 +0000 @@ -39,6 +39,7 @@ import traceback import time +sys.path.insert(6, '/usr/share') import openerp __author__ = openerp.release.author __version__ = openerp.release.version debian/patches/02-fix-localedata.patch0000664000000000000000000000145012041205505014726 0ustar Description: Moved localedata to /usr/share/openerp path, to avoid copying it manually Origin: Yolanda Robla Last-Update: 2012-05-07 Index: openerp-6.1+20120319+001512/openerp-server =================================================================== --- openerp-6.1+20120319+001512.orig/openerp-server 2012-03-16 01:31:48.000000000 +0100 +++ openerp-6.1+20120319+001512/openerp-server 2012-03-20 18:06:32.525509047 +0100 @@ -211,7 +211,7 @@ # Workaround: py2exe and babel. if hasattr(sys, 'frozen'): import babel - babel.localedata._dirname = os.path.join(os.path.dirname(sys.executable), 'localedata') + babel.localedata._dirname = os.path.join(os.path.dirname(sys.executable), '/usr/share/openerp/localedata') if __name__ == "__main__": debian/patches/series0000664000000000000000000000006112041205505012023 0ustar 01-fix-python-path.patch 02-fix-localedata.patch debian/repack.stub0000664000000000000000000000331212041205505011325 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@" debian/openerp6.1-full.postrm0000664000000000000000000000052012041205505013262 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule case "${1}" in purge) # remove postgres openerp user db_input high openerp6.1-full/remove_user || true db_go db_get openerp6.1-full/remove_user if [ "$RET" = "true" ]; then su - postgres -c "dropuser openerp" 2> /dev/null || true fi ;; esac #DEBHELPER# exit 0 debian/changelog0000664000000000000000000000117012041205505011033 0ustar openerp6.1 (6.1-1+dfsg-0ubuntu3) raring; urgency=low * Removed recommends dependency for openerp6.1-full (LP: #1069384) -- Yolanda Robla Mon, 22 Oct 2012 10:22:00 +0100 openerp6.1 (6.1-1+dfsg-0ubuntu2) quantal; urgency=low * Modified PostgreSQL dependency from Recommends to Depends (LP: #1061418) -- Yolanda Robla Mon, 08 Oct 2012 15:37:00 +0100 openerp6.1 (6.1-1+dfsg-0ubuntu1) quantal; urgency=low * Initial OpenERP package. Repackaged to remove non-distributable files -- Yolanda Robla Thu, 20 Sep 2012 15:29:00 +0100 debian/copyright0000664000000000000000000051611312041205505011124 0ustar Upstream-Contact: OpenERP Upstream-Homepage: http://www.openerp.com/ Maintainer-Contact: Debian OpenERP Maintainers Maintainer-Homepage: http://open-object.debian-maintainers.org/ Comment: Repackaged to remove non-distributable dll, msi and chm files Files: openerp/addons/wiki/wizard/wiki_make_index.py Copyright: Copyright (c) 2004-2010 Tiny SPRl (). License: AGPL This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public Lice along with this program. If not, see . Files: openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/modify.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Change.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Expression.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ServerParameter.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/compile_all.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ExportToRML.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/__init__.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertFieldsToBraces.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Translation.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Fields.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/AddAttachment.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/About.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/LoginTest.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ModifyExistingReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/SendToServer.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/NewReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/functions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/error.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/actions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/gui.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Repeatln.py Copyright: 2004-2010 OpenERP SA () License: AGPL-2.1 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. . You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/test/test_translate.py openerp/test/test_osv.py openerp/test/__init__.py openerp/tools/parse_version.py openerp/tools/config.py openerp/tools/amount_to_text.py openerp/tools/amount_to_text_en.py openerp/tools/sql.py openerp/tools/misc.py openerp/tools/win32.py openerp/tools/graph.py openerp/tools/__init__.py openerp/tools/import_email.py openerp/tools/convert.py openerp/tools/func.py openerp/tools/pdf_utils.py openerp/tools/test_reports.py openerp/tools/osutil.py openerp/tools/translate.py openerp/tools/safe_eval.py openerp/tools/float_utils.py openerp/modules/registry.py openerp/modules/graph.py openerp/modules/__init__.py openerp/modules/db.py openerp/modules/module.py openerp/modules/migration.py openerp/modules/loading.py openerp/pychart/afm/__init__.py openerp/release.py openerp/workflow/workitem.py openerp/workflow/wkf_expr.py openerp/workflow/__init__.py openerp/workflow/common.py openerp/workflow/wkf_logs.py openerp/workflow/wkf_service.py openerp/workflow/instance.py openerp/sql_db.py openerp/service/netrpc_server.py openerp/service/security.py openerp/service/__init__.py openerp/service/web_services.py openerp/wizard/__init__.py openerp/conf/__init__.py openerp/conf/deprecation.py openerp/tiny_socket.py openerp/netsvc.py openerp/__init__.py openerp/loglevels.py openerp/osv/fields.py openerp/osv/expression.py openerp/osv/__init__.py openerp/osv/osv.py openerp/osv/orm.py openerp/osv/query.py openerp/wsgi/core.py openerp/wsgi/proxied.py openerp/wsgi/__init__.py openerp/cron.py openerp/pooler.py openerp/addons/sale_mrp/sale_mrp.py openerp/addons/sale_mrp/__init__.py openerp/addons/sale_mrp/__openerp__.py openerp/addons/account_sequence/__init__.py openerp/addons/account_sequence/account_sequence_installer.py openerp/addons/account_sequence/__openerp__.py openerp/addons/sale_crm/wizard/crm_make_sale.py openerp/addons/sale_crm/wizard/__init__.py openerp/addons/sale_crm/__init__.py openerp/addons/sale_crm/sale_crm.py openerp/addons/sale_crm/__openerp__.py openerp/addons/project_mailgate/__init__.py openerp/addons/project_mailgate/project_mailgate.py openerp/addons/project_mailgate/__openerp__.py openerp/addons/sale_journal/__init__.py openerp/addons/sale_journal/sale_journal.py openerp/addons/sale_journal/__openerp__.py openerp/addons/l10n_at/__init__.py openerp/addons/l10n_at/account_wizard.py openerp/addons/l10n_at/__openerp__.py openerp/addons/crm_fundraising/crm_fundraising.py openerp/addons/crm_fundraising/__init__.py openerp/addons/crm_fundraising/__openerp__.py openerp/addons/crm_fundraising/report/__init__.py openerp/addons/crm_fundraising/report/crm_fundraising_report.py openerp/addons/google_base_account/wizard/__init__.py openerp/addons/google_base_account/wizard/google_login.py openerp/addons/google_base_account/google_base_account.py openerp/addons/google_base_account/__init__.py openerp/addons/google_base_account/__openerp__.py openerp/addons/hr_timesheet_invoice/wizard/__init__.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_cost_ledger_report.py openerp/addons/hr_timesheet_invoice/hr_timesheet_invoice.py openerp/addons/hr_timesheet_invoice/__init__.py openerp/addons/hr_timesheet_invoice/__openerp__.py openerp/addons/hr_timesheet_invoice/report/report_analytic.py openerp/addons/hr_timesheet_invoice/report/account_analytic_profit.py openerp/addons/hr_timesheet_invoice/report/cost_ledger.py openerp/addons/hr_timesheet_invoice/report/__init__.py openerp/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report.py openerp/addons/l10n_multilang/account.py openerp/addons/l10n_multilang/l10n_multilang.py openerp/addons/l10n_multilang/__init__.py openerp/addons/l10n_multilang/__openerp__.py openerp/addons/hr_expense/hr_expense.py openerp/addons/hr_expense/__init__.py openerp/addons/hr_expense/__openerp__.py openerp/addons/hr_expense/report/expense.py openerp/addons/hr_expense/report/__init__.py openerp/addons/hr_expense/report/hr_expense_report.py openerp/addons/l10n_it/__init__.py openerp/addons/l10n_it/__openerp__.py openerp/addons/hr_holidays/hr_holidays.py openerp/addons/hr_holidays/wizard/__init__.py openerp/addons/hr_holidays/wizard/hr_holidays_summary_employees.py openerp/addons/hr_holidays/wizard/hr_holidays_summary_department.py openerp/addons/hr_holidays/__init__.py openerp/addons/hr_holidays/__openerp__.py openerp/addons/hr_holidays/report/available_holidays.py openerp/addons/hr_holidays/report/hr_holidays_report.py openerp/addons/hr_holidays/report/__init__.py openerp/addons/hr_holidays/report/holidays_summary_report.py openerp/addons/l10n_uk/__init__.py openerp/addons/l10n_uk/__openerp__.py openerp/addons/mail/static/scripts/openerp_mailgate.py openerp/addons/mail/mail_thread.py openerp/addons/mail/res_partner.py openerp/addons/mail/__init__.py openerp/addons/mail/mail_message.py openerp/addons/mail/__openerp__.py openerp/addons/l10n_be_invoice_bba/__init__.py openerp/addons/l10n_be_invoice_bba/invoice.py openerp/addons/l10n_be_invoice_bba/__openerp__.py openerp/addons/analytic_user_function/analytic_user_function.py openerp/addons/analytic_user_function/__init__.py openerp/addons/analytic_user_function/__openerp__.py openerp/addons/l10n_in/__openerp__.py openerp/addons/account_accountant/__init__.py openerp/addons/account_accountant/__openerp__.py openerp/addons/l10n_fr/l10n_fr.py openerp/addons/hr_payroll_account/hr_payroll_account.py openerp/addons/hr_payroll_account/wizard/hr_payroll_payslips_by_employees.py openerp/addons/hr_payroll_account/wizard/__init__.py openerp/addons/hr_payroll_account/__init__.py openerp/addons/hr_payroll_account/__openerp__.py openerp/addons/purchase/wizard/__init__.py openerp/addons/purchase/wizard/purchase_order_group.py openerp/addons/purchase/wizard/purchase_line_invoice.py openerp/addons/purchase/wizard/purchase_installer.py openerp/addons/purchase/purchase.py openerp/addons/purchase/__init__.py openerp/addons/purchase/company.py openerp/addons/purchase/partner.py openerp/addons/purchase/edi/__init__.py openerp/addons/purchase/edi/purchase_order.py openerp/addons/purchase/__openerp__.py openerp/addons/purchase/report/purchase_report.py openerp/addons/purchase/report/__init__.py openerp/addons/purchase/report/order.py openerp/addons/purchase/report/request_quotation.py openerp/addons/purchase/stock.py openerp/addons/base/test/__init__.py openerp/addons/base/test/test_ir_cron.py openerp/addons/base/module/wizard/base_export_language.py openerp/addons/base/module/wizard/base_import_language.py openerp/addons/base/module/wizard/base_module_upgrade.py openerp/addons/base/module/wizard/base_update_translations.py openerp/addons/base/module/wizard/__init__.py openerp/addons/base/module/wizard/base_module_configuration.py openerp/addons/base/module/wizard/base_module_import.py openerp/addons/base/module/wizard/base_module_update.py openerp/addons/base/module/wizard/base_language_install.py openerp/addons/base/module/wizard/base_module_scan.py openerp/addons/base/module/__init__.py openerp/addons/base/module/module.py openerp/addons/base/module/report/ir_module_reference_print.py openerp/addons/base/module/report/__init__.py openerp/addons/base/__init__.py openerp/addons/base/res/res_company.py openerp/addons/base/res/wizard/partner_wizard_massmail.py openerp/addons/base/res/wizard/__init__.py openerp/addons/base/res/wizard/partner_sms_send.py openerp/addons/base/res/wizard/partner_wizard_ean_check.py openerp/addons/base/res/wizard/partner_clear_ids.py openerp/addons/base/res/res_lang.py openerp/addons/base/res/res_bank.py openerp/addons/base/res/res_country.py openerp/addons/base/res/res_partner_event.py openerp/addons/base/res/res_partner.py openerp/addons/base/res/__init__.py openerp/addons/base/res/res_widget.py openerp/addons/base/res/res_config.py openerp/addons/base/res/res_log.py openerp/addons/base/res/res_currency.py openerp/addons/base/res/res_request.py openerp/addons/base/res/res_users.py openerp/addons/base/res/report/__init__.py openerp/addons/base/res/ir_property.py openerp/addons/base/publisher_warranty/publisher_warranty.py openerp/addons/base/publisher_warranty/__init__.py openerp/addons/base/__openerp__.py openerp/addons/base/ir/ir_ui_view.py openerp/addons/base/ir/ir_filters.py openerp/addons/base/ir/ir_config_parameter.py openerp/addons/base/ir/workflow/__init__.py openerp/addons/base/ir/workflow/workflow.py openerp/addons/base/ir/workflow/print_instance.py openerp/addons/base/ir/osv_memory_autovacuum.py openerp/addons/base/ir/wizard/__init__.py openerp/addons/base/ir/wizard/wizard_screen.py openerp/addons/base/ir/wizard/wizard_menu.py openerp/addons/base/ir/ir_values.py openerp/addons/base/ir/ir_ui_menu.py openerp/addons/base/ir/ir_actions.py openerp/addons/base/ir/ir_attachment.py openerp/addons/base/ir/ir_model.py openerp/addons/base/ir/ir_cron.py openerp/addons/base/ir/__init__.py openerp/addons/base/ir/ir_translation.py openerp/addons/base/ir/ir_mail_server.py openerp/addons/base/ir/ir_default.py openerp/addons/base/ir/ir_exports.py openerp/addons/base/ir/ir_rule.py openerp/addons/base/ir/ir_sequence.py openerp/addons/base/report/preview_report.py openerp/addons/project_long_term/project_long_term.py openerp/addons/project_long_term/wizard/__init__.py openerp/addons/project_long_term/wizard/project_compute_phases.py openerp/addons/project_long_term/wizard/project_compute_tasks.py openerp/addons/project_long_term/__init__.py openerp/addons/project_long_term/__openerp__.py openerp/addons/sale_analytic_plans/__init__.py openerp/addons/sale_analytic_plans/sale_analytic_plans.py openerp/addons/sale_analytic_plans/__openerp__.py openerp/addons/stock_invoice_directly/wizard/stock_invoice.py openerp/addons/stock_invoice_directly/wizard/__init__.py openerp/addons/stock_invoice_directly/__init__.py openerp/addons/stock_invoice_directly/__openerp__.py openerp/addons/point_of_sale/wizard/pos_close_statement.py openerp/addons/point_of_sale/wizard/pos_confirm.py openerp/addons/point_of_sale/wizard/pos_payment.py openerp/addons/point_of_sale/wizard/__init__.py openerp/addons/point_of_sale/wizard/pos_open_statement.py openerp/addons/point_of_sale/wizard/pos_payment_report.py openerp/addons/point_of_sale/wizard/pos_discount.py openerp/addons/point_of_sale/wizard/pos_return.py openerp/addons/point_of_sale/wizard/pos_payment_report_user.py openerp/addons/point_of_sale/wizard/pos_receipt.py openerp/addons/point_of_sale/wizard/pos_box_entries.py openerp/addons/point_of_sale/wizard/pos_box_out.py openerp/addons/point_of_sale/wizard/pos_sales_user.py openerp/addons/point_of_sale/wizard/pos_sales_user_current_user.py openerp/addons/point_of_sale/wizard/pos_details.py openerp/addons/point_of_sale/wizard/pos_sales_user_today.py openerp/addons/point_of_sale/account_bank_statement.py openerp/addons/point_of_sale/point_of_sale.py openerp/addons/point_of_sale/__init__.py openerp/addons/point_of_sale/__openerp__.py openerp/addons/point_of_sale/report/all_closed_cashbox_of_the_day.py openerp/addons/point_of_sale/report/pos_report.py openerp/addons/point_of_sale/report/pos_lines.py openerp/addons/point_of_sale/report/__init__.py openerp/addons/point_of_sale/report/report_cash_register.py openerp/addons/point_of_sale/report/pos_details_summary.py openerp/addons/point_of_sale/report/pos_users_product.py openerp/addons/point_of_sale/report/pos_payment_report.py openerp/addons/point_of_sale/report/pos_invoice.py openerp/addons/point_of_sale/report/account_statement.py openerp/addons/point_of_sale/report/pos_payment_report_user.py openerp/addons/point_of_sale/report/pos_receipt.py openerp/addons/point_of_sale/report/pos_sales_user.py openerp/addons/point_of_sale/report/pos_details.py openerp/addons/point_of_sale/report/pos_order_report.py openerp/addons/point_of_sale/report/pos_sales_user_today.py openerp/addons/l10n_syscohada/__init__.py openerp/addons/l10n_syscohada/__openerp__.py openerp/addons/l10n_cn/__init__.py openerp/addons/hr_evaluation/wizard/__init__.py openerp/addons/hr_evaluation/wizard/hr_evaluation_mail.py openerp/addons/hr_evaluation/hr_evaluation.py openerp/addons/hr_evaluation/__init__.py openerp/addons/hr_evaluation/__openerp__.py openerp/addons/hr_evaluation/report/hr_evaluation_report.py openerp/addons/hr_evaluation/report/__init__.py openerp/addons/project_messages/__init__.py openerp/addons/project_messages/project_messages.py openerp/addons/project_messages/__openerp__.py openerp/addons/association/__init__.py openerp/addons/association/__openerp__.py openerp/addons/l10n_lu/wizard/pdf_ext.py openerp/addons/l10n_lu/wizard/__init__.py openerp/addons/l10n_lu/__init__.py openerp/addons/l10n_lu/__openerp__.py openerp/addons/project_retro_planning/project_retro_planning.py openerp/addons/project_retro_planning/__init__.py openerp/addons/project_retro_planning/__openerp__.py openerp/addons/base_module_record/wizard/__init__.py openerp/addons/base_module_record/wizard/base_module_record_data.py openerp/addons/base_module_record/wizard/base_module_record_objects.py openerp/addons/base_module_record/wizard/base_module_save.py openerp/addons/base_module_record/__init__.py openerp/addons/base_module_record/__openerp__.py openerp/addons/base_module_record/base_module_record.py openerp/addons/base_contact/__init__.py openerp/addons/base_contact/base_contact.py openerp/addons/base_contact/__openerp__.py openerp/addons/base_action_rule/base_action_rule.py openerp/addons/base_action_rule/__init__.py openerp/addons/base_action_rule/__openerp__.py openerp/addons/plugin/__init__.py openerp/addons/plugin/__openerp__.py openerp/addons/l10n_uy/__init__.py openerp/addons/l10n_uy/__openerp__.py openerp/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py openerp/addons/hr_payroll/wizard/__init__.py openerp/addons/hr_payroll/wizard/hr_payroll_contribution_register_report.py openerp/addons/hr_payroll/__init__.py openerp/addons/hr_payroll/__openerp__.py openerp/addons/hr_payroll/report/report_payslip.py openerp/addons/hr_payroll/report/report_payslip_details.py openerp/addons/hr_payroll/report/__init__.py openerp/addons/hr_payroll/report/report_contribution_register.py openerp/addons/hr_payroll/hr_payroll.py openerp/addons/account_asset/wizard/__init__.py openerp/addons/account_asset/wizard/account_asset_change_duration.py openerp/addons/account_asset/wizard/wizard_asset_compute.py openerp/addons/account_asset/__init__.py openerp/addons/account_asset/account_asset.py openerp/addons/account_asset/account_asset_invoice.py openerp/addons/account_asset/__openerp__.py openerp/addons/account_asset/report/__init__.py openerp/addons/account_asset/report/account_asset_report.py openerp/addons/stock_no_autopicking/stock_no_autopicking.py openerp/addons/stock_no_autopicking/__init__.py openerp/addons/stock_no_autopicking/__openerp__.py openerp/addons/fetchmail_project_issue/__init__.py openerp/addons/fetchmail_project_issue/__openerp__.py openerp/addons/fetchmail_crm/__init__.py openerp/addons/fetchmail_crm/__openerp__.py openerp/addons/account_invoice_layout/wizard/__init__.py openerp/addons/account_invoice_layout/wizard/account_invoice_special_message.py openerp/addons/account_invoice_layout/__init__.py openerp/addons/account_invoice_layout/account_invoice_layout.py openerp/addons/account_invoice_layout/__openerp__.py openerp/addons/account_invoice_layout/report/report_account_invoice_layout.py openerp/addons/account_invoice_layout/report/__init__.py openerp/addons/account_invoice_layout/report/special_message_invoice.py openerp/addons/base_crypt/__init__.py openerp/addons/base_crypt/__openerp__.py openerp/addons/import_google/wizard/google_import_message.py openerp/addons/import_google/wizard/__init__.py openerp/addons/import_google/wizard/import_google.py openerp/addons/import_google/wizard/import_google_data.py openerp/addons/import_google/__init__.py openerp/addons/import_google/partner.py openerp/addons/import_google/__openerp__.py openerp/addons/document_webdav/redirect.py openerp/addons/document_webdav/dav_fs.py openerp/addons/document_webdav/__init__.py openerp/addons/document_webdav/nodes.py openerp/addons/document_webdav/document_webdav.py openerp/addons/document_webdav/webdav.py openerp/addons/event/wizard/event_confirm.py openerp/addons/event/wizard/event_confirm_registration.py openerp/addons/event/wizard/__init__.py openerp/addons/event/wizard/partner_event_registration.py openerp/addons/event/wizard/event_make_invoice.py openerp/addons/event/res_partner.py openerp/addons/event/__init__.py openerp/addons/event/__openerp__.py openerp/addons/event/report/__init__.py openerp/addons/event/report/report_event_registration.py openerp/addons/event/event.py openerp/addons/product_margin/wizard/__init__.py openerp/addons/product_margin/wizard/product_margin.py openerp/addons/product_margin/__init__.py openerp/addons/product_margin/__openerp__.py openerp/addons/product_margin/product_margin.py openerp/addons/report_designer/__init__.py openerp/addons/report_designer/__openerp__.py openerp/addons/account_payment/wizard/account_payment_populate_statement.py openerp/addons/account_payment/wizard/__init__.py openerp/addons/account_payment/wizard/account_payment_order.py openerp/addons/account_payment/wizard/account_payment_pay.py openerp/addons/account_payment/__init__.py openerp/addons/account_payment/__openerp__.py openerp/addons/account_payment/report/__init__.py openerp/addons/account_payment/report/payment_order.py openerp/addons/account_payment/account_payment.py openerp/addons/account_payment/account_invoice.py openerp/addons/account_payment/account_move_line.py openerp/addons/l10n_ca/__openerp__.py openerp/addons/project_planning/__init__.py openerp/addons/project_planning/__openerp__.py openerp/addons/project_planning/report/__init__.py openerp/addons/project_planning/report/report_planning.py openerp/addons/project_planning/project_planning.py openerp/addons/procurement/schedulers.py openerp/addons/procurement/procurement.py openerp/addons/procurement/wizard/make_procurement_product.py openerp/addons/procurement/wizard/__init__.py openerp/addons/procurement/wizard/schedulers_all.py openerp/addons/procurement/wizard/mrp_procurement.py openerp/addons/procurement/wizard/orderpoint_procurement.py openerp/addons/procurement/__init__.py openerp/addons/procurement/company.py openerp/addons/procurement/__openerp__.py openerp/addons/project/project.py openerp/addons/project/wizard/project_task_delegate.py openerp/addons/project/wizard/__init__.py openerp/addons/project/wizard/project_task_reevaluate.py openerp/addons/project/res_partner.py openerp/addons/project/__init__.py openerp/addons/project/company.py openerp/addons/project/__openerp__.py openerp/addons/project/report/project_report.py openerp/addons/project/report/__init__.py openerp/addons/document/wizard/__init__.py openerp/addons/document/wizard/document_configuration.py openerp/addons/document/content_index.py openerp/addons/document/__init__.py openerp/addons/document/document_directory.py openerp/addons/document/directory_content.py openerp/addons/document/document.py openerp/addons/document/nodes.py openerp/addons/document/odt2txt.py openerp/addons/document/__openerp__.py openerp/addons/document/directory_report.py openerp/addons/document/std_index.py openerp/addons/document/report/__init__.py openerp/addons/document/report/document_report.py openerp/addons/hr_attendance/hr_attendance.py openerp/addons/hr_attendance/wizard/hr_attendance_sign_in_out.py openerp/addons/hr_attendance/wizard/hr_attendance_error.py openerp/addons/hr_attendance/wizard/hr_attendance_byweek.py openerp/addons/hr_attendance/wizard/__init__.py openerp/addons/hr_attendance/wizard/hr_attendance_bymonth.py openerp/addons/hr_attendance/__init__.py openerp/addons/hr_attendance/__openerp__.py openerp/addons/hr_attendance/report/timesheet.py openerp/addons/hr_attendance/report/attendance_errors.py openerp/addons/hr_attendance/report/__init__.py openerp/addons/hr_attendance/report/attendance_by_month.py openerp/addons/mrp_operations/mrp_operations.py openerp/addons/mrp_operations/__init__.py openerp/addons/mrp_operations/__openerp__.py openerp/addons/mrp_operations/report/__init__.py openerp/addons/mrp_operations/report/mrp_code_barcode.py openerp/addons/mrp_operations/report/mrp_wc_barcode.py openerp/addons/mrp_operations/report/mrp_workorder_analysis.py openerp/addons/l10n_pe/__openerp__.py openerp/addons/auction/wizard/auction_lots_make_invoice_buyer.py openerp/addons/auction/wizard/auction_lots_numerotate.py openerp/addons/auction/wizard/auction_pay_sel.py openerp/addons/auction/wizard/auction_payer_sel.py openerp/addons/auction/wizard/auction_lots_able.py openerp/addons/auction/wizard/auction_lots_invoice.py openerp/addons/auction/wizard/auction_lots_sms_send.py openerp/addons/auction/wizard/__init__.py openerp/addons/auction/wizard/auction_taken.py openerp/addons/auction/wizard/auction_transfer_unsold_object.py openerp/addons/auction/wizard/auction_lots_enable.py openerp/addons/auction/wizard/auction_catalog_flagey_report.py openerp/addons/auction/wizard/auction_lots_buyer_map.py openerp/addons/auction/wizard/auction_aie_send_result.py openerp/addons/auction/wizard/auction_lots_auction_move.py openerp/addons/auction/wizard/auction_lots_cancel.py openerp/addons/auction/wizard/auction_pay_buy.py openerp/addons/auction/wizard/auction_lots_make_invoice.py openerp/addons/auction/wizard/auction_aie_send.py openerp/addons/auction/auction.py openerp/addons/auction/__init__.py openerp/addons/auction/__openerp__.py openerp/addons/auction/report/lots_list.py openerp/addons/auction/report/lots_list_landscape.py openerp/addons/auction/report/report_lot_bar_code.py openerp/addons/auction/report/lots_list_inventory.py openerp/addons/auction/report/deposit_seller.py openerp/addons/auction/report/buyer_form_report.py openerp/addons/auction/report/auction_bids.py openerp/addons/auction/report/artists_lots.py openerp/addons/auction/report/auction_objects.py openerp/addons/auction/report/huissier.py openerp/addons/auction/report/bids_phones_details.py openerp/addons/auction/report/seller_address.py openerp/addons/auction/report/seller_form_report.py openerp/addons/auction/report/buyer_list.py openerp/addons/auction/report/__init__.py openerp/addons/auction/report/auction_invoice.py openerp/addons/auction/report/bids_lots.py openerp/addons/auction/report/total.py openerp/addons/auction/report/photo_shadow.py openerp/addons/auction/report/catelogwithpictures.py openerp/addons/auction/report/auction_result.py openerp/addons/auction/report/report_auction.py openerp/addons/auction/report/auction_total_rml.py openerp/addons/auction/report/auction_catelog.py openerp/addons/auction/report/auction_artists.py openerp/addons/auction/report/catalog2.py openerp/addons/auction/report/auction_buyer_result.py openerp/addons/sale_layout/__init__.py openerp/addons/sale_layout/sale_layout.py openerp/addons/sale_layout/__openerp__.py openerp/addons/sale_layout/report/report_sale_layout.py openerp/addons/sale_layout/report/__init__.py openerp/addons/base_iban/__init__.py openerp/addons/base_iban/base_iban.py openerp/addons/base_iban/__openerp__.py openerp/addons/__init__.py openerp/addons/l10n_tr/__init__.py openerp/addons/l10n_tr/__openerp__.py openerp/addons/mrp_subproduct/mrp_subproduct.py openerp/addons/mrp_subproduct/__init__.py openerp/addons/mrp_subproduct/__openerp__.py openerp/addons/account_chart/__init__.py openerp/addons/account_chart/__openerp__.py openerp/addons/resource/resource.py openerp/addons/resource/faces/__init__.py openerp/addons/resource/__init__.py openerp/addons/resource/__openerp__.py openerp/addons/sale/wizard/__init__.py openerp/addons/sale/wizard/sale_make_invoice_advance.py openerp/addons/sale/wizard/sale_make_invoice.py openerp/addons/sale/wizard/sale_line_invoice.py openerp/addons/sale/sale.py openerp/addons/sale/__init__.py openerp/addons/sale/company.py openerp/addons/sale/edi/sale_order.py openerp/addons/sale/edi/__init__.py openerp/addons/sale/__openerp__.py openerp/addons/sale/report/sale_report.py openerp/addons/sale/report/sale_order.py openerp/addons/sale/report/__init__.py openerp/addons/sale/stock.py openerp/addons/wiki/wizard/wiki_wiki_page_open.py openerp/addons/wiki/wizard/wiki_create_menu.py openerp/addons/wiki/wizard/__init__.py openerp/addons/wiki/wizard/wiki_show_diff.py openerp/addons/wiki/__init__.py openerp/addons/wiki/__openerp__.py openerp/addons/wiki/wiki.py openerp/addons/base_setup/__init__.py openerp/addons/base_setup/__openerp__.py openerp/addons/base_setup/base_setup.py openerp/addons/stock_location/procurement_pull.py openerp/addons/stock_location/stock_location.py openerp/addons/stock_location/__init__.py openerp/addons/stock_location/__openerp__.py openerp/addons/base_synchro/base_synchro_obj.py openerp/addons/base_synchro/wizard/__init__.py openerp/addons/base_synchro/wizard/base_synchro.py openerp/addons/base_synchro/__init__.py openerp/addons/base_synchro/__openerp__.py openerp/addons/users_ldap/users_ldap.py openerp/addons/users_ldap/__init__.py openerp/addons/users_ldap/__openerp__.py openerp/addons/base_quality_interrogation.py openerp/addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py openerp/addons/l10n_be_hr_payroll/__init__.py openerp/addons/l10n_be_hr_payroll/__openerp__.py openerp/addons/warning/__init__.py openerp/addons/warning/__openerp__.py openerp/addons/warning/warning.py openerp/addons/marketing/__init__.py openerp/addons/marketing/__openerp__.py openerp/addons/web_livechat/publisher_warranty.py openerp/addons/web_livechat/__init__.py openerp/addons/web_livechat/__openerp__.py openerp/addons/mrp/procurement.py openerp/addons/mrp/product.py openerp/addons/mrp/mrp.py openerp/addons/mrp/wizard/change_production_qty.py openerp/addons/mrp/wizard/__init__.py openerp/addons/mrp/wizard/mrp_workcenter_load.py openerp/addons/mrp/wizard/mrp_price.py openerp/addons/mrp/wizard/mrp_product_produce.py openerp/addons/mrp/__init__.py openerp/addons/mrp/company.py openerp/addons/mrp/__openerp__.py openerp/addons/mrp/report/mrp_report.py openerp/addons/mrp/report/mrp_production_order.py openerp/addons/mrp/report/__init__.py openerp/addons/mrp/report/workcenter_load.py openerp/addons/mrp/report/bom_structure.py openerp/addons/mrp/report/order.py openerp/addons/mrp/report/price.py openerp/addons/mrp/stock.py openerp/addons/l10n_ch/wizard/create_dta.py openerp/addons/l10n_ch/wizard/__init__.py openerp/addons/l10n_ch/wizard/bvr_import.py openerp/addons/l10n_ch/payment.py openerp/addons/l10n_ch/__init__.py openerp/addons/l10n_ch/company.py openerp/addons/l10n_ch/invoice.py openerp/addons/l10n_ch/partner.py openerp/addons/l10n_ch/account_wizard.py openerp/addons/l10n_ch/__openerp__.py openerp/addons/l10n_ch/report/report_webkit_html.py openerp/addons/l10n_ch/bank.py openerp/addons/account_coda/account_coda.py openerp/addons/account_coda/wizard/__init__.py openerp/addons/account_coda/wizard/account_coda_import.py openerp/addons/account_coda/__init__.py openerp/addons/account_coda/__openerp__.py openerp/addons/account/test/test_parent_structure.py openerp/addons/account/product.py openerp/addons/account/account.py openerp/addons/account/wizard/account_move_line_reconcile_select.py openerp/addons/account/wizard/account_report_account_balance.py openerp/addons/account/wizard/account_move_bank_reconcile.py openerp/addons/account/wizard/account_move_line_select.py openerp/addons/account/wizard/account_journal_select.py openerp/addons/account/wizard/account_report_print_journal.py openerp/addons/account/wizard/account_open_closed_fiscalyear.py openerp/addons/account/wizard/account_unreconcile.py openerp/addons/account/wizard/account_report_general_ledger.py openerp/addons/account/wizard/account_change_currency.py openerp/addons/account/wizard/account_fiscalyear_close.py openerp/addons/account/wizard/account_automatic_reconcile.py openerp/addons/account/wizard/account_report_central_journal.py openerp/addons/account/wizard/account_fiscalyear_close_state.py openerp/addons/account/wizard/account_state_open.py openerp/addons/account/wizard/account_move_journal.py openerp/addons/account/wizard/account_report_common.py openerp/addons/account/wizard/account_report_aged_partner_balance.py openerp/addons/account/wizard/__init__.py openerp/addons/account/wizard/account_report_partner_ledger.py openerp/addons/account/wizard/account_subscription_generate.py openerp/addons/account/wizard/account_report_common_journal.py openerp/addons/account/wizard/account_invoice_refund.py openerp/addons/account/wizard/account_reconcile.py openerp/addons/account/wizard/account_use_model.py openerp/addons/account/wizard/account_report_general_journal.py openerp/addons/account/wizard/account_chart.py openerp/addons/account/wizard/account_reconcile_partner_process.py openerp/addons/account/wizard/account_validate_account_move.py openerp/addons/account/wizard/account_period_close.py openerp/addons/account/wizard/account_vat.py openerp/addons/account/wizard/account_financial_report.py openerp/addons/account/wizard/account_report_common_partner.py openerp/addons/account/wizard/account_move_line_unreconcile_select.py openerp/addons/account/wizard/account_invoice_state.py openerp/addons/account/wizard/account_tax_chart.py openerp/addons/account/wizard/account_report_partner_balance.py openerp/addons/account/wizard/account_report_common_account.py openerp/addons/account/account_bank_statement.py openerp/addons/account/project/project.py openerp/addons/account/project/wizard/project_account_analytic_line.py openerp/addons/account/project/wizard/account_analytic_chart.py openerp/addons/account/project/wizard/account_analytic_journal_report.py openerp/addons/account/project/wizard/account_analytic_cost_ledger_for_journal_report.py openerp/addons/account/project/wizard/__init__.py openerp/addons/account/project/wizard/account_analytic_inverted_balance_report.py openerp/addons/account/project/wizard/account_analytic_balance_report.py openerp/addons/account/project/wizard/account_analytic_cost_ledger_report.py openerp/addons/account/project/__init__.py openerp/addons/account/project/report/quantity_cost_ledger.py openerp/addons/account/project/report/cost_ledger.py openerp/addons/account/project/report/__init__.py openerp/addons/account/project/report/inverted_analytic_balance.py openerp/addons/account/project/report/analytic_balance.py openerp/addons/account/project/report/analytic_journal.py openerp/addons/account/project/report/account_journal.py openerp/addons/account/__init__.py openerp/addons/account/installer.py openerp/addons/account/company.py openerp/addons/account/res_currency.py openerp/addons/account/account_analytic_line.py openerp/addons/account/partner.py openerp/addons/account/edi/__init__.py openerp/addons/account/edi/invoice.py openerp/addons/account/account_financial_report.py openerp/addons/account/account_bank.py openerp/addons/account/__openerp__.py openerp/addons/account/report/account_report.py openerp/addons/account/report/account_tax_report.py openerp/addons/account/report/account_partner_ledger.py openerp/addons/account/report/account_invoice_report.py openerp/addons/account/report/common_report_header.py openerp/addons/account/report/__init__.py openerp/addons/account/report/account_general_journal.py openerp/addons/account/report/account_partner_balance.py openerp/addons/account/report/account_treasury_report.py openerp/addons/account/report/account_aged_partner_balance.py openerp/addons/account/report/account_entries_report.py openerp/addons/account/report/account_analytic_entries_report.py openerp/addons/account/report/account_print_invoice.py openerp/addons/account/report/account_balance.py openerp/addons/account/report/account_print_overdue.py openerp/addons/account/report/account_financial_report.py openerp/addons/account/report/account_journal.py openerp/addons/account/report/account_central_journal.py openerp/addons/account/ir_sequence.py openerp/addons/account/account_invoice.py openerp/addons/account/account_move_line.py openerp/addons/email_template/res_partner.py openerp/addons/account_cancel/__init__.py openerp/addons/account_cancel/__openerp__.py openerp/addons/stock/product.py openerp/addons/stock/wizard/stock_splitinto.py openerp/addons/stock/wizard/stock_invoice_onshipping.py openerp/addons/stock/wizard/stock_change_standard_price.py openerp/addons/stock/wizard/__init__.py openerp/addons/stock/wizard/stock_partial_move.py openerp/addons/stock/wizard/stock_traceability.py openerp/addons/stock/wizard/stock_return_picking.py openerp/addons/stock/wizard/stock_change_product_qty.py openerp/addons/stock/wizard/stock_fill_inventory.py openerp/addons/stock/wizard/stock_location_product.py openerp/addons/stock/wizard/stock_inventory_merge.py openerp/addons/stock/wizard/stock_partial_picking.py openerp/addons/stock/wizard/stock_inventory_line_split.py openerp/addons/stock/wizard/stock_move.py openerp/addons/stock/__init__.py openerp/addons/stock/partner.py openerp/addons/stock/__openerp__.py openerp/addons/stock/report/picking.py openerp/addons/stock/report/stock_graph.py openerp/addons/stock/report/stock_inventory_move_report.py openerp/addons/stock/report/report_stock.py openerp/addons/stock/report/lot_overview.py openerp/addons/stock/report/__init__.py openerp/addons/stock/report/product_stock.py openerp/addons/stock/report/report_stock_move.py openerp/addons/stock/report/lot_overview_all.py openerp/addons/stock/report/stock_by_location.py openerp/addons/stock/stock.py openerp/addons/claim_from_delivery/__init__.py openerp/addons/claim_from_delivery/__openerp__.py openerp/addons/board/wizard/__init__.py openerp/addons/board/wizard/board_menu_create.py openerp/addons/board/__init__.py openerp/addons/board/board.py openerp/addons/board/__openerp__.py openerp/addons/fetchmail_crm_claim/__init__.py openerp/addons/fetchmail_crm_claim/__openerp__.py openerp/addons/fetchmail/fetchmail.py openerp/addons/fetchmail/__init__.py openerp/addons/fetchmail/__openerp__.py openerp/addons/l10n_ec/__init__.py openerp/addons/l10n_ec/__openerp__.py openerp/addons/delivery/wizard/__init__.py openerp/addons/delivery/wizard/delivery_sale_order.py openerp/addons/delivery/sale.py openerp/addons/delivery/__init__.py openerp/addons/delivery/partner.py openerp/addons/delivery/delivery.py openerp/addons/delivery/__openerp__.py openerp/addons/delivery/report/__init__.py openerp/addons/delivery/report/shipping.py openerp/addons/delivery/stock.py openerp/addons/product_visible_discount/product_visible_discount.py openerp/addons/product_visible_discount/__init__.py openerp/addons/product_visible_discount/__openerp__.py openerp/addons/crm_todo/crm_todo.py openerp/addons/crm_todo/__init__.py openerp/addons/crm_todo/__openerp__.py openerp/addons/project_timesheet/__init__.py openerp/addons/project_timesheet/project_timesheet.py openerp/addons/project_timesheet/__openerp__.py openerp/addons/project_timesheet/report/__init__.py openerp/addons/project_timesheet/report/task_report.py openerp/addons/product_expiry/product_expiry.py openerp/addons/product_expiry/__init__.py openerp/addons/product_expiry/__openerp__.py openerp/addons/membership/wizard/membership_invoice.py openerp/addons/membership/wizard/__init__.py openerp/addons/membership/membership.py openerp/addons/membership/__init__.py openerp/addons/membership/__openerp__.py openerp/addons/membership/report/__init__.py openerp/addons/membership/report/report_membership.py openerp/addons/google_map/__init__.py openerp/addons/google_map/google_map_launch.py openerp/addons/google_map/__openerp__.py openerp/addons/mrp_jit/__init__.py openerp/addons/mrp_jit/__openerp__.py openerp/addons/project_mrp/__init__.py openerp/addons/project_mrp/project_mrp.py openerp/addons/project_mrp/project_procurement.py openerp/addons/project_mrp/__openerp__.py openerp/addons/hr_timesheet/wizard/hr_timesheet_print_users.py openerp/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out.py openerp/addons/hr_timesheet/wizard/__init__.py openerp/addons/hr_timesheet/wizard/hr_timesheet_print_employee.py openerp/addons/hr_timesheet/__init__.py openerp/addons/hr_timesheet/hr_timesheet.py openerp/addons/hr_timesheet/__openerp__.py openerp/addons/hr_timesheet/report/users_timesheet.py openerp/addons/hr_timesheet/report/__init__.py openerp/addons/hr_timesheet/report/user_timesheet.py openerp/addons/analytic_journal_billing_rate/__init__.py openerp/addons/analytic_journal_billing_rate/analytic_journal_billing_rate.py openerp/addons/analytic_journal_billing_rate/__openerp__.py openerp/addons/project_gtd/wizard/__init__.py openerp/addons/project_gtd/wizard/project_gtd_fill.py openerp/addons/project_gtd/wizard/project_gtd_empty.py openerp/addons/project_gtd/__init__.py openerp/addons/project_gtd/project_gtd.py openerp/addons/project_gtd/__openerp__.py openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/OpenERPConnect.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/XMLRPCClient.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Model.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Record.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/ConfigManager.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_contact.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_create_doc.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_push_mail.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_select_partner.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/OpenERPOutlookPlugin.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_configuration.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Tools.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_connection.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_choose_document_opt.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Connect.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_partner.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Cache.cs openerp/addons/plugin_outlook/__init__.py openerp/addons/plugin_outlook/__openerp__.py openerp/addons/plugin_outlook/plugin_outlook.py openerp/addons/project_issue/__init__.py openerp/addons/project_issue/project_issue.py openerp/addons/project_issue/__openerp__.py openerp/addons/project_issue/report/__init__.py openerp/addons/project_issue/report/project_issue_report.py openerp/addons/marketing_campaign/marketing_campaign.py openerp/addons/marketing_campaign/res_partner.py openerp/addons/marketing_campaign/__init__.py openerp/addons/marketing_campaign/__openerp__.py openerp/addons/marketing_campaign/report/__init__.py openerp/addons/marketing_campaign/report/campaign_analysis.py openerp/addons/report_intrastat/__init__.py openerp/addons/report_intrastat/report_intrastat.py openerp/addons/report_intrastat/__openerp__.py openerp/addons/report_intrastat/report/__init__.py openerp/addons/report_intrastat/report/invoice.py openerp/addons/account_anglo_saxon/product.py openerp/addons/account_anglo_saxon/purchase.py openerp/addons/account_anglo_saxon/sale.py openerp/addons/account_anglo_saxon/__init__.py openerp/addons/account_anglo_saxon/invoice.py openerp/addons/account_anglo_saxon/__openerp__.py openerp/addons/account_anglo_saxon/stock.py openerp/addons/document_ftp/wizard/ftp_browse.py openerp/addons/document_ftp/wizard/__init__.py openerp/addons/document_ftp/wizard/ftp_configuration.py openerp/addons/document_ftp/ftpserver/__init__.py openerp/addons/document_ftp/test_easyftp.py openerp/addons/document_ftp/__init__.py openerp/addons/document_ftp/__openerp__.py openerp/addons/event_project/wizard/__init__.py openerp/addons/event_project/wizard/event_project_retro.py openerp/addons/event_project/__init__.py openerp/addons/event_project/event_project.py openerp/addons/event_project/__openerp__.py openerp/addons/l10n_br/account.py openerp/addons/l10n_br/__init__.py openerp/addons/l10n_br/l10n_br.py openerp/addons/l10n_br/__openerp__.py openerp/addons/import_sugarcrm/sugar.py openerp/addons/import_sugarcrm/wizard/__init__.py openerp/addons/import_sugarcrm/wizard/import_message.py openerp/addons/import_sugarcrm/__init__.py openerp/addons/import_sugarcrm/import_sugarcrm.py openerp/addons/import_sugarcrm/__openerp__.py openerp/addons/l10n_be/wizard/l10n_be_vat_intra.py openerp/addons/l10n_be/wizard/l10n_be_partner_vat_listing.py openerp/addons/l10n_be/wizard/__init__.py openerp/addons/l10n_be/wizard/l10n_be_account_vat_declaration.py openerp/addons/l10n_be/__init__.py openerp/addons/l10n_be/company.py openerp/addons/l10n_be/__openerp__.py openerp/addons/account_voucher/wizard/account_statement_from_invoice.py openerp/addons/account_voucher/wizard/account_voucher_unreconcile.py openerp/addons/account_voucher/wizard/__init__.py openerp/addons/account_voucher/__init__.py openerp/addons/account_voucher/invoice.py openerp/addons/account_voucher/account_voucher.py openerp/addons/account_voucher/__openerp__.py openerp/addons/account_voucher/report/__init__.py openerp/addons/account_voucher/report/account_voucher_print.py openerp/addons/account_voucher/report/account_voucher_sales_receipt.py openerp/addons/account_voucher/report/account_voucher.py openerp/addons/fetchmail_hr_recruitment/__init__.py openerp/addons/fetchmail_hr_recruitment/__openerp__.py openerp/addons/sale_order_dates/__init__.py openerp/addons/sale_order_dates/sale_order_dates.py openerp/addons/sale_order_dates/__openerp__.py openerp/addons/import_base/mapper.py openerp/addons/import_base/__init__.py openerp/addons/import_base/__openerp__.py openerp/addons/import_base/import_framework.py openerp/addons/edi/__init__.py openerp/addons/edi/edi_service.py openerp/addons/edi/models/res_company.py openerp/addons/edi/models/res_partner.py openerp/addons/edi/models/__init__.py openerp/addons/edi/models/res_currency.py openerp/addons/edi/models/edi.py openerp/addons/edi/__openerp__.py openerp/addons/purchase_double_validation/purchase_double_validation_installer.py openerp/addons/purchase_double_validation/__init__.py openerp/addons/purchase_double_validation/__openerp__.py openerp/addons/share/wizard/share_wizard.py openerp/addons/share/wizard/__init__.py openerp/addons/share/ir_model.py openerp/addons/share/__init__.py openerp/addons/share/__openerp__.py openerp/addons/share/res_users.py openerp/addons/project_issue_sheet/project_issue_sheet.py openerp/addons/project_issue_sheet/__init__.py openerp/addons/project_issue_sheet/__openerp__.py openerp/addons/l10n_fr_rib/__init__.py openerp/addons/l10n_fr_rib/__openerp__.py openerp/addons/l10n_fr_rib/bank.py openerp/addons/crm_helpdesk/crm_helpdesk.py openerp/addons/crm_helpdesk/__init__.py openerp/addons/crm_helpdesk/__openerp__.py openerp/addons/crm_helpdesk/report/__init__.py openerp/addons/crm_helpdesk/report/crm_helpdesk_report.py openerp/addons/web_uservoice/__init__.py openerp/addons/web_uservoice/__openerp__.py openerp/addons/base_module_doc_rst/wizard/__init__.py openerp/addons/base_module_doc_rst/wizard/tech_rst_guide.py openerp/addons/base_module_doc_rst/wizard/generate_relation_graph.py openerp/addons/base_module_doc_rst/__init__.py openerp/addons/base_module_doc_rst/base_module_doc_rst.py openerp/addons/base_module_doc_rst/__openerp__.py openerp/addons/base_module_doc_rst/report/ir_module_reference_print_graph.py openerp/addons/base_module_doc_rst/report/report_proximity_graph.py openerp/addons/base_module_doc_rst/report/__init__.py openerp/addons/hr_recruitment/wizard/hr_recruitment_employee_hired.py openerp/addons/hr_recruitment/wizard/hr_recruitment_create_partner_job.py openerp/addons/hr_recruitment/wizard/__init__.py openerp/addons/hr_recruitment/wizard/hr_recruitment_phonecall.py openerp/addons/hr_recruitment/__init__.py openerp/addons/hr_recruitment/__openerp__.py openerp/addons/hr_recruitment/report/__init__.py openerp/addons/hr_recruitment/report/hr_recruitment_report.py openerp/addons/hr_recruitment/hr_recruitment.py openerp/addons/account_analytic_default/__init__.py openerp/addons/account_analytic_default/account_analytic_default.py openerp/addons/account_analytic_default/__openerp__.py openerp/addons/profile_tools/__init__.py openerp/addons/profile_tools/__openerp__.py openerp/addons/hr/__init__.py openerp/addons/hr/hr.py openerp/addons/hr/hr_department.py openerp/addons/hr/__openerp__.py openerp/addons/purchase_requisition/wizard/__init__.py openerp/addons/purchase_requisition/wizard/purchase_requisition_partner.py openerp/addons/purchase_requisition/purchase_requisition.py openerp/addons/purchase_requisition/__init__.py openerp/addons/purchase_requisition/__openerp__.py openerp/addons/purchase_requisition/report/__init__.py openerp/addons/purchase_requisition/report/requisition.py openerp/addons/wiki_quality_manual/__init__.py openerp/addons/wiki_quality_manual/__openerp__.py openerp/addons/wiki_sale_faq/__init__.py openerp/addons/wiki_sale_faq/__openerp__.py openerp/addons/auth_openid/controllers/__init__.py openerp/addons/auth_openid/controllers/main.py openerp/addons/auth_openid/__init__.py openerp/addons/auth_openid/utils.py openerp/addons/auth_openid/__openerp__.py openerp/addons/auth_openid/res_users.py openerp/addons/analytic/__init__.py openerp/addons/analytic/__openerp__.py openerp/addons/analytic/analytic.py openerp/addons/idea/wizard/idea_post_vote.py openerp/addons/idea/wizard/__init__.py openerp/addons/idea/__init__.py openerp/addons/idea/idea.py openerp/addons/idea/__openerp__.py openerp/addons/idea/report/report_vote.py openerp/addons/idea/report/__init__.py openerp/addons/crm_profiling/wizard/__init__.py openerp/addons/crm_profiling/wizard/open_questionnaire.py openerp/addons/crm_profiling/crm_profiling.py openerp/addons/crm_profiling/__init__.py openerp/addons/crm_profiling/__openerp__.py openerp/addons/knowledge/__init__.py openerp/addons/knowledge/__openerp__.py openerp/addons/stock_planning/wizard/stock_planning_forecast.py openerp/addons/stock_planning/wizard/__init__.py openerp/addons/stock_planning/wizard/stock_planning_create_periods.py openerp/addons/stock_planning/wizard/stock_planning_createlines.py openerp/addons/stock_planning/__init__.py openerp/addons/stock_planning/stock_planning.py openerp/addons/stock_planning/__openerp__.py openerp/addons/l10n_de/__init__.py openerp/addons/l10n_de/__openerp__.py openerp/addons/process/process.py openerp/addons/process/__init__.py openerp/addons/process/__openerp__.py openerp/addons/project_scrum/project_scrum.py openerp/addons/project_scrum/wizard/project_scrum_postpone.py openerp/addons/project_scrum/wizard/project_scrum_email.py openerp/addons/project_scrum/wizard/__init__.py openerp/addons/project_scrum/wizard/project_scrum_backlog_merger.py openerp/addons/project_scrum/wizard/project_scrum_backlog_sprint.py openerp/addons/project_scrum/wizard/project_scrum_backlog_create_task.py openerp/addons/project_scrum/__init__.py openerp/addons/project_scrum/__openerp__.py openerp/addons/project_scrum/report/task_burndown.py openerp/addons/project_scrum/report/_burndown.py openerp/addons/project_scrum/report/__init__.py openerp/addons/project_scrum/report/sprint_burndown.py openerp/addons/account_check_writing/account.py openerp/addons/account_check_writing/__init__.py openerp/addons/account_check_writing/account_voucher.py openerp/addons/account_check_writing/__openerp__.py openerp/addons/account_check_writing/report/check_print.py openerp/addons/account_check_writing/report/__init__.py openerp/addons/hr_contract/__init__.py openerp/addons/hr_contract/hr_contract.py openerp/addons/hr_contract/__openerp__.py openerp/addons/l10n_th/__init__.py openerp/addons/l10n_th/__openerp__.py openerp/addons/decimal_precision/__init__.py openerp/addons/decimal_precision/decimal_precision.py openerp/addons/decimal_precision/__openerp__.py openerp/addons/base_vat/res_company.py openerp/addons/base_vat/__init__.py openerp/addons/base_vat/__openerp__.py openerp/addons/account_analytic_plans/account_analytic_plans.py openerp/addons/account_analytic_plans/wizard/account_crossovered_analytic.py openerp/addons/account_analytic_plans/wizard/__init__.py openerp/addons/account_analytic_plans/wizard/analytic_plan_create_model.py openerp/addons/account_analytic_plans/__init__.py openerp/addons/account_analytic_plans/__openerp__.py openerp/addons/account_analytic_plans/report/crossovered_analytic.py openerp/addons/account_analytic_plans/report/__init__.py openerp/addons/crm_partner_assign/wizard/__init__.py openerp/addons/crm_partner_assign/wizard/crm_forward_to_partner.py openerp/addons/crm_partner_assign/__init__.py openerp/addons/crm_partner_assign/partner_geo_assign.py openerp/addons/crm_partner_assign/__openerp__.py openerp/addons/crm_partner_assign/report/crm_lead_report.py openerp/addons/crm_partner_assign/report/crm_partner_report.py openerp/addons/crm_partner_assign/report/__init__.py openerp/addons/account_bank_statement_extensions/wizard/confirm_statement_line.py openerp/addons/account_bank_statement_extensions/wizard/__init__.py openerp/addons/account_bank_statement_extensions/wizard/cancel_statement_line.py openerp/addons/account_bank_statement_extensions/account_bank_statement.py openerp/addons/account_bank_statement_extensions/res_partner_bank.py openerp/addons/account_bank_statement_extensions/__init__.py openerp/addons/account_bank_statement_extensions/__openerp__.py openerp/addons/account_bank_statement_extensions/report/bank_statement_balance_report.py openerp/addons/account_bank_statement_extensions/report/__init__.py openerp/addons/account_followup/wizard/__init__.py openerp/addons/account_followup/wizard/account_followup_print.py openerp/addons/account_followup/__init__.py openerp/addons/account_followup/__openerp__.py openerp/addons/account_followup/report/account_followup_report.py openerp/addons/account_followup/report/__init__.py openerp/addons/account_followup/report/account_followup_print.py openerp/addons/account_followup/account_followup.py openerp/addons/account_analytic_analysis/account_analytic_analysis.py openerp/addons/account_analytic_analysis/__init__.py openerp/addons/account_analytic_analysis/__openerp__.py openerp/addons/base_module_quality/unit_test/__init__.py openerp/addons/base_module_quality/unit_test/unit_test.py openerp/addons/base_module_quality/pep8_test/__init__.py openerp/addons/base_module_quality/pep8_test/pep8_test.py openerp/addons/base_module_quality/object_test/object_test.py openerp/addons/base_module_quality/object_test/__init__.py openerp/addons/base_module_quality/wizard/quality_save_report.py openerp/addons/base_module_quality/wizard/module_quality_check.py openerp/addons/base_module_quality/wizard/__init__.py openerp/addons/base_module_quality/workflow_test/__init__.py openerp/addons/base_module_quality/workflow_test/workflow_test.py openerp/addons/base_module_quality/base_module_quality.py openerp/addons/base_module_quality/__init__.py openerp/addons/base_module_quality/terp_test/__init__.py openerp/addons/base_module_quality/terp_test/terp_test.py openerp/addons/base_module_quality/pylint_test/pylint_test.py openerp/addons/base_module_quality/pylint_test/__init__.py openerp/addons/base_module_quality/__openerp__.py openerp/addons/base_module_quality/structure_test/structure_test.py openerp/addons/base_module_quality/structure_test/__init__.py openerp/addons/base_module_quality/method_test/method_test.py openerp/addons/base_module_quality/method_test/__init__.py openerp/addons/base_module_quality/speed_test/__init__.py openerp/addons/base_module_quality/speed_test/speed_test.py openerp/addons/lunch/lunch.py openerp/addons/lunch/wizard/lunch_order_cancel.py openerp/addons/lunch/wizard/lunch_order_confirm.py openerp/addons/lunch/wizard/__init__.py openerp/addons/lunch/wizard/lunch_cashbox_clean.py openerp/addons/lunch/__init__.py openerp/addons/lunch/__openerp__.py openerp/addons/lunch/report/report_lunch_order.py openerp/addons/lunch/report/__init__.py openerp/addons/lunch/report/order.py openerp/addons/product_manufacturer/__init__.py openerp/addons/product_manufacturer/product_manufacturer.py openerp/addons/product_manufacturer/__openerp__.py openerp/addons/crm/wizard/crm_phonecall_to_meeting.py openerp/addons/crm/wizard/crm_lead_to_opportunity.py openerp/addons/crm/wizard/crm_phonecall_to_phonecall.py openerp/addons/crm/wizard/crm_lead_to_partner.py openerp/addons/crm/wizard/crm_phonecall_to_opportunity.py openerp/addons/crm/wizard/crm_phonecall_to_partner.py openerp/addons/crm/wizard/__init__.py openerp/addons/crm/wizard/crm_merge_opportunities.py openerp/addons/crm/wizard/crm_opportunity_to_phonecall.py openerp/addons/crm/wizard/crm_partner_to_opportunity.py openerp/addons/crm/crm_action_rule.py openerp/addons/crm/res_partner.py openerp/addons/crm/__init__.py openerp/addons/crm/crm.py openerp/addons/crm/crm_meeting.py openerp/addons/crm/crm_lead.py openerp/addons/crm/crm_operators.py openerp/addons/crm/crm_segmentation.py openerp/addons/crm/__openerp__.py openerp/addons/crm/report/crm_lead_report.py openerp/addons/crm/report/__init__.py openerp/addons/crm/report/report_businessopp.py openerp/addons/crm/report/crm_phonecall_report.py openerp/addons/crm/crm_phonecall.py openerp/addons/crm_caldav/crm_caldav.py openerp/addons/crm_caldav/__init__.py openerp/addons/crm_caldav/__openerp__.py openerp/addons/portal/res_user.py openerp/addons/portal/wizard/portal_wizard.py openerp/addons/portal/wizard/share_wizard.py openerp/addons/portal/wizard/__init__.py openerp/addons/portal/__init__.py openerp/addons/portal/portal.py openerp/addons/portal/__openerp__.py openerp/addons/caldav/orm_utils.py openerp/addons/caldav/wizard/caldav_browse.py openerp/addons/caldav/wizard/__init__.py openerp/addons/caldav/wizard/calendar_event_subscribe.py openerp/addons/caldav/wizard/calendar_event_import.py openerp/addons/caldav/wizard/calendar_event_export.py openerp/addons/caldav/caldav.py openerp/addons/caldav/calendar_collection.py openerp/addons/caldav/__init__.py openerp/addons/caldav/caldav_node.py openerp/addons/caldav/__openerp__.py openerp/addons/caldav/calendar.py openerp/addons/l10n_us/__init__.py openerp/addons/l10n_us/__openerp__.py openerp/addons/wiki_faq/__init__.py openerp/addons/wiki_faq/__openerp__.py openerp/addons/product/product.py openerp/addons/product/wizard/product_price.py openerp/addons/product/wizard/__init__.py openerp/addons/product/pricelist.py openerp/addons/product/__init__.py openerp/addons/product/_common.py openerp/addons/product/partner.py openerp/addons/product/__openerp__.py openerp/addons/product/report/pricelist.py openerp/addons/product/report/__init__.py openerp/addons/product/report/product_pricelist.py openerp/addons/purchase_analytic_plans/__init__.py openerp/addons/purchase_analytic_plans/purchase_analytic_plans.py openerp/addons/purchase_analytic_plans/__openerp__.py openerp/addons/sale_margin/__init__.py openerp/addons/sale_margin/__openerp__.py openerp/addons/sale_margin/sale_margin.py openerp/addons/marketing_campaign_crm_demo/__openerp__.py openerp/addons/plugin_thunderbird/__init__.py openerp/addons/plugin_thunderbird/plugin_thunderbird.py openerp/addons/base_calendar/wizard/__init__.py openerp/addons/base_calendar/wizard/base_calendar_invite_attendee.py openerp/addons/base_calendar/__init__.py openerp/addons/base_calendar/base_calendar.py openerp/addons/base_calendar/__openerp__.py openerp/addons/multi_company/__init__.py openerp/addons/multi_company/__openerp__.py openerp/addons/account_budget/wizard/account_budget_analytic.py openerp/addons/account_budget/wizard/account_budget_crossovered_summary_report.py openerp/addons/account_budget/wizard/__init__.py openerp/addons/account_budget/wizard/account_budget_report.py openerp/addons/account_budget/wizard/account_budget_crossovered_report.py openerp/addons/account_budget/__init__.py openerp/addons/account_budget/account_budget.py openerp/addons/account_budget/__openerp__.py openerp/addons/account_budget/report/analytic_account_budget_report.py openerp/addons/account_budget/report/crossovered_budget_report.py openerp/addons/account_budget/report/__init__.py openerp/addons/account_budget/report/budget_report.py openerp/addons/mrp_repair/mrp_repair.py openerp/addons/mrp_repair/wizard/__init__.py openerp/addons/mrp_repair/wizard/make_invoice.py openerp/addons/mrp_repair/wizard/cancel_repair.py openerp/addons/mrp_repair/__init__.py openerp/addons/mrp_repair/__openerp__.py openerp/addons/mrp_repair/report/__init__.py openerp/addons/mrp_repair/report/order.py openerp/addons/subscription/__init__.py openerp/addons/subscription/subscription.py openerp/addons/subscription/__openerp__.py openerp/addons/pad_project/__init__.py openerp/addons/pad_project/models/__init__.py openerp/addons/pad_project/__openerp__.py openerp/addons/audittrail/audittrail.py openerp/addons/audittrail/wizard/__init__.py openerp/addons/audittrail/wizard/audittrail_view_log.py openerp/addons/audittrail/__init__.py openerp/addons/audittrail/__openerp__.py openerp/addons/hr_timesheet_sheet/wizard/__init__.py openerp/addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py openerp/addons/hr_timesheet_sheet/__init__.py openerp/addons/hr_timesheet_sheet/__openerp__.py openerp/addons/hr_timesheet_sheet/report/timesheet_report.py openerp/addons/hr_timesheet_sheet/report/__init__.py openerp/addons/hr_timesheet_sheet/report/hr_timesheet_report.py openerp/addons/hr_timesheet_sheet/hr_timesheet_sheet.py openerp/addons/base_report_designer/base_report_designer.py openerp/addons/base_report_designer/wizard/__init__.py openerp/addons/base_report_designer/wizard/base_report_designer_modify.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tiny_socket.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/__init__.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tools.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/logreport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/rpc.py openerp/addons/base_report_designer/__init__.py openerp/addons/base_report_designer/installer.py openerp/addons/base_report_designer/openerp_sxw2rml/__init__.py openerp/addons/base_report_designer/openerp_sxw2rml/openerp_sxw2rml.py openerp/addons/base_report_designer/__openerp__.py openerp/addons/survey/survey.py openerp/addons/survey/wizard/survey_print_statistics.py openerp/addons/survey/wizard/survey_print.py openerp/addons/survey/wizard/survey_print_answer.py openerp/addons/survey/wizard/survey_answer.py openerp/addons/survey/wizard/survey_send_invitation.py openerp/addons/survey/wizard/__init__.py openerp/addons/survey/wizard/survey_selection.py openerp/addons/survey/wizard/survey_browse_answer.py openerp/addons/survey/__init__.py openerp/addons/survey/__openerp__.py openerp/addons/survey/report/survey_form.py openerp/addons/survey/report/__init__.py openerp/addons/survey/report/survey_analysis_report.py openerp/addons/survey/report/survey_browse_response.py openerp/addons/l10n_ma/__init__.py openerp/addons/l10n_ma/__openerp__.py openerp/addons/crm_claim/__init__.py openerp/addons/crm_claim/__openerp__.py openerp/addons/crm_claim/report/__init__.py openerp/addons/crm_claim/report/crm_claim_report.py openerp/addons/crm_claim/crm_claim.py openerp/run_tests.py openerp/db/__init__.py openerp/report/preprocess.py openerp/report/print_xml.py openerp/report/printscreen/ps_form.py openerp/report/printscreen/__init__.py openerp/report/printscreen/ps_list.py openerp/report/render/render.py openerp/report/render/rml2pdf/customfonts.py openerp/report/render/rml2pdf/trml2pdf.py openerp/report/render/rml2pdf/__init__.py openerp/report/render/rml2pdf/utils.py openerp/report/render/rml2pdf/color.py openerp/report/render/odt2odt/__init__.py openerp/report/render/odt2odt/odt2odt.py openerp/report/render/simple.py openerp/report/render/__init__.py openerp/report/render/rml2html/rml2html.py openerp/report/render/rml2html/__init__.py openerp/report/render/rml2html/utils.py openerp/report/render/makohtml2html/makohtml2html.py openerp/report/render/makohtml2html/__init__.py openerp/report/render/rml2txt/rml2txt.py openerp/report/render/rml2txt/__init__.py openerp/report/render/rml2txt/utils.py openerp/report/render/html2html/__init__.py openerp/report/render/html2html/html2html.py openerp/report/render/rml.py openerp/report/misc.py openerp/report/interface.py openerp/report/__init__.py openerp/report/common.py openerp/report/report_sxw.py openerp/report/int_to_text.py openerp/report/print_fnc.py openerp/report/custom.py openerp/exceptions.py Copyright: Copyright (c) 2011 OpenERP S.A. License: AGPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public Lice along with this program. If not, see . Files: openerp/addons/l10n_cr/__init__.py openerp/addons/l10n_cr/__openerp__.py Copyright: 2010-TODAY ClearCorp S.A. (http://clearcorp.co.cr). All rights reserved. License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of ClearCorp S.A.. Files: openerp/addons/web/common/openerplib/__init__.py openerp/addons/web/common/openerplib/dates.py openerp/addons/web/common/openerplib/main.py Copyright: 2011 OpenERP s.a. (). License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: openerp/tools/threadinglocal.py Copyright: 2004-2005, CherryPy Team (team@cherrypy.org) License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the CherryPy Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: openerp/report/pyPdf/generic.py openerp/report/pyPdf/filters.py openerp/report/pyPdf/utils.py openerp/report/pyPdf/pdf.py Copyright: 2006, Mathieu Fenniak License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the CherryPy Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: openerp/addons/crm/scripts/php/xmlrpc.inc Copyright: 1999,2000,2002 Edd Dumbill. License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the CherryPy Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: openerp/addons/auction/barcode/code39.py openerp/addons/auction/barcode/usps.py openerp/addons/auction/barcode/code93.py openerp/addons/auction/barcode/__init__.py openerp/addons/auction/barcode/common.py openerp/addons/auction/barcode/code128.py openerp/addons/auction/barcode/fourstate.py Copyright: 1996-2000 Tyler C. Sarna License: BSD-4 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Tyler C. Sarna. 4. Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: openerp/pychart/fill_style.py openerp/pychart/canvas.py openerp/pychart/font.py openerp/pychart/coord.py openerp/pychart/range_plot.py openerp/pychart/pychart_util.py openerp/pychart/pngcanvas.py openerp/pychart/axis_x_doc.py openerp/pychart/legend.py openerp/pychart/pdfcanvas.py openerp/pychart/zap.py openerp/pychart/chart_object.py openerp/pychart/scaling.py openerp/pychart/category_coord.py openerp/pychart/x11canvas.py openerp/pychart/__init__.py openerp/pychart/line_style.py openerp/pychart/gs_frontend.py openerp/pychart/version.py openerp/pychart/pscanvas.py openerp/pychart/tick_mark.py openerp/pychart/theme.py openerp/pychart/text_box.py openerp/pychart/svgcanvas.py openerp/pychart/generate_docs.py openerp/pychart/empty_docs.py openerp/pychart/bar_plot.py openerp/pychart/axis_y_doc.py openerp/pychart/typechecker.py openerp/pychart/doc_support.py openerp/pychart/pychart_types.py openerp/pychart/error_bar.py openerp/pychart/axis.py openerp/pychart/arrow.py openerp/pychart/rose_plot.py openerp/pychart/linear_coord.py openerp/pychart/interval_bar_plot.py openerp/pychart/chart_data.py openerp/pychart/basecanvas.py openerp/pychart/log_coord.py openerp/pychart/line_plot.py openerp/pychart/object_set.py openerp/pychart/color.py openerp/pychart/area.py openerp/pychart/pie_plot.py Copyright: 2000-2005 by Yasushi Saito (yasushi.saito@gmail.com) License: GPL-2 Jockey 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 2, or (at your option) any later version. . Jockey 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. Files: openerp/service/http_server.py openerp/service/websrv_lib.py openerp/addons/l10n_in/__init__.py openerp/addons/l10n_fr/wizard/__init__.py openerp/addons/l10n_fr/wizard/fr_report_bilan.py openerp/addons/l10n_fr/wizard/fr_report_compute_resultant.py openerp/addons/l10n_fr/__init__.py openerp/addons/l10n_fr/__openerp__.py openerp/addons/l10n_fr/report/base_report.py openerp/addons/l10n_fr/report/compute_resultant_report.py openerp/addons/l10n_fr/report/__init__.py openerp/addons/l10n_fr/report/bilan_report.py openerp/addons/l10n_nl/__init__.py openerp/addons/l10n_nl/__openerp__.py openerp/addons/base_crypt/crypt.py openerp/addons/l10n_pe/__init__.py openerp/addons/l10n_ch/report/__init__.py openerp/addons/account/report/account_general_ledger.py Copyright: 2010 OpenERP SA. (http://www.openerp.com) License: GPL-2 WARNING: This program as such is intended to be used by professional programmers who take the whole responsability of assessing all potential consequences resulting from its eventual inadequacies and bugs End users who are looking for a ready-to-use solution with commercial garantees and support are strongly adviced to contract a Free Software Service Company 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 2 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Files: openerp/addons/report_webkit/wizard/__init__.py openerp/addons/report_webkit/wizard/report_webkit_actions.py openerp/addons/report_webkit/webkit_report.py openerp/addons/report_webkit/__init__.py openerp/addons/report_webkit/convert.py openerp/addons/report_webkit/company.py openerp/addons/report_webkit/header.py openerp/addons/report_webkit/ir_report.py openerp/addons/report_webkit/report_helper.py openerp/addons/report_webkit/__openerp__.py openerp/addons/report_webkit_sample/__init__.py openerp/addons/report_webkit_sample/__openerp__.py openerp/addons/report_webkit_sample/report/__init__.py Copyright: 2010 Camptocamp SA (http://www.camptocamp.com) License: GPL-2 WARNING: This program as such is intended to be used by professional programmers who take the whole responsability of assessing all potential consequences resulting from its eventual inadequacies and bugs End users who are looking for a ready-to-use solution with commercial garantees and support are strongly adviced to contract a Free Software Service Company 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 2 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Files: openerp/addons/document_webdav/__openerp__.py openerp/addons/document_webdav/test_davclient.py Copyright: 2004 TINY SPRL. (http://tiny.be), 2009 P. Christeas License: GPL-2 WARNING: This program as such is intended to be used by professional programmers who take the whole responsability of assessing all potential consequences resulting from its eventual inadequacies and bugs End users who are looking for a ready-to-use solution with commercial garantees and support are strongly adviced to contract a Free Software Service Company . 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 2 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Files: openerp/addons/resource/faces/task.py openerp/addons/resource/faces/resource.py openerp/addons/resource/faces/timescale.py openerp/addons/resource/faces/utils.py openerp/addons/resource/faces/observer.py openerp/addons/resource/faces/plocale.py openerp/addons/resource/faces/pcalendar.py Copyright: 2005, 2006, 2007, 2008 by Reithinger GmbH License: GPL-2 This file is part of faces. . faces 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 2 of the License, or (at your option) any later version. . faces 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Files: openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/modify.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Change.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Expression.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ServerParameter.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/compile_all.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ExportToRML.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/__init__.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertFieldsToBraces.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Translation.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Fields.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/AddAttachment.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/About.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/LoginTest.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ModifyExistingReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/SendToServer.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/NewReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/functions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/error.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/actions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/gui.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Repeatln.py Copyright: 2003-2004 Danny Brewer License: GPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA . See: http://www.gnu.org/licenses/lgpl.html Files: openerp/test/test_translate.py openerp/test/test_osv.py openerp/test/__init__.py openerp/tools/config.py openerp/tools/test_reports.py openerp/tools/safe_eval.py openerp/tools/float_utils.py openerp/modules/graph.py openerp/modules/__init__.py openerp/modules/db.py openerp/modules/module.py openerp/modules/migration.py openerp/modules/loading.py openerp/release.py openerp/sql_db.py openerp/conf/__init__.py openerp/conf/deprecation.py openerp/netsvc.py openerp/wsgi/core.py openerp/wsgi/proxied.py openerp/wsgi/__init__.py openerp/cron.py openerp/pooler.py openerp/addons/mail/wizard/__init__.py openerp/addons/mail/wizard/mail_compose_message.py openerp/addons/mail/static/scripts/openerp_mailgate.py openerp/addons/mail/mail_thread.py openerp/addons/mail/res_partner.py openerp/addons/mail/__init__.py openerp/addons/mail/mail_message.py openerp/addons/mail/__openerp__.py openerp/addons/base/test/__init__.py openerp/addons/base/test/test_ir_cron.py openerp/addons/base/report/preview_report.py openerp/addons/fetchmail_project_issue/__init__.py openerp/addons/fetchmail_project_issue/__openerp__.py openerp/addons/fetchmail_crm/__init__.py openerp/addons/fetchmail_crm/__openerp__.py openerp/addons/base_setup/__init__.py openerp/addons/base_setup/__openerp__.py openerp/addons/base_setup/base_setup.py openerp/addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py openerp/addons/l10n_be_hr_payroll/__init__.py openerp/addons/l10n_be_hr_payroll/__openerp__.py openerp/addons/web_livechat/publisher_warranty.py openerp/addons/web_livechat/__init__.py openerp/addons/web_livechat/__openerp__.py openerp/addons/account/test/test_parent_structure.py openerp/addons/account/product.py openerp/addons/account/account.py openerp/addons/account/wizard/account_move_line_reconcile_select.py openerp/addons/account/wizard/account_report_account_balance.py openerp/addons/account/wizard/account_move_bank_reconcile.py openerp/addons/account/wizard/account_move_line_select.py openerp/addons/account/wizard/account_journal_select.py openerp/addons/account/wizard/account_report_print_journal.py openerp/addons/account/wizard/account_open_closed_fiscalyear.py openerp/addons/account/wizard/account_unreconcile.py openerp/addons/account/wizard/account_report_general_ledger.py openerp/addons/account/wizard/account_change_currency.py openerp/addons/account/wizard/account_fiscalyear_close.py openerp/addons/account/wizard/account_automatic_reconcile.py openerp/addons/account/wizard/account_report_central_journal.py openerp/addons/account/wizard/account_fiscalyear_close_state.py openerp/addons/account/wizard/account_state_open.py openerp/addons/account/wizard/account_move_journal.py openerp/addons/account/wizard/account_report_common.py openerp/addons/account/wizard/account_report_aged_partner_balance.py openerp/addons/account/wizard/__init__.py openerp/addons/account/wizard/account_report_partner_ledger.py openerp/addons/account/wizard/account_subscription_generate.py openerp/addons/account/wizard/account_report_common_journal.py openerp/addons/account/wizard/account_invoice_refund.py openerp/addons/account/wizard/account_reconcile.py openerp/addons/account/wizard/account_use_model.py openerp/addons/account/wizard/account_report_general_journal.py openerp/addons/account/wizard/account_chart.py openerp/addons/account/wizard/account_reconcile_partner_process.py openerp/addons/account/wizard/account_validate_account_move.py openerp/addons/account/wizard/account_period_close.py openerp/addons/account/wizard/account_vat.py openerp/addons/account/wizard/account_financial_report.py openerp/addons/account/wizard/account_report_common_partner.py openerp/addons/account/wizard/account_move_line_unreconcile_select.py openerp/addons/account/wizard/account_invoice_state.py openerp/addons/account/wizard/account_tax_chart.py openerp/addons/account/wizard/account_report_partner_balance.py openerp/addons/account/wizard/account_report_common_account.py openerp/addons/account/account_bank_statement.py openerp/addons/account/project/project.py openerp/addons/account/project/wizard/project_account_analytic_line.py openerp/addons/account/project/wizard/account_analytic_chart.py openerp/addons/account/project/wizard/account_analytic_journal_report.py openerp/addons/account/project/wizard/account_analytic_cost_ledger_for_journal_report.py openerp/addons/account/project/wizard/__init__.py openerp/addons/account/project/wizard/account_analytic_inverted_balance_report.py openerp/addons/account/project/wizard/account_analytic_balance_report.py openerp/addons/account/project/wizard/account_analytic_cost_ledger_report.py openerp/addons/account/project/__init__.py openerp/addons/account/project/report/quantity_cost_ledger.py openerp/addons/account/project/report/cost_ledger.py openerp/addons/account/project/report/__init__.py openerp/addons/account/project/report/inverted_analytic_balance.py openerp/addons/account/project/report/analytic_balance.py openerp/addons/account/project/report/analytic_journal.py openerp/addons/account/project/report/account_journal.py openerp/addons/account/__init__.py openerp/addons/account/account_cash_statement.py openerp/addons/account/installer.py openerp/addons/account/company.py openerp/addons/account/res_currency.py openerp/addons/account/account_analytic_line.py openerp/addons/account/partner.py openerp/addons/account/edi/__init__.py openerp/addons/account/edi/invoice.py openerp/addons/account/account_financial_report.py openerp/addons/account/account_bank.py openerp/addons/account/__openerp__.py openerp/addons/account/report/account_report.py openerp/addons/account/report/account_tax_report.py openerp/addons/account/report/account_partner_ledger.py openerp/addons/account/report/account_invoice_report.py openerp/addons/account/report/common_report_header.py openerp/addons/account/report/__init__.py openerp/addons/account/report/account_general_journal.py openerp/addons/account/report/account_partner_balance.py openerp/addons/account/report/account_treasury_report.py openerp/addons/account/report/account_aged_partner_balance.py openerp/addons/account/report/account_entries_report.py openerp/addons/account/report/account_analytic_entries_report.py openerp/addons/account/report/account_print_invoice.py openerp/addons/account/report/account_balance.py openerp/addons/account/report/account_print_overdue.py openerp/addons/account/report/account_financial_report.py openerp/addons/account/report/account_journal.py openerp/addons/account/report/account_central_journal.py openerp/addons/account/ir_sequence.py openerp/addons/account/account_invoice.py openerp/addons/account/account_move_line.py openerp/addons/email_template/wizard/email_template_preview.py openerp/addons/email_template/wizard/__init__.py openerp/addons/email_template/wizard/mail_compose_message.py openerp/addons/email_template/res_partner.py openerp/addons/email_template/__init__.py openerp/addons/email_template/email_template.py openerp/addons/email_template/__openerp__.py openerp/addons/fetchmail_crm_claim/__init__.py openerp/addons/fetchmail_crm_claim/__openerp__.py openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/OpenERPConnect.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/XMLRPCClient.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Model.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Record.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/ConfigManager.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_contact.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_create_doc.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_push_mail.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_select_partner.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/OpenERPOutlookPlugin.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_configuration.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Tools.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_connection.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_choose_document_opt.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Connect.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_partner.cs openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Cache.cs openerp/addons/fetchmail_hr_recruitment/__init__.py openerp/addons/fetchmail_hr_recruitment/__openerp__.py openerp/addons/import_base/mapper.py openerp/addons/import_base/__init__.py openerp/addons/import_base/__openerp__.py openerp/addons/import_base/import_framework.py openerp/addons/edi/__init__.py openerp/addons/edi/edi_service.py openerp/addons/edi/models/res_company.py openerp/addons/edi/models/res_partner.py openerp/addons/edi/models/__init__.py openerp/addons/edi/models/res_currency.py openerp/addons/edi/models/edi.py openerp/addons/edi/__openerp__.py openerp/addons/web_uservoice/__init__.py openerp/addons/web_uservoice/__openerp__.py openerp/addons/auth_openid/controllers/__init__.py openerp/addons/auth_openid/controllers/main.py openerp/addons/auth_openid/__init__.py openerp/addons/auth_openid/utils.py openerp/addons/auth_openid/__openerp__.py openerp/addons/auth_openid/res_users.py openerp/addons/portal/res_user.py openerp/addons/portal/wizard/portal_wizard.py openerp/addons/portal/wizard/share_wizard.py openerp/addons/portal/wizard/__init__.py openerp/addons/portal/__init__.py openerp/addons/portal/portal.py openerp/addons/portal/__openerp__.py openerp/addons/survey/survey.py openerp/addons/survey/wizard/survey_print_statistics.py openerp/addons/survey/wizard/survey_print.py openerp/addons/survey/wizard/survey_print_answer.py openerp/addons/survey/wizard/survey_answer.py openerp/addons/survey/wizard/survey_send_invitation.py openerp/addons/survey/wizard/__init__.py openerp/addons/survey/wizard/survey_selection.py openerp/addons/survey/wizard/survey_browse_answer.py openerp/addons/survey/__init__.py openerp/addons/survey/__openerp__.py openerp/addons/survey/report/survey_form.py openerp/addons/survey/report/__init__.py openerp/addons/survey/report/survey_analysis_report.py openerp/addons/survey/report/survey_browse_response.py openerp/run_tests.py openerp/db/__init__.py openerp/exceptions.py Copyright: 2010-2012 OpenERP S.A. http://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 Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/modules/registry.py openerp/pychart/afm/__init__.py openerp/workflow/workitem.py openerp/workflow/wkf_expr.py openerp/workflow/__init__.py openerp/workflow/common.py openerp/workflow/wkf_logs.py openerp/workflow/wkf_service.py openerp/workflow/instance.py openerp/service/netrpc_server.py openerp/service/security.py openerp/service/__init__.py openerp/service/web_services.py openerp/wizard/__init__.py openerp/tiny_socket.py openerp/__init__.py openerp/loglevels.py openerp/osv/fields.py openerp/osv/expression.py openerp/osv/__init__.py openerp/osv/osv.py openerp/osv/orm.py openerp/osv/query.py openerp/addons/sale_mrp/sale_mrp.py openerp/addons/sale_mrp/__init__.py openerp/addons/sale_mrp/__openerp__.py openerp/addons/account_sequence/account_sequence.py openerp/addons/account_sequence/__init__.py openerp/addons/account_sequence/account_sequence_installer.py openerp/addons/account_sequence/__openerp__.py openerp/addons/sale_crm/wizard/crm_make_sale.py openerp/addons/sale_crm/wizard/__init__.py openerp/addons/sale_crm/__init__.py openerp/addons/sale_crm/sale_crm.py openerp/addons/sale_crm/__openerp__.py openerp/addons/project_mailgate/__init__.py openerp/addons/project_mailgate/project_mailgate.py openerp/addons/project_mailgate/__openerp__.py openerp/addons/sale_journal/__init__.py openerp/addons/sale_journal/sale_journal.py openerp/addons/sale_journal/__openerp__.py openerp/addons/l10n_mx/__init__.py openerp/addons/l10n_mx/__openerp__.py openerp/addons/l10n_at/__init__.py openerp/addons/l10n_at/account_wizard.py openerp/addons/l10n_at/__openerp__.py openerp/addons/crm_fundraising/crm_fundraising.py openerp/addons/crm_fundraising/__init__.py openerp/addons/crm_fundraising/__openerp__.py openerp/addons/crm_fundraising/report/__init__.py openerp/addons/crm_fundraising/report/crm_fundraising_report.py openerp/addons/google_base_account/wizard/__init__.py openerp/addons/google_base_account/wizard/google_login.py openerp/addons/google_base_account/google_base_account.py openerp/addons/google_base_account/__init__.py openerp/addons/google_base_account/__openerp__.py openerp/addons/hr_timesheet_invoice/wizard/__init__.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py openerp/addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_cost_ledger_report.py openerp/addons/hr_timesheet_invoice/hr_timesheet_invoice.py openerp/addons/hr_timesheet_invoice/__init__.py openerp/addons/hr_timesheet_invoice/__openerp__.py openerp/addons/hr_timesheet_invoice/report/report_analytic.py openerp/addons/hr_timesheet_invoice/report/account_analytic_profit.py openerp/addons/hr_timesheet_invoice/report/cost_ledger.py openerp/addons/hr_timesheet_invoice/report/__init__.py openerp/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report.py openerp/addons/l10n_multilang/account.py openerp/addons/l10n_multilang/l10n_multilang.py openerp/addons/l10n_multilang/__init__.py openerp/addons/l10n_multilang/__openerp__.py openerp/addons/hr_expense/hr_expense.py openerp/addons/hr_expense/__init__.py openerp/addons/hr_expense/__openerp__.py openerp/addons/hr_expense/report/expense.py openerp/addons/hr_expense/report/__init__.py openerp/addons/hr_expense/report/hr_expense_report.py openerp/addons/hr_holidays/hr_holidays.py openerp/addons/hr_holidays/wizard/__init__.py openerp/addons/hr_holidays/wizard/hr_holidays_summary_employees.py openerp/addons/hr_holidays/wizard/hr_holidays_summary_department.py openerp/addons/hr_holidays/__init__.py openerp/addons/hr_holidays/__openerp__.py openerp/addons/hr_holidays/report/available_holidays.py openerp/addons/hr_holidays/report/hr_holidays_report.py openerp/addons/hr_holidays/report/__init__.py openerp/addons/hr_holidays/report/holidays_summary_report.py openerp/addons/analytic_user_function/analytic_user_function.py openerp/addons/analytic_user_function/__init__.py openerp/addons/analytic_user_function/__openerp__.py openerp/addons/l10n_in/__openerp__.py openerp/addons/account_accountant/__init__.py openerp/addons/account_accountant/__openerp__.py openerp/addons/l10n_fr/l10n_fr.py openerp/addons/hr_payroll_account/hr_payroll_account.py openerp/addons/hr_payroll_account/wizard/hr_payroll_payslips_by_employees.py openerp/addons/hr_payroll_account/wizard/__init__.py openerp/addons/hr_payroll_account/__init__.py openerp/addons/hr_payroll_account/__openerp__.py openerp/addons/purchase/wizard/__init__.py openerp/addons/purchase/wizard/purchase_order_group.py openerp/addons/purchase/wizard/purchase_line_invoice.py openerp/addons/purchase/wizard/purchase_installer.py openerp/addons/purchase/purchase.py openerp/addons/purchase/__init__.py openerp/addons/purchase/company.py openerp/addons/purchase/partner.py openerp/addons/purchase/edi/__init__.py openerp/addons/purchase/edi/purchase_order.py openerp/addons/purchase/__openerp__.py openerp/addons/purchase/report/purchase_report.py openerp/addons/purchase/report/__init__.py openerp/addons/purchase/report/order.py openerp/addons/purchase/report/request_quotation.py openerp/addons/purchase/stock.py openerp/addons/base/module/wizard/base_export_language.py openerp/addons/base/module/wizard/base_import_language.py openerp/addons/base/module/wizard/base_module_upgrade.py openerp/addons/base/module/wizard/base_update_translations.py openerp/addons/base/module/wizard/__init__.py openerp/addons/base/module/wizard/base_module_configuration.py openerp/addons/base/module/wizard/base_module_import.py openerp/addons/base/module/wizard/base_module_update.py openerp/addons/base/module/wizard/base_language_install.py openerp/addons/base/module/wizard/base_module_scan.py openerp/addons/base/module/__init__.py openerp/addons/base/module/module.py openerp/addons/base/module/report/ir_module_reference_print.py openerp/addons/base/module/report/__init__.py openerp/addons/base/__init__.py openerp/addons/base/res/res_company.py openerp/addons/base/res/wizard/partner_wizard_massmail.py openerp/addons/base/res/wizard/__init__.py openerp/addons/base/res/wizard/partner_sms_send.py openerp/addons/base/res/wizard/partner_wizard_ean_check.py openerp/addons/base/res/wizar d/partner_clear_ids.py openerp/addons/base/res/res_lang.py openerp/addons/base/res/res_bank.py openerp/addons/base/res/res_country.py openerp/addons/base/res/res_partner_event.py openerp/addons/base/res/res_partner.py openerp/addons/base/res/__init__.py openerp/addons/base/res/res_widget.py openerp/addons/base/res/res_config.py openerp/addons/base/res/res_log.py openerp/addons/base/res/res_currency.py openerp/addons/base/res/res_request.py openerp/addons/base/res/res_users.py openerp/addons/base/res/report/__init__.py openerp/addons/base/res/ir_property.py openerp/addons/base/publisher_warranty/publisher_warranty.py openerp/addons/base/publisher_warranty/__init__.py openerp/addons/base/__openerp__.py openerp/addons/base/ir/ir_ui_view.py openerp/addons/base/ir/ir_filters.py openerp/addons/base/ir/ir_config_parameter.py openerp/addons/base/ir/workflow/__init__.py openerp/addons/base/ir/workflow/workflow.py openerp/addons/base/ir/workflow/print_instance.py openerp/addons/base/ir/osv_memory_autovacuum.py openerp/addons/base/ir/wizard/__init__.py openerp/addons/base/ir/wizard/wizard_screen.py openerp/addons/base/ir/wizard/wizard_menu.py openerp/addons/base/ir/ir_values.py openerp/addons/base/ir/ir_ui_menu.py openerp/addons/base/ir/ir_actions.py openerp/addons/base/ir/ir_attachment.py openerp/addons/base/ir/ir_model.py openerp/addons/base/ir/ir_cron.py openerp/addons/base/ir/__init__.py openerp/addons/base/ir/ir_translation.py openerp/addons/base/ir/ir_mail_server.py openerp/addons/base/ir/ir_default.py openerp/addons/base/ir/ir_exports.py openerp/addons/base/ir/ir_rule.py openerp/addons/base/ir/ir_sequence.py openerp/tools/parse_version.py openerp/tools/amount_to_text.py openerp/tools/amount_to_text_en.py openerp/tools/sql.py openerp/tools/misc.py openerp/tools/win32.py openerp/tools/graph.py openerp/tools/__init__.py openerp/tools/import_email.py openerp/tools/convert.py openerp/tools/func.py openerp/tools/pdf_utils.py openerp/tools/osutil.py openerp/tools/translate.py openerp/addons/project_long_term/project_long_term.py openerp/addons/project_long_term/wizard/__init__.py openerp/addons/project_long_term/wizard/project_compute_phases.py openerp/addons/project_long_term/wizard/project_compute_tasks.py openerp/addons/project_long_term/__init__.py openerp/addons/project_long_term/__openerp__.py openerp/addons/sale_analytic_plans/__init__.py openerp/addons/sale_analytic_plans/sale_analytic_plans.py openerp/addons/sale_analytic_plans/__openerp__.py openerp/addons/stock_invoice_directly/wizard/stock_invoice.py openerp/addons/stock_invoice_directly/wizard/__init__.py openerp/addons/stock_invoice_directly/__init__.py openerp/addons/stock_invoice_directly/__openerp__.py openerp/addons/point_of_sale/wizard/pos_close_statement.py openerp/addons/point_of_sale/wizard/pos_confirm.py openerp/addons/point_of_sale/wizard/pos_payment.py openerp/addons/point_of_sale/wizard/__init__.py openerp/addons/point_of_sale/wizard/pos_open_statement.py openerp/addons/point_of_sale/wizard/pos_payment_report.py openerp/addons/point_of_sale/wizard/pos_discount.py openerp/addons/point_of_sale/wizard/pos_return.py openerp/addons/point_of_sale/wizard/pos_payment_report_user.py openerp/addons/point_of_sale/wizard/pos_receipt.py openerp/addons/point_of_sale/wizard/pos_box_entries.py openerp/addons/point_of_sale/wizard/pos_box_out.py openerp/addons/point_of_sale/wizard/pos_sales_user.py openerp/addons/point_of_sale/wizard/pos_sales_user_current_user.py openerp/addons/point_of_sale/wizard/pos_details.py openerp/addons/point_of_sale/wizard/pos_sales_user_today.py openerp/addons/point_of_sale/account_bank_statement.py openerp/addons/point_of_sale/point_of_sale.py openerp/addons/point_of_sale/__init__.py openerp/addons/point_of_sale/__openerp__.py openerp/addons/point_of_sale/report/all_closed_cashbox_of_the_day.py openerp/addons/point_of_sale/report/pos_report.py openerp/addons/point_of_sale/report/pos_lines.py openerp/addons/point_of_sale/report/__init__.py openerp/addons/point_of_sale/report/report_cash_register.py openerp/addons/point_of_sale/report/pos_details_summary.py openerp/addons/point_of_sale/report/pos_users_product.py openerp/addons/point_of_sale/report/pos_payment_report.py openerp/addons/point_of_sale/report/pos_invoice.py openerp/addons/point_of_sale/report/account_statement.py openerp/addons/point_of_sale/report/pos_payment_report_user.py openerp/addons/point_of_sale/report/pos_receipt.py openerp/addons/point_of_sale/report/pos_sales_user.py openerp/addons/point_of_sale/report/pos_details.py openerp/addons/point_of_sale/report/pos_order_report.py openerp/addons/point_of_sale/report/pos_sales_user_today.py openerp/addons/l10n_cn/__init__.py openerp/addons/l10n_cn/__openerp__.py openerp/addons/hr_evaluation/wizard/__init__.py openerp/addons/hr_evaluation/wizard/hr_evaluation_mail.py openerp/addons/hr_evaluation/wizard/mail_compose_message.py openerp/addons/hr_evaluation/hr_evaluation.py openerp/addons/hr_evaluation/__init__.py openerp/addons/hr_evaluation/__openerp__.py openerp/addons/hr_evaluation/report/hr_evaluation_report.py openerp/addons/hr_evaluation/report/__init__.py openerp/addons/project_messages/__init__.py openerp/addons/project_messages/project_messages.py openerp/addons/project_messages/__openerp__.py openerp/addons/association/__init__.py openerp/addons/association/__openerp__.py openerp/addons/l10n_lu/wizard/pdf_ext.py openerp/addons/l10n_lu/wizard/__init__.py openerp/addons/l10n_lu/__init__.py openerp/addons/l10n_lu/__openerp__.py openerp/addons/project_retro_planning/project_retro_planning.py openerp/addons/project_retro_planning/__init__.py openerp/addons/project_retro_planning/__openerp__.py openerp/addons/base_module_record/wizard/__init__.py openerp/addons/base_module_record/wizard/base_module_record_data.py openerp/addons/base_module_record/wizard/base_module_record_objects.py openerp/addons/base_module_record/wizard/base_module_save.py openerp/addons/base_module_record/__init__.py openerp/addons/base_module_record/__openerp__.py openerp/addons/base_module_record/base_module_record.py openerp/addons/base_contact/__init__.py openerp/addons/base_contact/base_contact.py openerp/addons/base_contact/__openerp__.py openerp/addons/base_action_rule/base_action_rule.py openerp/addons/base_action_rule/__init__.py openerp/addons/base_action_rule/__openerp__.py openerp/addons/plugin/__init__.py openerp/addons/plugin/__openerp__.py openerp/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py openerp/addons/hr_payroll/wizard/__init__.py openerp/addons/hr_payroll/wizard/hr_payroll_contribution_register_report.py openerp/addons/hr_payroll/__init__.py openerp/addons/hr_payroll/__openerp__.py openerp/addons/hr_payroll/report/report_payslip.py openerp/addons/hr_payroll/report/report_payslip_details.py openerp/addons/hr_payroll/report/__init__.py openerp/addons/hr_payroll/report/report_contribution_register.py openerp/addons/hr_payroll/hr_payroll.py openerp/addons/account_asset/wizard/__init__.py openerp/addons/account_asset/wizard/account_asset_change_duration.py openerp/addons/account_asset/wizard/wizard_asset_compute.py openerp/addons/account_asset/__init__.py openerp/addons/account_asset/account_asset.py openerp/addons/account_asset/account_asset_invoice.py openerp/addons/account_asset/__openerp__.py openerp/addons/account_asset/report/__init__.py openerp/addons/account_asset/report/account_asset_report.py openerp/addons/stock_no_autopicking/stock_no_autopicking.py openerp/addons/stock_no_autopicking/__init__.py openerp/addons/stock_no_autopicking/__openerp__.py openerp/addons/account_invoice_layout/wizard/__init__.py openerp/addons/account_invoice_layout/wizard/account_invoice_special_message.py openerp/addons/account_invoice_layout/__init__.py openerp/addons/account_invoice_layout/account_invoice_layout.py openerp/addons/account_invoice_layout/__openerp__.py openerp/addons/account_invoice_layout/report/report_account_invoice_layout.py openerp/addons/account_invoice_layout/report/__init__.py openerp/addons/account_invoice_layout/report/special_message_invoice.py openerp/addons/base_crypt/__init__.py openerp/addons/base_crypt/__openerp__.py openerp/addons/import_google/wizard/google_import_message.py openerp/addons/import_google/wizard/__init__.py openerp/addons/import_google/wizard/import_google.py openerp/addons/import_google/wizard/import_google_data.py openerp/addons/import_google/__init__.py openerp/addons/import_google/partner.py openerp/addons/import_google/__openerp__.py openerp/addons/document_webdav/redirect.py openerp/addons/document_webdav/dav_fs.py openerp/addons/document_webdav/__init__.py openerp/addons/document_webdav/nodes.py openerp/addons/document_webdav/document_webdav.py openerp/addons/document_webdav/webdav.py openerp/addons/document_webdav/webdav_server.py openerp/addons/event/wizard/event_confirm.py openerp/addons/event/wizard/event_confirm_registration.py openerp/addons/event/wizard/__init__.py openerp/addons/event/wizard/partner_event_registration.py openerp/addons/event/wizard/event_make_invoice.py openerp/addons/event/res_partner.py openerp/addons/event/__init__.py openerp/addons/event/__openerp__.py openerp/addons/event/report/__init__.py openerp/addons/event/report/report_event_registration.py openerp/addons/event/event.py openerp/addons/product_margin/wizard/__init__.py openerp/addons/product_margin/wizard/product_margin.py openerp/addons/product_margin/__init__.py openerp/addons/product_margin/__openerp__.py openerp/addons/product_margin/product_margin.py openerp/addons/report_designer/__init__.py openerp/addons/report_designer/__openerp__.py openerp/addons/account_ayment/wizard/account_payment_populate_statement.py openerp/addons/account_payment/wizard/__init__.py openerp/addons/account_payment/wizard/account_payment_order.py openerp/addons/account_payment/wizard/account_payment_pay.py openerp/addons/account_payment/__init__.py openerp/addons/account_payment/__openerp__.py openerp/addons/account_payment/report/__init__.py openerp/addons/account_payment/report/payment_order.py openerp/addons/account_payment/account_payment.py openerp/addons/account_payment/account_invoice.py openerp/addons/account_payment/account_move_line.py openerp/addons/project_planning/__init__.py openerp/addons/project_planning/__openerp__.py openerp/addons/project_planning/report/__init__.py openerp/addons/project_planning/report/report_planning.py openerp/addons/project_planning/project_planning.py openerp/addons/procurement/schedulers.py openerp/addons/procurement/procurement.py openerp/addons/procurement/wizard/make_procurement_product.py openerp/addons/procurement/wizard/__init__.py openerp/addons/procurement/wizard/schedulers_all.py openerp/addons/procurement/wizard/mrp_procurement.py openerp/addons/procurement/wizard/orderpoint_procurement.py openerp/addons/procurement/__init__.py openerp/addons/procurement/company.py openerp/addons/procurement/__openerp__.py openerp/addons/project/project.py openerp/addons/project/wizard/project_task_delegate.py openerp/addons/project/wizard/__init__.py openerp/addons/project/wizard/mail_compose_message.py openerp/addons/project/wizard/project_task_reevaluate.py openerp/addons/project/res_partner.py openerp/addons/project/__init__.py openerp/addons/project/company.py openerp/addons/project/__openerp__.py openerp/addons/project/report/project_report.py openerp/addons/project/report/__init__.py openerp/addons/document/wizard/__init__.py openerp/addons/document/wizard/document_configuration.py openerp/addons/document/content_index.py openerp/addons/document/__init__.py openerp/addons/document/document_directory.py openerp/addons/document/directory_content.py openerp/addons/document/document.py openerp/addons/document/nodes.py openerp/addons/document/document_storage.py openerp/addons/document/odt2txt.py openerp/addons/document/__openerp__.py openerp/addons/document/directory_report.py openerp/addons/document/std_index.py openerp/addons/document/report/__init__.py openerp/addons/document/report/document_report.py openerp/addons/hr_attendance/hr_attendance.py openerp/addons/hr_attendance/wizard/hr_attendance_sign_in_out.py openerp/addons/hr_attendance/wizard/hr_attendance_error.py openerp/addons/hr_attendance/wizard/hr_attendance_byweek.py openerp/addons/hr_attendance/wizard/__init__.py openerp/addons/hr_attendance/wizard/hr_attendance_bymonth.py openerp/addons/hr_attendance/__init__.py openerp/addons/hr_attendance/__openerp__.py openerp/addons/hr_attendance/report/timesheet.py openerp/addons/hr_attendance/report/attendance_errors.py openerp/addons/hr_attendance/report/__init__.py openerp/addons/hr_attendance/report/attendance_by_month.py openerp/addons/mrp_operations/mrp_operations.py openerp/addons/mrp_operations/__init__.py openerp/addons/mrp_operations/__openerp__.py openerp/addons/mrp_operations/report/__init__.py openerp/addons/mrp_operations/report/mrp_code_barcode.py openerp/addons/mrp_operations/report/mrp_wc_barcode.py openerp/addons/mrp_operations/report/mrp_workorder_analysis.py openerp/addons/l10n_gr/__init__.py openerp/addons/l10n_gr/__openerp__.py openerp/addons/auction/wizard/auction_lots_make_invoice_buyer.py openerp/addons/auction/wizard/auction_lots_numerotate.py openerp/addons/auction/wizard/auction_pay_sel.py openerp/addons/auction/wizard/auction_payer_sel.py openerp/addons/auction/wizard/auction_lots_able.py openerp/addons/auction/wizard/auction_lots_invoice.py openerp/addons/auction/wizard/auction_lots_sms_send.py openerp/addons/auction/wizard/__init__.py openerp/addons/auction/wizard/auction_taken.py openerp/addons/auction/wizard/auction_transfer_unsold_object.py openerp/addons/auction/wizard/auction_lots_enable.py openerp/addons/auction/wizard/auction_catalog_flagey_report.py openerp/addons/auction/wizard/auction_lots_buyer_map.py openerp/addons/auction/wizard/auction_aie_send_result.py openerp/addons/auction/wizard/auction_lots_auction_move.py openerp/addons/auction/wizard/auction_lots_cancel.py openerp/addons/auction/wizard/auction_pay_buy.py openerp/addons/auction/wizard/auction_lots_make_invoice.py openerp/addons/auction/wizard/auction_aie_send.py openerp/addons/auction/auction.py openerp/addons/auction/__init__.py openerp/addons/auction/__openerp__.py openerp/addons/auction/report/lots_list.py openerp/addons/auction/report/lots_list_landscape.py openerp/addons/auction/report/report_lot_bar_code.py openerp/addons/auction/report/lots_list_inventory.py openerp/addons/auction/report/deposit_seller.py openerp/addons/auction/report/buyer_form_report.py openerp/addons/auction/report/auction_bids.py openerp/addons/auction/report/artists_lots.py openerp/addons/auction/report/auction_objects.py openerp/addons/auction/report/huissier.py openerp/addons/auction/report/bids_phones_details.py openerp/addons/auction/report/seller_address.py openerp/addons/auction/report/seller_form_report.py openerp/addons/auction/report/buyer_list.py openerp/addons/auction/report/__init__.py openerp/addons/auction/report/auction_invoice.py openerp/addons/auction/report/bids_lots.py openerp/addons/auction/report/total.py openerp/addons/auction/report/photo_shadow.py openerp/addons/auction/report/catelogwithpictures.py openerp/addons/auction/report/auction_result.py openerp/addons/auction/report/report_auction.py openerp/addons/auction/report/auction_total_rml.py openerp/addons/auction/report/auction_catelog.py openerp/addons/auction/report/auction_artists.py openerp/addons/auction/report/catalog2.py openerp/addons/auction/report/auction_buyer_result.py openerp/addons/sale_layout/__init__.py openerp/addons/sale_layout/sale_layout.py openerp/addons/sale_layout/__openerp__.py openerp/addons/sale_layout/report/report_sale_layout.py openerp/addons/sale_layout/report/__init__.py openerp/addons/base_iban/__init__.py openerp/addons/base_iban/base_iban.py openerp/addons/base_iban/__openerp__.py openerp/addons/__init__.py openerp/addons/l10n_tr/__init__.py openerp/addons/l10n_tr/__openerp__.py openerp/addons/mrp_subproduct/mrp_subproduct.py openerp/addons/mrp_subproduct/__init__.py openerp/addons/mrp_subproduct/__openerp__.py openerp/addons/account_chart/__init__.py openerp/addons/account_chart/__openerp__.py openerp/addons/resource/resource.py openerp/addons/resource/faces/__init__.py openerp/addons/resource/__init__.py openerp/addons/resource/__openerp__.py openerp/addons/sale/wizard/__init__.py openerp/addons/sale/wizard/sale_make_invoice_advance.py openerp/addons/sale/wizard/sale_make_invoice.py openerp/addons/sale/wizard/sale_line_invoice.py openerp/addons/sale/sale.py openerp/addons/sale/__init__.py openerp/addons/sale/company.py openerp/addons/sale/edi/sale_order.py openerp/addons/sale/edi/__init__.py openerp/addons/sale/__openerp__.py openerp/addons/sale/report/sale_report.py openerp/addons/sale/report/sale_order.py openerp/addons/sale/report/__init__.py openerp/addons/sale/stock.py openerp/addons/wiki/web/widgets/wikimarkup/__init__.py openerp/addons/wiki/wizard/wiki_wiki_page_open.py openerp/addons/wiki/wizard/wiki_create_menu.py openerp/addons/wiki/wizard/__init__.py openerp/addons/wiki/wizard/wiki_show_diff.py openerp/addons/wiki/__init__.py openerp/addons/wiki/__openerp__.py openerp/addons/wiki/wiki.py openerp/addons/anonymization/__init__.py openerp/addons/anonymization/__openerp__.py openerp/addons/anonymization/anonymization.py openerp/addons/stock_location/procurement_pull.py openerp/addons/stock_location/stock_location.py openerp/addons/stock_location/__init__.py openerp/addons/stock_location/__openerp__.py openerp/addons/base_synchro/base_synchro_obj.py openerp/addons/base_synchro/wizard/__init__.py openerp/addons/base_synchro/wizard/base_synchro.py openerp/addons/base_synchro/__init__.py openerp/addons/base_synchro/__openerp__.py openerp/addons/users_ldap/users_ldap.py openerp/addons/users_ldap/__init__.py openerp/addons/users_ldap/__openerp__.py openerp/addons/base_quality_interrogation.py openerp/addons/warning/__init__.py openerp/addons/warning/__openerp__.py openerp/addons/warning/warning.py openerp/addons/marketing/__init__.py openerp/addons/marketing/__openerp__.py openerp/addons/mrp/procurement.py openerp/addons/mrp/product.py openerp/addons/mrp/mrp.py openerp/addons/mrp/wizard/change_production_qty.py openerp/addons/mrp/wizard/__init__.py openerp/addons/mrp/wizard/mrp_workcenter_load.py openerp/addons/mrp/wizard/mrp_price.py openerp/addons/mrp/wizard/mrp_product_produce.py openerp/addons/mrp/__init__.py openerp/addons/mrp/company.py openerp/addons/mrp/__openerp__.py openerp/addons/mrp/report/mrp_report.py openerp/addons/mrp/report/mrp_production_order.py openerp/addons/mrp/report/__init__.py openerp/addons/mrp/report/workcenter_load.py openerp/addons/mrp/report/bom_structure.py openerp/addons/mrp/report/order.py openerp/addons/mrp/report/price.py openerp/addons/mrp/stock.py openerp/addons/l10n_pl/__init__.py openerp/addons/l10n_pl/__openerp__.py openerp/addons/account_cancel/__init__.py openerp/addons/account_cancel/__openerp__.py openerp/addons/stock/product.py openerp/addons/stock/wizard/stock_splitinto.py openerp/addons/stock/wizard/stock_invoice_onshipping.py openerp/addons/stock/wizard/stock_change_standard_price.py openerp/addons/stock/wizard/__init__.py openerp/addons/stock/wizard/stock_partial_move.py openerp/addons/stock/wizard/stock_traceability.py openerp/addons/stock/wizard/stock_return_picking.py openerp/addons/stock/wizard/stock_change_product_qty.py openerp/addons/stock/wizard/stock_fill_inventory.py openerp/addons/stock/wizard/stock_location_product.py openerp/addons/stock/wizard/stock_inventory_merge.py openerp/addons/stock/wizard/stock_partial_picking.py openerp/addons/stock/wizard/stock_inventory_line_split.py openerp/addons/stock/wizard/stock_move.py openerp/addons/stock/__init__.py openerp/addons/stock/partner.py openerp/addons/stock/__openerp__.py openerp/addons/stock/report/picking.py openerp/addons/stock/report/stock_graph.py openerp/addons/stock/report/stock_inventory_move_report.py openerp/addons/stock/report/report_stock.py openerp/addons/stock/report/lot_overview.py openerp/addons/stock/report/__init__.py openerp/addons/stock/report/product_stock.py openerp/addons/stock/report/report_stock_move.py openerp/addons/stock/report/lot_overview_all.py openerp/addons/stock/report/stock_by_location.py openerp/addons/stock/stock.py openerp/addons/claim_from_delivery/__init__.py openerp/addons/claim_from_delivery/__openerp__.py openerp/addons/board/wizard/__init__.py openerp/addons/board/wizard/board_menu_create.py openerp/addons/board/__init__.py openerp/addons/board/board.py openerp/addons/board/__openerp__.py openerp/addons/fetchmail/fetchmail.py openerp/addons/fetchmail/__init__.py openerp/addons/fetchmail/__openerp__.py openerp/addons/delivery/wizard/__init__.py openerp/addons/delivery/wizard/delivery_sale_order.py openerp/addons/delivery/sale.py openerp/addons/delivery/__init__.py openerp/addons/delivery/partner.py openerp/addons/delivery/delivery.py openerp/addons/delivery/__openerp__.py openerp/addons/delivery/report/__init__.py openerp/addons/delivery/report/shipping.py openerp/addons/delivery/stock.py openerp/addons/product_visible_discount/product_visible_discount.py openerp/addons/product_visible_discount/__init__.py openerp/addons/product_visible_discount/__openerp__.py openerp/addons/crm_todo/crm_todo.py openerp/addons/crm_todo/__init__.py openerp/addons/crm_todo/__openerp__.py openerp/addons/project_timesheet/__init__.py openerp/addons/project_timesheet/project_timesheet.py openerp/addons/project_timesheet/__openerp__.py openerp/addons/project_timesheet/report/__init__.py openerp/addons/project_timesheet/report/task_report.py openerp/addons/product_expiry/product_expiry.py openerp/addons/product_expiry/__init__.py openerp/addons/product_expiry/__openerp__.py openerp/addons/membership/wizard/membership_invoice.py openerp/addons/membership/wizard/__init__.py openerp/addons/membership/membership.py openerp/addons/membership/__init__.py openerp/addons/membership/__openerp__.py openerp/addons/membership/report/__init__.py openerp/addons/membership/report/report_membership.py openerp/addons/google_map/__init__.py openerp/addons/google_map/google_map_launch.py openerp/addons/google_map/__openerp__.py openerp/addons/mrp_jit/__init__.py openerp/addons/mrp_jit/__openerp__.py openerp/addons/project_mrp/__init__.py openerp/addons/project_mrp/project_mrp.py openerp/addons/project_mrp/project_procurement.py openerp/addons/project_mrp/__openerp__.py openerp/addons/hr_timesheet/wizard/hr_timesheet_print_users.py openerp/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out.py openerp/addons/hr_timesheet/wizard/__init__.py openerp/addons/hr_timesheet/wizard/hr_timesheet_print_employee.py openerp/addons/hr_timesheet/__init__.py openerp/addons/hr_timesheet/hr_timesheet.py openerp/addons/hr_timesheet/__openerp__.py openerp/addons/hr_timesheet/report/users_timesheet.py openerp/addons/hr_timesheet/report/__init__.py openerp/addons/hr_timesheet/report/user_timesheet.py openerp/addons/analytic_journal_billing_rate/__init__.py openerp/addons/analytic_journal_billing_rate/analytic_journal_billing_rate.py openerp/addons/analytic_journal_billing_rate/__openerp__.py openerp/addons/project_gtd/wizard/__init__.py openerp/addons/project_gtd/wizard/project_gtd_fill.py openerp/addons/project_gtd/wizard/project_gtd_empty.py openerp/addons/project_gtd/__init__.py openerp/addons/project_gtd/project_gtd.py openerp/addons/project_gtd/__openerp__.py openerp/addons/plugin_outlook/__init__.py openerp/addons/plugin_outlook/__openerp__.py openerp/addons/plugin_outlook/plugin_outlook.py openerp/addons/project_issue/__init__.py openerp/addons/project_issue/project_issue.py openerp/addons/project_issue/__openerp__.py openerp/addons/project_issue/report/__init__.py openerp/addons/project_issue/report/project_issue_report.py openerp/addons/marketing_campaign/marketing_campaign.py openerp/addons/marketing_campaign/res_partner.py openerp/addons/marketing_campaign/__init__.py openerp/addons/marketing_campaign/__openerp__.py openerp/addons/marketing_campaign/report/__init__.py openerp/addons/marketing_campaign/report/campaign_analysis.py openerp/addons/report_intrastat/__init__.py openerp/addons/report_intrastat/report_intrastat.py openerp/addons/report_intrastat/__openerp__.py openerp/addons/report_intrastat/report/__init__.py openerp/addons/report_intrastat/report/invoice.py openerp/addons/account_anglo_saxon/product.py openerp/addons/account_anglo_saxon/purchase.py openerp/addons/account_anglo_saxon/sale.py openerp/addons/account_anglo_saxon/__init__.py openerp/addons/account_anglo_saxon/invoice.py openerp/addons/account_anglo_saxon/__openerp__.py openerp/addons/account_anglo_saxon/stock.py openerp/addons/document_ftp/wizard/ftp_browse.py openerp/addons/document_ftp/wizard/__init__.py openerp/addons/document_ftp/wizard/ftp_configuration.py openerp/addons/document_ftp/ftpserver/__init__.py openerp/addons/document_ftp/test_easyftp.py openerp/addons/document_ftp/__init__.py openerp/addons/document_ftp/__openerp__.py openerp/addons/event_project/wizard/__init__.py openerp/addons/event_project/wizard/event_project_retro.py openerp/addons/event_project/__init__.py openerp/addons/event_project/event_project.py openerp/addons/event_project/__openerp__.py openerp/addons/import_sugarcrm/sugar.py openerp/addons/import_sugarcrm/wizard/__init__.py openerp/addons/import_sugarcrm/wizard/import_message.py openerp/addons/import_sugarcrm/__init__.py openerp/addons/import_sugarcrm/import_sugarcrm.py openerp/addons/import_sugarcrm/__openerp__.py openerp/addons/l10n_be/wizard/l10n_be_vat_intra.py openerp/addons/l10n_be/wizard/l10n_be_partner_vat_listing.py openerp/addons/l10n_be/wizard/__init__.py openerp/addons/l10n_be/wizard/l10n_be_account_vat_declaration.py openerp/addons/l10n_be/__init__.py openerp/addons/l10n_be/company.py openerp/addons/l10n_be/__openerp__.py openerp/addons/account_voucher/wizard/account_statement_from_invoice.py openerp/addons/account_voucher/wizard/account_voucher_unreconcile.py openerp/addons/account_voucher/wizard/__init__.py openerp/addons/account_voucher/__init__.py openerp/addons/account_voucher/invoice.py openerp/addons/account_voucher/account_voucher.py openerp/addons/account_voucher/__openerp__.py openerp/addons/account_voucher/report/__init__.py openerp/addons/account_voucher/report/account_voucher_print.py openerp/addons/account_voucher/report/account_voucher_sales_receipt.py openerp/addons/account_voucher/report/account_voucher.py openerp/addons/sale_order_dates/__init__.py openerp/addons/sale_order_dates/sale_order_dates.py openerp/addons/sale_order_dates/__openerp__.py openerp/addons/purchase_double_validation/purchase_double_validation_installer.py openerp/addons/purchase_double_validation/__init__.py openerp/addons/purchase_double_validation/__openerp__.py openerp/addons/share/wizard/share_wizard.py openerp/addons/share/wizard/__init__.py openerp/addons/share/ir_model.py openerp/addons/share/__init__.py openerp/addons/share/__openerp__.py openerp/addons/share/res_users.py openerp/addons/project_issue_sheet/project_issue_sheet.py openerp/addons/project_issue_sheet/__init__.py openerp/addons/project_issue_sheet/__openerp__.py openerp/addons/crm_helpdesk/crm_helpdesk.py openerp/addons/crm_helpdesk/__init__.py openerp/addons/crm_helpdesk/__openerp__.py openerp/addons/crm_helpdesk/report/__init__.py openerp/addons/crm_helpdesk/report/crm_helpdesk_report.py openerp/addons/base_module_doc_rst/wizard/__init__.py openerp/addons/base_module_doc_rst/wizard/tech_rst_guide.py openerp/addons/base_module_doc_rst/wizard/generate_relation_graph.py openerp/addons/base_module_doc_rst/__init__.py openerp/addons/base_module_doc_rst/base_module_doc_rst.py openerp/addons/base_module_doc_rst/__openerp__.py openerp/addons/base_module_doc_rst/report/ir_module_reference_print_graph.py openerp/addons/base_module_doc_rst/report/report_proximity_graph.py openerp/addons/base_module_doc_rst/report/__init__.py openerp/addons/hr_recruitment/wizard/hr_recruitment_employee_hired.py openerp/addons/hr_recruitment/wizard/hr_recruitment_create_partner_job.py openerp/addons/hr_recruitment/wizard/__init__.py openerp/addons/hr_recruitment/wizard/hr_recruitment_phonecall.py openerp/addons/hr_recruitment/__init__.py openerp/addons/hr_recruitment/__openerp__.py openerp/addons/hr_recruitment/report/__init__.py openerp/addons/hr_recruitment/report/hr_recruitment_report.py openerp/addons/hr_recruitment/hr_recruitment.py openerp/addons/account_analytic_default/__init__.py openerp/addons/account_analytic_default/account_analytic_default.py openerp/addons/account_analytic_default/__openerp__.py openerp/addons/profile_tools/__init__.py openerp/addons/profile_tools/__openerp__.py openerp/addons/hr/__init__.py openerp/addons/hr/hr.py openerp/addons/hr/hr_department.py openerp/addons/hr/__openerp__.py openerp/addons/purchase_requisition/wizard/__init__.py openerp/addons/purchase_requisition/wizard/purchase_requisition_partner.py openerp/addons/purchase_requisition/purchase_requisition.py openerp/addons/purchase_requisition/__init__.py openerp/addons/purchase_requisition/__openerp__.py openerp/addons/purchase_requisition/report/__init__.py openerp/addons/purchase_requisition/report/requisition.py openerp/addons/wiki_quality_manual/__init__.py openerp/addons/wiki_quality_manual/__openerp__.py openerp/addons/wiki_sale_faq/__init__.py openerp/addons/wiki_sale_faq/__openerp__.py openerp/addons/analytic/__init__.py openerp/addons/analytic/__openerp__.py openerp/addons/analytic/analytic.py openerp/addons/idea/wizard/idea_post_vote.py openerp/addons/idea/wizard/__init__.py openerp/addons/idea/__init__.py openerp/addons/idea/idea.py openerp/addons/idea/__openerp__.py openerp/addons/idea/report/report_vote.py openerp/addons/idea/report/__init__.py openerp/addons/crm_profiling/wizard/__init__.py openerp/addons/crm_profiling/wizard/open_questionnaire.py openerp/addons/crm_profiling/crm_profiling.py openerp/addons/crm_profiling/__init__.py openerp/addons/crm_profiling/__openerp__.py openerp/addons/knowledge/__init__.py openerp/addons/knowledge/__openerp__.py openerp/addons/stock_planning/wizard/stock_planning_forecast.py openerp/addons/stock_planning/wizard/__init__.py openerp/addons/stock_planning/wizard/stock_planning_create_periods.py openerp/addons/stock_planning/wizard/stock_planning_createlines.py openerp/addons/stock_planning/__init__.py openerp/addons/stock_planning/stock_planning.py openerp/addons/stock_planning/__openerp__.py openerp/addons/l10n_de/__init__.py openerp/addons/l10n_de/__openerp__.py openerp/addons/process/process.py openerp/addons/process/__init__.py openerp/addons/process/__openerp__.py openerp/addons/project_scrum/project_scrum.py openerp/addons/project_scrum/wizard/project_scrum_postpone.py openerp/addons/project_scrum/wizard/project_scrum_email.py openerp/addons/project_scrum/wizard/__init__.py openerp/addons/project_scrum/wizard/project_scrum_backlog_merger.py openerp/addons/project_scrum/wizard/project_scrum_backlog_sprint.py openerp/addons/project_scrum/wizard/mail_compose_message.py openerp/addons/project_scrum/wizard/project_scrum_backlog_create_task.py openerp/addons/project_scrum/__init__.py openerp/addons/project_scrum/__openerp__.py openerp/addons/project_scrum/report/task_burndown.py openerp/addons/project_scrum/report/_burndown.py openerp/addons/project_scrum/report/__init__.py openerp/addons/project_scrum/report/sprint_burndown.py openerp/addons/account_check_writing/account.py openerp/addons/account_check_writing/__init__.py openerp/addons/account_check_writing/account_voucher.py openerp/addons/account_check_writing/__openerp__.py openerp/addons/account_check_writing/report/check_print.py openerp/addons/account_check_writing/report/__init__.py openerp/addons/hr_contract/__init__.py openerp/addons/hr_contract/hr_contract.py openerp/addons/hr_contract/__openerp__.py openerp/addons/l10n_th/__init__.py openerp/addons/l10n_th/__openerp__.py openerp/addons/decimal_precision/__init__.py openerp/addons/decimal_precision/decimal_precision.py openerp/addons/decimal_precision/__openerp__.py openerp/addons/base_vat/res_company.py openerp/addons/base_vat/base_vat.py openerp/addons/base_vat/__init__.py openerp/addons/base_vat/__openerp__.py openerp/addons/account_analytic_plans/account_analytic_plans.py openerp/addons/account_analytic_plans/wizard/account_crossovered_analytic.py openerp/addons/account_analytic_plans/wizard/__init__.py openerp/addons/account_analytic_plans/wizard/analytic_plan_create_model.py openerp/addons/account_analytic_plans/__init__.py openerp/addons/account_analytic_plans/__openerp__.py openerp/addons/account_analytic_plans/report/crossovered_analytic.py openerp/addons/account_analytic_plans/report/__init__.py openerp/addons/crm_partner_assign/wizard/__init__.py openerp/addons/crm_partner_assign/wizard/crm_forward_to_partner.py openerp/addons/crm_partner_assign/__init__.py openerp/addons/crm_partner_assign/partner_geo_assign.py openerp/addons/crm_partner_assign/__openerp__.py openerp/addons/crm_partner_assign/report/crm_lead_report.py openerp/addons/crm_partner_assign/report/crm_partner_report.py openerp/addons/crm_partner_assign/report/__init__.py openerp/addons/account_followup/wizard/__init__.py openerp/addons/account_followup/wizard/account_followup_print.py openerp/addons/account_followup/__init__.py openerp/addons/account_followup/__openerp__.py openerp/addons/account_followup/report/account_followup_report.py openerp/addons/account_followup/report/__init__.py openerp/addons/account_followup/report/account_followup_print.py openerp/addons/account_followup/account_followup.py openerp/addons/account_analytic_analysis/account_analytic_analysis.py openerp/addons/account_analytic_analysis/__init__.py openerp/addons/account_analytic_analysis/__openerp__.py openerp/addons/base_module_quality/unit_test/__init__.py openerp/addons/base_module_quality/unit_test/unit_test.py openerp/addons/base_module_quality/pep8_test/__init__.py openerp/addons/base_module_quality/pep8_test/pep8_test.py openerp/addons/base_module_quality/object_test/object_test.py openerp/addons/base_module_quality/object_test/__init__.py openerp/addons/base_module_quality/wizard/quality_save_report.py openerp/addons/base_module_quality/wizard/module_quality_check.py openerp/addons/base_module_quality/wizard/__init__.py openerp/addons/base_module_quality/workflow_test/__init__.py openerp/addons/base_module_quality/workflow_test/workflow_test.py openerp/addons/base_module_quality/base_module_quality.py openerp/addons/base_module_quality/__init__.py openerp/addons/base_module_quality/terp_test/__init__.py openerp/addons/base_module_quality/terp_test/terp_test.py openerp/addons/base_module_quality/pylint_test/pylint_test.py openerp/addons/base_module_quality/pylint_test/__init__.py openerp/addons/base_module_quality/__openerp__.py openerp/addons/base_module_quality/structure_test/structure_test.py openerp/addons/base_module_quality/structure_test/__init__.py openerp/addons/base_module_quality/method_test/method_test.py openerp/addons/base_module_quality/method_test/__init__.py openerp/addons/base_module_quality/speed_test/__init__.py openerp/addons/base_module_quality/speed_test/speed_test.py openerp/addons/lunch/lunch.py openerp/addons/lunch/wizard/lunch_order_cancel.py openerp/addons/lunch/wizard/lunch_order_confirm.py openerp/addons/lunch/wizard/__init__.py openerp/addons/lunch/wizard/lunch_cashbox_clean.py openerp/addons/lunch/__init__.py openerp/addons/lunch/__openerp__.py openerp/addons/lunch/report/report_lunch_order.py openerp/addons/lunch/report/__init__.py openerp/addons/lunch/report/order.py openerp/addons/product_manufacturer/__init__.py openerp/addons/product_manufacturer/product_manufacturer.py openerp/addons/product_manufacturer/__openerp__.py openerp/addons/crm/wizard/crm_phonecall_to_meeting.py openerp/addons/crm/wizard/crm_lead_to_opportunity.py openerp/addons/crm/wizard/crm_phonecall_to_phonecall.py openerp/addons/crm/wizard/crm_lead_to_partner.py openerp/addons/crm/wizard/crm_phonecall_to_opportunity.py openerp/addons/crm/wizard/crm_phonecall_to_partner.py openerp/addons/crm/wizard/__init__.py openerp/addons/crm/wizard/crm_merge_opportunities.py openerp/addons/crm/wizard/mail_compose_message.py openerp/addons/crm/wizard/crm_opportunity_to_phonecall.py openerp/addons/crm/wizard/crm_partner_to_opportunity.py openerp/addons/crm/crm_action_rule.py openerp/addons/crm/res_partner.py openerp/addons/crm/__init__.py openerp/addons/crm/crm.py openerp/addons/crm/crm_meeting.py openerp/addons/crm/crm_lead.py openerp/addons/crm/crm_operators.py openerp/addons/crm/crm_segmentation.py openerp/addons/crm/__openerp__.py openerp/addons/crm/report/crm_lead_report.py openerp/addons/crm/report/__init__.py openerp/addons/crm/report/report_businessopp.py openerp/addons/crm/report/crm_phonecall_report.py openerp/addons/crm/crm_phonecall.py openerp/addons/crm_caldav/crm_caldav.py openerp/addons/crm_caldav/__init__.py openerp/addons/crm_caldav/__openerp__.py openerp/addons/caldav/orm_utils.py openerp/addons/caldav/wizard/caldav_browse.py openerp/addons/caldav/wizard/__init__.py openerp/addons/caldav/wizard/calendar_event_subscribe.py openerp/addons/caldav/wizard/calendar_event_import.py openerp/addons/caldav/wizard/calendar_event_export.py openerp/addons/caldav/caldav.py openerp/addons/caldav/calendar_collection.py openerp/addons/caldav/__init__.py openerp/addons/caldav/caldav_node.py openerp/addons/caldav/__openerp__.py openerp/addons/caldav/calendar.py openerp/addons/l10n_us/__init__.py openerp/addons/l10n_us/__openerp__.py openerp/addons/wiki_faq/__init__.py openerp/addons/wiki_faq/__openerp__.py openerp/addons/product/product.py openerp/addons/product/wizard/product_price.py openerp/addons/product/wizard/__init__.py openerp/addons/product/pricelist.py openerp/addons/product/__init__.py openerp/addons/product/_common.py openerp/addons/product/partner.py openerp/addons/product/__openerp__.py openerp/addons/product/report/pricelist.py openerp/addons/product/report/__init__.py openerp/addons/product/report/product_pricelist.py openerp/addons/purchase_analytic_plans/__init__.py openerp/addons/purchase_analytic_plans/purchase_analytic_plans.py openerp/addons/purchase_analytic_plans/__openerp__.py openerp/addons/sale_margin/__init__.py openerp/addons/sale_margin/__openerp__.py openerp/addons/sale_margin/sale_margin.py openerp/addons/marketing_campaign_crm_demo/__openerp__.py openerp/addons/plugin_thunderbird/__init__.py openerp/addons/plugin_thunderbird/plugin_thunderbird.py openerp/addons/plugin_thunderbird/__openerp__.py openerp/addons/base_calendar/wizard/__init__.py openerp/addons/base_calendar/wizard/base_calendar_invite_attendee.py openerp/addons/base_calendar/__init__.py openerp/addons/base_calendar/base_calendar.py openerp/addons/base_calendar/__openerp__.py openerp/addons/multi_company/__init__.py openerp/addons/multi_company/__openerp__.py openerp/addons/account_budget/wizard/account_budget_analytic.py openerp/addons/account_budget/wizard/account_budget_crossovered_summary_report.py openerp/addons/account_budget/wizard/__init__.py openerp/addons/account_budget/wizard/account_budget_report.py openerp/addons/account_budget/wizard/account_budget_crossovered_report.py openerp/addons/account_budget/__init__.py openerp/addons/account_budget/account_budget.py openerp/addons/account_budget/__openerp__.py openerp/addons/account_budget/report/analytic_account_budget_report.py openerp/addons/account_budget/report/crossovered_budget_report.py openerp/addons/account_budget/report/__init__.py openerp/addons/account_budget/report/budget_report.py openerp/addons/mrp_repair/mrp_repair.py openerp/addons/mrp_repair/wizard/__init__.py openerp/addons/mrp_repair/wizard/make_invoice.py openerp/addons/mrp_repair/wizard/cancel_repair.py openerp/addons/mrp_repair/__init__.py openerp/addons/mrp_repair/__openerp__.py openerp/addons/mrp_repair/report/__init__.py openerp/addons/mrp_repair/report/order.py openerp/addons/subscription/__init__.py openerp/addons/subscription/subscription.py openerp/addons/subscription/__openerp__.py openerp/addons/pad_project/__init__.py openerp/addons/pad_project/models/__init__.py openerp/addons/pad_project/__openerp__.py openerp/addons/audittrail/audittrail.py openerp/addons/audittrail/wizard/__init__.py openerp/addons/audittrail/wizard/audittrail_view_log.py openerp/addons/audittrail/__init__.py openerp/addons/audittrail/__openerp__.py openerp/addons/hr_timesheet_sheet/wizard/__init__.py openerp/addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py openerp/addons/hr_timesheet_sheet/__init__.py openerp/addons/hr_timesheet_sheet/__openerp__.py openerp/addons/hr_timesheet_sheet/report/timesheet_report.py openerp/addons/hr_timesheet_sheet/report/__init__.py openerp/addons/hr_timesheet_sheet/report/hr_timesheet_report.py openerp/addons/hr_timesheet_sheet/hr_timesheet_sheet.py openerp/addons/base_report_designer/base_report_designer.py openerp/addons/base_report_designer/wizard/__init__.py openerp/addons/base_report_designer/wizard/base_report_designer_modify.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tiny_socket.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/__init__.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tools.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/logreport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/rpc.py openerp/addons/base_report_designer/__init__.py openerp/addons/base_report_designer/installer.py openerp/addons/base_report_designer/openerp_sxw2rml/__init__.py openerp/addons/base_report_designer/openerp_sxw2rml/openerp_sxw2rml.py openerp/addons/base_report_designer/__openerp__.py openerp/addons/l10n_ve/__init__.py openerp/addons/l10n_ve/__openerp__.py openerp/addons/l10n_ma/__init__.py openerp/addons/l10n_ma/l10n_ma.py openerp/addons/l10n_ma/__openerp__.py openerp/addons/crm_claim/__init__.py openerp/addons/crm_claim/__openerp__.py openerp/addons/crm_claim/report/__init__.py openerp/addons/crm_claim/report/crm_claim_report.py openerp/addons/crm_claim/crm_claim.py openerp/report/preprocess.py openerp/report/print_xml.py openerp/report/printscreen/ps_form.py openerp/report/printscreen/__init__.py openerp/report/printscreen/ps_list.py openerp/report/render/render.py openerp/report/render/rml2pdf/customfonts.py openerp/report/render/rml2pdf/trml2pdf.py openerp/report/render/rml2pdf/__init__.py openerp/report/render/rml2pdf/utils.py openerp/report/render/rml2pdf/color.py openerp/report/render/odt2odt/__init__.py openerp/report/render/odt2odt/odt2odt.py openerp/report/render/simple.py openerp/report/render/__init__.py openerp/report/render/rml2html/rml2html.py openerp/report/render/rml2html/__init__.py openerp/report/render/rml2html/utils.py openerp/report/render/makohtml2html/makohtml2html.py openerp/report/render/makohtml2html/__init__.py openerp/report/render/rml2txt/rml2txt.py openerp/report/render/rml2txt/__init__.py openerp/report/render/rml2txt/utils.py openerp/report/render/html2html/__init__.py openerp/report/render/html2html/html2html.py openerp/report/render/rml.py openerp/report/misc.py openerp/report/interface.py openerp/report/__init__.py openerp/report/common.py openerp/report/report_sxw.py openerp/report/int_to_text.py openerp/report/print_fnc.py openerp/report/custom.py Copyright: 2004-2012 Tiny SPRL (). License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_it/__init__.py openerp/addons/l10n_it/__openerp__.py Copyright: 2010 OpenERP Italian Community () License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_uk/__init__.py openerp/addons/l10n_uk/__openerp__.py Copyright: 2011 Smartmode LTD (). License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_be_invoice_bba/__init__.py openerp/addons/l10n_be_invoice_bba/invoice.py openerp/addons/l10n_be_invoice_bba/partner.py openerp/addons/l10n_be_invoice_bba/__openerp__.py Copyright: 2011 Noviat nv/sa (www.noviat.be). All rights reserved. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_hn/__init__.py openerp/addons/l10n_hn/__openerp__.py Copyright: Camptocamp SA License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_syscohada/__init__.py openerp/addons/l10n_syscohada/__openerp__.py Copyright: 2010-2011 BAAMTU SARL (). License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_uy/__init__.py openerp/addons/l10n_uy/__openerp__.py Copyright: 2011 Openerp.uy License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_ca/__init__.py openerp/addons/l10n_ca/__openerp__.py Copyright: 2010 Savoir-faire Linux (). License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_pe/__openerp__.py Copyright: 2011 Cubic ERP - Teradata SAC. (http://cubicerp.com) License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_ch/wizard/create_dta.py openerp/addons/l10n_ch/wizard/__init__.py openerp/addons/l10n_ch/wizard/bvr_import.py openerp/addons/l10n_ch/payment.py openerp/addons/l10n_ch/__init__.py openerp/addons/l10n_ch/company.py openerp/addons/l10n_ch/invoice.py openerp/addons/l10n_ch/partner.py openerp/addons/l10n_ch/account_wizard.py openerp/addons/l10n_ch/__openerp__.py openerp/addons/l10n_ch/report/report_webkit_html.py openerp/addons/l10n_ch/bank.py Copyright: Nicolas Bessi. Copyright Camptocamp SA License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/account_coda/account_coda.py openerp/addons/account_coda/wizard/__init__.py openerp/addons/account_coda/wizard/account_coda_import.py openerp/addons/account_coda/__init__.py openerp/addons/account_coda/__openerp__.py openerp/addons/account_bank_statement_extensions/wizard/confirm_statement_line.py openerp/addons/account_bank_statement_extensions/wizard/__init__.py openerp/addons/account_bank_statement_extensions/wizard/cancel_statement_line.py openerp/addons/account_bank_statement_extensions/account_bank_statement.py openerp/addons/account_bank_statement_extensions/res_partner_bank.py openerp/addons/account_bank_statement_extensions/__init__.py openerp/addons/account_bank_statement_extensions/__openerp__.py openerp/addons/account_bank_statement_extensions/report/bank_statement_balance_report.py openerp/addons/account_bank_statement_extensions/report/__init__.py Copyright: 2011 Noviat nv/sa (www.noviat.be). All rights reserved License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_ec/__init__.py openerp/addons/l10n_ec/__openerp__.py Copyright: 2010-2012 Cristian Salamea Gnuthink Software Labs Cia. Ltda License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_br/account.py openerp/addons/l10n_br/__init__.py openerp/addons/l10n_br/l10n_br.py openerp/addons/l10n_br/__openerp__.py Copyright: 2009 Renato Lima - Akretion License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_fr_rib/__init__.py openerp/addons/l10n_fr_rib/__openerp__.py openerp/addons/l10n_fr_rib/bank.py Copyright: 2011 Numérigraphe SARL. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_gt/__init__.py openerp/addons/l10n_gt/__openerp__.py Copyright: 2009-2010 Soluciones Tecnologócias Prisma S.A. All Rights Reserved. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_ro/res_partner.py openerp/addons/l10n_ro/__init__.py openerp/addons/l10n_ro/__openerp__.py Copyright:2009 Fil System (). All Rights Reserved License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/l10n_es/__init__.py openerp/addons/l10n_es/__openerp__.py Copyright: 2007 ACYSOS S.L. (http://acysos.com) All Rights Reserved. 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/modify.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Change.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Expression.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ServerParameter.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/compile_all.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ExportToRML.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/__init__.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertFieldsToBraces.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Translation.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Fields.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/AddAttachment.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/About.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/LoginTest.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ModifyExistingReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/SendToServer.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/NewReport.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/functions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/error.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/actions.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/gui.py openerp/addons/base_report_designer/plugin/openerp_report_designer/bin/script/Repeatln.py Copyright: 2003-2004 Danny Brewer License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA . See: http://www.gnu.org/licenses/lgpl.html Files: openerp/report/render/rml2pdf/utils.py openerp/report/render/rml2html/rml2html.py Copyright: 2004-2009 Tiny SPRL (). License: LGPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. . You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Files: openerp/addons/wiki/web/controllers/wiki.py openerp/addons/wiki/web/widgets/wiki.py Copyright: 2007-TODAY Tiny ERP Pvt Ltd. All Rights Reserved. License: MPL The OpenERP web client is distributed under the "OpenERP Public License". It's based on Mozilla Public License Version (MPL) 1.1 with following restrictions: . - All names, links and logos of Tiny, OpenERP and Axelor must be kept as in original distribution without any changes in all software screens, especially in start-up page and the software header, even if the application source code has been changed or updated or code has been added. - All distributions of the software must keep source code with OEPL. . - All integrations to any other software must keep source code with OEPL. . If you need commercial licence to remove this kind of restriction please contact us. . You can see the MPL licence at: http://www.mozilla.org/MPL/MPL-1.1.html debian/openerp6.1-core.links0000664000000000000000000000050512041205505013047 0ustar /usr/share/pyshared/feedparser.py /usr/share/openerp/addons/wiki/web/widgets/rss/feedparser.py /usr/share/javascript/jquery-form/jquery.form.js /usr/share/openerp/addons/web/static/lib/jquery.form/jquery.form.js /usr/share/javascript/underscore/underscore.js /usr/share/openerp/addons/web/static/lib/underscore/underscore.js debian/README.source0000664000000000000000000000110412041205505011335 0ustar openerp6.1 for Ubuntu --------------------- Debian patch system =================== This package uses quilt to manage all the modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. Openerp6.1 sources repackaging ============================== OpenERP6.1 has been repackaged due to problem with files with the following extensions: *.dll *.msi *.chm These files have been deleted because they are non-dfsg free. -- Yolanda Robla Fri, 31 Aug 2012 11:15:00 +0100 debian/openerp6.1-full.templates0000664000000000000000000000241412041205505013740 0ustar Template: openerp6.1-full/install_type Type: select Choices: local, remote Default: local _Description: What's the location of your PostgreSQL server? [local|remote] The openerp6.1-full package needs to configure your OpenERP settings depending on PostgreSQL server. Template: openerp6.1-full/install_host Type: string _Description: Hostname for your PostgreSQL server The openerp6.1-full package needs to configure your PostgreSQL hostname. Template: openerp6.1-full/install_user Type: string _Description: Username for your PostgreSQL server The openerp6.1-full package needs to configure your PostgreSQL user. Template: openerp6.1-full/install_password Type: password _Description: Password for your PostgreSQL server The openerp6.1-full package needs to configure your PostgreSQL password. Template: openerp6.1-full/install_port Type: string Default: 5432 _Description: Port for your PostgreSQL server [5432] The openerp6.1-full package needs to configure your PostgreSQL port. Template: openerp6.1-full/remove_user Type: boolean Default: true _Description: Do you want to remove the OpenERP PostgreSQL User? The openerp6.1-full package needs to remove your OpenERP PostgreSQL user. . This will remove the openerp user that was previously created in your PostgreSQL server.