Partner Custom Attributes

partner_custom_attributes
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/10.0/partner_custom_attributes
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITEhttp://www.camptocamp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Partner custom attributes
=========================

This module adds the possibility to easily create custom fields on Partners.
Each partner can be linked to an attribute set.  Each attribute has custom
fields.

This module is inspired by the module product_custom_attributes by Benoît
GUILLOT, Akretion

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
open_partner_by_attribute_set_view open.partner.by.attribute.set.view open.partner.by.attribute.set form New
partner_attributes_form_view partner.attributes.normal.wizard res.partner form New
res_partner_form_view_set_button attributes.partner.normal.form res.partner notebook Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • open_partner_by_attribute(self, cr, uid, ids, context=None)
    Opens a partner by attributes Returns a custom action built modifying the original one.

New fields (0)

No new fields.

Public methods (3)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    Dynamically add attributes to the view. Return field_view_get. Modifies dynamically the view to show the attributes. If the users presses the Open Attributes button, the attributes are shown in a new form field. Otherwise, if the attribute set is known beforehand, attributes are added to a new tab in the main form view.
  • open_attributes(self, cr, uid, ids, context=None)
    Open the attributes of an object. Return action. This method is called when the user presses the Open Attributes button in the form view of the object. It opens a dynamically-built form view. :param ids: this is normally a singleton. If a longer list is passed, we consider only the first item.
  • save_and_close_partner_attributes(self, cr, uid, ids, context=None)
    Button to save and close. Return action.
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/9.0/partner_custom_attributes
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERS
WEBSITE
WEBSITEhttp://www.camptocamp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - base_custom_attributes
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Partner custom attributes
=========================

This module adds the possibility to easily create custom fields on Partners.
Each partner can be linked to an attribute set.  Each attribute has custom
fields.

This module is inspired by the module product_custom_attributes by Benoît
GUILLOT, Akretion

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
open_partner_by_attribute_set_view open.partner.by.attribute.set.view open.partner.by.attribute.set form New
partner_attributes_form_view partner.attributes.normal.wizard res.partner form New
res_partner_form_view_set_button attributes.partner.normal.form res.partner notebook Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • open_partner_by_attribute(self, cr, uid, ids, context=None)
    Opens a partner by attributes Returns a custom action built modifying the original one.

New fields (0)

No new fields.

Public methods (3)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    Dynamically add attributes to the view. Return field_view_get. Modifies dynamically the view to show the attributes. If the users presses the Open Attributes button, the attributes are shown in a new form field. Otherwise, if the attribute set is known beforehand, attributes are added to a new tab in the main form view.
  • open_attributes(self, cr, uid, ids, context=None)
    Open the attributes of an object. Return action. This method is called when the user presses the Open Attributes button in the form view of the object. It opens a dynamically-built form view. :param ids: this is normally a singleton. If a longer list is passed, we consider only the first item.
  • save_and_close_partner_attributes(self, cr, uid, ids, context=None)
    Button to save and close. Return action.
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/8.0/partner_custom_attributes
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Laetitia Gangloff
WEBSITE
WEBSITEhttp://www.camptocamp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - base_custom_attributes
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Partner custom attributes
=========================

This module adds the possibility to easily create custom fields on Partners.
Each partner can be linked to an attribute set.  Each attribute has custom
fields.

This module is inspired by the module product_custom_attributes by Benoît
GUILLOT, Akretion

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
open_partner_by_attribute_set_view open.partner.by.attribute.set.view open.partner.by.attribute.set form New
partner_attributes_form_view partner.attributes.normal.wizard res.partner form New
res_partner_form_view_set_button attributes.partner.normal.form res.partner notebook Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • open_partner_by_attribute(self, cr, uid, ids, context=None)
    Opens a partner by attributes Returns a custom action built modifying the original one.

New fields (0)

No new fields.

Public methods (3)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    Dynamically add attributes to the view. Return field_view_get. Modifies dynamically the view to show the attributes. If the users presses the Open Attributes button, the attributes are shown in a new form field. Otherwise, if the attribute set is known beforehand, attributes are added to a new tab in the main form view.
  • open_attributes(self, cr, uid, ids, context=None)
    Open the attributes of an object. Return action. This method is called when the user presses the Open Attributes button in the form view of the object. It opens a dynamically-built form view. :param ids: this is normally a singleton. If a longer list is passed, we consider only the first item.
  • save_and_close_partner_attributes(self, cr, uid, ids, context=None)
    Button to save and close. Return action.
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/7.0/partner_custom_attributes
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAlexandre Fayolle, Leonardo Pistone, unknown
WEBSITE
WEBSITEhttp://www.camptocamp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - base_custom_attributes
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Partner custom attributes
=========================

This module adds the possibility to easily create custom fields on Partners.
Each partner can be linked to an attribute set.  Each attribute has custom
fields.

This module is inspired by the module product_custom_attributes by Benoît
GUILLOT, Akretion

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
open_partner_by_attribute_set_view open.partner.by.attribute.set.view open.partner.by.attribute.set form New
partner_attributes_form_view partner.attributes.normal.wizard res.partner form New
res_partner_form_view_set_button attributes.partner.normal.form res.partner notebook Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • open_partner_by_attribute(self, cr, uid, ids, context=None)
    Opens a partner by attributes Returns a custom action built modifying the original one.

New fields (0)

No new fields.

Public methods (3)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    Dynamically add attributes to the view. Return field_view_get. Modifies dynamically the view to show the attributes. If the users presses the Open Attributes button, the attributes are shown in a new form field. Otherwise, if the attribute set is known beforehand, attributes are added to a new tab in the main form view.
  • open_attributes(self, cr, uid, ids, context=None)
    Open the attributes of an object. Return action. This method is called when the user presses the Open Attributes button in the form view of the object. It opens a dynamically-built form view. :param ids: this is normally a singleton. If a longer list is passed, we consider only the first item.
  • save_and_close_partner_attributes(self, cr, uid, ids, context=None)
    Button to save and close. Return action.