diff --git a/README.md b/README.md index 74859f046..a72b5eb0c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_account_tag_code](account_account_tag_code/) | 16.0.1.0.0 | | Add a code field to the accounts tags [account_asset_batch_compute](account_asset_batch_compute/) | 16.0.1.0.0 | | Add the possibility to compute assets in batch [account_asset_management](account_asset_management/) | 16.0.1.2.5 | | Assets Management -[account_asset_number](account_asset_number/) | 16.0.1.0.0 | | Assets Number +[account_asset_number](account_asset_number/) | 16.0.1.1.0 | | Assets Number [account_asset_transfer](account_asset_transfer/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Asset Transfer from AUC to Asset [account_cash_deposit](account_cash_deposit/) | 16.0.1.2.0 | | Manage cash deposits and cash orders [account_chart_update](account_chart_update/) | 16.0.2.0.4 | | Wizard to update a company's account chart from a template diff --git a/account_asset_number/README.rst b/account_asset_number/README.rst index 628b61130..51ada54c5 100644 --- a/account_asset_number/README.rst +++ b/account_asset_number/README.rst @@ -7,7 +7,7 @@ Assets Number !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:efb1ec13fed79ff1f0c4b58d789855f8cf530aeb2a37543108bd28eb3ca22304 + !! source digest: sha256:60647111a7d6cee9fb79991a4bf6ca0f1949628d1cc44c7735df9ac246278bec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_asset_number/__manifest__.py b/account_asset_number/__manifest__.py index e1656d785..42964bc85 100644 --- a/account_asset_number/__manifest__.py +++ b/account_asset_number/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Assets Number", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "license": "AGPL-3", "depends": ["account_asset_management"], "author": "Ecosoft, Odoo Community Association (OCA)", diff --git a/account_asset_number/static/description/index.html b/account_asset_number/static/description/index.html index 5eafb80e6..ab1fcf34d 100644 --- a/account_asset_number/static/description/index.html +++ b/account_asset_number/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 @@ 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 } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:efb1ec13fed79ff1f0c4b58d789855f8cf530aeb2a37543108bd28eb3ca22304 +!! source digest: sha256:60647111a7d6cee9fb79991a4bf6ca0f1949628d1cc44c7735df9ac246278bec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a asset number for the asset’s reference.

@@ -420,7 +420,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.