17 lines
532 B
Python
17 lines
532 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Membership Expiry Reminder",
|
|
"summary": "Sends an automated email reminder to members approaching their "
|
|
"membership expiry date, with a link to renew online.",
|
|
"version": "18.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Custom",
|
|
"depends": ["membership", "website_sale"],
|
|
"data": [
|
|
"data/mail_template.xml",
|
|
"data/ir_cron.xml",
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|