Files
2021-09-13 14:01:30 +02:00

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",
],
}