Skip to content

Commit

Permalink
move rgs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Mar 7, 2024
1 parent 6875d8a commit 286f400
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ repos:
- id: pylint_odoo
args:
- --rcfile=.pylintrc-mandatory
- --disable=duplicate-xml-record-id
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enable=anomalous-backslash-in-string,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
# duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc-mandatory
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enable=anomalous-backslash-in-string,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
# duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
Expand Down
2 changes: 1 addition & 1 deletion l10n_nl_rgs/data/account_chart_template_post_data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<!-- oca-hooks:disable=xml-duplicate-record-id -->
<odoo>
<!-- We define the RGS chart in two steps - first the template, then we load accounts,
Then we assign the accounts to the template -->
Expand Down

0 comments on commit 286f400

Please sign in to comment.