Commit graph

34 commits

Author SHA1 Message Date
08b2881217 [FIX] readme support french and update documentation 2026-03-07 00:06:40 -05:00
a2d3aa2a78 [ADD] Multilingual translation of all documentation (EN/FR)
Added 30 .base.md files using the mmg (Multilingual Markdown Generator)
format to automatically generate English (.md) and French (.fr.md)
versions of all project documentation.
Updated conf/make.documentation.Makefile to process all .base.md files
via `make doc_markdown`.
2026-03-04 22:23:52 -05:00
8c6e5da0fc [UPD] README support odoo 18 2026-02-14 05:10:54 -05:00
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
e96a83f036 Merge branch 'update_poetry'
- Update poetry
- Fix OSX and Ubuntu installation
- Latest version wkhtmltopdf
- More documentation
2024-12-01 04:58:15 -05:00
327870a175 Format 2024-12-01 04:49:34 -05:00
e08b402f3a [FIX] installation os before choose odoo version 2024-12-01 04:49:34 -05:00
Fabian Rodriguez
0c9f794377
Update README.md - add Mastodon account
added link to Mastodon account
2024-11-05 16:37:10 -05:00
Fabian Rodriguez
83e9c0ab6a
Update README.md with Debian and Ubuntu install instructions
Add instructions for Debian 12 and test/combine such instructions for Ubuntu 24.04 LTS too.
2024-11-05 14:33:32 -05: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
391c73bf39 [UPD] makefile IDE 2024-11-02 02:26:02 -04:00
02a53e0c8f [ADD] README ERPLibre definition 2024-10-22 22:09:32 -04:00
f12b0b2903 [UPD] README.md: minimum dependency suggestion 2024-08-25 01:34:48 -04:00
b22cbe879e [UPD] remove netrpc_interface from configuration 2024-05-03 23:13:59 -04:00
81c4528b57 [UPD] replace docker-compose to docker compose 2024-05-03 23:13:59 -04:00
722ab6971f [UPD] release 1.5.0 2023-07-07 03:10:36 -04:00
4c73da29b0 [UPD] README: use test_full_fast instead of test, more fast 2023-02-14 16:49:15 -05: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
1928128fb5 [UPD] release v1.4.0 2022-10-05 23:06:23 -04:00
f525de5ab2 [UPD] update to version v1.3.0 2022-01-25 19:09:25 -05:00
ad5b21cbca [UPD] doc: better release information, readme and development 2022-01-24 14:09:17 -05:00
684f8dd4d7 Release v1.2.1 2021-09-28 01:41:36 -04:00
1480fa4d16 [ADD] readme: docker usage 2021-07-20 21:06:41 -04:00
Marie-Michèle Poulin
64d2d01636 [FIX] Doc: grammar and spelling correction. 2021-07-20 21:05:47 -04:00
76a9a61b1e [ADD] make test 2021-06-27 00:52:18 -04:00
1aa967fb6f [ADD] Multilingual markdown, support doc/CODE_GENERATOR.md in FR and EN
- Update README
2021-06-27 00:36:52 -04:00
f81b257e3a [FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/ 2020-11-21 00:10:28 -05:00
Marie-Michele Poulin
d8ef5912e4 [FIX] text correction in documentation
Signed-off-by: Marie-Michèle Poulin <marie-michele.poulin@technolibre.ca>
2020-09-30 21:02:19 -04:00
d4c1ada94b [ADD] Readme.md with easy guide to run ERPLibre 2020-07-14 22:19:11 -04:00
5a6656665d Doc: Move documentation to doc/
- Explain how to use script and fork
- Add discover guide
- Improve all documentation
2020-07-05 22:55:13 -04:00
Michael Faille
293c1d2796 repo: add documentation in readme 2020-07-05 22:55:13 -04:00
dae32637bc [IMP] Copy ERPLibre from https://github.com/mathbentech/InstallScript
- Fix many script and support feature to fork project with organization
2020-04-20 03:56:45 -04:00