TIP: You can type at any time to perform a new search.
Customer References
website_customer · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Website/Website
- Folder size
- 0.83 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:14
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Géry Debongnie, qsm-odoo, Julien Castiaux, Rémy Voet (ryv), Tiffany Chang (tic), Gorash, Benjamin Vray, Nicolas Bayet, Renaud Thiry, Dylan Kiss (dyki), Antoine (ande), Serge Bayet (seba), mano-odoo, hink-odoo, Augustin (duau), Alessandro Lupo, chpa-odoo
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
Publish your customers as business references on your website to attract new potential prospects.
Code Analysis ⓘ
Views touched (15)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
details |
Customer Detail | ir.ui.view | qweb | New |
implemented_by_block |
Partner Implemented By Block | ir.ui.view | qweb | New |
index |
Our References | ir.ui.view | qweb | New |
opt_country |
Show Map | ir.ui.view | qweb | Inherits website_customer.index |
opt_country_list |
Filter on Countries | ir.ui.view | qweb | Inherits website_customer.index |
opt_industry_list |
Filter on Industry | ir.ui.view | qweb | Inherits website_customer.index |
opt_tag_list |
Filter on Tags | ir.ui.view | qweb | Inherits website_customer.index |
partner_detail |
Partner Details | ir.ui.view | qweb | Inherits website_partner.partner_detail |
partner_details |
Partner Detail Columns | ir.ui.view | qweb | Inherits website_partner.partner_page |
references_block |
Partner References Block | ir.ui.view | qweb | New |
references_block_href |
Partner References Block | ir.ui.view | qweb | Inherits website_crm_partner_assign.references_block |
res_partner_tag_view_search |
res.partner.tag.view.search | res.partner.tag | search | New |
view_partner_tag_form |
Website Tags | res.partner.tag | form | New |
view_partner_tag_list |
Website Tags | res.partner.tag | list | New |
view_partners_form_website |
view.res.partner.form.website.tags | res.partner | form | Inherits website_partner.view_partners_form_website |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/customers, /customers/page/<int:page>, /customers/country/<model("res.country"):country>, /customers/country/<model("res.country"):country>/page/<int:page>, /customers/industry/<model("res.partner.industry"):industry>, /customers/industry/<model("res.partner.industry"):industry>/page/<int:page>, /customers/industry/<model("res.partner.industry"):industry>/country/<model("res.country"):country>, /customers/industry/<model("res.partner.industry"):industry>/country/<model("res.country"):country>/page/<int:page> |
WebsiteCustomer.customers |
public | http | ALL | sudo website |
/customers/<partner_id> |
WebsiteCustomer.customers_detail |
public | http | ALL | sudo website |
Models touched (3)
New fields (1)
-
website_tag_idsMany2many → res.partner.taghelp='Filter published customers on the .../customers website page'string='Website tags' args: 'res.partner.tag', 'res_partner_res_partner_tag_rel', 'partner_id', 'tag_id'
-
get_backend_menu_id(self)
New fields (4)
-
activeBooleandefault=True args: 'Active' -
classnameSelectiondefault='info'help='Bootstrap class to customize the color'required=True args: 'get_selection_class', 'Class' -
nameCharrequired=Truetranslate=True args: 'Category Name' -
partner_idsMany2many → res.partnerstring='Partners' args: 'res.partner', 'res_partner_res_partner_tag_rel', 'tag_id', 'partner_id'
-
get_selection_class(self)@api.model
New fields (0)
No new fields.
Public methods (1)-
get_suggested_controllers(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…