Search 1.9 billion lines of Odoo code on GitHub

product_attribute_group

Author: Open For Small Business Ltd
License: AGPL-3
Branch: 16.0-wip
Repository: odoonz/odoonz-addons
Dependencies: product, queue_job, sale, sales_team, and stock
Languages: Python (241, 45.6%), XML (212, 40.1%), and reStructuredText (76, 14.4%)
Other branches: 11.0, 12.0, 12.0-greenify-gdg, 12.0-no-translate, 13.0, 14.0, 14.0-partner-lock, 15.0, and gdg-pricelist-rework
Other repositories: ForgeFlow/product-variant, RL-OtherApps/odoonz-addons, RujiaL/odoonz-addons, akretion/product-variant, cherryservers/odoonz-addons, erick-alvino/odoonz-addons, gameboy199/odoonz-addons, gdgellatly/product-attribute, grottas/odoonz-addons, gurneyalex/product-attribute, jonisunz/odoonz-addons, nzroof/product-attribute, robotiko/odoonz-addons, sondt87/odoonz-addons, suningwz/odoonz-addons, timsmet/odoonz-addons, vanthaiunghoa/odoonz-addons, vidtsin/odoonz-addons, wtaferner/odoonz-addons, xuanthanh/odoonz-addons, and yasmanycastillo/odoonz-addons

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="product-attribute-group"></a> <h2>Product Attribute Group</h2> <p>Allows grouping of product attributes for easy addition to a product template. It is designed for environments where large number of products share attributes and are managed in a systematic manner. It allows you to maintain variants by simply changing the attribute groups values or adding a group to an existing product.</p> <p>For example you may have an attribute Color which contains many colors. Many products may be available in the same colors, while others may be available in a different set of colors. By creating 2 seperate attribute groups the values can be automatically populated when assigned to a product.</p> <p>While simple, this module is extremely powerful, allowing product administrators to quickly add, update and delete large number of products. Before using in production please read this documentation thoroughly, consider running in a test environment and review security for the users that can access.</p> <a name="installation"></a> <h3>Installation</h3> <p>No special installation requirements for the simple case.</p> <p>For larger installations, where you have a large number of (potential) variant combinations or attribute groups which will be assigned to many products, it is recommended to run an odoo process on a seperate port with --workers=0 set and work with attribute groups on this process to avoid timeout issues.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to Sales / Configuration / Settings and ensure that product variants is enabled.</li> <li>Existing installations using variants may need extra configuration depending on need. Attribute groups may need to be created and added to existing templates. Where no attribute group exists values may be added individually.</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <a name="creating-attribute-groups"></a> <h4>Creating attribute groups</h4> <ol class="arabic simple"> <li>Go to Sales / Configuration / Products / Product Attribute Groups</li> <li>Click Create to create a new group</li> <li>Give it a name, assign it to an existing product attribute and then add values</li> </ol> <p>The attribute group can now be used to quickly add values to products. It is important when structuring groups that they are meaningful to the range of products they are assigned to and not merely convenient. A change to an attribute group affects all assigned products and an attribute line can be assigned more than one attribute group.</p> <a name="adding-to-products"></a> <h4>Adding to products</h4> <ol class="arabic simple"> <li>Go to Sales / Products</li> <li>Open or create the product you wish to add an attribute group to.</li> <li>Add the attribute groups to the attribute lines under variants.</li> </ol> <p>You will see your values pulled back automatically. Note it is not possible to add individual values when using attribute groups, however multiple groups can be assigned to a single line.</p> <a name="updating-attribute-groups"></a> <h4>Updating attribute groups</h4> <p>Over time the range of attribute groups may change. Adding or deleting values from an attribute group will update all products with this group. It follows the standard product heuristics for deletion, inactivating products with existing references.</p> <a name="duplicating-attribute-groups"></a> <h4>Duplicating attribute groups</h4> <p>You may duplicate attribute groups using the copy button in the Product Attribute Group view and these will be given the same name with (Copy) appended. The new group will have the same values but will not be assigned to any products.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/135/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>You cannot combine manually added values with attribute groups. This was a design decision in order to keep the module simple and compatible with known modules.</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/odoonz/product/issues">GitHub Issues</a>. 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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Graeme Gellatly &lt;<a class="reference external" href="mailto:graeme&#64;o4sb.com">graeme&#64;o4sb.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <p>This module is maintained by Open for Small Business Ltd.</p> <p>Open for Small Business is a small developer and integrator of Odoo software since 2009.</p>