mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
23 lines
632 B
Python
23 lines
632 B
Python
{
|
|
"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",
|
|
],
|
|
}
|