Attribute Set Completeness

attribute_set_completeness
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/14.0/attribute_set_completeness
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSCédric Pigeon, Ivàn Todorovich, Weblate, OCA-git-bot, oca-ci, xavier-bouquiaux
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component_event
    - component
OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
attribute_set_completeness_tree_view attribute.set.completeness tree New
attribute_set_form_view attribute.set.form (in attribute_set_completeness) attribute.set group Inherits attribute_set.attribute_set_form_view
Models touched (3)

New fields (1)
  • attribute_set_completeness_ids One2many → attribute.set.completeness
    auto_join=True comodel_name='attribute.set.completeness' inverse_name='attribute_set_id' string='Completeness Requirements'
Public methods (0)

No public methods.

New fields (7)
  • attribute_set_id Many2one → attribute.set
    ondelete='cascade' required=True args: 'attribute.set'
  • available_field_ids Many2many → ir.model.fields
    comodel_name='ir.model.fields' compute='_compute_available_field_ids' help="Fields related to the Attribute set's attributes" string="Attribute Set's fields"
  • completion_rate Float
  • completion_rate_progress Float
    readonly=True related='completion_rate' string='Completion Rate Progress'
  • field_description Char
    readonly=True related='field_id.field_description' store=True string='Field Description'
  • field_id Many2one → ir.model.fields
    ondelete='cascade' required=True args: 'ir.model.fields', 'Field Name'
  • model_id Many2one
    readonly=True related='attribute_set_id.model_id'
Public methods (1)
  • name_get(self)

New fields (5)
  • attribute_set_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' compute='_compute_attribute_set_completed_ids' string='Attribute Set completed criterias'
  • attribute_set_completeness_ids One2many
    related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_completion_rate Float
    compute='_compute_attribute_set_completion_rate' help='Attribute set completeness percentage' store=True
  • attribute_set_completion_state Selection
    compute='_compute_attribute_set_completion_state' help='Attribute set completeness status' selection=[('complete', 'Complete'), ('not_complete', 'Not complete')] store=True
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' compute='_compute_attribute_set_not_completed_ids' string='Attribute Set not completed criterias'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/13.0/attribute_set_completeness
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component_event
    - component
OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
attribute_set_completeness_tree_view attribute.set.completeness.tree (in attribute_set_completeness) attribute.set.completeness tree New
attribute_set_form_view attribute.set.form (in attribute_set_completeness) attribute.set group Inherits attribute_set.attribute_set_form_view
Models touched (3)

New fields (1)
  • attribute_set_completeness_ids One2many → attribute.set.completeness
    auto_join=True comodel_name='attribute.set.completeness' inverse_name='attribute_set_id' string='Completeness Requirements'
Public methods (0)

No public methods.

New fields (6)
  • attribute_set_id Many2one → attribute.set
    ondelete='cascade' required=True args: 'attribute.set'
  • completion_rate Float
  • completion_rate_progress Float
    readonly=True related='completion_rate' string='Completion rate progress'
  • field_description Char
    readonly=True related='field_id.field_description' store=True string='Field Description'
  • field_id Many2one → ir.model.fields
    ondelete='cascade' required=True args: 'ir.model.fields', 'Field Name'
  • model_id Many2one
    readonly=True related='attribute_set_id.model_id'
Public methods (0)

No public methods.

