Commit graph

29 commits

Author SHA1 Message Date
93617b1a65 [IMP] support multi version odoo on same workspace
- oficially support odoo 18 instead of odoo 16
- support postgis/postgresql 18 into docker
- change version erplibre 1.6.0
- support private environment and support local git repo manifest
- support switch odoo version
- support docker for each version
- update os installation
- upgrade python requirement
- separate virtual environment for erplibre and odoo
2025-10-31 01:36:26 -04:00
de9779cfc2 [IMP] refactoring .venv.erplibre
- erplibre separate venv erplibre and odoo
- rename python-version to python-odoo-version
- add conf/python-erplibre-version
- rename .venv to .venv.erplibre
- move .venv/repo to .venv.erplibre/bin/repo
- install pyenv into .venv.erplibre
- install poetry into .venv.odooVERSION

- first installation show odoo version to install
- can install erplibre without odoo
- update README.md information about installation with TODO
- change image from github to locally
- remove link creation .venv

- update version: remove code to force create symbolic link .venv
- use dynamic merge manifest, will be able to merge different odoo
version
- can add dev tools
- default manifest is empty to remove conflict
2025-10-31 01:34:26 -04:00
c1341a4198 [UPD] change 1.5.0 to 1.6.0 2025-04-25 23:25:43 -04:00
07346c5238 [ADD] script update env: support partial install for docker 2025-04-12 17:06:09 -04:00
d91c3c2e95 [IMP] support change odoo and python version
- Makefile show version, switch version and install different version
- erplibre_version with odoo_version, poetry_version and python_version
- support multiple docker version
- support odoo 12, odoo 14, odoo 16
- bullseye, bookworm debian
- update latest version
- script update_env_version to detect actual version and refactor it
- adapt file path to support multiple version
- poetry with verbose by default, ignore python keyring
- python script to generate image db with parallel for all odoo version
- check_addons_exist before generate all image
- support delay to change queue parallel
- fix odoo 12 product configurator
- can show demo website
- swith odoo
- force create addons if missing
- update manifest, because gen config break with wrong manifest
2024-11-02 02:26:02 -04:00
eff77820ba [UPD] docker: buster to bullseye, fix npm install
- add developer tools
- update wkhtmltox to works with bullseye
2023-12-02 14:14:23 -05:00
722ab6971f [UPD] release 1.5.0 2023-07-07 03:10:36 -04:00
c5895c90f1 [FIX] docker: remove pip vatnumber and add addons/addons path to configuration 2023-07-07 01:31:03 -04:00
f3a5bc9399 [UPD] multilingual-markdown: update to last version v1.0.3 2023-07-07 01:04:38 -04:00
7ed6939907 [UPD] script: move script git, manifest, database, poetry, install
- refactor script emplacement
- update all reference
2023-01-02 21:54:20 -05:00
7ddefe4d2a [FIX] docker: update poetry into docker 2023-01-02 01:49:00 -05:00
61e498dfbd [UPD] production release version 2022-10-05 23:00:01 -04:00
deea0471d2 [UPD] poetry to 1.1.14 2022-10-04 23:31:10 -04:00
f525de5ab2 [UPD] update to version v1.3.0 2022-01-25 19:09:25 -05:00
b85466b390 [UPD] poetry: docker and pyproject.toml version 1.1.12 2022-01-25 19:09:25 -05:00
5ec0b1c447 [ADD] docker: format docker-compose and add doc docker readme
- docker delete ~/.poetry in creation
2022-01-25 19:09:25 -05:00
684f8dd4d7 Release v1.2.1 2021-09-28 01:41:36 -04:00
3df8aef25d [ADD] release 1.2.0 update manifest and configuration 2021-07-20 23:54:12 -04:00
f7d70086fd [FIX] docker build, update dependencies and fix poetry
- Use image with python 3.7.7 instead of using pyenv
2021-06-27 16:51:30 -04:00
b7bb037583 Release v1.1.1 2020-12-11 15:35:08 -05:00
8a9ffe423d [ADD] docker: support when volume is mounted on /etc/odoo
- config odoo.conf is overwrite, so made a copy before solve the problem
2020-12-11 00:20:42 -05:00
f81b257e3a [FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/ 2020-11-21 00:10:28 -05:00
ec17f91bd4 [FIX] docker can checkout specific commit, like a tag 2020-10-25 03:12:02 -04:00
bcf1cfb5d0 Release v1.1.0 2020-10-01 01:21:32 -04:00
f30966d449 [FIX] docker missing volume for config of odoo
- fix of master password
2020-09-30 20:52:13 -04:00
a16224e948 [UPD] docker: support ERPLibre script, poetry and pyenv
- add script docker
2020-09-30 20:52:13 -04:00
789a26a432 [UPD] docker: Clean files 2020-09-30 20:52:13 -04:00
2f21c94c9d [FIX] docker odoo execution connect to database
- Database manager works when use postgres_db postgres
- Add volume for postgres
- Add script to build docker
- Documentation of docker usage
2020-09-30 20:52:13 -04:00
Michael Faille
89cd1c6f67 [ADD] docker : new hierchical layout
- Dockerfile.dev : development
- Dockerfile.prod.* : prod
- Dockerfile.*.pkg : odoo from package
- Dockerfile.*.src : odoo from source
2020-09-30 20:52:04 -04:00
Renamed from docker/Dockerfile.main (Browse further)