Metadata-Version: 2.1
Name: odoo14-addon-l10n_eu_product_adr
Version: 14.0.1.1.1.dev21
Summary: Allows to set appropriate danger class and components
Home-page: https://github.com/OCA/community-data-files
Author: Opener B.V., Camptocamp, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 14.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Requires-Dist: odoo<14.1dev,>=14.0a

===================
ADR Dangerous Goods
===================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:cecc6aa1c651d9330c791ceb2b3e20e778ed2703ea4012abe98e52b48dfb5144
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github
    :target: https://github.com/OCA/community-data-files/tree/14.0/l10n_eu_product_adr
    :alt: OCA/community-data-files
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/community-data-files-14-0/community-data-files-14-0-l10n_eu_product_adr
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/community-data-files&target_branch=14.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This addon adds possibility to mark products with dangerous class due to
European Agreement concerning the International Carriage of Dangerous Goods
by Road (ADR)

If your products contain dangerous product or waste you can link the relevant
ADR goods to each product.

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.

Read more
https://en.wikipedia.org/wiki/ADR_(treaty)
Unece standards https://unece.org/transportdangerous-goods/adr-2021-files

**Table of contents**

.. contents::
   :local:

Configuration
=============

On the product form, you can mark a product as `dangerous`. 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.

It is possible to specify a different, or no goods per product variant.

The data in this module is generated based on a spreadsheet from
https://cepa.be. 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 *Inventory -> Configuration -> Dangerous
Goods*.

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).

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.

Known issues / Roadmap
======================

* Dangerous products may also have temperature control to track goods in stock
  and delivery
* 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).
* Update the data in this module beyond the 2019 version of the specifications

Changelog
=========

14.0.1.0.0 (2021-05-04)
~~~~~~~~~~~~~~~~~~~~~~~
* [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.
* [ADD] XML data for the dangerous goods table from the 2019 edition,
  including translations in 3 languages.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/community-data-files/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <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**>`_.

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

Credits
=======

Authors
~~~~~~~

* Opener B.V.
* Camptocamp

Contributors
~~~~~~~~~~~~

* Stefan Rijnhart <stefan@opener.amsterdam>
* Vyshnevska Iryna <i.vyshnevska@mobilunity.com>

Other credits
~~~~~~~~~~~~~

Label images
------------

SVG image files for ADR labels were retrieved from
https://commons.wikimedia.org

Dangerous goods data
--------------------

Dangerous goods data extracted from spreadsheet retrieved from
https://www.cepa.be/wp-content/uploads/ADR_2019_BijlageA_deel3_Tabel_A_EXCEL_FORMAAT.xlsx

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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/community-data-files <https://github.com/OCA/community-data-files/tree/14.0/l10n_eu_product_adr>`_ project on GitHub.

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