Skip to content

Commit

Permalink
l10n_nl_rgs_xaf_auditfile_export: Make auditfile_template non-primary…
Browse files Browse the repository at this point in the history
… instead
  • Loading branch information
tarteo committed May 7, 2024
1 parent 9e9e640 commit 5b82353
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion l10n_nl_rgs_xaf_auditfile_export/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from . import models
3 changes: 0 additions & 3 deletions l10n_nl_rgs_xaf_auditfile_export/models/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions l10n_nl_rgs_xaf_auditfile_export/models/xaf_auditfile_export.py

This file was deleted.

2 changes: 1 addition & 1 deletion l10n_nl_rgs_xaf_auditfile_export/views/templates.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>

<template id="auditfile_template" inherit_id="l10n_nl_xaf_auditfile_export.auditfile_template" primary="True">
<template id="auditfile_template" inherit_id="l10n_nl_xaf_auditfile_export.auditfile_template">
<xpath expr="//*[local-name()='accTp']" position="after">
<leadReference><t t-esc="a.referentiecode" /></leadReference>
<!-- <leadCrossRef><t t-esc="a.referentieomslagcode" /></leadCrossRef> -->
Expand Down

0 comments on commit 5b82353

Please sign in to comment.