No description
Find a file
2019-07-08 14:59:38 +02:00
after Set user to create account invoice payment method 2019-07-07 11:09:06 +02:00
before Pyflakes fixes: remove unnecessary imports. 2019-07-05 13:26:35 +02:00
check merge 2019-02-09 07:31:40 +01:00
commits.yml add xarxfarma commits 2017-08-21 15:20:00 +02:00
config.yml Remove account_bank_reconciliation that the bank_reconcile is False in account 2019-07-08 14:59:38 +02:00
cron-upgrade In cron-upgrade use --no-tail on server.py call. 2017-01-25 09:55:37 +01:00
local-upgrade Add local-upgrade script. 2018-11-14 18:40:12 +01:00
README Add more information in README 2018-02-06 17:21:02 +01:00
upgrade Show an error if no configuration file could be found. 2019-05-30 18:01:13 +02:00

Upgrades
========

Upgrade trytond version

Upgrades
--------

.. code-block:: python

    export PYTHONPATH=trytond
    ./upgrades/upgrade <database_name> <from_version> -c <trytond.conf>

Upgrades
--------

.. code-block:: python

    export PYTHONPATH=trytond
    ./upgrades/cron-upgrade <database_source> <database_next> <from_version>

Check
-----

    export PYTHONPATH=trytond
    ./upgrades/check <database_name> <trytond.conf>