Tax analysis

account_tax_analysis
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/10.0/account_tax_analysis
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot, Vincent Van Rossem, Denis Robinet (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
        Add a report on tax (Invoicing / Reports / Taxes Analysis)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_move_line_filter_vat_analysis Journal Items Tax account.move.line search New
view_account_vat_declaration_analysis Account Vat Declaration account.vat.declaration.analysis form New
view_move_line_tree_tax_analysis account.move.line.tree account.move.line tree New
Models touched (3)

New fields (3)
  • account_type Many2one
    related='account_id.user_type_id' store=True
  • analysis_tax Char
    compute='_compute_analysis_tax' store=True string='Tax'
  • journal_type Selection
    related='journal_id.type'
Public methods (1)
  • action_show_invoice(self)

New fields (1)
  • analysis_name Char
    compute='_compute_analysis_name'
Public methods (0)

No public methods.

New fields (5)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> ondelete='cascade' string='Company'
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='cascade' string='Date Range'
  • end_date Date
    required=True
  • start_date Date
    required=True
  • target_move Selection
    default='posted' required=True args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
Public methods (1)
  • show_vat(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/9.0/account_tax_analysis
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_move_line_filter_vat_analysis Journal Items Tax account.move.line search New
view_account_vat_declaration_analysis Account Vat Declaration account.vat.declaration.analysis form New
view_move_line_tree_tax_analysis account.move.line.tree account.move.line tree New
Models touched (1)

New fields (2)
  • fiscalyear_id Many2one → account.fiscalyear
    comodel_name='account.fiscalyear' help='Fiscalyear to look on' required=True string='Fiscalyear'
  • period_list Many2many → account.period
    column1='tax_analysis' column2='period_id' comodel_name='account.period' help='If no period is selected, all the periods of the fiscal year will be used' relation='account_tax_period_rel' string='Periods'
Public methods (1)
  • show_vat(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/8.0/account_tax_analysis
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Leonardo Pistone, Pedro M. Baeza, Nicolas Bessi, Stéphane Bidoul (ACSONE), OCA Transbot, vrenaville, Adrien Peiffer (ACSONE), oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_move_line_filter_vat_analysis Journal Items Tax account.move.line search New
view_account_vat_declaration_analysis Account Vat Declaration account.vat.declaration.analysis form New
view_move_line_tree_tax_analysis account.move.line.tree account.move.line tree New
Models touched (1)

New fields (2)
  • fiscalyear_id Many2one → account.fiscalyear
    comodel_name='account.fiscalyear' help='Fiscalyear to look on' required=True string='Fiscalyear'
  • period_list Many2many → account.period
    column1='tax_analysis' column2='period_id' comodel_name='account.period' help='If no period is selected, all the periods of the fiscal year will be used' relation='account_tax_period_rel' string='Periods'
Public methods (1)
  • show_vat(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/7.0/account_tax_analysis
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CamptoCamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CamptoCamp SA
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Nicolas Bessi, unknown, Vincent Renaville, Launchpad Translations on behalf of account-core-editors, OCA Transbot, vrenaville, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Tax analysis view
=================

This add-on is a must if you want to be able to validate your VAT form.

Thanks to a new menu 'Accounting / Tax / Tax analysis'
you are able to group accounting entries by Taxes (VAT codes)
and/or financial accounts.

This way you will find easily differences you may see between
the OpenERP tax report and what you see in your books.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_move_line_filter_vat_analysis Journal Items Tax account.move.line search New
view_account_vat_declaration_analysis Account Vat Declaration account.vat.declaration.analysis form New
view_move_line_tree_tax_analysis account.move.line.tree account.move.line tree New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • create_vat(self, cr, uid, ids, context=None)