From 67d79ff873afb19fc67b1333a9ace960e9f5c4b7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 11 Sep 2024 11:17:47 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- account_move_name_sequence/README.rst | 2 +- account_move_name_sequence/__manifest__.py | 2 +- .../static/description/index.html | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 91420d52b..ad7da57e4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ addon | version | maintainers | summary [account_move_line_sale_info](account_move_line_sale_info/) | 14.0.1.0.4 | | Introduces the purchase order line to the journal items [account_move_line_tax_editable](account_move_line_tax_editable/) | 14.0.2.0.0 | | Allows to edit taxes on non-posted account move lines [account_move_line_used_currency](account_move_line_used_currency/) | 14.0.1.0.0 | | Account Move Line Amount Currency -[account_move_name_sequence](account_move_name_sequence/) | 14.0.1.4.4 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence +[account_move_name_sequence](account_move_name_sequence/) | 14.0.1.4.5 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence [account_move_print](account_move_print/) | 14.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [account_move_reversal_choose_method](account_move_reversal_choose_method/) | 14.0.1.0.0 | | Let's choose the Credit Method when adding a credit note to a journal entry. [account_move_template](account_move_template/) | 14.0.1.1.2 | | Templates for recurring Journal Entries diff --git a/account_move_name_sequence/README.rst b/account_move_name_sequence/README.rst index ea3276ddf..30d44d3ab 100644 --- a/account_move_name_sequence/README.rst +++ b/account_move_name_sequence/README.rst @@ -7,7 +7,7 @@ Account Move Number Sequence !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ddb76a876792991f5a222a51eda75a81ada62bd245a0f32075d1ee7f6c10adea + !! source digest: sha256:37651f95885dbc3a44e40c0cc13151df5d38a48be1e1694ea5c5b5d60af13ca5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_name_sequence/__manifest__.py b/account_move_name_sequence/__manifest__.py index 7819bc31f..8f31cf072 100644 --- a/account_move_name_sequence/__manifest__.py +++ b/account_move_name_sequence/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Move Number Sequence", - "version": "14.0.1.4.4", + "version": "14.0.1.4.5", "category": "Accounting", "license": "AGPL-3", "summary": "Generate journal entry number from sequence", diff --git a/account_move_name_sequence/static/description/index.html b/account_move_name_sequence/static/description/index.html index 2a6667c3c..bb62f55c2 100644 --- a/account_move_name_sequence/static/description/index.html +++ b/account_move_name_sequence/static/description/index.html @@ -8,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. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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 } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ddb76a876792991f5a222a51eda75a81ada62bd245a0f32075d1ee7f6c10adea +!! source digest: sha256:37651f95885dbc3a44e40c0cc13151df5d38a48be1e1694ea5c5b5d60af13ca5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

In Odoo version 13.0 and previous versions, the number of journal entries was generated from a sequence configured on the journal.

@@ -472,7 +473,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.