| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/12.0/l10n_th_account_report |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, Kitti U, Saran, Saran L |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-thailand |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-thailand: - l10n_th_partner - l10n_th_vendor_tax_invoice - account_create_tax_cash_basis_entry_hook - l10n_th_withholding_tax_cert OCA/server-tools: - excel_import_export OCA/server-ux: - date_range odoo/odoo: - base - base_setup - web - bus - web_tour - account - product - decimal_precision - uom - analytic - portal - http_routing - digest - hr_expense - hr_contract - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openpyxl xlrd xlwt |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_pnd |
report.pnd | report.pnd | xpath | Inherits excel_import_export.xlsx_report_view |
report_vat_wizard |
report.vat | report.vat | xpath | Inherits excel_import_export.xlsx_report_view |
account_id
Many2one → account.account
comodel_name='account.account'
string='Account'
base_amount
Float
string='Base Amount'
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
date
Date
string='Date'
name
Char
string='Journal Entry'
partner_id
Many2one → res.partner
comodel_name='res.partner'
string='Partner'
tax_amount
Float
string='Tax Amount'
tax_date
Date
string='Tax Date'
tax_invoice
Char
string='Tax Invoice'
init(self)
date_from
Date
string='Date From'
date_range_id
Many2one → date.range
comodel_name='date.range'
required=True
string='Date range'
date_to
Date
string='Date To'
income_tax_form
Selection
required=True
string='Income Tax Form'
args: [('pnd3', 'PND3'), ('pnd53', 'PND53')]
results
Many2many → withholding.tax.cert.line
compute='_compute_results'
help='Use compute fields, so there is nothing store in database'
string='Results'
args: 'withholding.tax.cert.line'
No public methods.
account_id
Many2one → account.account
comodel_name='account.account'
required=True
string='Account'
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
ondelete='cascade'
required=True
string='Company'
date_from
Date
required=True
string='From Date'
date_range_id
Many2one → date.range
comodel_name='date.range'
required=True
string='Period'
date_to
Date
required=True
string='To Date'
results
Many2many → account.vat.report
compute='_compute_results'
help='Use compute fields, so there is nothing store in database'
string='Results'
args: 'account.vat.report'
tax_id
Many2one → account.tax
comodel_name='account.tax'
domain=[('tax_exigibility', '=', 'on_invoice')]
required=True
string='Tax'
No public methods.