odoo8-addon-pos-to-weight-by-product-uom


Nameodoo8-addon-pos-to-weight-by-product-uom JSON
Version 8.0.1.0.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/pos
SummaryModule summary
upload_time2017-12-08 05:30:17
maintainer
docs_urlNone
authorGRAP, Odoo Community Association (OCA)
requires_python~=2.7
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: https://www.gnu.org/licenses/agpl
   :alt: License: AGPL-3

==============
Pos to weight by product
==============

Motivation
============

At the moment, when we create a new product and choose the unity of measure **kg**, 
we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.

We want to speed the process of creating a new product, avoiding filling manually this parameter.

Brief presentation
============

This module adds the field **'To weigh'** in UOM categories (set to **false** by default).

.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png
   :alt: Categories of unities of measure
   :width: 900


**→** This field affects every unities contained in this category.

.. image:: /pos_to_weight_by_product_uom/static/description/uom_toweigh.png
   :alt: Unities of measure with field 'To weigh'
   :width: 900

**→** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app. 

.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png
   :alt: Change the field 'to weigh' for every product
   :width: 300

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

To install this module, you need to :

* install the official apps : Sales Management and Point of Sale
* install this module with the installation button
* active settings "Allow using different units of measure" in Settings > Configuration > Sales >  Quotations and Sales Orders >  Product Features

How to use this module
=============

* [Category UOM] During the creation of a category, tick the box 'To weigh'.

.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_change_toweigh.png
   :alt: Change the field 'To weigh' for every category
   :width: 400

* [Category UOM] You can set every product existing with the new 'To weigh' parameter

.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png
   :alt: Set 'to weigh' in each product of this category
   :width: 900

* [UOM] You **CAN'T** change 'To weigh' for one UOM → You have to change in Category and affect all UOM of this category.

.. image:: /pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png
   :alt: Can't change the field 'to weigh' for one unity of measure
   :width: 900

* [Product] **However**, you're able to change this field for a specific product (in tab Sales).

.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png
   :alt: Change the field 'to weigh' for every product
   :width: 300

Usage
=====

* To use this module, you need to go to (link not avalaible yet):

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/{repo_id}/{branch}


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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

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

* Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/)
* Sylvain Legal, GRAP <sylvain.legal@grap.coop> (http://www.grap.coop/)

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

Maintainer
----------

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

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/pos",
    "name": "odoo8-addon-pos-to-weight-by-product-uom",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "GRAP, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n   :target: https://www.gnu.org/licenses/agpl\n   :alt: License: AGPL-3\n\n==============\nPos to weight by product\n==============\n\nMotivation\n============\n\nAt the moment, when we create a new product and choose the unity of measure **kg**, \nwe have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.\n\nWe want to speed the process of creating a new product, avoiding filling manually this parameter.\n\nBrief presentation\n============\n\nThis module adds the field **'To weigh'** in UOM categories (set to **false** by default).\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png\n   :alt: Categories of unities of measure\n   :width: 900\n\n\n**\u2192** This field affects every unities contained in this category.\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_toweigh.png\n   :alt: Unities of measure with field 'To weigh'\n   :width: 900\n\n**\u2192** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app. \n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png\n   :alt: Change the field 'to weigh' for every product\n   :width: 300\n\nInstallation\n============\n\nTo install this module, you need to :\n\n* install the official apps : Sales Management and Point of Sale\n* install this module with the installation button\n* active settings \"Allow using different units of measure\" in Settings > Configuration > Sales >  Quotations and Sales Orders >  Product Features\n\nHow to use this module\n=============\n\n* [Category UOM] During the creation of a category, tick the box 'To weigh'.\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_change_toweigh.png\n   :alt: Change the field 'To weigh' for every category\n   :width: 400\n\n* [Category UOM] You can set every product existing with the new 'To weigh' parameter\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png\n   :alt: Set 'to weigh' in each product of this category\n   :width: 900\n\n* [UOM] You **CAN'T** change 'To weigh' for one UOM \u2192 You have to change in Category and affect all UOM of this category.\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png\n   :alt: Can't change the field 'to weigh' for one unity of measure\n   :width: 900\n\n* [Product] **However**, you're able to change this field for a specific product (in tab Sales).\n\n.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png\n   :alt: Change the field 'to weigh' for every product\n   :width: 300\n\nUsage\n=====\n\n* To use this module, you need to go to (link not avalaible yet):\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n   :alt: Try me on Runbot\n   :target: https://runbot.odoo-community.org/runbot/{repo_id}/{branch}\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nContributors\n------------\n\n* Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/)\n* Sylvain Legal, GRAP <sylvain.legal@grap.coop> (http://www.grap.coop/)\n\nDo not contact contributors directly about support or help with technical issues.\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Module summary",
    "version": "8.0.1.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b70560b98c83becfa3f18a10f58c00144e5155c19632275e8981a6d1d58f3464",
                "md5": "63de6c81a80389daa7bb02337e5e298c",
                "sha256": "5502c7f1cf62c84e49d1cbd5cec1f1c4eb122b285d5d90c693408631d6066d36"
            },
            "downloads": -1,
            "filename": "odoo8_addon_pos_to_weight_by_product_uom-8.0.1.0.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "63de6c81a80389daa7bb02337e5e298c",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "~=2.7",
            "size": 671437,
            "upload_time": "2017-12-08T05:30:17",
            "upload_time_iso_8601": "2017-12-08T05:30:17.992509Z",
            "url": "https://files.pythonhosted.org/packages/b7/05/60b98c83becfa3f18a10f58c00144e5155c19632275e8981a6d1d58f3464/odoo8_addon_pos_to_weight_by_product_uom-8.0.1.0.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-12-08 05:30:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OCA",
    "github_project": "pos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo8-addon-pos-to-weight-by-product-uom"
}
        
Elapsed time: 0.18765s