Indonesia's Taxform - Tax Period

l10n_id_taxform_period
REPOSITORY
REPOSITORYOCA/l10n-indonesia
GIT
GIThttps://github.com/OCA/l10n-indonesia.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-indonesia/tree/8.0/l10n_id_taxform_period
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), OpenSynergy Indonesia
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), OpenSynergy Indonesia
COMMITTERS
COMMITTERSGitHub, Andhitia Rama
WEBSITE
WEBSITEhttps://opensynergy-indonesia.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-indonesia:
    - l10n_id_taxform
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 (4)
XML IDNameModelTypeStatus
tax_period_view_form form l10n_id.tax_period l10n_id.tax_period form New
tax_period_view_tree tree l10n_id.tax_period l10n_id.tax_period tree New
tax_year_view_form tree l10n_id.tax_year l10n_id.tax_year form New
tax_year_view_tree tree l10n_id.tax_year l10n_id.tax_year tree New
Models touched (2)

New fields (5)
  • code Char
    required=True string='Code'
  • date_end Date
    required=True string='Date End'
  • date_start Date
    required=True string='Date Start'
  • name Char
    required=True string='Tax Period'
  • year_id Many2one → l10n_id.tax_year
    comodel_name='l10n_id.tax_year' ondelete='cascade' string='Tax Year'
Public methods (0)

No public methods.

New fields (5)
  • code Char
    required=True string='Code'
  • date_end Date
    required=True string='Date End'
  • date_start Date
    required=True string='Date Start'
  • name Char
    required=True string='Tax Year'
  • period_ids One2many → l10n_id.tax_period
    comodel_name='l10n_id.tax_period' inverse_name='year_id' string='Periods'
Public methods (1)
  • action_create_period(self)
    @api.multi