From e731049d0fbfd003a33061e8f5e19b89b3085b30 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 29 Nov 2024 23:11:27 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 ++- account_usability/README.rst | 44 +++++++++---------- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 11 +++++ 4 files changed, 39 insertions(+), 24 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index 25ddca2fee1..8d97885d3cc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ account-financial-tools [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[account_usability](account_usability/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting [//]: # (end addons) diff --git a/account_usability/README.rst b/account_usability/README.rst index 0488057afcf..d46e60d3354 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:f9c1552ca7a62baeb73c314e2f419f89e9d92d098705d9b675f90bb47aa429e7 + !! source digest: sha256:ec2f84093090a05babdbbe997869edd9fff239c374e7ad107aae618b4d2dcad2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -34,14 +34,14 @@ hidden things that are hidden and available only on EE version. 1) This module adds all missing menu entries and views for the **Account** module. - - Bank Statements - - Cash Registers - - Account Tags - - Account Groups - - Chart of Account Templates - - Account Templates - - Tax Templates - - Fiscal Position Templates + - Bank Statements + - Cash Registers + - Account Tags + - Account Groups + - Chart of Account Templates + - Account Templates + - Tax Templates + - Fiscal Position Templates 2) This module also enables the option to enable or disable Anglo-Saxon accounting in the Chart of Account Template form view and in the @@ -63,7 +63,7 @@ Development **Detailled Module Category Changes (ir.module.category)** -- base.module_category_accounting_accounting +- base.module_category_accounting_accounting *CE Without that module* -> Complete Name : Invoicing @@ -71,7 +71,7 @@ Development **Detailled Groups Changes (res.groups)** -- account.group_account_invoice +- account.group_account_invoice *CE Without that module* -> Complete Name : Invoicing / Billing -> Parent Category : base.module_category_accounting_accounting -> Implies @@ -79,7 +79,7 @@ Parent Category : base.module_category_accounting_accounting -> Implies *CE With that module / EE* -> Complete Name: **Accounting** / Billing -- account.group_account_readonly +- account.group_account_readonly *CE Without that module* -> Complete Name : Technical / Show Accounting Features - Readonly -> Parent : base.module_category_hidden -> Implies : @@ -88,7 +88,7 @@ base.group_user *CE With that module / EE* -> name: **Accounting / Read-only** -> Parent Category: **base.module_category_accounting_accounting** -- account.group_account_user +- account.group_account_user *CE Without that module* -> Complete Name : Technical / Show Full Accounting Features -> Parent : base.module_category_hidden -> Implies : @@ -97,7 +97,7 @@ account.group_account_invoice, account.group_account_readonly *CE With that module / EE* -> name: **Accounting / Bookkeeper** -> Parent Category: **base.module_category_accounting_accounting** -- account.group_account_manager +- account.group_account_manager *CE Without that module* -> Complete Name : Invoicing / Billing Administrator -> Parent : base.module_category_accounting_accounting -> @@ -109,8 +109,8 @@ Implies : **account.group_account_user** Known issues / Roadmap ====================== -- Add a form view for the model ``account.bank.statement`` as Odoo SA - privatized in EE the form view in V16.0. +- Add a form view for the model ``account.bank.statement`` as Odoo SA + privatized in EE the form view in V16.0. Bug Tracker =========== @@ -134,13 +134,13 @@ Authors Contributors ------------ -- Sylvain LE GAL -- Raf Ven -- Alexis de Lattre -- Álvaro Trius -- [APSL-Nagarro](https://apsl.tech): +- Sylvain LE GAL +- Raf Ven +- Alexis de Lattre +- Álvaro Trius +- [APSL-Nagarro](https://apsl.tech): - - Antoni Marroig + - Antoni Marroig Maintainers ----------- diff --git a/account_usability/static/description/index.html b/account_usability/static/description/index.html index 0e1537447c0..311a8410f0e 100644 --- a/account_usability/static/description/index.html +++ b/account_usability/static/description/index.html @@ -367,7 +367,7 @@

Account - Missing Menus & Saxon Accounting

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

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

This module extends the Odoo CE account module to add all the missing or diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..d48509efbca --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-account-financial-tools" +version = "18.0.20241129.0" +dependencies = [ + "odoo-addon-account_usability==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]