chore: update Docker and build config, fix typo, update submodules

This commit is contained in:
2026-04-06 22:15:33 -05:00
parent edad4df6e4
commit 20b1f77e9e
5 changed files with 20 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ if [ -z "${DEVELOP}" ]; then
fi
if [ ${DEVELOP} = "True" ]; then
pip3 install --break-system-packages proteus==${TRYTOND_VERSION}
pip3 install --break-system-packages proteus==${TRYTOND_VERSION} trytond==${TRYTOND_VERSION}
pip3 install --break-system-packages -r .dev/requirements_dev.txt
fi
@@ -19,6 +19,7 @@ fi
pip3 install --break-system-packages -r requirements.txt
pip3 install --break-system-packages trytond==${TRYTOND_VERSION}
pip install "python-sql<1.8" --break-system-packages
official_modules=".dev/official_modules.txt"
while IFS= read -r module; do

View File

@@ -19,6 +19,7 @@ source ${SCRIPT_DIR}/install_module.sh
# inicializar base de datos
# https://docs.tryton.org/projects/server/en/latest/tutorial/module/setup_database.html
yes admin | trytond-admin -d ${DB_NAME} --all --act