Files
public/premium_client/__manifest__.py

26 lines
843 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Премиум (витрина сервисов)",
"summary": "Канбан карточек сервисов + визард заказа с отправкой в Project",
"version": "19.0.1.0.0",
"author": "Your Company",
"website": "https://example.com",
"license": "OEEL-1",
"category": "Sales/CRM",
"depends": ["base", "web"],
"data": [
"security/ir.model.access.csv",
"data/system_parameters.xml", # Добавить эту строку
"views/premium_menus.xml",
"views/premium_service_views.xml",
"views/premium_order_wizard_views.xml",
"views/res_config_settings_view.xml",
"data/premium_service_data.xml",
],
"assets": {},
"demo": [
"demo/demo.xml",
],
"installable": True,
"application": True,
}