Skip to content
Snippets Groups Projects
__manifest__.py 563 B
Newer Older
{
    "name": "Energy Projects Energy Communities",
    "summary": """
        Module glue between Energy Projects and Energy Communities.
        """,
    "description": """
            Module glue between Energy Projects and Energy Communities.
    """,
    "author": "Coopdevs Treball SCCL & Som Energia SCCL",
    "website": "https://coopdevs.org",
    "depends": [
        "energy_project",
        "energy_communities",
    ],
    "data": [
        "security/res_users_role_data.xml",
    ],
}