[MIG] account_move_attachement_zipped_download: Migration to 18.0

This commit is contained in:
Stéphan Sainléger
2026-03-17 23:04:52 +01:00
parent 07669b8bf9
commit d6c6872c5c
3 changed files with 34 additions and 46 deletions

View File

@@ -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.

View File

@@ -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 <https://github.com/elabore-coop/account_move_attachement_zipped_download/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.

View File

@@ -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",