TIP: You can type at any time to perform a new search.
Partner Match or Create
partner_match_or_create · OCA/donation
- Repository
- OCA/donation · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Tools
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/donation
- Last tracking update
- 2026-08-11 17:15:19
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stay_api
- Description
This is a technical module used by the OCA module **stay\_api** and the OCA module **donation\_api**. It allows to share code between those 2 modules.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
partner_match_or_create_form |
partner.match.or.create | form | New | |
view_partner_title_form |
res.partner.title | form | Inherits base.view_partner_title_form | |
view_partner_title_tree |
res.partner.title | tree | Inherits base.view_partner_title_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (30)
-
cityChar -
country_idMany2one → res.countryargs: 'res.country' -
create_or_updateSelectionrequired=True args: [('create', "This partner doesn't already exists in Odoo"), ('update', 'This partner already exists in Odoo')] -
emailCharstring='E-mail' -
firstnameChar -
lastnameCharrequired=True -
mobileChar -
phoneChar -
res_idIntegerreadonly=Truerequired=True -
res_modelCharreadonly=Truerequired=True -
state_idMany2one → res.country.stateargs: 'res.country.state' -
streetCharstring='Address Line 1' -
street2Charstring='Address Line 2' -
suggested_partner_idsMany2many → res.partnerreadonly=Truestring='Suggested Contacts' args: 'res.partner' -
title_idMany2one → res.partner.titleargs: 'res.partner.title' -
update_addressBooleancompute='_compute_update_bool'precompute=Truereadonly=Falsestore=True -
update_emailBooleancompute='_compute_update_bool'precompute=Truereadonly=Falsestore=Truestring='Update E-mail' -
update_mobileBooleancompute='_compute_update_bool'precompute=Truereadonly=Falsestore=True -
update_partner_cityCharrelated='update_partner_id.city'string='Current City' -
update_partner_country_idMany2onerelated='update_partner_id.country_id'string='Current Country' -
update_partner_emailCharrelated='update_partner_id.email'string='Current E-mail' -
update_partner_idMany2one → res.partnercompute='_compute_update_partner_id'precompute=Truereadonly=Falsestore=Truestring='Contact to Update' args: 'res.partner' -
update_partner_mobileCharrelated='update_partner_id.mobile'string='Current Mobile' -
update_partner_phoneCharrelated='update_partner_id.phone'string='Current Phone' -
update_partner_state_idMany2onerelated='update_partner_id.state_id'string='Current State' -
update_partner_streetCharrelated='update_partner_id.street'string='Current Street' -
update_partner_street2Charrelated='update_partner_id.street2'string='Current Street2' -
update_partner_zipCharrelated='update_partner_id.zip'string='Current ZIP' -
update_phoneBooleancompute='_compute_update_bool'precompute=Truereadonly=Falsestore=True -
zipCharstring='ZIP'
-
create_partner(self) -
default_get(self, fields_list)@api.model -
update_partner(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
api_codeCharcopy=Falsehelp='Technical code used by the API. Do not modify!'string='API Code'
No public methods.
Loading…