create monthly recurring membership lines
This commit is contained in:
parent
a0ba3426c8
commit
8798f321b3
7 changed files with 222 additions and 0 deletions
15
membership_monthly_invoicing/__manifest__.py
Normal file
15
membership_monthly_invoicing/__manifest__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Membership Monthly Invoicing",
|
||||
"summary": "Automatically creates a monthly membership invoice for each "
|
||||
"active member, copying the fee from their last membership line.",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Custom",
|
||||
"depends": ["membership"],
|
||||
"data": [
|
||||
"data/ir_cron.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue