add website_membership_associate

This commit is contained in:
Luis 2026-07-28 09:29:14 +02:00
parent 40d7cc8772
commit 31d53c428c
12 changed files with 837 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# 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": [],
}