Skip to main content

Attribute Set

Project description

Beta License: AGPL-3 OCA/odoo-pim Translate me on Weblate Try me on Runbot

This module allows the user to create Attributes to any model. This is a basic module in the way that it does not provide views to display these new Attributes.

Each Attribute created will be related to an existing field (in case of a “native” Attribute) or to a newly created field (in case of a “custom” Attribute).

A “custom” Attribute can be of any type : Char, Text, Boolean, Date, Binary… but also Many2one or Many2many.

In case of m2o or m2m, these attributes can be related to custom options created for the Attribute, or to existing Odoo objects from other models.

Last but not least an Attribute can be serialized using the Odoo SA module base_sparse_field . It means that all the serialized attributes will be stored in a single “JSON serialization field” and will not create new columns in the database (and better, it will not create new SQL tables in case of Many2many Attributes), increasing significantly the requests speed when dealing with thousands of Attributes.

Table of contents

Usage

Even if this module does not provide views to display some model’s Attributes, it provides however a Technical menu in Settings > Technical > Database Structure > Attributes to create new Attributes.

An Attribute is related to both an Attribute Group and an Attribute Set :

  • The Attribute Set is related to the “model’s category”, i.e. all the model’s instances which will display the same Attributes.

  • The Attribute Group is related to the “attribute’s category”. All the attributes from the same Attribute Set and Attribute Group will be displayed under the same field’s Group in the model’s view.

    🔎 In order to create a custom Attribute many2one or many2many related to other Odoo model, you need to activate the Technical Setting “Advanced Attribute Set settings” (group_advanced_attribute_set).


If you want to create a module displaying some specific model’s Attributes :

  1. Your model must _inherit the mixin "attribute.set.owner.mixin"

  2. You need to add a placeholder <separator name="attributes_placeholder" /> at the desired location in the model’s form view.

  3. Finally, add a context {"include_native_attribute": True} on the action leading to this form view if the model’s view needs to display attributes related to native fields together with the other “custom” attributes.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Akretion

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/odoo-pim project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file odoo13_addon_attribute_set-13.0.1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo13_addon_attribute_set-13.0.1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c9b35834a26d8ef7e59d861baf4f3f1a9f5869af27d80d69ddc746bdc5743bab
MD5 5bf14f3aa96a7983a097d0eace0de9cc
BLAKE2b-256 76636d0f93798cd62aa776b45ed3c987f7c3e6d6d6a72e61c037605dbb3e9ce6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page