From 4c1b5380df111e14b44ade7438cfb4d5dbbdecda Mon Sep 17 00:00:00 2001 From: sinergia Date: Mon, 14 Aug 2023 11:57:53 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20Se=20a=C3=B1aden=20tablas=20de=20depende?= =?UTF-8?q?ncias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2eb584..3c6c499 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,38 @@ Docker tryton-non_official It is a tool for deploying unofficial Tryton modules > Gnuhealth and Etrivial most be work whit tryton5.0 +| Nombre | DescripciĆ³n | +| -------------- | ------------------ | +| Trytond | Servidor de Tryton | +| Trytond-Worker | EjecuciĆ³n de colas | +| Trytond-Cron | Tareas programadas | +| Nginx | uso con Uwsgi | + +# Unofficial Providers + +| Name | Estiamted Modules | Versions | Web Site | Repositories +| --------- | -------------- | ------------------ | -------------------------- | --------------- +| Gnuhealth | | 5.0, 6.0 | https://www.gnuhealth.org/ | +| Kalenis | 33 | 6.0 | https://kalenislims.com/ | https://gitea.onecluster.org/Kalenis +| NaNtic | 1150 | 6.0, 6.4, 6.8 | https://www.nan-tic.com/es | https://github.com/NaN-tic +| Datalife | 200 | 6.0 | https://datalifeit.es/ | https://gitlab.com/datalifeit/trytond-stock_unit_load +| Presik | 180 | 6.0 | https://presik.com/ | https://bitbucket.org/presik/ +| Trytonar | 31 | 6.0 | https://www.tryton.org.ar/ | https://github.com/tryton-ar/ +| OneTeam | 26 | 6.0, 6.2, 6.4, 6.6 | | https://git.disroot.org/OneTeam + + +# Docker versions of Tryton and Python + +| Tryton | Python | +| ------ | ------ | +| 5.0 | 3.7 | +| 6.0 | 3.7 | +| 6.2 | 3.7 | +| 6.4 | 3.7 | +| 6.6 | 3.9 | +| 6.8 | 3.9 | + + # Dependencies: Have **docker** 20 or higher installed and **git** @@ -107,4 +139,4 @@ docker-compose -p exec --user root tryton /entrypoint.sh trytond- Enter postgres docker service psql. ``` docker-compose -p exec --user postgres db psql -``` +``` \ No newline at end of file