[12.0][ADD] base_default_lang_translate

This commit is contained in:
remi-filament
2021-09-09 09:08:48 +02:00
parent 88120541fb
commit 5159c2d37d
15 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "Default Language Translation",
"summary": """
This modules allows to select a default language
which is used for source terms in translations
""",
"version": "12.0.1.0.0",
"development_status": "Beta",
"category": "Uncategorized",
"website": "https://github.com/OCA/server-backend",
"author": "Le Filament, Mariano Ruiz, Odoo Community Association (OCA)",
"maintainers": ["remi-filament"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"base",
],
"data": [
"views/res_lang_views.xml",
],
}