add website_membership_associate
This commit is contained in:
parent
40d7cc8772
commit
31d53c428c
12 changed files with 837 additions and 0 deletions
17
website_membership_associate/__manifest__.py
Normal file
17
website_membership_associate/__manifest__.py
Normal 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": [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue