TIP: You can type at any time to perform a new search.
Thailand Localization - Accounting Reports
l10n_th_account_report · OCA/l10n-thailand
- Repository
- OCA/l10n-thailand · module folder · Try on Runboat
- Module version
- 1.2.0
- Category
- Accounting
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-thailand
- Last tracking update
- 2026-08-07 07:32:02
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- OCA-git-bot, oca-travis, Kitti U, Saran, Saran L
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_pnd |
report.pnd | report.pnd | Inherits excel_import_export.xlsx_report_view | |
report_vat_wizard |
report.vat | report.vat | Inherits excel_import_export.xlsx_report_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (9)
-
account_idMany2one → account.accountcomodel_name='account.account'string='Account' -
base_amountFloatstring='Base Amount' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
dateDatestring='Date' -
nameCharstring='Journal Entry' -
partner_idMany2one → res.partnercomodel_name='res.partner'string='Partner' -
tax_amountFloatstring='Tax Amount' -
tax_dateDatestring='Tax Date' -
tax_invoiceCharstring='Tax Invoice'
-
init(self)
New fields (5)
-
date_fromDatestring='Date From' -
date_range_idMany2one → date.rangecomodel_name='date.range'required=Truestring='Date range' -
date_toDatestring='Date To' -
income_tax_formSelectionrequired=Truestring='Income Tax Form' args: [('pnd3', 'PND3'), ('pnd53', 'PND53')] -
resultsMany2many → withholding.tax.cert.linecompute='_compute_results'help='Use compute fields, so there is nothing store in database'string='Results' args: 'withholding.tax.cert.line'
No public methods.
New fields (7)
-
account_idMany2one → account.accountcomodel_name='account.account'required=Truestring='Account' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>ondelete='cascade'required=Truestring='Company' -
date_fromDaterequired=Truestring='From Date' -
date_range_idMany2one → date.rangecomodel_name='date.range'required=Truestring='Period' -
date_toDaterequired=Truestring='To Date' -
resultsMany2many → account.vat.reportcompute='_compute_results'help='Use compute fields, so there is nothing store in database'string='Results' args: 'account.vat.report' -
tax_idMany2one → account.taxcomodel_name='account.tax'domain=[('tax_exigibility', '=', 'on_invoice')]required=Truestring='Tax'
No public methods.