-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
||
{ | ||
'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, | ||
} |