-
-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdb0c51
commit e731049
Showing
4 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,23 +63,23 @@ 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** | ||
|
||
**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 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 <https://twitter.com/legalsylvain> | ||
- Raf Ven <[email protected]> | ||
- Alexis de Lattre <[email protected]> | ||
- Álvaro Trius <[email protected]> | ||
- [APSL-Nagarro](https://apsl.tech): | ||
- Sylvain LE GAL <https://twitter.com/legalsylvain> | ||
- Raf Ven <[email protected]> | ||
- Alexis de Lattre <[email protected]> | ||
- Álvaro Trius <[email protected]> | ||
- [APSL-Nagarro](https://apsl.tech): | ||
|
||
- Antoni Marroig <[email protected]> | ||
- Antoni Marroig <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
] |