TIP: You can type at any time to perform a new search.
Thailand Localization - VAT Reports
l10n_th_vat_report · OCA/l10n-thailand
- Repository
- OCA/l10n-thailand · module folder · Try on Runboat
- Module version
- 1.1.1
- Category
- Accounting
- Folder size
- 0.09 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
- GitHub, Saran440, newtratip, OCA-git-bot, oca-travis, Kitti U, Saran, kongrattapong, ps-tubtim, phanupong
Code Analysis ⓘ
Views touched (11)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
l10n_th_vat_report assets | ir.ui.view | qweb | Inherits web.assets_backend |
l10n_th_vat_report.internal_layout |
l10n_th_vat_report.internal_layout | ir.ui.view | qweb | New |
l10n_th_vat_report.report_buttons |
l10n_th_vat_report.report_buttons | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_base |
l10n_th_vat_report.report_vat_report_base | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_filters |
l10n_th_vat_report.report_vat_report_filters | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_html |
l10n_th_vat_report.report_vat_report_html | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_lines |
l10n_th_vat_report.report_vat_report_lines | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_lines_header |
l10n_th_vat_report.report_vat_report_lines_header | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_pdf |
l10n_th_vat_report.report_vat_report_pdf | ir.ui.view | qweb | New |
l10n_th_vat_report.report_vat_report_total_lines |
l10n_th_vat_report.report_vat_report_total_lines | ir.ui.view | qweb | New |
vat_report_wizard_form |
vat.report.wizard.form | l10n.vat.report.wizard | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (6)
-
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' -
tax_idMany2one → account.taxcomodel_name='account.tax'domain=[('tax_exigibility', '=', 'on_invoice'), ('type_tax_use', 'in', ['sale', 'purchase']), ('include_base_amount', '=', False)]required=Truestring='Tax'
-
button_export_html(self)@api.multi -
button_export_pdf(self)@api.multi -
button_export_xlsx(self)@api.multi
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (7)
-
account_idMany2one → account.accountcomodel_name='account.account' -
company_idMany2one → res.companycomodel_name='res.company' -
date_fromDate -
date_range_idMany2one → date.rangecomodel_name='date.range' -
date_toDate -
resultsMany2many → vat.report.viewcomodel_name='vat.report.view'compute='_compute_results'help='Use compute fields, so there is nothing store in database' -
tax_idMany2one → account.taxcomodel_name='account.tax'
-
get_html(self, given_context=None)@api.model -
print_report(self, report_type='qweb')@api.multi
New fields (3)
-
tax_amountFloat -
tax_base_amountFloat -
tax_dateChar
No public methods.