odoo-addon-web-widget-remote-measure


Nameodoo-addon-web-widget-remote-measure JSON
Version 15.0.1.0.1 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-weighing
SummaryAllows to connect to remote devices to record measures
upload_time2024-07-12 07:47:15
maintainerNone
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.8
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================
Remote Measure Devices Input
============================

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

.. |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%2Fstock--weighing-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure
    :alt: OCA/stock-weighing
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-weighing-15-0/stock-weighing-15-0-web_widget_remote_measure
    :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-weighing&target_branch=15.0
    :alt: Try me on Runboat

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

This module allows to input data from remote devices in your network. Currently, only
websockets devices are supported, but it can be extended for any protocol like
Webservices.

Other modules can extend this one in order to use the widget.

**Table of contents**

.. contents::
   :local:

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

To configure your remote devices:

#. Go to *Settings > Technical > Devices > Remote devices*
#. Create a new one configuring the required info.
#. If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210

Usage
=====

The remote device has to be in the users network so their web clients can reach them.

In order to test a device you can:

#. Go to *Settings > Technical > Devices > Remote devices*
#. In the Kanban view you'll wich devices can be reached as they'll have a green dot in
   their card.
#. Go to one of those and click *Edit*.
#. You can start measuring from the remote device in the *Test measure* field.

On the technical side, you can use the widget in your own `Float``. You'll need to
provide an uom field so records that aren't in that UoM don't measure from the device.

.. code:: xml

    <field name="float_field" widget="remote_measure" options="{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}" />

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

Current support:

- Websockets connection
- F501 protocol on continuous message stream.

But this is a commonground to add:

- Other connection interfaces like Webservices APIs
- Other device protocols.
- Active device controls, la Tare, resets, etc.

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

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

* Tecnativa

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

* `Tecnativa <https://www.tecnativa.com>`_:

  * David Vidal

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-chienandalu| image:: https://github.com/chienandalu.png?size=40px
    :target: https://github.com/chienandalu
    :alt: chienandalu

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

|maintainer-chienandalu| 

This module is part of the `OCA/stock-weighing <https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure>`_ project on GitHub.

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/stock-weighing",
    "name": "odoo-addon-web-widget-remote-measure",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "============================\nRemote Measure Devices Input\n============================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:018021e8326dd6dc74d9f336643df014532bd21bcfed422067d12f08cecf19a7\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--weighing-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure\n    :alt: OCA/stock-weighing\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/stock-weighing-15-0/stock-weighing-15-0-web_widget_remote_measure\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-weighing&target_branch=15.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows to input data from remote devices in your network. Currently, only\nwebsockets devices are supported, but it can be extended for any protocol like\nWebservices.\n\nOther modules can extend this one in order to use the widget.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo configure your remote devices:\n\n#. Go to *Settings > Technical > Devices > Remote devices*\n#. Create a new one configuring the required info.\n#. If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210\n\nUsage\n=====\n\nThe remote device has to be in the users network so their web clients can reach them.\n\nIn order to test a device you can:\n\n#. Go to *Settings > Technical > Devices > Remote devices*\n#. In the Kanban view you'll wich devices can be reached as they'll have a green dot in\n   their card.\n#. Go to one of those and click *Edit*.\n#. You can start measuring from the remote device in the *Test measure* field.\n\nOn the technical side, you can use the widget in your own `Float``. You'll need to\nprovide an uom field so records that aren't in that UoM don't measure from the device.\n\n.. code:: xml\n\n    <field name=\"float_field\" widget=\"remote_measure\" options=\"{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}\" />\n\nKnown issues / Roadmap\n======================\n\nCurrent support:\n\n- Websockets connection\n- F501 protocol on continuous message stream.\n\nBut this is a commonground to add:\n\n- Other connection interfaces like Webservices APIs\n- Other device protocols.\n- Active device controls, la Tare, resets, etc.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/stock-weighing/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/stock-weighing/issues/new?body=module:%20web_widget_remote_measure%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * David Vidal\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-chienandalu| image:: https://github.com/chienandalu.png?size=40px\n    :target: https://github.com/chienandalu\n    :alt: chienandalu\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-chienandalu| \n\nThis module is part of the `OCA/stock-weighing <https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Allows to connect to remote devices to record measures",
    "version": "15.0.1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-weighing"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0086dce0d5a657b32ae2b7149b7859b762c9ea193fa7307f42c70b6e03735e9",
                "md5": "904d1033a10c1657e4a5f4499dda0126",
                "sha256": "af4ba4b573f8cef83fa60ab6f71f03878ef49d9a1c38ca28e487655ab215b976"
            },
            "downloads": -1,
            "filename": "odoo_addon_web_widget_remote_measure-15.0.1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "904d1033a10c1657e4a5f4499dda0126",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 37780,
            "upload_time": "2024-07-12T07:47:15",
            "upload_time_iso_8601": "2024-07-12T07:47:15.018945Z",
            "url": "https://files.pythonhosted.org/packages/f0/08/6dce0d5a657b32ae2b7149b7859b762c9ea193fa7307f42c70b6e03735e9/odoo_addon_web_widget_remote_measure-15.0.1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-12 07:47:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "stock-weighing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-web-widget-remote-measure"
}
        
Elapsed time: 0.31245s