Modify some styles of the SAO of Tryton to match the style of Naliia

This commit is contained in:
2025-09-17 22:28:55 -05:00
parent a6e2dd969c
commit 80ec51d689
11 changed files with 19553 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ ARG TRYTOND_VERSION
ENV SERIES=${TRYTOND_VERSION}
RUN npm install -g bower
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
COPY naliia_sao_custom/sao.less /package/src/sao.less
RUN cd /package && bower install --allow-root
FROM python:3.11-bullseye
@@ -15,4 +16,4 @@ RUN apt-get update && apt-get install -y postgresql-client
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
COPY --from=builder-node /package /var/lib/trytond/www
COPY naliia_sao_custom/ /var/lib/trytond/www/