Commit graph

269 commits

Author SHA1 Message Date
3f9d243106 [UPD] script selenium: support click and draw into a canvas 2025-04-12 17:06:09 -04:00
83ff602db3 [UPD] script docker build: force odoo version into image version 2025-04-12 17:06:09 -04:00
07346c5238 [ADD] script update env: support partial install for docker 2025-04-12 17:06:09 -04:00
e2e7a61ad6 [UPD] when using stop-after-init, enable no-http
- in many case, no need http when run with argument stop-after-init,
because we want to execute without gui
2024-12-03 23:10:16 -05:00
162933d019 [FIX] script update_env_version.py: remove dirs instead of remove 2024-12-03 23:10:16 -05:00
7a19e24724 [UPD] script update_dns_cloudflare.py with better guide how to use 2024-12-01 04:49:34 -05:00
a66dd727fa [ADD] script deployment: show and copy addons directory for docker prod 2024-12-01 04:49:34 -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
7b5a3294ac [UPD] install debian: new version wkhtmltopdf 2024-12-01 04:49:34 -05:00
Alexandre Ferreira Benevides
782896b230 [UPD] script OSX: check before isntall psql, add source activate install 2024-12-01 04:49:34 -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
4989c1edbf [FIX] poetry update: support exclusion of addons.odoo{version} 2024-11-02 02:26:02 -04:00
bce470879c [FIX] script open terminal: ignore opening if path not exist 2024-11-02 02:26:02 -04:00
dd6ca6d7a2 [FIX] script git tool: support relative path when detect manifest file 2024-11-02 02:26:02 -04:00
2160b8264b [UPD] script stat evolution module: support odoo 17 and 18
- show repo with no module
2024-11-02 02:26:02 -04:00
07a19e0632 [IMP] script installation support Ubuntu 24.04 2024-11-02 02:26:02 -04:00
b9facc480f [UPD] installation support selenium native 2024-11-02 02:26:02 -04:00
5b103eb457 [UPD] script: format script and add licence technolibre 2024-11-02 02:26:02 -04:00
a0101df246 [FIX] script pycharm configuration: dynamic way to find iml file
- depend on project name, the iml filename change, so use a dynamic way
to find it, take first
2024-08-25 01:34:48 -04:00
7860e902fc [FIX] script poetry_update: support package @ URL
- support requirements comments
2024-08-25 01:34:43 -04:00
b75949b11a [FIX] script git repo: force default branch 2024-08-25 01:33:49 -04:00
0133ee8335 [UPD] swig installation 2024-08-25 01:31:43 -04:00
2682d7a982 [IMP] script repo_remove_auto_install: add argument to support addons_dir only 2024-08-25 01:05:05 -04:00
c4678be7a2 [FIX] script git_tool generate_config: support space when generate config 2024-08-25 00:24:30 -04:00
218e17a16a [FIX] script transform python to code writer: improve generated code
- Remove indent when no need
- Generate the same end of file space
- Support beautiful multiple end line
- Add automatic test
- Support """ into string like this " """ "
2024-08-25 00:24:30 -04:00
24a15c57f5 [UPD] script transform python to code: remove unused import GitTool 2024-08-25 00:24:30 -04:00
e353d10f23 [IMP] script selenium: refactor to support different project
- add scrolling for button and text
- improve navigation with generated word
- support video recording of Selenium's actions
2024-08-25 00:23:57 -04:00
97d4717d74 [FIX] script search class model: hide error for default lambda funct 2024-08-25 00:13:00 -04:00
d7524e05cc [UPD] script selenium: support open_dashboard 2024-08-25 00:13:00 -04:00
741b854229 [ADD] script open terminal: double root, second open selenium 2024-05-03 23:27:33 -04:00
c1997e2a18 [ADD] repo JayVora-SerpentCS SerpentCS_Contributions
Thanks SerpentCS for your contributions
2024-05-03 23:27:06 -04:00
eee8e83ac8 [ADD] script remote git compare: support git cola like git gui 2024-05-03 23:25:44 -04:00
Christian Lavoie
4a7be4a77f [UPD] script install selenium: missing pip 2024-05-03 23:25:29 -04:00
2dcfbf2943 [FIX] script selenium: web login support firefox snap 2024-05-03 23:25:24 -04:00
4340f1e088 [UPD] script web_login.py: use plan instead of workspace
- auto close chat bot before use wizard
2024-05-03 23:25:05 -04:00
ed96b2ad01 [UPD] script selenium: implement configuration and merge script 2024-05-03 23:24:53 -04:00
cafe0233d8 [ADD] open terminal: open code generator 2024-05-03 23:14:07 -04:00
b22cbe879e [UPD] remove netrpc_interface from configuration 2024-05-03 23:13:59 -04:00
69733c3941 [FIX] docker script: support docker name with - and _ 2024-05-03 23:13:59 -04:00
81c4528b57 [UPD] replace docker-compose to docker compose 2024-05-03 23:13:59 -04:00
3dc6fdc741 [IMP] script search_class_model: output json and extract field 2024-05-03 23:13:59 -04:00
edbf898136 [UPD] script check addons exist: show different error when multiple module
- this permit to know if multiple same module or missing module
- ignore warning when ask for module path
2024-05-03 23:13:59 -04:00
b38d67e35a [FIX] script test parallel: check file exist before crash 2024-05-03 23:13:59 -04:00
ea9be9b2ca [FIX] script python: missing color log error 2024-05-03 23:13:59 -04:00
6d0c03dc25 [FIX] script run_parallel_test: check tpl_result before use 2024-05-03 23:13:59 -04:00
10cead294f [FIX] script install ubuntu 23.10 2024-05-03 23:13:59 -04:00
44434f3457 [ADD] script system: search_docker_compose_erplibre.sh 2024-05-03 23:13:59 -04:00
c47d4d016e [ADD] script run_parallel_test: argument json_model and output_result_dir
- change approch for test, use a dict to launch test instead of asyncio
callback. Like that, can configure automatic test from external.
- output_result_dir permit to extract result and log from each test for
external execution.
- create config_testcase.json with test testcase configuration for all
test
- detect when asyncio got execution error
2024-05-03 23:13:59 -04:00
e4e6571ca8 [UPD] script run_parallel_test.py: remove dependance config from async exec 2024-05-03 23:13:59 -04:00