Author: |
ACSONE SA/NV |
License: |
AGPL-3 |
Branch: |
14.0-64203-mozaik_mandate_notes-mle |
Repository: |
acsone/mozaik |
Dependencies: |
payment_paypal |
Languages: |
Python (21, 100.0%) |
Add the state of the transaction at the process stage
Show more...
Implements a cron that deletes addresses not linked
to a partner and not linked to a not validated membership request.
Show more...
This module adds a cron to add direct debit lines
from unpaid membership lines.
Show more...
Author: |
ACSONE SA/NV |
License: |
AGPL-3 |
Branch: |
14.0-mozaik_membership_sepa_payment_returns-mle |
Repository: |
acsone/mozaik |
Dependencies: |
account,
account_banking_mandate,
account_banking_sepa_direct_debit,
base,
mail,
mozaik_abstract_model,
mozaik_account,
mozaik_membership,
and
mozaik_membership_mark_as_unpaid |
Languages: |
PO File (193, 21.4%),
Python (490, 54.3%),
and
XML (220, 24.4%) |
This module processes payment returns for refused SEPA
direct debit orders. It allows to match the payment return line
with a partner, to delete the banking mandate and mark the
membership line as unpaid.
Show more...
Author: |
ACSONE SA/NV |
License: |
AGPL-3 |
Branch: |
14.0-65136-mozaik_membership_request_email_matching-mle |
Repository: |
acsone/mozaik |
Dependencies: |
mozaik_membership_request |
Languages: |
PO File (43, 9.4%),
Python (407, 89.1%),
and
XML (7, 1.5%) |
Implements the autovalidation conditions for a membership request.
Show more...
If partner is recognized on the membership request, sensitive data
(such as name, firstname, email, ...) are not always erasing data
on the partner: if a value was already set on the partner, only
an authenticated user can change these data
(not a force autovalidate). Hence we prevent from changing these
values, and we schedule an activity to an Odoo user.
A system parameter defines which field has to be considered as 'sensitive'.
Show more...
This module adds the possibility to add bank accounts
and mandates from membership requests.
Show more...
Author: |
ACSONE SA/NV |
License: |
AGPL-3 |
Branch: |
14.0-64203-mozaik_mandate_notes-mle |
Repository: |
acsone/mozaik |
Dependencies: |
mozaik_membership_request |
Languages: |
Python (68, 54.8%),
and
XML (56, 45.2%) |
Allows to protect values to avoid changes in onchange_partner_id_vals
when changing the partner or request type on a membership request.
Show more...
Creating a membership request from a registration to
an event / a petition / a survey.
Show more...