pip need to be more recent than version 10.0 to use it to install.
The recommend way to install this module is to run ``python3 -m pip install odoo_scripts==19.0.2 --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/simple``.
The recommend way to install this module is to run ``python3 -m pip install odoo_scripts==19.0.2 --extra-index-url https://pypi.xcg.io/simple``.
...
...
@@ -13,5 +13,5 @@
Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``python3 -m install "odoo_scripts[docker]==19.0.2" --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/simple``.
Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``python3 -m install "odoo_scripts[docker]==19.0.2" --extra-index-url https://pypi.xcg.io/simple``.
The prerequisites for this module or one of its section can be installed by using pip3 or the package manager; the requirements are defined in ``pyproject.toml``.
To upgrade Odoo scripts, just add ``--upgrade`` to the end of the command.
...
...
@@ -81,7 +81,7 @@
- ``dependencies``: list of directories and files to include (also used by another script)
- ``other_sources``: list of directories and files to include (only used by this script, used for README, ReleaseNotes, script directories, etc.)
- ``duplicate_repo``: target repository, if none are specified, uses the same URL and append `_sources` to it.
No change are made to the name of the directories/files included.
When the package is installed, the executable for this script is ``update_duplicate_sources``.