diff --git a/README.md b/README.md index a129f0fec6d..037a18eba34 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [account_fiscal_year_closing](account_fiscal_year_closing/) | 14.0.1.0.3 | | Generic fiscal year closing wizard [account_invoice_start_end_dates](account_invoice_start_end_dates/) | 14.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/) | 14.0.1.0.0 | | Add the possibility to choose start and end dates on account invoice. -[account_move_cutoff](account_move_cutoff/) | 14.0.0.0.1 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Account move Cut-offs, manage Deferred Revenues/Expenses +[account_move_cutoff](account_move_cutoff/) | 14.0.0.0.2 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Account move Cut-offs, manage Deferred Revenues/Expenses [account_multicurrency_revaluation](account_multicurrency_revaluation/) | 14.0.2.0.2 | | Manage revaluation for multicurrency environment [//]: # (end addons) diff --git a/account_move_cutoff/README.rst b/account_move_cutoff/README.rst index 081692fae78..b40a363ef99 100644 --- a/account_move_cutoff/README.rst +++ b/account_move_cutoff/README.rst @@ -7,7 +7,7 @@ Account Move Cut-off !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a8aa40cdf6479368d14b2c90d6c638db1eb230f301f6efd8f4085ba805937c98 + !! source digest: sha256:3c292dc72f730b3cfa70621693bf9bb7293d936e6a91fe83671832e074fcdd97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_cutoff/__manifest__.py b/account_move_cutoff/__manifest__.py index a1f7edf9411..de011270780 100644 --- a/account_move_cutoff/__manifest__.py +++ b/account_move_cutoff/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Account Move Cut-off", - "version": "14.0.0.0.1", + "version": "14.0.0.0.2", "category": "Accounting & Finance", "license": "AGPL-3", "summary": "Account move Cut-offs, manage Deferred Revenues/Expenses", diff --git a/account_move_cutoff/static/description/index.html b/account_move_cutoff/static/description/index.html index ffe70c48263..dc7bf8120d6 100644 --- a/account_move_cutoff/static/description/index.html +++ b/account_move_cutoff/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Account Move Cut-off

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a8aa40cdf6479368d14b2c90d6c638db1eb230f301f6efd8f4085ba805937c98 +!! source digest: sha256:3c292dc72f730b3cfa70621693bf9bb7293d936e6a91fe83671832e074fcdd97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to generate cu-toff entries automatically when posting former @@ -516,7 +516,9 @@

Authors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.