From d2c162dab1b4c255e933f5893fc41cae4c8b1082 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 1 Feb 2024 15:11:50 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- account_cutoff_picking/README.rst | 2 +- account_cutoff_picking/__manifest__.py | 2 +- account_cutoff_picking/static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 298f81f108d..3c45f03c6f9 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.2.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.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_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_multicurrency_revaluation](account_multicurrency_revaluation/) | 16.0.1.0.1 | | Manage revaluation for multicurrency environment diff --git a/account_cutoff_picking/README.rst b/account_cutoff_picking/README.rst index e44b4095479..0f25647e7e5 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:c4760ddc4c5bdaa231e0019fab6cb247a9d41b23e3e0fa92cbb9b10e9744044d + !! source digest: sha256:920d7d7132393995f81ac7f79a6b81d95ddb0c14129bf57095e8c91cf8538f84 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 b45e15b5e0a..2afdc4766cc 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.2.0", + "version": "16.0.1.3.0", "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 54b0a90dde8..4b7885f0a46 100644 --- a/account_cutoff_picking/static/description/index.html +++ b/account_cutoff_picking/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Cut-off Picking

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c4760ddc4c5bdaa231e0019fab6cb247a9d41b23e3e0fa92cbb9b10e9744044d +!! source digest: sha256:920d7d7132393995f81ac7f79a6b81d95ddb0c14129bf57095e8c91cf8538f84 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

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