Skip to content
Snippets Groups Projects
__manifest__.py 678 B
Newer Older
{
    "name": "Energy Self-consumption Project",
    "summary": """
        Module for energetic self-consumption projects.
        """,
    "description": """
    """,
    "author": "Coopdevs Treball SCCL & Som Energia SCCL",
    "website": "https://somcomunitats.coop/",
    "category": "Customizations",
    "version": "14.0.1.0.1",
    "depends": [
        "base",
        "mail",
        "energy_project",
    ],
    "data": [
        "security/ir.model.access.csv",
        "security/ir_rule_data.xml",
        "data/project_type_data.xml",
        "views/selfconsumption_views.xml",
        "views/supply_point_views.xml",
        "views/res_partner_views.xml",
    ],
}