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 May 6, 2024
1 parent 5c1d70d commit c951c6c
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 c951c6c

Please sign in to comment.