TIP: You can type at any time to perform a new search.
Accounting Tax Adjustments
account_tax_adjustments · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.1
- Category
- Accounting
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/page/accounting
- Last tracking update
- 2026-08-07 04:56:42
- Authors
- Maintainers
- None
- Committers
- qdp-odoo, Yannick Tivisse
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Accounting Tax Adjustments. =========================== This module adds a wizard to deal with manual Tax adjustments, to manually correct the VAT declaration through a miscellaneous operation for example. The correct definition of an adjustment tax is - type_tax_use: none - amount_type: fixed - amount: 0 - tags: a grid used in your vat report for manual correction.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
tax_adjustments_wizard |
tax.adjustments.wizard.form | tax.adjustments.wizard | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (8)
-
amountMonetarycurrency_field='company_currency_id'required=True -
company_currency_idMany2one → res.currencydefault=<expr>readonly=True args: 'res.currency' -
credit_account_idMany2one → account.accountdomain=[('deprecated', '=', False)]required=Truestring='Credit account' args: 'account.account' -
dateDatedefault=fields.Date.context_todayrequired=True -
debit_account_idMany2one → account.accountdomain=[('deprecated', '=', False)]required=Truestring='Debit account' args: 'account.account' -
journal_idMany2one → account.journaldefault=_get_default_journaldomain=[('type', '=', 'general')]required=Truestring='Journal' args: 'account.journal' -
reasonCharrequired=Truestring='Justification' -
tax_idMany2one → account.taxdomain=[('type_tax_use', '=', 'none'), ('amount_type', '=', 'fixed'), ('amount', '=', 0)]ondelete='restrict'required=Truestring='Adjustment Tax' args: 'account.tax'
-
create_move(self)@api.multi