diff --git a/README.md b/README.md index 7a03e4e59..64df66b0a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [cooperator](cooperator/) | 16.0.1.1.0 | | Manage your cooperators +[cooperator_documentation](cooperator_documentation/) | 16.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Add a link to the documentation of the module to the menu bar. [cooperator_portal](cooperator_portal/) | 16.0.1.0.1 | | Show cooperator information in the website portal [cooperator_website](cooperator_website/) | 16.0.1.0.0 | | This module adds the cooperator subscription form allowing to subscribe for shares online. [l10n_be_cooperator](l10n_be_cooperator/) | 16.0.1.2.1 | | Cooperators Belgium Localization diff --git a/cooperator_documentation/static/description/icon.png b/cooperator_documentation/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/cooperator_documentation/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 70695ea72..a5a98e447 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240614.0 \ No newline at end of file +16.0.20240925.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1decd72ad..5db2adc17 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-cooperator>=16.0dev,<16.1dev', + 'odoo-addon-cooperator_documentation>=16.0dev,<16.1dev', 'odoo-addon-cooperator_portal>=16.0dev,<16.1dev', 'odoo-addon-cooperator_website>=16.0dev,<16.1dev', 'odoo-addon-l10n_be_cooperator>=16.0dev,<16.1dev',