Partner Accreditation

partner_accreditation
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/18.0/partner_accreditation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPartner
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Coop IT Easy SC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Coop IT Easy SC
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add an accreditation field to partners. An accreditation, (or licences,
certifications) is an official recognitions of something.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_accreditation_form_view Accreditation form res.partner.accreditation form New
res_partner_accreditation_tree_view Accreditation tree res.partner.accreditation list New
view_partner_form_accreditation Partner form with Accreditation res.partner field Inherits base.view_partner_form
view_res_partner_filter_accreditation view_res_partner_filter_accreditation res.partner field Inherits base.view_res_partner_filter
Models touched (2)

New fields (1)
  • accreditation_ids Many2many → res.partner.accreditation
    args: 'res.partner.accreditation'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • name Char
    string='Accreditation' translate=True
  • partner_ids Many2many → res.partner
    args: 'res.partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/16.0/partner_accreditation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPartner
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Coop IT Easy SC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Coop IT Easy SC
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Victor Champonnois
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_accreditation_form_view Accreditation form res.partner.accreditation form New
res_partner_accreditation_tree_view Accreditation tree res.partner.accreditation tree New
view_partner_form_accreditation Partner form with Accreditation res.partner field Inherits base.view_partner_form
view_res_partner_filter_accreditation view_res_partner_filter_accreditation res.partner field Inherits base.view_res_partner_filter
Models touched (2)

New fields (1)
  • accreditation_ids Many2many → res.partner.accreditation
    args: 'res.partner.accreditation'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • name Char
    string='Accreditation'
  • partner_ids Many2many → res.partner
    args: 'res.partner'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/partner-contact
PULL REQUEST
PULL REQUEST[19.0][MIG] partner_accreditation: Migration to 19.0 (#2213)