Account Additional Group

Add additional groups of accounts

https://kastor.lab.numigi.net/web/image/product.template/837/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Account Additional Group

Summary

This module adds a second referencial of Group of Account.

static/description/additional_group_list.png

Context

Issues With Native Groups of Account

In vanilla Odoo, you may define groups of account.

static/description/vanilla_account_group.png

These groups can be used to build accounting reports.

One problem with these is that Odoo S.A changes this model from one major version to another.

For example, in version 14.0, Odoo chose that these groups should be computed based on the code of accounts instead of manually assigned to each account.

Two Different Structures

Also, there is a requirement to have a second structure of groups of accounts.

One use case is to implement reports for the CRA based on the General Index of Financial Information.

Usage

Under Accounting / Configuration, I notice a new menu Additional Groups.

static/description/additional_group_menu.png static/description/additional_group_list.png

I create an additional group of account.

static/description/additional_group_form.png

In the form view of an account, I can assign an additional group.

static/description/account_form.png

In the list view of accounts, I can search and group by additional group.

static/description/account_list.png

Recursivity

A group of account can have a parent.

static/description/additional_group_parent.png

In such case, an account associated to the child group is also be associated to the parent group.

Reports

This module does not define how additional groups are integrated with accounting reports.

This depends on what reporting engine is used to generate your reports.

Contributors