Skip to content

Commit

Permalink
[16.0][MIG] account_fr_ca_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Oct 30, 2024
1 parent 531ed18 commit d3bbab5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions account_fr_ca_labels/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# © 2019 Numigi
# Copyright 2024-today Numigi
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{

Check warning on line 4 in account_fr_ca_labels/__manifest__.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

account_fr_ca_labels/__manifest__.py#L4

Statement seems to have no effect
'name': 'Canada French Accounting Labels',
'version': '16.0.1.0.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'website': 'https://www.numigi.com',
'license': 'LGPL-3',
'category': 'Accounting',
'summary': 'Sanitize the accounting terms for Canada French',
'depends': ['base', 'account', 'lang_fr_activated'],
'data': [
'data/translate.term.fr_ca.csv',
'security/ir.model.access.csv',
'views/account_journal_views.xml',
'views/translate_term_fr_ca.xml',
"name": "Canada French Accounting Labels",
"version": "16.0.1.0.0",
"author": "Numigi",
"maintainer": "Numigi",
"website": "https://www.numigi.com",
"license": "LGPL-3",
"category": "Accounting",
"summary": "Sanitize the accounting terms for Canada French",
"depends": ["base", "lang_fr_activated"],
"data": [
"data/translate.term.fr_ca.csv",
"security/ir.model.access.csv",
# 'views/account_journal_views.xml',
"views/translate_term_fr_ca.xml",
],
'installable': True,
'auto-install': True,
"installable": True,
"auto-install": True,
}

0 comments on commit d3bbab5

Please sign in to comment.