| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/19.0/account_tax_balance |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Miquel Raïch, Weblate, OCA-git-bot, oca-ci, Borruso, arantxa-s73 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to compute tax balances within a certain date range. It depends on date_range module and exposes 'compute' methods that can be called by other modules (like localization ones). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | xpath | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.list.balance | account.tax | list | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/18.0/account_tax_balance |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Carlos Lopez, Miquel Raïch, Weblate, OCA-git-bot, Simone Rubino, oca-ci, Joan Sisquella, Borruso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to compute tax balances within a certain date range. It depends on date_range module and exposes 'compute' methods that can be called by other modules (like localization ones). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.list.balance | account.tax | list | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/17.0/account_tax_balance |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Miquel Raïch, Weblate, OCA-git-bot, oca-ci, David Ramia, Joan Sisquella |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to compute tax balances within a certain date range. It depends on date_range module and exposes 'compute' methods that can be called by other modules (like localization ones). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/16.0/account_tax_balance |
| VERSION | |
| VERSION | 1.1.4 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Andrea, Weblate, OCA-git-bot, Simone Rubino, oca-ci, David Ramia, Joan Sisquella, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/15.0/account_tax_balance |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Miquel Raïch, Weblate, OCA-git-bot, SimoRubi, oca-ci, Valentin Vinagre Urteaga, Joan Sisquella, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/14.0/account_tax_balance |
| VERSION | |
| VERSION | 1.2.8 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | GitHub, mreficent, Enric Tobella, tafaRU, OCA Transbot, Víctor Martínez, Sébastien Alix, João Marques, Luis Escobar, oca-travis, Weblate, OCA-git-bot, Francisco Ivan Anton Prieto, SimoRubi, sergiocorato, simonev, oca-ci, Xavier Bouquiaux |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
financial_type
Selection
compute='_compute_financial_type'
readonly=True
selection='_selection_financial_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', financial_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', financial_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', financial_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, financial_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/13.0/account_tax_balance |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Andrea, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
move_type
Selection
compute='_compute_move_type'
readonly=True
selection='_selection_move_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', move_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', move_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', move_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, move_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_ids
Many2many → res.company
comodel_name='res.company'
default=<expr>
domain=<expr>
required=True
string='Companies'
date_range_id
Many2one → date.range
from_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
compute='_compute_date_range'
readonly=False
required=True
store=True
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/12.0/account_tax_balance |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Invoices & Payments |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Pedro M. Baeza, Jairo Llopis, Andrea, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino, OCA Git Bot, Antonio González |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard.open.tax.balances | form | New |
move_type
Selection
compute='_compute_move_type'
readonly=True
selection='_selection_move_type'
store=True
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', move_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', move_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_ids)
get_move_lines_domain(self, tax_or_base='tax', move_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, move_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_id
Many2one → res.company
default=<expr>
required=True
args: 'res.company', 'Company'
date_range_id
Many2one → date.range
from_date
Date
required=True
args: 'From date'
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
required=True
args: 'To date'
onchange_date_range_id(self)
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/11.0/account_tax_balance |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jordi Ballester, OCA Transbot, oca-travis, Weblate, hveficent |
| WEBSITE | |
| WEBSITE | https://www.agilebg.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard_open_tax_balances | wizard.open.tax.balances | form | New |
move_type
Selection
compute='_compute_move_type'
readonly=True
selection=[('other', 'Other'), ('liquidity', 'Liquidity'), ('receivable', 'Receivable'), ('receivable_refund', 'Receivable refund'), ('payable', 'Payable'), ('payable_refund', 'Payable refund')]
store=True
string='Move type'
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', move_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', move_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_id)
get_move_lines_domain(self, tax_or_base='tax', move_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, move_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_id
Many2one → res.company
default=<expr>
required=True
args: 'res.company', 'Company'
date_range_id
Many2one → date.range
from_date
Date
required=True
args: 'From date'
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
required=True
args: 'To date'
onchange_date_range_id(self)
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/10.0/account_tax_balance |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, SimoRubi, Lara Baggio |
| WEBSITE | |
| WEBSITE | https://www.agilebg.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - date_range odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard_open_tax_balances | wizard.open.tax.balances | form | New |
move_type
Selection
compute='_compute_move_type'
readonly=True
selection=[('other', 'Other'), ('liquidity', 'Liquidity'), ('receivable', 'Receivable'), ('receivable_refund', 'Receivable refund'), ('payable', 'Payable'), ('payable_refund', 'Payable refund')]
store=True
string='Move type'
No public methods.
No new fields.
Public methods (1)init(self)
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', move_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', move_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_id)
get_move_lines_domain(self, tax_or_base='tax', move_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, move_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_id
Many2one → res.company
default=<expr>
required=True
args: 'res.company', 'Company'
date_range_id
Many2one → date.range
from_date
Date
required=True
args: 'From date'
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
required=True
args: 'To date'
onchange_date_range_id(self)
open_taxes(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/9.0/account_tax_balance |
| VERSION | |
| VERSION | 1.2.2 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ACSONE SA/NV, Therp BV, Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, eLBati, Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://www.agilebg.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - date_range odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_filter |
Add move type group by | account.move | group | Inherits account.view_account_move_filter |
view_move_form |
Add move type field | account.move | field | Inherits account.view_move_form |
view_move_tree |
Add move type column | account.move | field | Inherits account.view_move_tree |
view_tax_search_balance |
account.tax.search.balance | account.tax | search | New |
view_tax_tree_balance |
account.tax.tree.balance | account.tax | tree | New |
wizard_open_tax_balances |
wizard_open_tax_balances | wizard.open.tax.balances | form | New |
move_type
Selection
compute='_compute_move_type'
readonly=True
selection=[('other', 'Other'), ('liquidity', 'Liquidity'), ('receivable', 'Receivable'), ('receivable_refund', 'Receivable refund'), ('payable', 'Payable'), ('payable_refund', 'Payable refund')]
store=True
string='Move type'
No public methods.
balance
Float
compute='_compute_balance'
string='Total Balance'
balance_refund
Float
compute='_compute_balance'
string='Balance Refund'
balance_regular
Float
compute='_compute_balance'
string='Balance'
base_balance
Float
compute='_compute_balance'
string='Total Base Balance'
base_balance_refund
Float
compute='_compute_balance'
string='Base Balance Refund'
base_balance_regular
Float
compute='_compute_balance'
string='Base Balance'
has_moves
Boolean
compute='_compute_has_moves'
search='_search_has_moves'
string='Has balance in period'
compute_balance(self, tax_or_base='tax', move_type=None)
get_balance_domain(self, state_list, type_list)
get_base_balance_domain(self, state_list, type_list)
get_context_values(self)
get_lines_action(self, tax_or_base='tax', move_type=None)
get_move_line_partial_domain(self, from_date, to_date, company_id)
get_move_lines_domain(self, tax_or_base='tax', move_type=None)
get_target_state_list(self, target_move='posted')
get_target_type_list(self, move_type=None)
view_base_lines(self)
view_base_refund_lines(self)
view_base_regular_lines(self)
view_tax_lines(self)
view_tax_refund_lines(self)
view_tax_regular_lines(self)
company_id
Many2one → res.company
default=<expr>
required=True
args: 'res.company', 'Company'
date_range_id
Many2one → date.range
from_date
Date
required=True
args: 'From date'
target_move
Selection
default='posted'
required=True
args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
to_date
Date
required=True
args: 'To date'
onchange_date_range_id(self)
open_taxes(self)