TIP: You can type at any time to perform a new search.
Point Of Sale - Customer required fields
pos_customer_required_fields · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Point of Sale
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 07:31:55
- Authors
- Odoo Community Association (OCA), Pierre Verkest
- Maintainers
- Odoo Community Association (OCA), Pierre Verkest
- Committers
- Pierre Verkest, Weblate, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
point_of_sale_assets |
point_of_sale_assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
pos_config_view_form |
pos.config | form | Inherits point_of_sale.pos_config_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
res_partner_required_fields_idsMany2many → ir.model.fieldsdomain=[('model', '=', 'res.partner')]help='List of fields that are required while creating or updating a res partner from the point of sale.'string='Partner required fields' args: 'ir.model.fields' -
res_partner_required_fields_namesCharcompute='_compute_res_partner_required_fields_names'help='Technical fields to avoid adding ir.model.fields in pos model'string='Partner required fields name'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
create_from_ui(self, partner_data)@api.modelEnsure all fields required pos session fields to be set.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 139 days ago
- Last activity
- 18 days ago
- Repository
- OCA/pos
- Pull request
- [16.0][MIG] pos_customer_required_fields: migration to 16.0 (#1520)