[IMP] account_usability: pre-commit auto fixes

This commit is contained in:
root
2023-11-30 21:18:52 +03:00
parent 35ac535b63
commit 830b4d6b79
12 changed files with 175 additions and 211 deletions

View File

@@ -17,43 +17,41 @@ Account - Missing Menus & Saxon Accounting
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/16.0/account_usability
:target: https://github.com/OCA/account-financial-tools/tree/17.0/account_usability
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability
:target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_usability
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the Odoo CE account module to add all the missing or hidden things
that are hidden and available only on EE version.
This module extends the Odoo CE account module to add all the missing or
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.
1) This module adds all missing menu entries and views for the
**Account** module.
* Bank Statements
* Cash Registers
- Bank Statements
- Cash Registers
- Account Tags
- Account Groups
- Chart of Account Templates
- Account Templates
- Tax Templates
- Fiscal Position Templates
* 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 Invoicing Settings.
3) In Odoo CE, the group 'Show Full Accounting Features' is hidden.
With that module, the group is selectable in the user form view.
Also the group "Billing / xxx" are renamed into "Accounting / yyy"
to fit with the EE terms.
4) Rename the main menu 'Billing' into 'Accounting' to fit with EE naming.
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
Invoicing Settings.
3) In Odoo CE, the group 'Show Full Accounting Features' is hidden. With
that module, the group is selectable in the user form view. Also the
group "Billing / xxx" are renamed into "Accounting / yyy" to fit with
the EE terms.
4) Rename the main menu 'Billing' into 'Accounting' to fit with EE
naming.
**Table of contents**
@@ -65,67 +63,54 @@ 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
*CE With that module / EE*
-> Complete Name: **Accounting**
*CE Without that module* -> Complete Name : Invoicing
*CE With that module / EE* -> Complete Name: **Accounting**
**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 : base.group_user
*CE Without that module* -> Complete Name : Invoicing / Billing ->
Parent Category : base.module_category_accounting_accounting -> Implies
: base.group_user
*CE With that module / EE*
-> Complete Name: **Accounting** / Billing
*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 :
base.group_user
*CE Without that module*
-> Complete Name : Technical / Show Accounting Features - Readonly
-> Parent : base.module_category_hidden
-> Implies : base.group_user
*CE With that module / EE* -> name: **Accounting / Read-only** -> Parent
Category: **base.module_category_accounting_accounting**
*CE With that module / EE*
-> name: **Accounting / Read-only**
-> Parent Category: **base.module_category_accounting_accounting**
- account.group_account_user
*CE Without that module* -> Complete Name : Technical / Show Full
Accounting Features -> Parent : base.module_category_hidden -> Implies :
account.group_account_invoice, account.group_account_readonly
- account.group_account_user
*CE With that module / EE* -> name: **Accounting / Bookkeeper** ->
Parent Category: **base.module_category_accounting_accounting**
*CE Without that module*
-> Complete Name : Technical / Show Full Accounting Features
-> Parent : base.module_category_hidden
-> Implies : account.group_account_invoice, account.group_account_readonly
- account.group_account_manager
*CE With that module / EE*
-> name: **Accounting / Bookkeeper**
-> Parent Category: **base.module_category_accounting_accounting**
*CE Without that module* -> Complete Name : Invoicing / Billing
Administrator -> Parent : base.module_category_accounting_accounting ->
Implies : account.group_account_invoice
- account.group_account_manager
*CE Without that module*
-> Complete Name : Invoicing / Billing Administrator
-> Parent : base.module_category_accounting_accounting
-> Implies : account.group_account_invoice
*CE With that module / EE*
-> name: **Accounting / Accountant**
-> Implies : **account.group_account_user**
*CE With that module / EE* -> name: **Accounting / Accountant** ->
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
===========
@@ -133,7 +118,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_usability%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_usability%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
@@ -141,21 +126,21 @@ Credits
=======
Authors
~~~~~~~
-------
* GRAP
* Akretion
Contributors
~~~~~~~~~~~~
------------
* Sylvain LE GAL <https://twitter.com/legalsylvain>
* Raf Ven <raf.ven@dynapps.be>
* Alexis de Lattre <alexis.delattre@akretion.com>
* Álvaro Trius <alvaro.trius@forgeflow.com>
- Sylvain LE GAL <https://twitter.com/legalsylvain>
- Raf Ven <raf.ven@dynapps.be>
- Alexis de Lattre <alexis.delattre@akretion.com>
- Álvaro Trius <alvaro.trius@forgeflow.com>
Maintainers
~~~~~~~~~~~
-----------
This module is maintained by the OCA.
@@ -175,6 +160,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-legalsylvain|
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/16.0/account_usability>`_ project on GitHub.
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/17.0/account_usability>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

View File

@@ -0,0 +1,4 @@
- Sylvain LE GAL \<<https://twitter.com/legalsylvain>\>
- Raf Ven \<<raf.ven@dynapps.be>\>
- Alexis de Lattre \<<alexis.delattre@akretion.com>\>
- Álvaro Trius \<<alvaro.trius@forgeflow.com>\>

View File

@@ -1,4 +0,0 @@
* Sylvain LE GAL <https://twitter.com/legalsylvain>
* Raf Ven <raf.ven@dynapps.be>
* Alexis de Lattre <alexis.delattre@akretion.com>
* Álvaro Trius <alvaro.trius@forgeflow.com>

View File

@@ -0,0 +1,22 @@
This module extends the Odoo CE account module to add all the missing or
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
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
Invoicing Settings.
3) In Odoo CE, the group 'Show Full Accounting Features' is hidden.
With that module, the group is selectable in the user form view.
Also the group "Billing / xxx" are renamed into "Accounting / yyy"
to fit with the EE terms.
4) Rename the main menu 'Billing' into 'Accounting' to fit with EE
naming.

View File

@@ -1,26 +0,0 @@
This module extends the Odoo CE account module to add all the missing or 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
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 Invoicing Settings.
3) In Odoo CE, the group 'Show Full Accounting Features' is hidden.
With that module, the group is selectable in the user form view.
Also the group "Billing / xxx" are renamed into "Accounting / yyy"
to fit with the EE terms.
4) Rename the main menu 'Billing' into 'Accounting' to fit with EE naming.

View File

@@ -0,0 +1,44 @@
**Detailled Module Category Changes (ir.module.category)**
- base.module_category_accounting_accounting
*CE Without that module* -\> Complete Name : Invoicing
*CE With that module / EE* -\> Complete Name: **Accounting**
**Detailled Groups Changes (res.groups)**
- account.group_account_invoice
*CE Without that module* -\> Complete Name : Invoicing / Billing -\>
Parent Category : base.module_category_accounting_accounting -\> Implies
: base.group_user
*CE With that module / EE* -\> Complete Name: **Accounting** / Billing
- account.group_account_readonly
*CE Without that module* -\> Complete Name : Technical / Show Accounting
Features - Readonly -\> Parent : base.module_category_hidden -\> Implies
: base.group_user
*CE With that module / EE* -\> name: **Accounting / Read-only** -\>
Parent Category: **base.module_category_accounting_accounting**
- account.group_account_user
*CE Without that module* -\> Complete Name : Technical / Show Full
Accounting Features -\> Parent : base.module_category_hidden -\> Implies
: 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
*CE Without that module* -\> Complete Name : Invoicing / Billing
Administrator -\> Parent : base.module_category_accounting_accounting
-\> Implies : account.group_account_invoice
*CE With that module / EE* -\> name: **Accounting / Accountant** -\>
Implies : **account.group_account_user**

View File

@@ -1,58 +0,0 @@
**Detailled Module Category Changes (ir.module.category)**
- base.module_category_accounting_accounting
*CE Without that module*
-> Complete Name : Invoicing
*CE With that module / EE*
-> Complete Name: **Accounting**
**Detailled Groups Changes (res.groups)**
- account.group_account_invoice
*CE Without that module*
-> Complete Name : Invoicing / Billing
-> Parent Category : base.module_category_accounting_accounting
-> Implies : base.group_user
*CE With that module / EE*
-> Complete Name: **Accounting** / Billing
- account.group_account_readonly
*CE Without that module*
-> Complete Name : Technical / Show Accounting Features - Readonly
-> Parent : base.module_category_hidden
-> Implies : base.group_user
*CE With that module / EE*
-> name: **Accounting / Read-only**
-> Parent Category: **base.module_category_accounting_accounting**
- account.group_account_user
*CE Without that module*
-> Complete Name : Technical / Show Full Accounting Features
-> Parent : base.module_category_hidden
-> Implies : 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
*CE Without that module*
-> Complete Name : Invoicing / Billing Administrator
-> Parent : base.module_category_accounting_accounting
-> Implies : account.group_account_invoice
*CE With that module / EE*
-> name: **Accounting / Accountant**
-> Implies : **account.group_account_user**

View File

@@ -0,0 +1,2 @@
- Add a form view for the model `account.bank.statement` as Odoo SA
privatized in EE the form view in V16.0.

View File

@@ -1 +0,0 @@
* Add a form view for the model ``account.bank.statement`` as Odoo SA privatized in EE the form view in V16.0.

View File

@@ -369,11 +369,12 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:59d934aa9bb1a841afa83571c910c64dccf68099996202c99cc0fddb9ff9fb8f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-tools/tree/16.0/account_usability"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the Odoo CE account module to add all the missing or hidden things
that are hidden and available only on EE version.</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-tools/tree/17.0/account_usability"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_usability"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the Odoo CE account module to add all the missing or
hidden things that are hidden and available only on EE version.</p>
<ol class="arabic simple">
<li>This module adds all missing menu entries and views for the <strong>Account</strong> module.<ul>
<li>This module adds all missing menu entries and views for the
<strong>Account</strong> module.<ul>
<li>Bank Statements</li>
<li>Cash Registers</li>
<li>Account Tags</li>
@@ -384,14 +385,15 @@ that are hidden and available only on EE version.</p>
<li>Fiscal Position Templates</li>
</ul>
</li>
<li>This module also enables the option to enable or disable
Anglo-Saxon accounting in the Chart of Account Template form view and
in the Invoicing Settings.</li>
<li>In Odoo CE, the group Show Full Accounting Features is hidden.
With that module, the group is selectable in the user form view.
Also the group “Billing / xxx” are renamed into “Accounting / yyy”
to fit with the EE terms.</li>
<li>Rename the main menu Billing into Accounting to fit with EE naming.</li>
<li>This module also enables the option to enable or disable Anglo-Saxon
accounting in the Chart of Account Template form view and in the
Invoicing Settings.</li>
<li>In Odoo CE, the group Show Full Accounting Features is hidden. With
that module, the group is selectable in the user form view. Also the
group “Billing / xxx” are renamed into “Accounting / yyy” to fit with
the EE terms.</li>
<li>Rename the main menu Billing into Accounting to fit with EE
naming.</li>
</ol>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
@@ -413,55 +415,46 @@ to fit with the EE terms.</li>
<ul class="simple">
<li>base.module_category_accounting_accounting</li>
</ul>
<p><em>CE Without that module</em>
-&gt; Complete Name : Invoicing</p>
<p><em>CE With that module / EE</em>
-&gt; Complete Name: <strong>Accounting</strong></p>
<p><em>CE Without that module</em> -&gt; Complete Name : Invoicing</p>
<p><em>CE With that module / EE</em> -&gt; Complete Name: <strong>Accounting</strong></p>
<p><strong>Detailled Groups Changes (res.groups)</strong></p>
<ul class="simple">
<li>account.group_account_invoice</li>
</ul>
<p><em>CE Without that module</em>
-&gt; Complete Name : Invoicing / Billing
-&gt; Parent Category : base.module_category_accounting_accounting
-&gt; Implies : base.group_user</p>
<p><em>CE With that module / EE</em>
-&gt; Complete Name: <strong>Accounting</strong> / Billing</p>
<p><em>CE Without that module</em> -&gt; Complete Name : Invoicing / Billing -&gt;
Parent Category : base.module_category_accounting_accounting -&gt; Implies
: base.group_user</p>
<p><em>CE With that module / EE</em> -&gt; Complete Name: <strong>Accounting</strong> / Billing</p>
<ul class="simple">
<li>account.group_account_readonly</li>
</ul>
<p><em>CE Without that module</em>
-&gt; Complete Name : Technical / Show Accounting Features - Readonly
-&gt; Parent : base.module_category_hidden
-&gt; Implies : base.group_user</p>
<p><em>CE With that module / EE</em>
-&gt; name: <strong>Accounting / Read-only</strong>
-&gt; Parent Category: <strong>base.module_category_accounting_accounting</strong></p>
<p><em>CE Without that module</em> -&gt; Complete Name : Technical / Show Accounting
Features - Readonly -&gt; Parent : base.module_category_hidden -&gt; Implies :
base.group_user</p>
<p><em>CE With that module / EE</em> -&gt; name: <strong>Accounting / Read-only</strong> -&gt; Parent
Category: <strong>base.module_category_accounting_accounting</strong></p>
<ul class="simple">
<li>account.group_account_user</li>
</ul>
<p><em>CE Without that module</em>
-&gt; Complete Name : Technical / Show Full Accounting Features
-&gt; Parent : base.module_category_hidden
-&gt; Implies : account.group_account_invoice, account.group_account_readonly</p>
<p><em>CE With that module / EE</em>
-&gt; name: <strong>Accounting / Bookkeeper</strong>
-&gt; Parent Category: <strong>base.module_category_accounting_accounting</strong></p>
<p><em>CE Without that module</em> -&gt; Complete Name : Technical / Show Full
Accounting Features -&gt; Parent : base.module_category_hidden -&gt; Implies :
account.group_account_invoice, account.group_account_readonly</p>
<p><em>CE With that module / EE</em> -&gt; name: <strong>Accounting / Bookkeeper</strong> -&gt;
Parent Category: <strong>base.module_category_accounting_accounting</strong></p>
<ul class="simple">
<li>account.group_account_manager</li>
</ul>
<p><em>CE Without that module</em>
-&gt; Complete Name : Invoicing / Billing Administrator
-&gt; Parent : base.module_category_accounting_accounting
-&gt; Implies : account.group_account_invoice</p>
<p><em>CE With that module / EE</em>
-&gt; name: <strong>Accounting / Accountant</strong>
-&gt; Implies : <strong>account.group_account_user</strong></p>
<p><em>CE Without that module</em> -&gt; Complete Name : Invoicing / Billing
Administrator -&gt; Parent : base.module_category_accounting_accounting -&gt;
Implies : account.group_account_invoice</p>
<p><em>CE With that module / EE</em> -&gt; name: <strong>Accounting / Accountant</strong> -&gt;
Implies : <strong>account.group_account_user</strong></p>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Add a form view for the model <tt class="docutils literal">account.bank.statement</tt> as Odoo SA privatized in EE the form view in V16.0.</li>
<li>Add a form view for the model <tt class="docutils literal">account.bank.statement</tt> as Odoo SA
privatized in EE the form view in V16.0.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
@@ -469,7 +462,7 @@ to fit with the EE terms.</li>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_usability%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_usability%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@@ -499,7 +492,7 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/16.0/account_usability">OCA/account-financial-tools</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/17.0/account_usability">OCA/account-financial-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

BIN
pandoc-3.1.9-1-amd64.deb Normal file

Binary file not shown.