Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Extra Tools
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/reporting-engine
Last tracking update
2026-08-07 08:43:02
Authors
Odoo Community Association (OCA), Hunki Enterprises BV
Maintainers
Odoo Community Association (OCA), Hunki Enterprises BV
Committers
Nikos Tsirintanis, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of ``sql_export`` to allow you to only export changes between export runs.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sql_export_view_form sql.export form Inherits sql_export.sql_export_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • export_delta Boolean
    help='With this checked, the full result of the query will be stored as table in the database, but the file generated will only contain rows not existing in the n-1st export' string='Delta'
Public methods (1)
  • write(self, vals)
    Delete previous results when we change the query

New fields (0)

No new fields.

Public methods (1)
  • export_sql(self)

Loading…