wok-code 2.0.22__tar.gz → 2.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wok_code-2.0.22/README.rst → wok_code-2.1.0/PKG-INFO +82 -135
- wok_code-2.0.22/wok_code/docs/rtd_changelog.rst → wok_code-2.1.0/README.rst +216 -120
- {wok_code-2.0.22 → wok_code-2.1.0}/setup.py +25 -24
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/gen_addons_table.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/install_python_3_from_source.sh +86 -22
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/__init__.py +5 -5
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/coa_cdo.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/cvt_csv_2_xml.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/cvt_csv_coa.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/deploy_odoo.py +15 -27
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/generate_random_codes.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/license_mgnt.py +0 -3
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/lint_2_compare.py +1 -2
- wok_code-2.1.0/wok_code/scripts/main.py +179 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/makepo_it.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/odoo_dependencies.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/odoo_translation.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/pg_requirements.py +4 -1
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please.py +121 -92
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please.sh +274 -249
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please_apache.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please_cwd.py +121 -138
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please_python.py +4 -3
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/please_z0bug.py +89 -34
- wok_code-2.1.0/wok_code/scripts/ridix_agenti.py +186 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/run_odoo_debug.py +9 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/run_odoo_debug.sh +192 -148
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/scripts/wget_odoo_repositories.py +1 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/ssh.py +21 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_deploy_odoo.py +2 -2
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_license_mgnt.py +1 -1
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_odoo_translation.py +1 -1
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_please.py +60 -41
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_run_odoo_debug.py +1 -1
- wok_code-2.1.0/wok_code.egg-info/PKG-INFO +454 -0
- wok_code-2.1.0/wok_code.egg-info/SOURCES.txt +52 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code.egg-info/entry_points.txt +1 -7
- wok_code-2.1.0/wok_code.egg-info/requires.txt +14 -0
- wok_code-2.0.22/PKG-INFO +0 -535
- wok_code-2.0.22/wok_code/.coveragerc +0 -44
- wok_code-2.0.22/wok_code/LICENSE +0 -662
- wok_code-2.0.22/wok_code/config_apache2.sh +0 -4
- wok_code-2.0.22/wok_code/config_multiple_postgresql.py +0 -296
- wok_code-2.0.22/wok_code/config_multiple_postgresql.sh +0 -25
- wok_code-2.0.22/wok_code/cvt_script.man +0 -35
- wok_code-2.0.22/wok_code/docs/MAINPAGE.rst +0 -1015
- wok_code-2.0.22/wok_code/docs/Makefile +0 -19
- wok_code-2.0.22/wok_code/docs/__init__.txt +0 -1
- wok_code-2.0.22/wok_code/docs/_build/doctrees/index.doctree +0 -0
- wok_code-2.0.22/wok_code/docs/_build/doctrees/rtd_description.doctree +0 -0
- wok_code-2.0.22/wok_code/docs/_build/doctrees/rtd_macro.doctree +0 -0
- wok_code-2.0.22/wok_code/docs/_build/doctrees/rtd_usage.doctree +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/.buildinfo +0 -4
- wok_code-2.0.22/wok_code/docs/_build/html/.nojekyll +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/_sources/index.rst.txt +0 -87
- wok_code-2.0.22/wok_code/docs/_build/html/_sources/rtd_description.rst.txt +0 -67
- wok_code-2.0.22/wok_code/docs/_build/html/_sources/rtd_macro.rst.txt +0 -71
- wok_code-2.0.22/wok_code/docs/_build/html/_sources/rtd_usage.rst.txt +0 -158
- wok_code-2.0.22/wok_code/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
- wok_code-2.0.22/wok_code/docs/_build/html/_static/basic.css +0 -914
- wok_code-2.0.22/wok_code/docs/_build/html/_static/doctools.js +0 -149
- wok_code-2.0.22/wok_code/docs/_build/html/_static/documentation_options.js +0 -13
- wok_code-2.0.22/wok_code/docs/_build/html/_static/file.png +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/_static/jquery-3.6.0.js +0 -10881
- wok_code-2.0.22/wok_code/docs/_build/html/_static/jquery.js +0 -2
- wok_code-2.0.22/wok_code/docs/_build/html/_static/language_data.js +0 -192
- wok_code-2.0.22/wok_code/docs/_build/html/_static/logozero_180x46.png +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/_static/minus.png +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/_static/nature.css +0 -245
- wok_code-2.0.22/wok_code/docs/_build/html/_static/plus.png +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/_static/pygments.css +0 -75
- wok_code-2.0.22/wok_code/docs/_build/html/_static/searchtools.js +0 -632
- wok_code-2.0.22/wok_code/docs/_build/html/_static/sphinx_highlight.js +0 -154
- wok_code-2.0.22/wok_code/docs/_build/html/_static/underscore-1.13.1.js +0 -2042
- wok_code-2.0.22/wok_code/docs/_build/html/_static/underscore.js +0 -6
- wok_code-2.0.22/wok_code/docs/_build/html/genindex.html +0 -114
- wok_code-2.0.22/wok_code/docs/_build/html/index.html +0 -213
- wok_code-2.0.22/wok_code/docs/_build/html/objects.inv +0 -0
- wok_code-2.0.22/wok_code/docs/_build/html/rtd_description.html +0 -134
- wok_code-2.0.22/wok_code/docs/_build/html/rtd_macro.html +0 -90
- wok_code-2.0.22/wok_code/docs/_build/html/rtd_usage.html +0 -224
- wok_code-2.0.22/wok_code/docs/_build/html/search.html +0 -103
- wok_code-2.0.22/wok_code/docs/_build/html/searchindex.js +0 -1
- wok_code-2.0.22/wok_code/docs/conf.py +0 -173
- wok_code-2.0.22/wok_code/docs/index.rst +0 -87
- wok_code-2.0.22/wok_code/docs/logozero_180x46.png +0 -0
- wok_code-2.0.22/wok_code/docs/readthedocs.yml +0 -28
- wok_code-2.0.22/wok_code/docs/requirements.txt +0 -1
- wok_code-2.0.22/wok_code/docs/rtd_automodule.rst +0 -57
- wok_code-2.0.22/wok_code/docs/rtd_credits.rst +0 -62
- wok_code-2.0.22/wok_code/docs/rtd_description.rst +0 -67
- wok_code-2.0.22/wok_code/docs/rtd_description_arcangelo.rst +0 -65
- wok_code-2.0.22/wok_code/docs/rtd_description_gen_readme.rst +0 -204
- wok_code-2.0.22/wok_code/docs/rtd_description_macro.rst +0 -157
- wok_code-2.0.22/wok_code/docs/rtd_description_odoo_dependencies.rst +0 -58
- wok_code-2.0.22/wok_code/docs/rtd_description_please.rst +0 -56
- wok_code-2.0.22/wok_code/docs/rtd_getting_started.rst +0 -92
- wok_code-2.0.22/wok_code/docs/rtd_usage.rst +0 -158
- wok_code-2.0.22/wok_code/docs/rtd_usage_arcangelo.rst +0 -294
- wok_code-2.0.22/wok_code/docs/rtd_usage_gen_readme.rst +0 -531
- wok_code-2.0.22/wok_code/docs/rtd_usage_gen_readme_sym.rst +0 -85
- wok_code-2.0.22/wok_code/docs/rtd_usage_odoo_dependencies.rst +0 -101
- wok_code-2.0.22/wok_code/docs/rtd_usage_please.rst +0 -65
- wok_code-2.0.22/wok_code/egg-info/CHANGELOG.rst +0 -275
- wok_code-2.0.22/wok_code/egg-info/DESCRIPTION.rst +0 -16
- wok_code-2.0.22/wok_code/egg-info/USAGE.rst +0 -80
- wok_code-2.0.22/wok_code/egg-info/__manifest__.rst +0 -2
- wok_code-2.0.22/wok_code/egg-info/description_arcangelo.rst +0 -11
- wok_code-2.0.22/wok_code/egg-info/description_gen_readme.rst +0 -46
- wok_code-2.0.22/wok_code/egg-info/description_macro.csv +0 -51
- wok_code-2.0.22/wok_code/egg-info/description_odoo_dependencies.rst +0 -4
- wok_code-2.0.22/wok_code/egg-info/description_please.rst +0 -2
- wok_code-2.0.22/wok_code/egg-info/odoo_migration_path.rst +0 -50
- wok_code-2.0.22/wok_code/egg-info/rules_usage_arcangelo.csv +0 -6
- wok_code-2.0.22/wok_code/egg-info/rules_usage_items.csv +0 -20
- wok_code-2.0.22/wok_code/egg-info/usage_arcangelo.rst +0 -130
- wok_code-2.0.22/wok_code/egg-info/usage_gen_readme.rst +0 -351
- wok_code-2.0.22/wok_code/egg-info/usage_gen_readme_sym.csv +0 -15
- wok_code-2.0.22/wok_code/egg-info/usage_odoo_dependencies.rst +0 -6
- wok_code-2.0.22/wok_code/egg-info/usage_please.csv +0 -5
- wok_code-2.0.22/wok_code/enable_postgresql.sh +0 -8
- wok_code-2.0.22/wok_code/install_pip2.sh +0 -7
- wok_code-2.0.22/wok_code/please +0 -8
- wok_code-2.0.22/wok_code/pre-commit +0 -26
- wok_code-2.0.22/wok_code/scripts/__old_do_odoo_site.py +0 -179
- wok_code-2.0.22/wok_code/scripts/arcangelo.py +0 -1364
- wok_code-2.0.22/wok_code/scripts/config/globals_future.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/globals_manifest.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/globals_py.yml +0 -58
- wok_code-2.0.22/wok_code/scripts/config/globals_py2.yml +0 -52
- wok_code-2.0.22/wok_code/scripts/config/globals_py3.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/globals_xml.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_manifest_10.yml +0 -24
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_manifest_12.yml +0 -24
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_path.yml +0 -5
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_py_10.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_py_12.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/odoo_future.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_history.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/odoo_manifest.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_10.yml +0 -9
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_11.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_8.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_9.yml +0 -9
- wok_code-2.0.22/wok_code/scripts/config/odoo_py.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/odoo_py2.yml +0 -3
- wok_code-2.0.22/wok_code/scripts/config/odoo_py3.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_10.yml +0 -94
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_11.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_12.yml +0 -83
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_13.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_14.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_15.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_16.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_17.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_6.yml +0 -4
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_7.yml +0 -6
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_8.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_9.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_api_multi.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_new_api.yml +0 -15
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_no_api_multi.yml +0 -17
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_10.yml +0 -66
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_11.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_12.yml +0 -66
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_13.yml +0 -11
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_14.yml +0 -11
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_15.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_16.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_17.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_6.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_7.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_8.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_9.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_new_api.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_old_api.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/openerp_py_new_api.yml +0 -68
- wok_code-2.0.22/wok_code/scripts/config/openerp_py_old_api.yml +0 -64
- wok_code-2.0.22/wok_code/scripts/config/pypi_future.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/pypi_py2.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/pypi_py3.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/cvt_csv_2_rst.py +0 -214
- wok_code-2.0.22/wok_code/scripts/cvt_script.py +0 -35
- wok_code-2.0.22/wok_code/scripts/cvt_script.sh +0 -606
- wok_code-2.0.22/wok_code/scripts/dist_pkg.py +0 -35
- wok_code-2.0.22/wok_code/scripts/dist_pkg.sh +0 -386
- wok_code-2.0.22/wok_code/scripts/gen_readme.py +0 -3724
- wok_code-2.0.22/wok_code/scripts/main.py +0 -214
- wok_code-2.0.22/wok_code/scripts/setup.info +0 -110
- wok_code-2.0.22/wok_code/scripts/tmp.py +0 -101
- wok_code-2.0.22/wok_code/set_python_version +0 -86
- wok_code-2.0.22/wok_code/sub.sh +0 -46
- wok_code-2.0.22/wok_code/tests/data/CHANGELOG.rst +0 -5
- wok_code-2.0.22/wok_code/tests/data/__init__.py +0 -0
- wok_code-2.0.22/wok_code/tests/data/fake/__manifest__.py +0 -6
- wok_code-2.0.22/wok_code/tests/data/fake/new_api_03.xml +0 -6
- wok_code-2.0.22/wok_code/tests/data/fake/new_api_04.xml +0 -6
- wok_code-2.0.22/wok_code/tests/data/fake/new_api_py2_02.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/fake/new_api_py3_02.py +0 -9
- wok_code-2.0.22/wok_code/tests/data/fake/odoo10.py +0 -21
- wok_code-2.0.22/wok_code/tests/data/fake/odoo11.py +0 -20
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12/__init__.py +0 -2
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12/__manifest__.py +0 -7
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12/partner.py +0 -9
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12.py +0 -13
- wok_code-2.0.22/wok_code/tests/data/fake/odoo12_view.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/fake/odoo13.py +0 -14
- wok_code-2.0.22/wok_code/tests/data/fake/odoo13_view.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/fake/odoo6.py +0 -13
- wok_code-2.0.22/wok_code/tests/data/fake/odoo7.py +0 -13
- wok_code-2.0.22/wok_code/tests/data/fake/odoo8.py +0 -16
- wok_code-2.0.22/wok_code/tests/data/fake/old_api_02.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/fake/old_api_03.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/fake/old_api_04.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/fake/pkg_py2_06.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/fake/pkg_py3_05.py +0 -11
- wok_code-2.0.22/wok_code/tests/data/fake/pkg_py3_06.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/history.rst +0 -5
- wok_code-2.0.22/wok_code/tests/data/match/__manifest__.py +0 -6
- wok_code-2.0.22/wok_code/tests/data/match/new_api_03.xml +0 -6
- wok_code-2.0.22/wok_code/tests/data/match/new_api_04.xml +0 -6
- wok_code-2.0.22/wok_code/tests/data/match/new_api_py3_02.py +0 -9
- wok_code-2.0.22/wok_code/tests/data/match/odoo10/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/match/odoo10/__init__.py +0 -3
- wok_code-2.0.22/wok_code/tests/data/match/odoo10/__manifest__.py +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/odoo10/partner.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/match/odoo10.py +0 -21
- wok_code-2.0.22/wok_code/tests/data/match/odoo11.py +0 -20
- wok_code-2.0.22/wok_code/tests/data/match/odoo12/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/match/odoo12/__init__.py +0 -2
- wok_code-2.0.22/wok_code/tests/data/match/odoo12/__manifest__.py +0 -7
- wok_code-2.0.22/wok_code/tests/data/match/odoo12/partner.py +0 -9
- wok_code-2.0.22/wok_code/tests/data/match/odoo12.py +0 -14
- wok_code-2.0.22/wok_code/tests/data/match/odoo12_view.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/odoo13/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/match/odoo13/__init__.py +0 -2
- wok_code-2.0.22/wok_code/tests/data/match/odoo13/__manifest__.py +0 -7
- wok_code-2.0.22/wok_code/tests/data/match/odoo13/partner.py +0 -9
- wok_code-2.0.22/wok_code/tests/data/match/odoo13.py +0 -14
- wok_code-2.0.22/wok_code/tests/data/match/odoo13_view.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/odoo6.py +0 -13
- wok_code-2.0.22/wok_code/tests/data/match/odoo7/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/match/odoo7/__init__.py +0 -3
- wok_code-2.0.22/wok_code/tests/data/match/odoo7/__openerp__.py +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/odoo7/partner.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/match/odoo7.py +0 -13
- wok_code-2.0.22/wok_code/tests/data/match/odoo8/CHANGELOG.rst +0 -4
- wok_code-2.0.22/wok_code/tests/data/match/odoo8/__init__.py +0 -3
- wok_code-2.0.22/wok_code/tests/data/match/odoo8/__openerp__.py +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/odoo8/partner.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/match/odoo8.py +0 -16
- wok_code-2.0.22/wok_code/tests/data/match/old_api_02.py +0 -10
- wok_code-2.0.22/wok_code/tests/data/match/old_api_03.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/match/old_api_04.xml +0 -8
- wok_code-2.0.22/wok_code/tests/data/odoo_template_tnl.csv +0 -27
- wok_code-2.0.22/wok_code/tests/data/odoo_template_tnl.xlsx +0 -0
- wok_code-2.0.22/wok_code/tests/data/ref_odoo_template_tnl.csv +0 -27
- wok_code-2.0.22/wok_code/tests/data/ref_odoo_translation.csv +0 -39
- wok_code-2.0.22/wok_code/tests/sub.sh +0 -43
- wok_code-2.0.22/wok_code/tests/test_arcangelo.py +0 -481
- wok_code-2.0.22/wok_code/tests/test_cvt_script +0 -153
- wok_code-2.0.22/wok_code/tests/test_gen_readme.py +0 -402
- wok_code-2.0.22/wok_code/tests/test_odoo_dependencies +0 -390
- wok_code-2.0.22/wok_code/to_oca.2p8 +0 -62
- wok_code-2.0.22/wok_code/to_pep8.2p8 +0 -163
- wok_code-2.0.22/wok_code/to_zero.2p8 +0 -98
- wok_code-2.0.22/wok_code/wsl/link_windows_cmd +0 -73
- wok_code-2.0.22/wok_code/wsl/service_manager.sh +0 -34
- wok_code-2.0.22/wok_code/wsl/set_hosts +0 -39
- wok_code-2.0.22/wok_code/wsl/systemd_cmd +0 -73
- wok_code-2.0.22/wok_code.egg-info/PKG-INFO +0 -535
- wok_code-2.0.22/wok_code.egg-info/SOURCES.txt +0 -283
- wok_code-2.0.22/wok_code.egg-info/requires.txt +0 -9
- {wok_code-2.0.22 → wok_code-2.1.0}/setup.cfg +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/__main__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/do_gitignore.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/do_set_utf8.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/eval_gtin.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/pgconf.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/please.man +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/rm_dir_with_space.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0/wok_code/tests}/__init__.py +0 -0
- {wok_code-2.0.22/wok_code/tests → wok_code-2.1.0/wok_code/tests/data}/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/data/pkg_py2_05.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code/tests/test_filepo.py +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code.egg-info/dependency_links.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code.egg-info/not-zip-safe +0 -0
- {wok_code-2.0.22 → wok_code-2.1.0}/wok_code.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,61 @@
|
|
|
1
|
-
|
|
2
|
-
wok_code
|
|
3
|
-
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: wok_code
|
|
3
|
+
Version: 2.1.0
|
|
4
|
+
Summary: Python developers tools
|
|
5
|
+
Home-page: https://github.com/zeroincombenze/tools
|
|
6
|
+
Author: Antonio Maria Vigliotti
|
|
7
|
+
Author-email: antoniomaria.vigliotti@gmail.com
|
|
8
|
+
License: GPL-3.0-or-later
|
|
9
|
+
Project-URL: Documentation, https://zeroincombenze-tools.readthedocs.io/en/latest/#zerobug
|
|
10
|
+
Project-URL: Source, https://github.com/zeroincombenze/tools/tree/master/wok_code
|
|
11
|
+
Project-URL: Changelog, https://github.com/zeroincombenze/tools/blob/master/wok_code/egg-info/CHANGELOG.rst
|
|
12
|
+
Keywords: linux odoo documentation development
|
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
|
14
|
+
Classifier: Operating System :: POSIX
|
|
15
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
24
|
+
Classifier: Intended Audience :: Developers
|
|
25
|
+
Classifier: Topic :: Software Development
|
|
26
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
27
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
28
|
+
Classifier: Operating System :: OS Independent
|
|
29
|
+
Description-Content-Type: text/x-rst
|
|
30
|
+
Requires-Dist: arcangelo>=2.1.1
|
|
31
|
+
Requires-Dist: clodoo
|
|
32
|
+
Requires-Dist: z0lib>=2.1.1
|
|
33
|
+
Requires-Dist: python_plus>=2.0.19
|
|
34
|
+
Requires-Dist: future
|
|
35
|
+
Requires-Dist: Babel
|
|
36
|
+
Requires-Dist: lxml
|
|
37
|
+
Requires-Dist: openpyxl
|
|
38
|
+
Requires-Dist: pyyaml
|
|
39
|
+
Requires-Dist: six
|
|
40
|
+
Requires-Dist: translators
|
|
41
|
+
Requires-Dist: twine
|
|
42
|
+
Requires-Dist: build
|
|
43
|
+
Requires-Dist: distro
|
|
44
|
+
Dynamic: author
|
|
45
|
+
Dynamic: author-email
|
|
46
|
+
Dynamic: classifier
|
|
47
|
+
Dynamic: description
|
|
48
|
+
Dynamic: description-content-type
|
|
49
|
+
Dynamic: home-page
|
|
50
|
+
Dynamic: keywords
|
|
51
|
+
Dynamic: license
|
|
52
|
+
Dynamic: project-url
|
|
53
|
+
Dynamic: requires-dist
|
|
54
|
+
Dynamic: summary
|
|
55
|
+
|
|
56
|
+
==============
|
|
57
|
+
wok_code 2.1.0
|
|
58
|
+
==============
|
|
4
59
|
|
|
5
60
|
|
|
6
61
|
|
|
@@ -21,7 +76,6 @@ The available tools are:
|
|
|
21
76
|
* gen_readme.py: generate documentation files, mainly README.rst
|
|
22
77
|
* odoo_dependency.py: show odoo dependencies and/or Odoo module tree
|
|
23
78
|
* odoo_translation.py: manage Odoo translation
|
|
24
|
-
* arcangelo: parse source .py file to meet pep8 and convert across Odoo versions
|
|
25
79
|
* please: developer shell
|
|
26
80
|
* wget_odoo_repositories.py: get repository names from github.com
|
|
27
81
|
|
|
@@ -32,7 +86,7 @@ Usage
|
|
|
32
86
|
|
|
33
87
|
::
|
|
34
88
|
|
|
35
|
-
usage: please
|
|
89
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
36
90
|
|
|
37
91
|
Zeroincombenze® developer shell.
|
|
38
92
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -185,6 +239,27 @@ Current version via Git
|
|
|
185
239
|
ChangeLog History
|
|
186
240
|
-----------------
|
|
187
241
|
|
|
242
|
+
2.1.0 (2026-07-10)
|
|
243
|
+
~~~~~~~~~~~~~~~~~~
|
|
244
|
+
|
|
245
|
+
* [IMP] run_odoo_debug: disable test on depending modules
|
|
246
|
+
* [FIX] gevent_port in run_odoo_debug.sh for Odoo 16+
|
|
247
|
+
* [FIX] Sometimes wrong db user was used
|
|
248
|
+
* [IMP] Install python2.7 in Ubuntu 26.04
|
|
249
|
+
* [IMP] Quality message on pypi packages
|
|
250
|
+
* [IMP] Quality message on pypi packages
|
|
251
|
+
|
|
252
|
+
2.0.23 (2025-08-14)
|
|
253
|
+
~~~~~~~~~~~~~~~~~~~
|
|
254
|
+
|
|
255
|
+
* [IMP] arcangelo became a pypi package
|
|
256
|
+
* [IMP] please install python: now can install python 3.12
|
|
257
|
+
* [FIX] please version does not add line at the end of file
|
|
258
|
+
* [FIX] please: best recognition of read-only repositories
|
|
259
|
+
* [FIX] please test: check on templates to use
|
|
260
|
+
* [FIX] No crash if invalid modules declaration
|
|
261
|
+
* [FIX] License declaration compatible with pypi
|
|
262
|
+
|
|
188
263
|
2.0.22 (2025-05-31)
|
|
189
264
|
~~~~~~~~~~~~~~~~~~~
|
|
190
265
|
|
|
@@ -307,134 +382,6 @@ ChangeLog History
|
|
|
307
382
|
* [FIX] run_odoo_debug: path with heading space
|
|
308
383
|
* [IMP] please test now can update account.account.xlsx
|
|
309
384
|
|
|
310
|
-
2.0.12 (2023-08-29)
|
|
311
|
-
~~~~~~~~~~~~~~~~~~~
|
|
312
|
-
|
|
313
|
-
* [FIX] gen_readme.py: minor fixes
|
|
314
|
-
* [IMP] gen_readme.py: manifest author priority
|
|
315
|
-
* [FIX] gen_readme.py: coverage in CHANGELOG.rst"
|
|
316
|
-
* [IMP] gen_readme.py: link to authors on README.rst and index.html
|
|
317
|
-
* [IMP] gen_readme.py: history tailoring keeps minimal 2 items
|
|
318
|
-
* [FIX] license_mgnt: best organization recognition
|
|
319
|
-
* [IMP] license_mgnt: powerp renamed to librerp
|
|
320
|
-
* [FIX] run_odoo_debug: no doc neither translate after test error
|
|
321
|
-
* [IMP] arcangelo: new rules
|
|
322
|
-
* [IMP] arcangelo: new git conflict selection
|
|
323
|
-
* [IMP] arcangelo: merge gen_readme.py formatting
|
|
324
|
-
* [IMP] arcangelo: new switch --string-normalization
|
|
325
|
-
* [FIX] deploy_odoo: minor fixes
|
|
326
|
-
* [FIX] odoo_translation: sometime did not translate
|
|
327
|
-
* [IMP] odoo_translation: best performance
|
|
328
|
-
|
|
329
|
-
2.0.10 (2023-07-10)
|
|
330
|
-
~~~~~~~~~~~~~~~~~~~
|
|
331
|
-
|
|
332
|
-
* [IMP] gen_readme.py: do not create .bak file; now it can be used in pre-commit process
|
|
333
|
-
* [IMP] please replace now do "please docs" before
|
|
334
|
-
* [IMP] please docs now do "please clean" after
|
|
335
|
-
* [IMP] please lint and zerobug now do "pre-commit run" before (--no-verify)
|
|
336
|
-
* [IMP] please test and zerobug now do "please translate" after (--no-translate)
|
|
337
|
-
* [IMP] please update: new switches --vme --odoo-venv
|
|
338
|
-
* [IMP] please clean db: new action replace old wep-db
|
|
339
|
-
* [IMP] please version: new interface
|
|
340
|
-
* [IMP] please show docs: new interface
|
|
341
|
-
* [REF] run_odoo_debug: partial refactoring
|
|
342
|
-
* [IMP] run_odoo_debug: new switch --daemon
|
|
343
|
-
* [IMP] arcangelo: new swicth --string-normalization
|
|
344
|
-
* [FIX] please test / run_odoo_debug: minor fixes
|
|
345
|
-
|
|
346
|
-
2.0.9 (2023-06-26)
|
|
347
|
-
~~~~~~~~~~~~~~~~~~
|
|
348
|
-
|
|
349
|
-
* [FIX] run_odoo_debug: recognize 'to upgrade' and 'to install' states
|
|
350
|
-
* [FIX] run_odoo_debug: check for dropped DB and abort if still exist
|
|
351
|
-
* [REF] odoo_translation: refactoring
|
|
352
|
-
* [REF] please: refactoring
|
|
353
|
-
* [IMP] deploy_odoo: new brief for status
|
|
354
|
-
* [IMP] deploy_odoo: new action unstaged e new status format
|
|
355
|
-
* [IMP] do_migrate renamed to arcangelo
|
|
356
|
-
* [IMP] gen_readme.py: manage CHANGELOG.rst too
|
|
357
|
-
* [IMP] argangelo: refactoring to run inside pre-commit
|
|
358
|
-
|
|
359
|
-
2.0.8 (2023-05-09)
|
|
360
|
-
~~~~~~~~~~~~~~~~~~
|
|
361
|
-
|
|
362
|
-
* [FIX] Install run_odoo_debug
|
|
363
|
-
* [FIX] Install do_git_ignore
|
|
364
|
-
* [IMP] lint_2_compare: ignore odoo/openerp test string and LICENSE files
|
|
365
|
-
* [IMP] lint_2_compare: new switch ---purge do not load identical files (quick diff)
|
|
366
|
-
|
|
367
|
-
2.0.7 (2023-05-08)
|
|
368
|
-
~~~~~~~~~~~~~~~~~~
|
|
369
|
-
|
|
370
|
-
* [IMP] deply_odoo: new action git-push
|
|
371
|
-
* [REF] odoo_translation: new implementation
|
|
372
|
-
* [FIX] run_odoo_debug: minor fixes
|
|
373
|
-
* [NEW] do_git_checkout_new_branch: new command
|
|
374
|
-
* [IMP] install_python3_from_source: improvements
|
|
375
|
-
* [FIX] ssh.py: scp with port not 22
|
|
376
|
-
|
|
377
|
-
2.0.6 (2023-02-23)
|
|
378
|
-
~~~~~~~~~~~~~~~~~~
|
|
379
|
-
|
|
380
|
-
* [IMP] ssh.py: -m -s switches accept path with user and host
|
|
381
|
-
* [IMP] deploy_odoo: new property status to display
|
|
382
|
-
* [IMP] deploy_odoo: new switches -l and -x
|
|
383
|
-
* [NEW] do_git_checkout_new_branch.py
|
|
384
|
-
* [IMP] do_migrate.py: new features
|
|
385
|
-
* [IMP] run_odoo_debug.sh imported from odoo_score
|
|
386
|
-
* [FIX] run_odoo_debug.sh: ODOO_COMMIT TEST not set when build template
|
|
387
|
-
* [IMP] run_odoo_debug.sh: simulate server_wide_modules parameter for Odoo 7.0-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
2.0.5 (2023-01-13)
|
|
391
|
-
~~~~~~~~~~~~~~~~~~
|
|
392
|
-
|
|
393
|
-
* [IMP] please: wep now delete old travis-emulator logs
|
|
394
|
-
* [IMP] install_python_3_from_source.sh: now can install python 3.9
|
|
395
|
-
* [IMP] please: action docs, minor improvements
|
|
396
|
-
* [IMP] deploy_odoo: format output list
|
|
397
|
-
|
|
398
|
-
2.0.4 (2022-12-09)
|
|
399
|
-
~~~~~~~~~~~~~~~~~~
|
|
400
|
-
|
|
401
|
-
* [FIX] deploy_odoo: update from path
|
|
402
|
-
* [FIX] build_cmd: best recognition of python version
|
|
403
|
-
* [FIX] set_python_version.sh: best recognition of python version
|
|
404
|
-
|
|
405
|
-
2.0.3 (2022-11-22)
|
|
406
|
-
~~~~~~~~~~~~~~~~~~
|
|
407
|
-
|
|
408
|
-
* [REF] odoo_translation
|
|
409
|
-
|
|
410
|
-
2.0.2.1 (2022-10-31)
|
|
411
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
412
|
-
|
|
413
|
-
* [IMP] lint_2_compare: ignoring .git .idea egg-info and setup directories
|
|
414
|
-
* [IMP] lint_2_compare: new ignore switches
|
|
415
|
-
* [FIX] please translate: do not execute export
|
|
416
|
-
|
|
417
|
-
2.0.2 (2022-10-20)
|
|
418
|
-
~~~~~~~~~~~~~~~~~~
|
|
419
|
-
|
|
420
|
-
* [IMP] Clearing code
|
|
421
|
-
|
|
422
|
-
2.0.1 (2022-10-12)
|
|
423
|
-
~~~~~~~~~~~~~~~~~~
|
|
424
|
-
|
|
425
|
-
* [IMP] minor improvements
|
|
426
|
-
|
|
427
|
-
2.0.1 (2022-10-12)
|
|
428
|
-
~~~~~~~~~~~~~~~~~~
|
|
429
|
-
|
|
430
|
-
* [IMP] stable version
|
|
431
|
-
|
|
432
|
-
2.0.0.4 (2022-10-05)
|
|
433
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
434
|
-
|
|
435
|
-
* [IMP] New lint_2_compare command
|
|
436
|
-
* [IMP] odoo_dependecies.py: minor upgrade
|
|
437
|
-
|
|
438
385
|
|
|
439
386
|
|
|
440
387
|
Credits
|
|
@@ -472,10 +419,10 @@ Contributors
|
|
|
472
419
|
:target: https://www.odoo.com/documentation/user/9.0/legal/licenses/licenses.html
|
|
473
420
|
:alt: License: OPL
|
|
474
421
|
.. |Tech Doc| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-docs-2.svg
|
|
475
|
-
:target: https://wiki.zeroincombenze.org/en/Odoo/2.0
|
|
422
|
+
:target: https://wiki.zeroincombenze.org/en/Odoo/2.1.0/dev
|
|
476
423
|
:alt: Technical Documentation
|
|
477
424
|
.. |Help| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-help-2.svg
|
|
478
|
-
:target: https://wiki.zeroincombenze.org/it/Odoo/2.0
|
|
425
|
+
:target: https://wiki.zeroincombenze.org/it/Odoo/2.1.0/man
|
|
479
426
|
:alt: Technical Documentation
|
|
480
427
|
.. |Try Me| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-try-it-2.svg
|
|
481
428
|
:target: https://erp2.zeroincombenze.it
|
|
@@ -1,9 +1,209 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
==============
|
|
2
|
+
wok_code 2.1.0
|
|
3
|
+
==============
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|Maturity| |license gpl|
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Overview
|
|
12
|
+
========
|
|
13
|
+
|
|
14
|
+
Various tools at your fingertips.
|
|
15
|
+
|
|
16
|
+
The available tools are:
|
|
17
|
+
|
|
18
|
+
* cvt_csv_2_rst.py: convert csv file into rst file
|
|
19
|
+
* cvt_csv_2_xml.py: convert csv file into xml file
|
|
20
|
+
* cvt_script: parse bash script and convert to meet company standard
|
|
21
|
+
* gen_readme.py: generate documentation files, mainly README.rst
|
|
22
|
+
* odoo_dependency.py: show odoo dependencies and/or Odoo module tree
|
|
23
|
+
* odoo_translation.py: manage Odoo translation
|
|
24
|
+
* please: developer shell
|
|
25
|
+
* wget_odoo_repositories.py: get repository names from github.com
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Usage
|
|
30
|
+
=====
|
|
31
|
+
|
|
32
|
+
::
|
|
33
|
+
|
|
34
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
35
|
+
|
|
36
|
+
Zeroincombenze® developer shell.
|
|
37
|
+
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
38
|
+
|
|
39
|
+
positional arguments:
|
|
40
|
+
action
|
|
41
|
+
|
|
42
|
+
options:
|
|
43
|
+
-h, --help show this help message and exit
|
|
44
|
+
-H PATH, --home-devel PATH
|
|
45
|
+
Home devel directory
|
|
46
|
+
-n, --dry-run do nothing (dry-run)
|
|
47
|
+
-Q FILE, --tools-config FILE
|
|
48
|
+
Configuration file
|
|
49
|
+
-q, --quiet silent mode
|
|
50
|
+
-v, --verbose verbose mode
|
|
51
|
+
-V, --version show program's version number and exit
|
|
52
|
+
|
|
53
|
+
Help available issuing: please help ACTION
|
|
54
|
+
© 2015-2023 by SHS-AV s.r.l.
|
|
55
|
+
Author: antoniomaria.vigliotti@gmail.com
|
|
56
|
+
Full documentation at: https://zeroincombenze-tools.readthedocs.io/
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
Action is one of:
|
|
62
|
+
|
|
63
|
+
* help
|
|
64
|
+
* build
|
|
65
|
+
* chkconfig
|
|
66
|
+
* config
|
|
67
|
+
* docs
|
|
68
|
+
* duplicate
|
|
69
|
+
* export MODULE DB
|
|
70
|
+
* import
|
|
71
|
+
* list
|
|
72
|
+
* lsearch
|
|
73
|
+
* publish
|
|
74
|
+
* push
|
|
75
|
+
* pythonhosted
|
|
76
|
+
* replace
|
|
77
|
+
* replica
|
|
78
|
+
* show
|
|
79
|
+
* status
|
|
80
|
+
* test
|
|
81
|
+
* translate MODULE DB
|
|
82
|
+
* version
|
|
83
|
+
* wep
|
|
84
|
+
|
|
85
|
+
*build*
|
|
86
|
+
|
|
87
|
+
Build a tar file for current PYPI project
|
|
88
|
+
|
|
89
|
+
*chkconfig*
|
|
90
|
+
|
|
91
|
+
Display various values of current project.
|
|
92
|
+
|
|
93
|
+
*config global|local*
|
|
94
|
+
|
|
95
|
+
Set various parameter by edit with vim.
|
|
96
|
+
Set various parameter editing with vim.
|
|
97
|
+
Comments inside configuration file can aim to set values.
|
|
98
|
+
|
|
99
|
+
Some variable are:
|
|
100
|
+
|
|
101
|
+
* GBL_EXCLUDE=test_impex -> Module globally escluded by test because can fail locally
|
|
102
|
+
* PYTHON_MATRIX="2.7 3.7" -> python version to use in tests
|
|
103
|
+
|
|
104
|
+
*docs*
|
|
105
|
+
|
|
106
|
+
Prepare documentation to publish on readthedocs website (PYPI).
|
|
107
|
+
Create / update README and index.html of Odoo module.
|
|
108
|
+
Notice: README of repository history is tailored with last 60 days items;
|
|
109
|
+
on README and index,html of module, history is tailored with last 180 days items;
|
|
110
|
+
However max 12 items are added in README / index.html
|
|
111
|
+
Summary showed to console are tailored with last 15 days.
|
|
112
|
+
|
|
113
|
+
*export MODULE DB [-bBRANCH]*
|
|
114
|
+
|
|
115
|
+
Export po file of Odoo project.
|
|
116
|
+
If current directory is a module directory you can use '.' (dot) for module name.
|
|
117
|
+
|
|
118
|
+
To declare specific version use -b switch
|
|
119
|
+
|
|
120
|
+
*import MODULE DB*
|
|
121
|
+
|
|
122
|
+
Import po file of Odoo project.
|
|
123
|
+
|
|
124
|
+
To declare target version use \fB-b\fR switch
|
|
125
|
+
|
|
126
|
+
*publish docs|download|pypi|svg|testpypi*
|
|
127
|
+
|
|
128
|
+
Publish documentation or package.
|
|
129
|
+
|
|
130
|
+
* publish docs -> publish generate docs to website (require system privileges)
|
|
131
|
+
* publish download -> publish tarball to download (require system privileges)
|
|
132
|
+
type \fBplease build\fR to generate tarball file
|
|
133
|
+
* publish pypi -> publish package to pypi website (from odoo user)
|
|
134
|
+
* publish svg -> publish test result svg file (require system privileges)
|
|
135
|
+
* publish tar -> write a tarball with package files
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
Getting started
|
|
140
|
+
===============
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
Prerequisites
|
|
144
|
+
-------------
|
|
145
|
+
|
|
146
|
+
Zeroincombenze(R) tools requires:
|
|
147
|
+
|
|
148
|
+
* Linux Centos 7/8 or Debian 9/10/11 or Ubuntu 16/18/20/22/24
|
|
149
|
+
* python 2.7+, some tools require python 3.7+, best python 3.9+
|
|
150
|
+
* bash 5.0+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
Installation
|
|
155
|
+
------------
|
|
156
|
+
|
|
157
|
+
Current version via Git
|
|
158
|
+
~~~~~~~~~~~~~~~~~~~~~~~
|
|
159
|
+
|
|
160
|
+
::
|
|
161
|
+
|
|
162
|
+
cd $HOME
|
|
163
|
+
[[ ! -d ./tools ]] && git clone https://github.com/zeroincombenze/tools.git
|
|
164
|
+
cd ./tools
|
|
165
|
+
./install_tools.sh -pUT
|
|
166
|
+
source $HOME/devel/activate_tools
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
Upgrade
|
|
171
|
+
-------
|
|
172
|
+
|
|
173
|
+
Current version via Git
|
|
174
|
+
~~~~~~~~~~~~~~~~~~~~~~~
|
|
175
|
+
|
|
176
|
+
::
|
|
177
|
+
|
|
178
|
+
cd ./tools
|
|
179
|
+
./install_tools.sh -pUT
|
|
180
|
+
source $HOME/devel/activate_tools
|
|
181
|
+
|
|
182
|
+
|
|
3
183
|
|
|
4
184
|
ChangeLog History
|
|
5
|
-
|
|
185
|
+
-----------------
|
|
186
|
+
|
|
187
|
+
2.1.0 (2026-07-10)
|
|
188
|
+
~~~~~~~~~~~~~~~~~~
|
|
189
|
+
|
|
190
|
+
* [IMP] run_odoo_debug: disable test on depending modules
|
|
191
|
+
* [FIX] gevent_port in run_odoo_debug.sh for Odoo 16+
|
|
192
|
+
* [FIX] Sometimes wrong db user was used
|
|
193
|
+
* [IMP] Install python2.7 in Ubuntu 26.04
|
|
194
|
+
* [IMP] Quality message on pypi packages
|
|
195
|
+
* [IMP] Quality message on pypi packages
|
|
196
|
+
|
|
197
|
+
2.0.23 (2025-08-14)
|
|
198
|
+
~~~~~~~~~~~~~~~~~~~
|
|
6
199
|
|
|
200
|
+
* [IMP] arcangelo became a pypi package
|
|
201
|
+
* [IMP] please install python: now can install python 3.12
|
|
202
|
+
* [FIX] please version does not add line at the end of file
|
|
203
|
+
* [FIX] please: best recognition of read-only repositories
|
|
204
|
+
* [FIX] please test: check on templates to use
|
|
205
|
+
* [FIX] No crash if invalid modules declaration
|
|
206
|
+
* [FIX] License declaration compatible with pypi
|
|
7
207
|
|
|
8
208
|
2.0.22 (2025-05-31)
|
|
9
209
|
~~~~~~~~~~~~~~~~~~~
|
|
@@ -127,133 +327,29 @@ ChangeLog History
|
|
|
127
327
|
* [FIX] run_odoo_debug: path with heading space
|
|
128
328
|
* [IMP] please test now can update account.account.xlsx
|
|
129
329
|
|
|
130
|
-
2.0.12 (2023-08-29)
|
|
131
|
-
~~~~~~~~~~~~~~~~~~~
|
|
132
330
|
|
|
133
|
-
* [FIX] gen_readme.py: minor fixes
|
|
134
|
-
* [IMP] gen_readme.py: manifest author priority
|
|
135
|
-
* [FIX] gen_readme.py: coverage in CHANGELOG.rst"
|
|
136
|
-
* [IMP] gen_readme.py: link to authors on README.rst and index.html
|
|
137
|
-
* [IMP] gen_readme.py: history tailoring keeps minimal 2 items
|
|
138
|
-
* [FIX] license_mgnt: best organization recognition
|
|
139
|
-
* [IMP] license_mgnt: powerp renamed to librerp
|
|
140
|
-
* [FIX] run_odoo_debug: no doc neither translate after test error
|
|
141
|
-
* [IMP] arcangelo: new rules
|
|
142
|
-
* [IMP] arcangelo: new git conflict selection
|
|
143
|
-
* [IMP] arcangelo: merge gen_readme.py formatting
|
|
144
|
-
* [IMP] arcangelo: new switch --string-normalization
|
|
145
|
-
* [FIX] deploy_odoo: minor fixes
|
|
146
|
-
* [FIX] odoo_translation: sometime did not translate
|
|
147
|
-
* [IMP] odoo_translation: best performance
|
|
148
331
|
|
|
149
|
-
|
|
150
|
-
|
|
332
|
+
Credits
|
|
333
|
+
=======
|
|
151
334
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
* [IMP] please docs now do "please clean" after
|
|
155
|
-
* [IMP] please lint and zerobug now do "pre-commit run" before (--no-verify)
|
|
156
|
-
* [IMP] please test and zerobug now do "please translate" after (--no-translate)
|
|
157
|
-
* [IMP] please update: new switches --vme --odoo-venv
|
|
158
|
-
* [IMP] please clean db: new action replace old wep-db
|
|
159
|
-
* [IMP] please version: new interface
|
|
160
|
-
* [IMP] please show docs: new interface
|
|
161
|
-
* [REF] run_odoo_debug: partial refactoring
|
|
162
|
-
* [IMP] run_odoo_debug: new switch --daemon
|
|
163
|
-
* [IMP] arcangelo: new swicth --string-normalization
|
|
164
|
-
* [FIX] please test / run_odoo_debug: minor fixes
|
|
165
|
-
|
|
166
|
-
2.0.9 (2023-06-26)
|
|
167
|
-
~~~~~~~~~~~~~~~~~~
|
|
335
|
+
Copyright
|
|
336
|
+
---------
|
|
168
337
|
|
|
169
|
-
|
|
170
|
-
* [FIX] run_odoo_debug: check for dropped DB and abort if still exist
|
|
171
|
-
* [REF] odoo_translation: refactoring
|
|
172
|
-
* [REF] please: refactoring
|
|
173
|
-
* [IMP] deploy_odoo: new brief for status
|
|
174
|
-
* [IMP] deploy_odoo: new action unstaged e new status format
|
|
175
|
-
* [IMP] do_migrate renamed to arcangelo
|
|
176
|
-
* [IMP] gen_readme.py: manage CHANGELOG.rst too
|
|
177
|
-
* [IMP] argangelo: refactoring to run inside pre-commit
|
|
178
|
-
|
|
179
|
-
2.0.8 (2023-05-09)
|
|
180
|
-
~~~~~~~~~~~~~~~~~~
|
|
338
|
+
SHS-AV s.r.l. <https://www.shs-av.com/>
|
|
181
339
|
|
|
182
|
-
* [FIX] Install run_odoo_debug
|
|
183
|
-
* [FIX] Install do_git_ignore
|
|
184
|
-
* [IMP] lint_2_compare: ignore odoo/openerp test string and LICENSE files
|
|
185
|
-
* [IMP] lint_2_compare: new switch ---purge do not load identical files (quick diff)
|
|
186
340
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
* [IMP] deply_odoo: new action git-push
|
|
191
|
-
* [REF] odoo_translation: new implementation
|
|
192
|
-
* [FIX] run_odoo_debug: minor fixes
|
|
193
|
-
* [NEW] do_git_checkout_new_branch: new command
|
|
194
|
-
* [IMP] install_python3_from_source: improvements
|
|
195
|
-
* [FIX] ssh.py: scp with port not 22
|
|
196
|
-
|
|
197
|
-
2.0.6 (2023-02-23)
|
|
198
|
-
~~~~~~~~~~~~~~~~~~
|
|
199
|
-
|
|
200
|
-
* [IMP] ssh.py: -m -s switches accept path with user and host
|
|
201
|
-
* [IMP] deploy_odoo: new property status to display
|
|
202
|
-
* [IMP] deploy_odoo: new switches -l and -x
|
|
203
|
-
* [NEW] do_git_checkout_new_branch.py
|
|
204
|
-
* [IMP] do_migrate.py: new features
|
|
205
|
-
* [IMP] run_odoo_debug.sh imported from odoo_score
|
|
206
|
-
* [FIX] run_odoo_debug.sh: ODOO_COMMIT TEST not set when build template
|
|
207
|
-
* [IMP] run_odoo_debug.sh: simulate server_wide_modules parameter for Odoo 7.0-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
2.0.5 (2023-01-13)
|
|
211
|
-
~~~~~~~~~~~~~~~~~~
|
|
212
|
-
|
|
213
|
-
* [IMP] please: wep now delete old travis-emulator logs
|
|
214
|
-
* [IMP] install_python_3_from_source.sh: now can install python 3.9
|
|
215
|
-
* [IMP] please: action docs, minor improvements
|
|
216
|
-
* [IMP] deploy_odoo: format output list
|
|
217
|
-
|
|
218
|
-
2.0.4 (2022-12-09)
|
|
219
|
-
~~~~~~~~~~~~~~~~~~
|
|
341
|
+
Authors
|
|
342
|
+
-------
|
|
220
343
|
|
|
221
|
-
*
|
|
222
|
-
* [FIX] build_cmd: best recognition of python version
|
|
223
|
-
* [FIX] set_python_version.sh: best recognition of python version
|
|
344
|
+
* `SHS-AV s.r.l. <https://www.zeroincombenze.it>`__
|
|
224
345
|
|
|
225
|
-
2.0.3 (2022-11-22)
|
|
226
|
-
~~~~~~~~~~~~~~~~~~
|
|
227
|
-
|
|
228
|
-
* [REF] odoo_translation
|
|
229
|
-
|
|
230
|
-
2.0.2.1 (2022-10-31)
|
|
231
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
232
|
-
|
|
233
|
-
* [IMP] lint_2_compare: ignoring .git .idea egg-info and setup directories
|
|
234
|
-
* [IMP] lint_2_compare: new ignore switches
|
|
235
|
-
* [FIX] please translate: do not execute export
|
|
236
|
-
|
|
237
|
-
2.0.2 (2022-10-20)
|
|
238
|
-
~~~~~~~~~~~~~~~~~~
|
|
239
346
|
|
|
240
|
-
* [IMP] Clearing code
|
|
241
|
-
|
|
242
|
-
2.0.1 (2022-10-12)
|
|
243
|
-
~~~~~~~~~~~~~~~~~~
|
|
244
|
-
|
|
245
|
-
* [IMP] minor improvements
|
|
246
|
-
|
|
247
|
-
2.0.1 (2022-10-12)
|
|
248
|
-
~~~~~~~~~~~~~~~~~~
|
|
249
347
|
|
|
250
|
-
|
|
348
|
+
Contributors
|
|
349
|
+
------------
|
|
251
350
|
|
|
252
|
-
|
|
253
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
351
|
+
* `Antonio M. Vigliotti <antoniomaria.vigliotti@gmail.com>`__
|
|
254
352
|
|
|
255
|
-
* [IMP] New lint_2_compare command
|
|
256
|
-
* [IMP] odoo_dependecies.py: minor upgrade
|
|
257
353
|
|
|
258
354
|
|
|
|
259
355
|
|
|
|
@@ -268,10 +364,10 @@ ChangeLog History
|
|
|
268
364
|
:target: https://www.odoo.com/documentation/user/9.0/legal/licenses/licenses.html
|
|
269
365
|
:alt: License: OPL
|
|
270
366
|
.. |Tech Doc| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-docs-2.svg
|
|
271
|
-
:target: https://wiki.zeroincombenze.org/en/Odoo/2.0
|
|
367
|
+
:target: https://wiki.zeroincombenze.org/en/Odoo/2.1.0/dev
|
|
272
368
|
:alt: Technical Documentation
|
|
273
369
|
.. |Help| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-help-2.svg
|
|
274
|
-
:target: https://wiki.zeroincombenze.org/it/Odoo/2.0
|
|
370
|
+
:target: https://wiki.zeroincombenze.org/it/Odoo/2.1.0/man
|
|
275
371
|
:alt: Technical Documentation
|
|
276
372
|
.. |Try Me| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-try-it-2.svg
|
|
277
373
|
:target: https://erp2.zeroincombenze.it
|