Point Of Sale - Customer required fields

pos_customer_required_fields
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/12.0/pos_customer_required_fields
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pierre Verkest
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pierre Verkest
COMMITTERS
COMMITTERSPierre Verkest, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
point_of_sale_assets point_of_sale_assets ir.ui.view qweb Inherits point_of_sale.assets
pos_config_view_form pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (2)

New fields (2)
  • res_partner_required_fields_ids Many2many → ir.model.fields
    domain=[('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_names Char
    compute='_compute_res_partner_required_fields_names' help='Technical fields to avoid adding ir.model.fields in pos model' string='Partner required fields name'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create_from_ui(self, partner_data)
    @api.model
    Ensure all fields required pos session fields to be set.
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/pos
PULL REQUEST
PULL REQUEST[16.0][MIG] pos_customer_required_fields: migration to 16.0 (#1520)