TIP: You can type at any time to perform a new search.
Tax analysis
account_tax_analysis · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.39 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-travis, OCA Git Bot, Denis Robinet (ACSONE)
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_line_filter_vat_analysis |
Journal Items Tax | account.move.line | search | New |
view_account_vat_declaration_analysis |
Account Vat Declaration | account.vat.declaration.analysis | form | New |
view_move_line_tree_tax_analysis |
account.move.line.tree | account.move.line | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
account_typeMany2onerelated='account_id.user_type_id'store=True -
analysis_taxCharcompute='_compute_analysis_tax'store=Truestring='Tax' -
journal_typeSelectionrelated='journal_id.type'
-
action_show_invoice(self)
New fields (1)
-
analysis_nameCharcompute='_compute_analysis_name'
No public methods.
New fields (5)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>ondelete='cascade'string='Company' -
date_range_idMany2one → date.rangecomodel_name='date.range'ondelete='cascade'string='Date Range' -
end_dateDaterequired=True -
start_dateDaterequired=True -
target_moveSelectiondefault='posted'required=True args: [('posted', 'All Posted Entries'), ('all', 'All Entries')], 'Target Moves'
-
show_vat(self)@api.multi
Loading…
Loading…
Loading…