TIP: You can type at any time to perform a new search.
Thailand Localization - Withholding Tax Report
l10n_th_withholding_tax_report · OCA/l10n-thailand
- Repository
- OCA/l10n-thailand · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-thailand
- Last tracking update
- 2026-08-07 07:47:46
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- Saran440, Weblate, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
footer_report_withholding_tax |
footer_report_withholding_tax | ir.ui.view | qweb | New |
header_report_withholding_tax |
header_report_withholding_tax | ir.ui.view | qweb | New |
l10n_th_withholding_tax_report.internal_layout |
l10n_th_withholding_tax_report.internal_layout | ir.ui.view | qweb | New |
l10n_th_withholding_tax_report.report_buttons |
l10n_th_withholding_tax_report.report_buttons | ir.ui.view | qweb | New |
report_withholding_tax |
report_withholding_tax | ir.ui.view | qweb | New |
report_withholding_tax_html |
report_withholding_tax_html | ir.ui.view | qweb | New |
report_withholding_tax_qweb |
report_withholding_tax_qweb | ir.ui.view | qweb | New |
report_withholding_tax_text |
report_withholding_tax_text | ir.ui.view | qweb | New |
view_withholding_tax_report_wizard |
withholding.tax.report.wizard.view | withholding.tax.report.wizard | form | New |
withholding_tax_report_assets_backend |
withholding_tax_report assets | ir.ui.view | qweb | Inherits web.assets_backend |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (1)-
render_qweb_text(self, docids, data=None)@api.modelDelete space
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (6)
-
company_idMany2one → res.companycomodel_name='res.company'ondelete='cascade'required=Truestring='Company' -
date_fromDate -
date_range_idMany2one → date.rangecomodel_name='date.range'required=Truestring='Date range' -
date_toDate -
income_tax_formSelectionrequired=Trueselection=[('pnd3', 'PND3'), ('pnd53', 'PND53')]string='Income Tax Form' -
resultsMany2many → withholding.tax.cert.linecomodel_name='withholding.tax.cert.line'compute='_compute_results'help='Use compute fields, so there is nothing store in database'string='Results'
-
format_date(self, date=None) -
format_date_dmy(self, date=None) -
get_html(self, given_context=None)@api.model -
print_report(self, report_type='qweb')
New fields (3)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>domain=<expr>ondelete='cascade'required=Truestring='Company' -
date_range_idMany2one → date.rangecomodel_name='date.range'required=Truestring='Date Range' -
income_tax_formSelectionrequired=Trueselection=[('pnd3', 'PND3'), ('pnd53', 'PND53')]string='Income Tax Form'
-
button_export_html(self) -
button_export_pdf(self) -
button_export_txt(self) -
button_export_xlsx(self)
Loading…
Loading…