Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Accounting
Folder size
0.55 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 06:47:04
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Julien Castiaux, Rémy Voet (ryv), Tiffany Chang (tic), Gorash, Mathieu Walravens, Anton Romanova (roan)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Asserts on accounting.
======================
With this module you can manually check consistencies and inconsistencies of accounting module from menu Reporting/Accounting/Accounting Tests.

You can write a query in order to create Consistency Test and you will get the result of the test 
in PDF format which can be accessed by Menu Reporting -> Accounting Tests, then select the test 
and print the report from Print button in header area.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_assert_form accounting.assert.test.form accounting.assert.test form New
account_assert_tree accounting.assert.test.list accounting.assert.test list New
accounting_assert_test_view_search accounting.assert.test.view.search accounting.assert.test search New
report_accounttest report_accounttest ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • active Boolean
    default=True
  • code_exec Text
    default=CODE_EXEC_DEFAULT required=True string='Python code'
  • desc Text
    string='Test Description' translate=True
  • name Char
    required=True string='Test Name' translate=True
  • sequence Integer
    default=10
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…