Skip to content

Commit 99e1b8d

Browse files
[IMP] t9n: add languages data when initializing the module.
This commit add all languages data that will be imported automatically into t9n.language model when initializing the module. Task-3783071
1 parent 3071e76 commit 99e1b8d

File tree

4 files changed

+752
-1
lines changed

4 files changed

+752
-1
lines changed

addons/t9n/__manifest__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
],
1212
},
1313
"data": [
14+
"data/t9n.language.csv",
1415
"security/ir.model.access.csv",
1516
"views/t9n_project_views.xml",
1617
"views/t9n_menu_views.xml",
18+
"views/t9n_language_views.xml",
1719
],
1820
"license": "LGPL-3",
1921
}

0 commit comments

Comments
 (0)