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