Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting
Folder size
0.13 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 04:56:42
Authors
Maintainers
None
Committers
Martin Trigaux, Odoo Translation Bot, qdp-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
    This is a bugfix-module backporting 39d68ac and adding the concept of tax exigibility on journal items.
    

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • tax_exigible Boolean
    default=True help='Technical field used to mark a tax line as exigible in the vat report or not (only exigible journal items are displayed). By default all new journal items are directly exigible, but with the module account_tax_cash_basis, some will become exigible only when the payment is recorded.' string='Appears in VAT report'
Public methods (1)
  • create(self, vals, apply_taxes=True)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.