diff --git a/README.md b/README.md index afb541885..0404386db 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_dms_field](account_dms_field/) | 16.0.1.0.0 | | Add dms field for account [dms](dms/) | 16.0.1.8.2 | | Document Management System for Odoo [dms_attachment_link](dms_attachment_link/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Dms Attachment Link [dms_auto_classification](dms_auto_classification/) | 16.0.1.1.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Auto classify documents into DMS diff --git a/account_dms_field/static/description/icon.png b/account_dms_field/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_dms_field/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 0598da5bc..564ab419c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241008.0 \ No newline at end of file +16.0.20241016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5a50f0186..01ed18de7 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-dms Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_dms_field>=16.0dev,<16.1dev', 'odoo-addon-dms>=16.0dev,<16.1dev', 'odoo-addon-dms_attachment_link>=16.0dev,<16.1dev', 'odoo-addon-dms_auto_classification>=16.0dev,<16.1dev',