mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[12.0][ADD] base_default_lang_translate
This commit is contained in:
22
base_default_lang_translate/__manifest__.py
Normal file
22
base_default_lang_translate/__manifest__.py
Normal 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user