From dbcbdd520db0841d3f0f252638ff949c25001c48 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 25 Sep 2023 10:59:47 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +- fs_base_multi_media/README.rst | 130 ++++- fs_base_multi_media/__manifest__.py | 2 +- .../static/description/index.html | 459 ++++++++++++++++++ fs_product_multi_image/README.rst | 2 +- fs_product_multi_image/__manifest__.py | 2 +- .../static/description/index.html | 2 +- fs_product_multi_media/README.rst | 117 ++++- fs_product_multi_media/__manifest__.py | 2 +- .../static/description/index.html | 442 +++++++++++++++++ image_tag/README.rst | 2 +- image_tag/__manifest__.py | 2 +- image_tag/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 2 + 15 files changed, 1115 insertions(+), 59 deletions(-) create mode 100644 fs_base_multi_media/static/description/index.html create mode 100644 fs_product_multi_media/static/description/index.html diff --git a/README.md b/README.md index 3130140494..fc91cbf72b 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,16 @@ addon | version | maintainers | summary --- | --- | --- | --- [fs_attachment](fs_attachment/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Store attachments on external object store [fs_base_multi_image](fs_base_multi_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Mulitple Images from External File System +[fs_base_multi_media](fs_base_multi_media/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Give the possibility to store media data in external filesystem from odoo [fs_file](fs_file/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store files into filesystem storages [fs_file_demo](fs_file_demo/) | 16.0.1.0.0 | | Demo addon for fs_file and fs_image [fs_image](fs_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store images into filesystem storages [fs_image_thumbnail](fs_image_thumbnail/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Generate and store thumbnail for images [fs_product_brand_multi_image](fs_product_brand_multi_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Link images to product brands -[fs_product_multi_image](fs_product_multi_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product +[fs_product_multi_image](fs_product_multi_image/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product +[fs_product_multi_media](fs_product_multi_media/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Link media to products and categories [fs_storage](fs_storage/) | 16.0.1.0.1 | | Implement the concept of Storage with amazon S3, sftp... -[image_tag](image_tag/) | 16.0.1.0.0 | | Image tag model +[image_tag](image_tag/) | 16.0.1.0.1 | | Image tag model [storage_backend](storage_backend/) | 16.0.1.0.1 | | Implement the concept of Storage with amazon S3, sftp... [//]: # (end addons) diff --git a/fs_base_multi_media/README.rst b/fs_base_multi_media/README.rst index 38929e8775..289c646716 100644 --- a/fs_base_multi_media/README.rst +++ b/fs_base_multi_media/README.rst @@ -1,35 +1,117 @@ -**This file is going to be generated by oca-gen-addon-readme.** +=================== +Fs Base Multi Media +=================== -*Manual changes will be overwritten.* +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:854289aaf0e0ead7af13579fc0fb6eda2958f5386b77f5fbe056915dcc514666 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Please provide content in the ``readme`` directory: +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github + :target: https://github.com/OCA/storage/tree/16.0/fs_base_multi_media + :alt: OCA/storage +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_media + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=16.0 + :alt: Try me on Runboat -* **DESCRIPTION.rst** (required) -* INSTALL.rst (optional) -* CONFIGURE.rst (optional) -* **USAGE.rst** (optional, highly recommended) -* DEVELOP.rst (optional) -* ROADMAP.rst (optional) -* HISTORY.rst (optional, recommended) -* **CONTRIBUTORS.rst** (optional, highly recommended) -* CREDITS.rst (optional) +|badge1| |badge2| |badge3| |badge4| |badge5| -Content of this README will also be drawn from the addon manifest, -from keys such as name, authors, maintainers, development_status, -and license. +This addon allows you to store media file into external filesystem from odoo. +It also provides is a technical mixin model to ease the creation of other models +that need to be linked to multiple medias stored into external filesystems. -A good, one sentence summary in the manifest is also highly recommended. +The models provided by this addon are: +* ``fs.media``: a model that stores a reference to an media stored into + an external filesystem. +* ``fs.media.relation.mixin``: an abstract model that can be used to + as base class for models created to store an media linked to a model. + This abstract model defines fields and methods to transparently handle + 2 cases: + * the media is specific to the model. + * the media is shared between multiple models and therefore is a ``fs.media`` instance linked to the mixin. -Automatic changelog generation -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ -`HISTORY.rst` can be auto generated using `towncrier `_. +**Table of contents** -Just put towncrier compatible changelog fragments into `readme/newsfragments` -and the changelog file will be automatically generated and updated when a new fragment is added. +.. contents:: + :local: -Please refer to `towncrier` documentation to know more. +Usage +===== -NOTE: the changelog will be automatically generated when using `/ocabot merge $option`. -If you need to run it manually, refer to `OCA/maintainer-tools README `_. +To be able to create and or manages shared images, you must have the ``Media Manager`` +role. If you do not have this role, as an authenticated user, you can +only view the shared images. + +Known issues / Roadmap +====================== + +* Add dedicated widget to ease the addition of new media to a model linked to + multiple medias. (As it's the case in the *storage_image_product* addon) + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ACSONE SA/NV +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Sebastien Beau +* Laurent Mignon (https://www.acsone.eu/) + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +.. |maintainer-lmignon| image:: https://github.com/lmignon.png?size=40px + :target: https://github.com/lmignon + :alt: lmignon + +Current `maintainer `__: + +|maintainer-lmignon| + +This module is part of the `OCA/storage `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fs_base_multi_media/__manifest__.py b/fs_base_multi_media/__manifest__.py index bb39deb77b..1af9e4cbfa 100644 --- a/fs_base_multi_media/__manifest__.py +++ b/fs_base_multi_media/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Base Multi Media", "summary": """ Give the possibility to store media data in external filesystem from odoo""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_base_multi_media/static/description/index.html b/fs_base_multi_media/static/description/index.html new file mode 100644 index 0000000000..699c5cd514 --- /dev/null +++ b/fs_base_multi_media/static/description/index.html @@ -0,0 +1,459 @@ + + + + + + +Fs Base Multi Media + + + +
+

Fs Base Multi Media

+ + +

Alpha License: AGPL-3 OCA/storage Translate me on Weblate Try me on Runboat

+

This addon allows you to store media file into external filesystem from odoo. +It also provides is a technical mixin model to ease the creation of other models +that need to be linked to multiple medias stored into external filesystems.

+

The models provided by this addon are:

+
    +
  • fs.media: a model that stores a reference to an media stored into +an external filesystem.
  • +
  • fs.media.relation.mixin: an abstract model that can be used to +as base class for models created to store an media linked to a model. +This abstract model defines fields and methods to transparently handle +2 cases: +* the media is specific to the model. +* the media is shared between multiple models and therefore is a fs.media instance linked to the mixin.
  • +
+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Usage

+

To be able to create and or manages shared images, you must have the Media Manager +role. If you do not have this role, as an authenticated user, you can +only view the shared images.

+
+
+

Known issues / Roadmap

+
    +
  • Add dedicated widget to ease the addition of new media to a model linked to +multiple medias. (As it’s the case in the storage_image_product addon)
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • ACSONE SA/NV
  • +
  • Akretion
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

Current maintainer:

+

lmignon

+

This module is part of the OCA/storage project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/fs_product_multi_image/README.rst b/fs_product_multi_image/README.rst index 8c4eb9e286..e37c06b8a2 100644 --- a/fs_product_multi_image/README.rst +++ b/fs_product_multi_image/README.rst @@ -7,7 +7,7 @@ Fs Product Multi Image !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bf3233ffeb46c6ee5d359f599b9a2a9cbbea6a8076f9acb078ccb18c8cb726dd + !! source digest: sha256:04191dc8bd79efbbdc6817de4322bcbee0438dce6f1d5b09e77c15513e3b64b7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/fs_product_multi_image/__manifest__.py b/fs_product_multi_image/__manifest__.py index d3d72e215c..d33ceb9cf3 100644 --- a/fs_product_multi_image/__manifest__.py +++ b/fs_product_multi_image/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Product Multi Image", "summary": """ Manage multi images from extenal file system on product""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_product_multi_image/static/description/index.html b/fs_product_multi_image/static/description/index.html index 70a670336b..4bd645afb8 100644 --- a/fs_product_multi_image/static/description/index.html +++ b/fs_product_multi_image/static/description/index.html @@ -367,7 +367,7 @@

Fs Product Multi Image

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:bf3233ffeb46c6ee5d359f599b9a2a9cbbea6a8076f9acb078ccb18c8cb726dd +!! source digest: sha256:04191dc8bd79efbbdc6817de4322bcbee0438dce6f1d5b09e77c15513e3b64b7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/storage Translate me on Weblate Try me on Runboat

Attach images to products and categories and store them on an external diff --git a/fs_product_multi_media/README.rst b/fs_product_multi_media/README.rst index 38929e8775..c0d1c21e5a 100644 --- a/fs_product_multi_media/README.rst +++ b/fs_product_multi_media/README.rst @@ -1,35 +1,104 @@ -**This file is going to be generated by oca-gen-addon-readme.** +====================== +Fs Product Multi Media +====================== -*Manual changes will be overwritten.* +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:b649191cb95b8b72063aeb4dcae0a56ce173ba8e39aa0a6ac71809d55865720f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Please provide content in the ``readme`` directory: +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github + :target: https://github.com/OCA/storage/tree/16.0/fs_product_multi_media + :alt: OCA/storage +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_product_multi_media + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=16.0 + :alt: Try me on Runboat -* **DESCRIPTION.rst** (required) -* INSTALL.rst (optional) -* CONFIGURE.rst (optional) -* **USAGE.rst** (optional, highly recommended) -* DEVELOP.rst (optional) -* ROADMAP.rst (optional) -* HISTORY.rst (optional, recommended) -* **CONTRIBUTORS.rst** (optional, highly recommended) -* CREDITS.rst (optional) +|badge1| |badge2| |badge3| |badge4| |badge5| -Content of this README will also be drawn from the addon manifest, -from keys such as name, authors, maintainers, development_status, -and license. +Attach medias to products and categories and store them on an external +filesystem instead of the database. -A good, one sentence summary in the manifest is also highly recommended. +This addon is a drop-in replacement for the **storage_media_product** addon. +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ -Automatic changelog generation -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +**Table of contents** -`HISTORY.rst` can be auto generated using `towncrier `_. +.. contents:: + :local: -Just put towncrier compatible changelog fragments into `readme/newsfragments` -and the changelog file will be automatically generated and updated when a new fragment is added. +Usage +===== -Please refer to `towncrier` documentation to know more. +On the category and product form, a new tab allows you to add medias to the +related object. The medias can be specific to the model or you can use an +existing one. -NOTE: the changelog will be automatically generated when using `/ocabot merge $option`. -If you need to run it manually, refer to `OCA/maintainer-tools README `_. +When attaching a media to a product you can also specify for which variant +attribute values the media is valid. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ACSONE SA/NV +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Raphaël Reverdy +* Laurent Mignon (https://www.acsone.eu/) + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +.. |maintainer-lmignon| image:: https://github.com/lmignon.png?size=40px + :target: https://github.com/lmignon + :alt: lmignon + +Current `maintainer `__: + +|maintainer-lmignon| + +This module is part of the `OCA/storage `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fs_product_multi_media/__manifest__.py b/fs_product_multi_media/__manifest__.py index 75e31d1b0e..37cb64d998 100644 --- a/fs_product_multi_media/__manifest__.py +++ b/fs_product_multi_media/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Product Multi Media", "summary": """ Link media to products and categories""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_product_multi_media/static/description/index.html b/fs_product_multi_media/static/description/index.html new file mode 100644 index 0000000000..e64d8e1eed --- /dev/null +++ b/fs_product_multi_media/static/description/index.html @@ -0,0 +1,442 @@ + + + + + + +Fs Product Multi Media + + + +

+

Fs Product Multi Media

+ + +

Alpha License: AGPL-3 OCA/storage Translate me on Weblate Try me on Runboat

+

Attach medias to products and categories and store them on an external +filesystem instead of the database.

+

This addon is a drop-in replacement for the storage_media_product addon.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Usage

+

On the category and product form, a new tab allows you to add medias to the +related object. The medias can be specific to the model or you can use an +existing one.

+

When attaching a media to a product you can also specify for which variant +attribute values the media is valid.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • ACSONE SA/NV
  • +
  • Akretion
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

Current maintainer:

+

lmignon

+

This module is part of the OCA/storage project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/image_tag/README.rst b/image_tag/README.rst index 4f5460a765..81ab69688d 100644 --- a/image_tag/README.rst +++ b/image_tag/README.rst @@ -7,7 +7,7 @@ Image Tag !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c95fc644eae8db82d25437f0465bfdb09c377c52df8cb962e1f2f9b6aba268fd + !! source digest: sha256:05203837238360e0c011f8ed825bbf70e20f56a5157f18585a37353e9a148a86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/image_tag/__manifest__.py b/image_tag/__manifest__.py index 30315c2824..0bbe310d2d 100644 --- a/image_tag/__manifest__.py +++ b/image_tag/__manifest__.py @@ -5,7 +5,7 @@ "name": "Image Tag", "summary": """ Image tag model""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/image_tag/static/description/index.html b/image_tag/static/description/index.html index 52f3203a82..a37630a2ff 100644 --- a/image_tag/static/description/index.html +++ b/image_tag/static/description/index.html @@ -367,7 +367,7 @@

Image Tag

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c95fc644eae8db82d25437f0465bfdb09c377c52df8cb962e1f2f9b6aba268fd +!! source digest: sha256:05203837238360e0c011f8ed825bbf70e20f56a5157f18585a37353e9a148a86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/storage Translate me on Weblate Try me on Runboat

This addon provide only one basic model used to define image’s tags. These diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 49f89241f8..522cfed8b0 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230925.1 \ No newline at end of file +16.0.20230925.2 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5f00f8acff..ad340a6211 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,12 +10,14 @@ install_requires=[ 'odoo-addon-fs_attachment>=16.0dev,<16.1dev', 'odoo-addon-fs_base_multi_image>=16.0dev,<16.1dev', + 'odoo-addon-fs_base_multi_media>=16.0dev,<16.1dev', 'odoo-addon-fs_file>=16.0dev,<16.1dev', 'odoo-addon-fs_file_demo>=16.0dev,<16.1dev', 'odoo-addon-fs_image>=16.0dev,<16.1dev', 'odoo-addon-fs_image_thumbnail>=16.0dev,<16.1dev', 'odoo-addon-fs_product_brand_multi_image>=16.0dev,<16.1dev', 'odoo-addon-fs_product_multi_image>=16.0dev,<16.1dev', + 'odoo-addon-fs_product_multi_media>=16.0dev,<16.1dev', 'odoo-addon-fs_storage>=16.0dev,<16.1dev', 'odoo-addon-image_tag>=16.0dev,<16.1dev', 'odoo-addon-storage_backend>=16.0dev,<16.1dev',