Commit graph

86 commits

Author SHA1 Message Date
ebbb2e8619 [UPD] poetry dependencies update 2021-06-27 00:52:18 -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
8a70d064d1 [FIX] repo_revert_git_diff_date_from_code_generator: remove wrong lines
in translation caused by ERPLibre structure
2021-06-27 00:36:52 -04:00
863ad4f434 [FIX] installation ubuntu poetry error
- poetry use env python
- makefile add make install to install dev
- check return status in install_locally
- support OCA_maintainer-tools in fresh installation
2021-06-27 00:36:52 -04:00
6002309a68 [ADD] makefile generate code generation other and i18n
- clean test to stash git before copying data
- prettier_xml.sh in format
2021-06-27 00:36:52 -04:00
41e645d3fa [UPD] black: reduce max length to 79 char and experimental-string-processing 2021-06-27 00:36:52 -04:00
bfd7826492 [ADD] script open terminal to improve code generator development 2021-06-27 00:36:52 -04:00
a3cc183e25 [ADD] migrate prod to test database 2021-06-27 00:36:52 -04:00
7f14bc8013 [ADD] script prettier xml format 2021-06-27 00:36:52 -04:00
55e0aa5ef3 [UPD] change odoo-saas-tool to saas-addons from it-projects-llc 2021-06-27 00:36:52 -04:00
8078b68261 [ADD] documentation black, odoo-autopep8, prettier 2021-06-27 00:36:52 -04:00
fcd755b5b6 [ADD] maintainer-tools to autopep8, flake8 and pylint-odoo 2021-06-27 00:36:52 -04:00
887f05da56 [ADD] cloudflare deployement: change old ip to new ip, or delete DNS config
- Script to get public ip
- Documentation how to use with crontab
2021-06-27 00:36:52 -04:00
99662ab8dd [ADD] repo_revert_git_diff_date_from_code_generator
- This script revert line when a diff is a changing date
- The code generator always change date for no important reason
2021-06-27 00:36:52 -04:00
48fce9e1f0 [ADD] db_restore and update makefile, clean unsued install addons
- db_restore create a _cache_DB and clone for each restore call
- This increase speed, 18s to 3s execution
- Makefile: add test2 and test3
add erplibre_ecommerce_base
2021-06-27 00:08:20 -04:00
7e4972355d [FIX] missing ERPLibre_image_db in source_repo_addons
- Remove it from config, no need for now
2021-06-27 00:08:20 -04:00
724569c980 [ADD] TechnoLibre_odoo-code-generator-template 2021-06-27 00:08:20 -04:00
60f78db43b [FIX] script git change remote, ignore when repo not exist 2021-02-02 03:52:11 -05:00
206a9732a6 [FIX] makefile update manifest local dev code generator 2021-02-02 00:44:17 -05:00
e648095168 [ADD] makefile script install docker debian 10 and ubuntu
- use docker for production
2021-01-22 20:39:55 -05:00
eeafbcdecb [FIX] remove git submodule init and improve FAQ networking 2021-01-21 02:06:48 -05:00
82ba6f910d [FIX] workers at 0 by default for dev, prod use another system 2021-01-20 20:59:51 -05:00
5cf8cd46d9 [ADD] ERPLibre_image_db to load image database 2021-01-20 20:59:51 -05:00
fe3e041b7c [ADD] script to filter git repo group with code_generator 2021-01-15 12:42:53 -05:00
22384a5126 [ADD] configuration: can generate config file repo odoo import from group
- Add feature git repo filter by group
- Makefile support configuration
- Can generate config import path with code_generator dependencies
- Base group is erplibre_base dependencies
2021-01-15 12:42:53 -05:00
c889982935 [ADD] code_generator xml to XML DOM 2021-01-05 18:01:28 -05:00
789ae2b9ad [ADD] script to transform Python code with code_writer 2021-01-05 18:00:22 -05:00
7ba51b4025 [ADD] TechnoLibre code generator repo branch 12.0_dev 2021-01-05 18:00:22 -05:00
69e31b1aa4 [UPD] wkhtmltox 0.12.6-1 for OSX cocoa 2020-11-21 00:14:48 -05:00
bb11e3e238 [UPD] wkhtmltox to version 0.12.6-1 instead of 0.12.5-1 2020-11-21 00:14:48 -05:00
0615f573d4 [ADD] docker_build with release
- when docker build without release, add hash of commit in version
2020-11-21 00:11:08 -05:00
f81b257e3a [FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/ 2020-11-21 00:10:28 -05:00
dd2719d8a7
Merge pull request #13 from ERPLibre/docker_release_documentation
Docker release documentation
2020-11-20 22:27:54 -05:00
52c3c46791 [ADD] odoo-module-migrator 2020-11-20 22:22:01 -05:00
47714027ab [ADD] fork project with fast option
- Ignore the repo if already created
2020-11-20 22:22:01 -05:00
890ca62d42 [FIX] update less to version 3.12.2 instead of 1.6.3
- Fix user documentation generation scss problem
- Migration: remove lessc with sudo apt purge node-less
2020-11-20 22:22:01 -05:00
ce1dc494fb [ADD] install_locally.sh comment delete ~/.poetry to force version 2020-11-01 00:07:39 -04:00
ec17f91bd4 [FIX] docker can checkout specific commit, like a tag 2020-10-25 03:12:02 -04:00
8facd58991 [ADD] docker add update_all_db and stop_before_init
- stop_before_init wait before launch odoo script
- update_all_db for an update of database
- docker_build.sh add --no-cache option
- Increate limit_time in odoo_conf
2020-10-25 02:01:52 -04:00
bdbf65be34 [FIX] install locally poetry force version 1.0.10 2020-10-24 03:45:05 -04:00
ab8164be83 [FIX] update less to version 3.12.2 instead of 1.6.3
- Fix user documentation generation scss problem
- Migration: remove lessc with sudo apt purge node-less
2020-10-04 15:25:10 -04:00
bfb1643b14 [ADD] 4 documentations generated dev, test, migration and user
- odoo-development, odoo-port-docs, odoo-test-docs from itpp-labs
- documentation-user from odoo
- poetry update dependencies support sphinx
- force use .venv for documentation generation
- add makefile to generate doc
2020-10-04 15:24:02 -04: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
a3c2d6082e [IMP] generate docker version from env_var.sh 2020-09-30 20:52:13 -04:00
e45a0176a0 [FIX] support repo with venv
- missing variable VENV_REPO_PATH in install_locally.sh
2020-09-30 20:52:13 -04:00
ba3518e4e3 [ADD] erplibre_theme_addons
- Remove santelibre addons, suppose to be private
2020-09-30 20:52:13 -04:00
187dc83bb4 [ADD] pull request show list of all repo from an organization 2020-09-30 20:52:13 -04:00
9b466e552d [FIX] pip error missing bz2 dependency
- Remove artifacts, this cause interference with some pip installation
- You need to recompile your python after installing libbz2-dev from .pyenv
2020-09-30 20:52:13 -04:00
492fc4c5b0 [ADD] script to remove auto_install in manifest of all repo
- Script to show difference between actual code and manifest revision
This will help to don't forget divergence between missing push code
- Fix default_remote, using dict of all values instead of string
2020-09-30 20:52:13 -04:00