Metadata-Version: 2.1
Name: odoo-addon-stock_measuring_device
Version: 18.0.1.0.0.9
Requires-Python: >=3.10
Requires-Dist: odoo-addon-component==18.0.*
Requires-Dist: odoo-addon-product_dimension==18.0.*
Requires-Dist: odoo-addon-product_packaging_dimension==18.0.*
Requires-Dist: odoo-addon-product_packaging_level==18.0.*
Requires-Dist: odoo-addon-web_notify==18.0.*
Requires-Dist: odoo-addon-web_tree_dynamic_colored_field==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Implement a common interface for measuring and weighing devices
Home-page: https://github.com/OCA/stock-logistics-interfaces
License: AGPL-3
Author: Camptocamp, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

======================
Stock Measuring Device
======================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
    :target: https://odoo-community.org/page/development-status
    :alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/license-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%2Fstock--logistics--interfaces-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-interfaces/tree/18.0/stock_measuring_device
    :alt: OCA/stock-logistics-interfaces
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-interfaces-18-0/stock-logistics-interfaces-18-0-stock_measuring_device
    :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/stock-logistics-interfaces&target_branch=18.0
    :alt: Try me on Runboat

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

Different manufacturers produce devices which are able to measure and
weigh packages and parcels. Each brand has a different communication
protocol. This module provides an framework to interface such devices
with Odoo.

.. IMPORTANT::
   This is an alpha version, the data model and design can change at any time without warning.
   Only for development or testing purpose, do not use in production.
   `More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
   :local:

Installation
============

This module by itself does not do anything.

You will need to install a module implementing the communication with
your device. Look for modules with a name starting with
stock_measuring_device.

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

The first step is to configure the Packaging Types (Pallet, Box, ...) in
Inventory > Configuration > Product Packaging Types.

Configure the measuring device in Inventory > Configuration > Measuring
Devices, don't forget to set the device type, and any other additional
parameters.

Usage
=====

Use the "Wizard" button on a Measuring Device to open the screen and
take measurements.

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

- The UI could get some improvements
- Being able to open the measurement screen from a product would be nice

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-interfaces/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/stock-logistics-interfaces/issues/new?body=module:%20stock_measuring_device%0Aversion:%2018.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
-------

* Camptocamp

Contributors
------------

- Patrick Tombez <patrick.tombez@camptocamp.com>

- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>

- Carlos Serra Toro <carlos.serra@camptocamp.com>

- `Trobz <https://trobz.com>`__:

  - Hai Lang <hailn@trobz.com>

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.

.. |maintainer-gurneyalex| image:: https://github.com/gurneyalex.png?size=40px
    :target: https://github.com/gurneyalex
    :alt: gurneyalex

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-gurneyalex| 

This module is part of the `OCA/stock-logistics-interfaces <https://github.com/OCA/stock-logistics-interfaces/tree/18.0/stock_measuring_device>`_ project on GitHub.

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