Go to file
2023-03-31 16:07:49 +02:00
after issue11198 sure assign bank account that has not before deleted 2023-03-31 16:07:49 +02:00
before Update the way that migrat bank accounts from v6.0- and solve the possible duplicateds 2023-02-27 16:14:37 +01: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 Do not try to rename 'bank_account_number' fields if they do not exist. 2023-03-15 14:08:28 +01:00
cron-upgrade replace invoke to k copy to create new database 2022-09-29 18:14:23 +02:00
local-upgrade replace invoke to k copy to create new database 2022-09-29 18:14:23 +02:00
README Add more information in README 2018-02-06 17:21:02 +01:00
requirements.txt Add requirements.txt 2023-03-14 16:56:58 +01:00
upgrade Add missing Loader parameter when loading override file. 2021-10-15 09:56:05 +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>