#2 #3 add membership_payment_date: membership start date -> payment date. Don't overlap membership periods on renewals
This commit is contained in:
parent
54965d483f
commit
d8cd83bdaf
12 changed files with 511 additions and 0 deletions
19
membership_payment_date/__manifest__.py
Normal file
19
membership_payment_date/__manifest__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2025 Criptomart
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Membership Payment Date",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sales",
|
||||
"summary": "Use payment date instead of invoice date for membership lines, "
|
||||
"avoiding overlap on renewals.",
|
||||
"author": "Criptomart",
|
||||
"website": "https://git.criptomart.net/criptomart/addons-cm",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"membership_variable_period",
|
||||
"account",
|
||||
],
|
||||
"data": [],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue