addons-cm/website_membership_associate/__manifest__.py

17 lines
495 B
Python

# Copyright 2026 Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Website Membership Associate",
"version": "18.0.1.1.0",
"category": "Website/Membership",
"summary": "Show associate members in the public /members directory.",
"author": "Criptomart",
"website": "https://git.criptomart.net/criptomart/addons-cm",
"license": "AGPL-3",
"depends": [
"membership",
"website_membership",
],
"data": [],
}