New fields (6)
  • attribute_set_completeneness_ids One2many
    readonly=True related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_completeneness_ids One2many
    readonly=True related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' readonly=True
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' compute='_compute_completion_rate'
  • completion_rate Float
    default=0.0 readonly=True
  • completion_state Selection
    default='not_complete' readonly=True selection=[('complete', 'Complete'), ('not_complete', 'Not complete')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/12.0/attribute_set_completeness
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Denis Roussel, OCA-git-bot, Simone Orsi, clementmbr, shopinvader-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component_event
    - component
OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
attribute_set_completeness_tree_view attribute.set.completeness.tree (in attribute_set_completeness) attribute.set.completeness tree New
attribute_set_form_view attribute.set.form (in attribute_set_completeness) attribute.set group Inherits attribute_set.attribute_set_form_view
Models touched (3)

New fields (1)
  • attribute_set_completeness_ids One2many → attribute.set.completeness
    auto_join=True comodel_name='attribute.set.completeness' inverse_name='attribute_set_id' string='Completeness Requirements'
Public methods (0)

No public methods.

New fields (7)
  • attribute_set_id Many2one → attribute.set
    ondelete='cascade' required=True args: 'attribute.set'
  • available_field_ids Many2many → ir.model.fields
    comodel_name='ir.model.fields' compute='_compute_available_field_ids' help="Fields related to the Attribute set's attributes" string="Attribute Set's fields"
  • completion_rate Float
  • completion_rate_progress Float
    readonly=True related='completion_rate'
  • field_description Char
    readonly=True related='field_id.field_description' store=True string='Field Description'
  • field_id Many2one → ir.model.fields
    ondelete='cascade' required=True args: 'ir.model.fields', 'Field Name'
  • model_id Many2one
    readonly=True related='attribute_set_id.model_id'
Public methods (1)
  • name_get(self)

New fields (6)
  • attribute_set_completeneness_ids One2many
    readonly=True related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_completeneness_ids One2many
    readonly=True related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' readonly=True
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' compute='_compute_completion_rate'
  • completion_rate Float
    default=0.0 readonly=True
  • completion_state Selection
    default='not_complete' readonly=True selection=[('complete', 'Complete'), ('not_complete', 'Not complete')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/10.0/attribute_set_completeness
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSACSONE SA/NV
MAINTAINERS
MAINTAINERSACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Cédric Pigeon, Denis Roussel, OCA-git-bot, shopinvader-git-bot
WEBSITE
WEBSITEhttps://github.com/shopinvader/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component_event
    - component
OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
attribute_set_completeness_tree_view attribute.set.completeness.tree (in attribute_set_completeness) attribute.set.completeness tree New
attribute_set_form_view attribute.set.form (in attribute_set_completeness) attribute.set group Inherits attribute_set.attribute_set_form_view
Models touched (3)

New fields (1)
  • attribute_set_completeness_ids One2many → attribute.set.completeness
    auto_join=True comodel_name='attribute.set.completeness' inverse_name='attribute_set_id' string='Completeness Requirements'
Public methods (0)

No public methods.

New fields (6)
  • attribute_set_id Many2one → attribute.set
    ondelete='cascade' required=True args: 'attribute.set'
  • completion_rate Float
  • completion_rate_progress Float
    readonly=True related='completion_rate'
  • field_description Char
    readonly=True related='field_id.field_description' store=True string='Field Description'
  • field_id Many2one → ir.model.fields
    ondelete='cascade' required=True args: 'ir.model.fields', 'Field Name'
  • model_id Many2one
    readonly=True related='attribute_set_id.model_id'
Public methods (0)

No public methods.

New fields (4)
  • attribute_set_completeneness_ids One2many
    readonly=True related='attribute_set_id.attribute_set_completeness_ids'
  • attribute_set_not_completed_ids Many2many → attribute.set.completeness
    comodel_name='attribute.set.completeness' readonly=True
  • completion_rate Float
    default=0.0 readonly=True
  • completion_state Selection
    default='not_complete' readonly=True selection=[('complete', 'Complete'), ('not_complete', 'Not complete')]
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/odoo-pim
PULL REQUEST
PULL REQUEST[18.0][MIG] attribute_set_completeness: Migration to 18.0 (#233)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/odoo-pim
PULL REQUEST
PULL REQUEST[16.0][MIG] attribute_set_completeness: Migration to 16.0 (#189)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/odoo-pim
PULL REQUEST
PULL REQUEST[16.0][mig] attribute_set_completeness: Migration to 16.0 (#162)