Search 1.9 billion lines of Odoo code on GitHub

l10n_eu_product_adr

Author: Opener B.V., Camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: aurestic/community-data-files
Dependencies: base, product, and stock
Languages: HTML (413, 0.6%), PO File (18320, 26.6%), Python (1107, 1.6%), SVG (2947, 4.3%), XML (45909, 66.7%), and reStructuredText (146, 0.2%)
Other branches: 13.0
Other repositories: Change2improve/community-data-files, Digital5-Odoo/community-data-files, Gabinete-Digital/community-data-files, OCA/community-data-files, Tecnativa/community-data-files, Vauxoo/community-data-files, acsone/community-data-files, brain-tec/community-data-files, camptocamp/community-data-files, coopiteasy/community-data-files, elego/community-data-files, guewen/community-data-files, i-vyshnevska/community-data-files, and i-vyshnevska/product-attribute

<h1 class="title">ADR Dangerous Goods</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/OCA/community-data-files/tree/14.0/l10n_eu_product_adr"><img alt="OCA/community-data-files" src="https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/community-data-files-14-0/community-data-files-14-0-l10n_eu_product_adr"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/101/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This addon adds possibility to mark products with dangerous class due to European Agreement concerning the International Carriage of Dangerous Goods by Road (ADR)</p> <p>If your products contain dangerous product or waste you can link the relevant ADR goods to each product.</p> <p>Based on the dangerous goods classes and the product quantities or weights, the picking will show the number of ADR points on the Other Info tab.</p> <p>Read more <a class="reference external" href="https://en.wikipedia.org/wiki/ADR_(treaty">https://en.wikipedia.org/wiki/ADR_(treaty</a>) Unece standards <a class="reference external" href="https://unece.org/transportdangerous-goods/adr-2021-files">https://unece.org/transportdangerous-goods/adr-2021-files</a></p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#changelog" id="id4">Changelog</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id9">Other credits</a><ul> <li><a class="reference internal" href="#label-images" id="id10">Label images</a></li> <li><a class="reference internal" href="#dangerous-goods-data" id="id11">Dangerous goods data</a></li> </ul> </li> <li><a class="reference internal" href="#maintainers" id="id12">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>On the product form, you can mark a product as <cite>dangerous</cite>. That will enable a new tab on the product form's notebook on which you can select the dangerous goods that applies to this particular product, out of a list of dangerous goods that represents Table A from chapter 3 of the ADR specifications document.</p> <p>It is possible to specify a different, or no goods per product variant.</p> <p>The data in this module is generated based on a spreadsheet from <a class="reference external" href="https://cepa.be">https://cepa.be</a>. This spreadsheet, just like the specifications themselves sometimes contain multiple options for each dangerous good, or additional restrictions that apply. That complexity is not encoded in the data in this module. For each dangerous goods that you configure on the products in your database, you should verify the correctness of the data against the latest version of the specifications and in case of additional restrictions or multiple options for the dangerous goods you should configure the goods according to the situation in your warehouse. You can access the configuration of the dangerous goods using menu <em>Inventory -&gt; Configuration -&gt; Dangerous Goods</em>.</p> <p>The number of ADR points on the picking is based on the product weight field if it is filled in, or otherwise on the UoM quantity in the product's reference UoM (presumably Liter or Kilogram).</p> <p>This module defines an ADR user group and an ADR admin group. Membership of one of these groups is required to access the product tab with the ADR info. By default, all inventory users are added to the ADR user group.</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Dangerous products may also have temperature control to track goods in stock and delivery</li> <li>Allow an effective label selection for products in class 7, as all labels in that class may apply to all products (but not at the same time).</li> <li>Update the data in this module beyond the 2019 version of the specifications</li> </ul> <a name="changelog"></a> <h2 class="with-subtitle"><a class="toc-backref" href="#id4">Changelog</a></h2> <h2 class="section-subtitle" id="id1"><span class="section-subtitle">14.0.1.0.0 (2021-05-04)</span></h2> <ul class="simple"> <li>[BREAKING] Gather dangerous goods attributes on a new model adr.goods, and replace all product attributes with a Many2one on this model. Remove all other unused or unclear attributes.</li> <li>[ADD] XML data for the dangerous goods table from the 2019 edition, including translations in 3 languages.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/community-data-files/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 <a class="reference external" href="https://github.com/OCA/community-data-files/issues/new?body=module:%20l10n_eu_product_adr%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Opener B.V.</li> <li>Camptocamp</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li>Stefan Rijnhart &lt;<a class="reference external" href="mailto:stefan&#64;opener.amsterdam">stefan&#64;opener.amsterdam</a>&gt;</li> <li>Vyshnevska Iryna &lt;<a class="reference external" href="mailto:i.vyshnevska&#64;mobilunity.com">i.vyshnevska&#64;mobilunity.com</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id9">Other credits</a></h3> <a name="label-images"></a> <h4><a class="toc-backref" href="#id10">Label images</a></h4> <p>SVG image files for ADR labels were retrieved from <a class="reference external" href="https://commons.wikimedia.org">https://commons.wikimedia.org</a></p> <a name="dangerous-goods-data"></a> <h4><a class="toc-backref" href="#id11">Dangerous goods data</a></h4> <p>Dangerous goods data extracted from spreadsheet retrieved from <a class="reference external" href="https://www.cepa.be/wp-content/uploads/ADR_2019_BijlageA_deel3_Tabel_A_EXCEL_FORMAAT.xlsx">https://www.cepa.be/wp-content/uploads/ADR_2019_BijlageA_deel3_Tabel_A_EXCEL_FORMAAT.xlsx</a></p> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id12">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/community-data-files/tree/14.0/l10n_eu_product_adr">OCA/community-data-files</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>