Repository
OCA/vertical-association · module folder · Try on Runboat
Module version
1.0.0
Category
Association
Folder size
0.18 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/vertical-association
Last tracking update
2026-08-07 08:43:01
Authors
Odoo Community Association (OCA), GRAP, OCA France
Maintainers
Odoo Community Association (OCA), GRAP, OCA France
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This modules extends the online members directory for displaying
members that are invoiced, but have non paid membership.

It so allows to display all members, even if the member did'nt paid
yet his membership, or if the accountant of the association didn't
entered the payment in Odoo.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_config_settings_form res.config.settings form Inherits website.res_config_settings_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) WebsiteMembership.members inherited http ALL
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • search(self, domain, offset=0, limit=None, order=None)

New fields (2)
  • website_display_invoiced_membership Boolean
    config_parameter='website_membership_non_paid_member.website_display_invoiced_membership' string='Display members if they have a confirmed membership invoice'
  • website_display_waiting_membership Boolean
    config_parameter='website_membership_non_paid_member.website_display_waiting_membership' string='Display members if they have a draft membership invoice'
Public methods (0)

No public methods.