Tax chart for a period interval

account_tax_chart_interval
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_chart_interval
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - 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 (1)
XML IDNameModelTypeStatus
view_account_tax_chart_interval account.tax.chart.form.interval account.tax.chart xpath Inherits account.view_account_tax_chart
Models touched (2)

New fields (3)
  • fiscalyear_id Many2one → account.fiscalyear
    comodel_name='account.fiscalyear' default=default_fiscalyear string='Fiscal year'
  • period_from Many2one → account.period
    comodel_name='account.period' domain="[('fiscalyear_id', '=', fiscalyear_id)]" string='Start period'
  • period_to Many2one → account.period
    comodel_name='account.period' domain="[('fiscalyear_id', '=', fiscalyear_id)]" string='End period'
Public methods (3)
  • account_tax_chart_open_window(self)
    @api.multi
  • default_fiscalyear(self)
  • onchange_fiscalyear(self)
    @api.one@api.onchange('fiscalyear_id')

New fields (1)
  • sum_period Float
    compute='_sum_period'
Public methods (0)

No public methods.

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_chart_interval
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - 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 (1)
XML IDNameModelTypeStatus
view_account_tax_chart_interval account.tax.chart.form.interval account.tax.chart xpath Inherits account.view_account_tax_chart
Models touched (2)

New fields (3)
  • fiscalyear_id Many2one → account.fiscalyear
    comodel_name='account.fiscalyear' default=default_fiscalyear string='Fiscal year'
  • period_from Many2one → account.period
    comodel_name='account.period' domain="[('fiscalyear_id', '=', fiscalyear_id)]" string='Start period'
  • period_to Many2one → account.period
    comodel_name='account.period' domain="[('fiscalyear_id', '=', fiscalyear_id)]" string='End period'
Public methods (3)
  • account_tax_chart_open_window(self)
    @api.multi
  • default_fiscalyear(self)
  • onchange_fiscalyear(self)
    @api.one@api.onchange('fiscalyear_id')

New fields (1)
  • sum_period Float
    compute='_sum_period'
Public methods (0)

No public methods.