| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-indonesia |
| GIT | |
| GIT | https://github.com/OCA/l10n-indonesia.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-indonesia/tree/8.0/l10n_id_taxform_period |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| COMMITTERS | |
| COMMITTERS | GitHub, Andhitia Rama |
| WEBSITE | |
| WEBSITE | https://opensynergy-indonesia.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_create_period(self)