Maintainers
This module is maintained by the OCA.
-
+
+
+
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.
diff --git a/README.md b/README.md index 80d1e8ed9..0a52db499 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ addon | version | maintainers | summary [account_sequence_option](account_sequence_option/) | 16.0.1.0.0 | [](https://github.com/kittiu) | Manage sequence options for account.move, i.e., invoice, bill, entry [account_spread_cost_revenue](account_spread_cost_revenue/) | 16.0.1.0.1 | | Spread costs and revenues over a custom period [account_template_active](account_template_active/) | 16.0.1.0.1 | [](https://github.com/legalsylvain) | Allow to disable / enable account template items (tax, fiscal position, account) -[account_usability](account_usability/) | 16.0.1.0.3 | [](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting +[account_usability](account_usability/) | 16.0.1.0.4 | [](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting [base_vat_optional_vies](base_vat_optional_vies/) | 16.0.1.1.1 | [](https://github.com/yajo) [](https://github.com/rafaelbn) | Optional validation of VAT via VIES [stock_account_anglo_saxon_cogs_kit](stock_account_anglo_saxon_cogs_kit/) | 16.0.2.0.0 | [](https://github.com/MarinaAForgeFlow) [](https://github.com/AaronHForgeFlow) | Stock Account Anglo Saxon COGS Kit diff --git a/account_usability/README.rst b/account_usability/README.rst index b3ca1a15f..e398bb308 100644 --- a/account_usability/README.rst +++ b/account_usability/README.rst @@ -7,7 +7,7 @@ Account - Missing Menus & Saxon Accounting !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:59d934aa9bb1a841afa83571c910c64dccf68099996202c99cc0fddb9ff9fb8f + !! source digest: sha256:d8489fab765d218417e3c3e300aa8dae83fb4c30c64cfcdfe1d77cf62328d9a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_usability/__manifest__.py b/account_usability/__manifest__.py index 4a8c3cfc2..aa23ba2f3 100644 --- a/account_usability/__manifest__.py +++ b/account_usability/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account - Missing Menus & Saxon Accounting", - "version": "16.0.1.0.3", + "version": "16.0.1.0.4", "category": "Accounting", "license": "AGPL-3", "summary": "Adds missing menu entries for Account module and" diff --git a/account_usability/static/description/index.html b/account_usability/static/description/index.html index ea7038f7b..1142c0079 100644 --- a/account_usability/static/description/index.html +++ b/account_usability/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:59d934aa9bb1a841afa83571c910c64dccf68099996202c99cc0fddb9ff9fb8f +!! source digest: sha256:d8489fab765d218417e3c3e300aa8dae83fb4c30c64cfcdfe1d77cf62328d9a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module extends the Odoo CE account module to add all the missing or hidden things @@ -493,7 +493,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-
+
+
+
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.