Skip to content

Commit

Permalink
[IMP] t9n: add languages data when initializing the module.
Browse files Browse the repository at this point in the history
This commit add all languages data that will be imported automatically
into t9n.language model when initializing the module.

Task-3783071
  • Loading branch information
MohammedBasioni committed Mar 21, 2024
1 parent 3071e76 commit 99e1b8d
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addons/t9n/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
],
},
"data": [
"data/t9n.language.csv",
"security/ir.model.access.csv",
"views/t9n_project_views.xml",
"views/t9n_menu_views.xml",
"views/t9n_language_views.xml",
],
"license": "LGPL-3",
}
Loading

0 comments on commit 99e1b8d

Please sign in to comment.