Search 1.9 billion lines of Odoo code on GitHub

engineering_product

Author: Matt Taylor
License: AGPL-3
Branch: 12.0
Repository: asphaltzipper/azi-odoo-modules
Dependencies: attachment_priority, product, shelf_location, and stock
Languages: Python (471, 45.2%), XML (516, 49.6%), and reStructuredText (54, 5.2%)
Other branches: 10.0, 10.0-financial-statements, and master
Other repositories: Abdullah-Alghoul/azi-odoo-modules, Guobower/azi-odoo-modules, Heri-Founder/azi-odoo-modules, IbiksRiad/azi-odoo-modules, JohnLYH/azi-odoo-modules, RL-OtherApps/azi-odoo-modules, consultingerp/engineering_bom, developers-zone/azi-odoo-modules, digitalsatori/azi-odoo-modules, haylahi/azi-odoo-modules, and michaelslade54/azi-odoo-modules

<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="management-engineering-product-data"></a> <h2>Management Engineering Product Data</h2> <p>This module adds features to track and manage engineering related product attributes. The Engineering department needs to attach data regarding versions, manufacturing, etc. to each product.</p> <p><strong>Add new models:</strong></p> <ul class="simple"> <li>Engineering categories</li> <li>Manufacturing part preparation</li> <li>Manufacturing part coating</li> </ul> <p><strong>Add constraints and defaults:</strong></p> <ul class="simple"> <li>Require Unique Product Code (product.default_code)</li> <li>Default value for default_code from eng_code sequence</li> <li>Constrain eng code format (using regular expression)</li> <li>Engineering management flag on product categories with regex to validate default_code</li> </ul> <p><strong>Add product fields/attributes:</strong></p> <ul class="simple"> <li>Product Manager</li> <li>Engineering management flag field</li> <li>Engineering Code, Revision, and Revision Delimiter fields</li> <li>Preparation and Coating fields</li> <li>Deprecated (obsolete) field</li> <li>&quot;No-ECO Modification&quot; field (Part changed with no ECO or revision)</li> <li>&quot;Hold Production&quot; field (A revision is impending, stop producing/purchasing this part)</li> <li>Engineering Category</li> <li>Engineering Notes</li> </ul> <p>We also add fields for more friendly display of attachments:</p> <ul class="simple"> <li>doc_ids</li> <li>version_doc_ids</li> </ul> <p>We add a method for creating product versions.</p> <a name="product-versions"></a> <h3>Product Versions</h3> <p>On the product template form, we need a list of all products that are versions of the current product. Do this as a computed one2many on product.template model. For templates with multiple variants, no versions will be shown. We won't create versions of products with multiple variants, only templates with one variant.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>Create some engineering categories, coatings, and preparations.</p> <p>On product categories, check the engineering management box, add a regex and revision delimiter. Products in these categories will require an engineering category, and a valid default_code.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Be a mechanical engineer</li> </ol> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/asphaltzipper/azi-odoo-modules/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>Matt Taylor &lt;<a class="reference external" href="mailto:mtaylor&#64;asphaltzipper.com">mtaylor&#64;asphaltzipper.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="http://asphaltzipper.com"><img alt="Asphalt Zipper, Inc." src="http://asphaltzipper.com/img/elements/logo.png" /></a> <p>This module is maintained by Asphalt Zipper, Inc.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://github.com/asphaltzipper/azi-odoo-modules">https://github.com/asphaltzipper/azi-odoo-modules</a>.</p>