From d6c6872c5ceabb16a88cb595b314ed8841909c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Tue, 17 Mar 2026 23:04:52 +0100 Subject: [PATCH] [MIG] account_move_attachement_zipped_download: Migration to 18.0 --- .../README.md | 32 ++++++++++++++ .../README.rst | 44 ------------------- .../__manifest__.py | 4 +- 3 files changed, 34 insertions(+), 46 deletions(-) create mode 100644 account_move_attachement_zipped_download/README.md delete mode 100644 account_move_attachement_zipped_download/README.rst diff --git a/account_move_attachement_zipped_download/README.md b/account_move_attachement_zipped_download/README.md new file mode 100644 index 0000000..6f9a68e --- /dev/null +++ b/account_move_attachement_zipped_download/README.md @@ -0,0 +1,32 @@ +# account_move_attachement_zipped_download + +Extends the `attachment_zipped_download` module to the `account.move` model (invoices, credit notes, etc.). + +Adds a **"Download attachments"** entry in the Actions menu of the account moves list view. When multiple records are selected, all their attachments are downloaded as a single ZIP archive. + +## Installation + +Install the `attachment_zipped_download` module first, then use the standard Odoo module installation procedure to install `account_move_attachement_zipped_download`. + +## Known issues / Roadmap + +None yet. + +## Bug Tracker + +Bugs are tracked on [our issues website](https://github.com/elabore-coop/account-tools/issues). In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. + +## Credits + +### Contributors + +* Boris Gallet - [Email](mailto:boris.gallet@elabore.coop) - [Github](https://github.com/b0g) + +### Funders + +The development of this module has been financially supported by: +* [Elabore](https://elabore.coop) + +### Maintainer + +This module is maintained by Elabore. diff --git a/account_move_attachement_zipped_download/README.rst b/account_move_attachement_zipped_download/README.rst deleted file mode 100644 index 0b9501c..0000000 --- a/account_move_attachement_zipped_download/README.rst +++ /dev/null @@ -1,44 +0,0 @@ -=============== -account_move_attachement_zipped_download -=============== - -custom attachments zipped download for account_move model - -Installation -============ - -Use Odoo normal module installation procedure to install -``account_move_attachement_zipped_download``. - -Known issues / Roadmap -====================== - -None yet. - -Bug Tracker -=========== - -Bugs are tracked on `our issues website `_. In case of -trouble, please check there if your issue has already been -reported. If you spotted it first, help us smashing it by providing a -detailed and welcomed feedback. - -Credits -======= - -Contributors ------------- - -* Boris Gallet - `Email` - `Github` - -Funders -------- - -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) - - -Maintainer ----------- - -This module is maintained by Elabore. \ No newline at end of file diff --git a/account_move_attachement_zipped_download/__manifest__.py b/account_move_attachement_zipped_download/__manifest__.py index 63911dd..98ac951 100644 --- a/account_move_attachement_zipped_download/__manifest__.py +++ b/account_move_attachement_zipped_download/__manifest__.py @@ -3,9 +3,9 @@ { "name": "account_move_attachement_zipped_download", - "version": "16.0.1.0.0", + "version": "18.0.1.0.0", "author": "Elabore", - "website": "https://git.elabore.coop/elabore/account-tools", + "website": "https://elabore.coop", "maintainer": "Boris Gallet", "license": "AGPL-3", "category": "Tools",