===========================
Default packaging for sales
===========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9db8b2c896fa2d200223b1b75e051f131aa990da064e9e9855588bf9a2a14cb2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_packaging_default
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_packaging_default
: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/sale-workflow&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module simplifies and emphasizes the usage of packaging in sales
orders.
- Packaging fields in sale order lines appear before product quantity
fields.
- When selecting a product to sell, its default packaging is added
automatically.
.. 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:
Use Cases / Context
===================
Some companies, like food distributors, need to emphasize the usage of
product packaging in the sale process.
Product packaging in Odoo is designed to be computed automatically when
you choose the final amount of products to sell. For example, if you
sell 12 kgs of apples and those can be packaged by bags of 4kg, you'll
get automatically suggested to sell 3 bags.
Although you can still do that, with this module the natural usage is
inverted: it's easier for you to select the packaging and quantity
first, and then the final amount of products is computed automatically.
Following the same example, you'll choose bags, then 3, and then the
12kg will be computed automatically.
Configuration
=============
To configure this module, you need to:
1. Go to *Sales > Configuration > Settings*.
2. Under *Product Catalog*, enable *Product Packagings*.
Usage
=====
To use this module, you need to configure a product with packaging:
1. Go to *Sales > Products > Products* and select or create a product.
2. In the *Inventory* tab, add some packaging(s).
3. Enable *Sales* and in one packaging.
4. Sort the packaging options at will. The first one enabled for *Sales*
will be considered the default one.
Then you have to sell it:
1. Go to *Sales > Orders > Quotations* and create a new quotation.
2. Select any customer.
3. Select that product.
You will notice that:
- The product is added with the default sale packaging.
- The packaging quantity is set to 1 packaging unit.
- The product UoM quantity is set to the amount of units contained in 1
packaging.
- When changing to another product, instead of keeping the amount of
UoM units, we now keep the packaging qty, and the UoM qty is
recomputed accordingly.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_packaging_default%0Aversion:%2016.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
-------
* Moduon
Contributors
------------
- Jairo Llopis (`Moduon <https://www.moduon.team/>`__)
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-yajo| image:: https://github.com/yajo.png?size=40px
:target: https://github.com/yajo
:alt: yajo
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-yajo|
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_packaging_default>`_ 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/sale-workflow",
"name": "odoo-addon-sale-packaging-default",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "Moduon, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": null,
"description": "===========================\nDefault packaging for sales\n===========================\n\n.. \n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! source digest: sha256:9db8b2c896fa2d200223b1b75e051f131aa990da064e9e9855588bf9a2a14cb2\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png\n :target: https://odoo-community.org/page/development-status\n :alt: Alpha\n.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n :alt: License: LGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github\n :target: https://github.com/OCA/sale-workflow/tree/16.0/sale_packaging_default\n :alt: OCA/sale-workflow\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_packaging_default\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/sale-workflow&target_branch=16.0\n :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module simplifies and emphasizes the usage of packaging in sales\norders.\n\n- Packaging fields in sale order lines appear before product quantity\n fields.\n- When selecting a product to sell, its default packaging is added\n automatically.\n\n.. IMPORTANT::\n This is an alpha version, the data model and design can change at any time without warning.\n Only for development or testing purpose, do not use in production.\n `More details on development status <https://odoo-community.org/page/development-status>`_\n\n**Table of contents**\n\n.. contents::\n :local:\n\nUse Cases / Context\n===================\n\nSome companies, like food distributors, need to emphasize the usage of\nproduct packaging in the sale process.\n\nProduct packaging in Odoo is designed to be computed automatically when\nyou choose the final amount of products to sell. For example, if you\nsell 12 kgs of apples and those can be packaged by bags of 4kg, you'll\nget automatically suggested to sell 3 bags.\n\nAlthough you can still do that, with this module the natural usage is\ninverted: it's easier for you to select the packaging and quantity\nfirst, and then the final amount of products is computed automatically.\nFollowing the same example, you'll choose bags, then 3, and then the\n12kg will be computed automatically.\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n1. Go to *Sales > Configuration > Settings*.\n2. Under *Product Catalog*, enable *Product Packagings*.\n\nUsage\n=====\n\nTo use this module, you need to configure a product with packaging:\n\n1. Go to *Sales > Products > Products* and select or create a product.\n2. In the *Inventory* tab, add some packaging(s).\n3. Enable *Sales* and in one packaging.\n4. Sort the packaging options at will. The first one enabled for *Sales*\n will be considered the default one.\n\nThen you have to sell it:\n\n1. Go to *Sales > Orders > Quotations* and create a new quotation.\n2. Select any customer.\n3. Select that product.\n\nYou will notice that:\n\n- The product is added with the default sale packaging.\n- The packaging quantity is set to 1 packaging unit.\n- The product UoM quantity is set to the amount of units contained in 1\n packaging.\n- When changing to another product, instead of keeping the amount of\n UoM units, we now keep the packaging qty, and the UoM qty is\n recomputed accordingly.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_packaging_default%0Aversion:%2016.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* Moduon\n\nContributors\n------------\n\n- Jairo Llopis (`Moduon <https://www.moduon.team/>`__)\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-yajo| image:: https://github.com/yajo.png?size=40px\n :target: https://github.com/yajo\n :alt: yajo\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-yajo| \n\nThis module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_packaging_default>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
"bugtrack_url": null,
"license": "LGPL-3",
"summary": "Simplify using products default packaging for sales",
"version": "16.0.2.2.0",
"project_urls": {
"Homepage": "https://github.com/OCA/sale-workflow"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d03ba6295dcb34770ec6394953e8d9eff726a6bc133974eb72d943da64ace60e",
"md5": "5be115fab464d1a465214612c3959fd2",
"sha256": "cf6ae6435f7f46359da6f8e202ef5d19e3de79df3458e784b3227e1ba8bef0c8"
},
"downloads": -1,
"filename": "odoo_addon_sale_packaging_default-16.0.2.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5be115fab464d1a465214612c3959fd2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 30515,
"upload_time": "2024-03-18T11:18:29",
"upload_time_iso_8601": "2024-03-18T11:18:29.334515Z",
"url": "https://files.pythonhosted.org/packages/d0/3b/a6295dcb34770ec6394953e8d9eff726a6bc133974eb72d943da64ace60e/odoo_addon_sale_packaging_default-16.0.2.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-18 11:18:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "sale-workflow",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo-addon-sale-packaging-default"
}