odoo/extra-addons/base_librezo/__manifest__.py

29 lines
703 B
Python

{
"name": "Librezo",
"version": "14.0.1.0.0",
"category": "hidden",
"summary": "Librezo base settings",
"website": "http://www.librezo.com",
"author": "aya",
"license": "AGPL-3",
"depends": [
"base",
"l10n_fr",
"contacts",
"sale_management",
"server_environment_ir_config_parameter",
"server_environment_data_encryption",
"pattern_import_export",
"pattern_import_export_csv",
"pattern_import_export_xlsx",
"product",
"website",
"web_company_color",
"web_environment_ribbon",
],
"data": [],
"demo": [],
"installable": True,
"auto_install": True,
}