Skip to content

Commit

Permalink
Take the adjusted report
Browse files Browse the repository at this point in the history
  • Loading branch information
andreschenkels authored and tarteo committed Apr 24, 2024
1 parent dc410d7 commit 76d2849
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n_nl_rgs_xaf_auditfile_export/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
3 changes: 3 additions & 0 deletions l10n_nl_rgs_xaf_auditfile_export/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import xaf_auditfile_export
10 changes: 10 additions & 0 deletions l10n_nl_rgs_xaf_auditfile_export/models/xaf_auditfile_export.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models


class XafAuditfileExport(models.Model):
_inherit = "xaf.auditfile.export"

def _get_auditfile_template(self):
"""return the qweb template to be rendered"""
return "l10n_nl_rgs_xaf_auditfile_export.auditfile_template"

0 comments on commit 76d2849

Please sign in to comment.