You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
435 B
17 lines
435 B
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0
|
|
|
|
{
|
|
"name": "Initial discount on 1st membership",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3",
|
|
"category": "Association",
|
|
"author": "RemiFr82",
|
|
"website": "https://remifr82.me",
|
|
# "website": "https://github.com/OCA/vertical-association",
|
|
"depends": [
|
|
"membership",
|
|
],
|
|
"data": [
|
|
"views/product_template_views.xml",
|
|
],
|
|
}
|