[MIG] account_move_attachement_zipped_download: Migration to 18.0
This commit is contained in:
32
account_move_attachement_zipped_download/README.md
Normal file
32
account_move_attachement_zipped_download/README.md
Normal 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.
|
||||
@@ -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.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user