diff --git a/README.md b/README.md index 617ac516b55..d172b80e9fd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_cutoff_accrual_subscription](account_cutoff_accrual_subscription/) | 16.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Accrued expenses based on subscriptions [account_cutoff_base](account_cutoff_base/) | 16.0.1.3.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Account Cut-offs -[account_cutoff_picking](account_cutoff_picking/) | 16.0.1.3.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Accrued and prepaid expense/revenue from pickings +[account_cutoff_picking](account_cutoff_picking/) | 16.0.1.3.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Accrued and prepaid expense/revenue from pickings [account_cutoff_start_end_dates](account_cutoff_start_end_dates/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Cutoffs based on start/end dates [account_invoice_start_end_dates](account_invoice_start_end_dates/) | 16.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds start/end dates on invoice/move lines [account_invoice_start_end_dates_move](account_invoice_start_end_dates_move/) | 16.0.1.0.0 | | Add the possibility to choose start and end dates on account invoice. diff --git a/account_cutoff_picking/README.rst b/account_cutoff_picking/README.rst index 0f25647e7e5..e2478264d4b 100644 --- a/account_cutoff_picking/README.rst +++ b/account_cutoff_picking/README.rst @@ -7,7 +7,7 @@ Account Cut-off Picking !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:920d7d7132393995f81ac7f79a6b81d95ddb0c14129bf57095e8c91cf8538f84 + !! source digest: sha256:f6091035b02278d297ac998f00f422f8401ea322060f472cf5b95083d4f2b4bf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_cutoff_picking/__manifest__.py b/account_cutoff_picking/__manifest__.py index c19a04cb1f3..0939ddd2d06 100644 --- a/account_cutoff_picking/__manifest__.py +++ b/account_cutoff_picking/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Cut-off Picking", - "version": "16.0.1.3.0", + "version": "16.0.1.3.1", "category": "Accounting", "license": "AGPL-3", "summary": "Accrued and prepaid expense/revenue from pickings", diff --git a/account_cutoff_picking/static/description/index.html b/account_cutoff_picking/static/description/index.html index 4b7885f0a46..83775b95320 100644 --- a/account_cutoff_picking/static/description/index.html +++ b/account_cutoff_picking/static/description/index.html @@ -366,7 +366,7 @@
This module generates expense/revenue accruals and prepaid expense/revenue based on the status of orders, pickings and invoices. The module is named account_cutoff_accrual_picking because it initially only supported accruals ; support for prepaid expense/revenue was added later (it should be renamed in later versions).