odoo-addon-sale-elaboration


Nameodoo-addon-sale-elaboration JSON
Version 18.0.1.0.1 PyPI version JSON
download
home_pagehttps://github.com/OCA/sale-workflow
SummarySet an elaboration for any sale line
upload_time2025-06-04 11:14:48
maintainerNone
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements openupgradelib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

================
Sale Elaboration
================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
    :target: https://odoo-community.org/page/development-status
    :alt: Production/Stable
.. |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%2Fsale--workflow-lightgray.png?logo=github
    :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_elaboration
    :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-18-0/sale-workflow-18-0-sale_elaboration
    :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=18.0
    :alt: Try me on Runboat

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

This module extends the functionality of sales orders to allow to set an
elaboration on lines that will add an extra order line with an
elaboration product linked to it when the delivery order is validated.

An **elaboration** is a process that needs to be done over the product,
usually on picking/handling phase. It doesn't modify too much the
product for needing an specific product, but it adds a surcharge on the
final price.

If the elaboration has a defined route, selecting the elaboration, it is
set on the order line, which will result in the generation of multiple
delivery notes depending on the established route.

**Table of contents**

.. contents::
   :local:

Use Cases / Context
===================

This module was created to meet the need of providing the customer with
products that are not transformed into something new, but rather require
a simple preparation process. Example: Scaling a fish

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

To configure this module you need to:

1. Go to *Sale > Configuration > Elaborations > Sale Elaboration*.
2. Create a new record.
3. Set a product linked to the elaboration.
4. If you use Multi-Step Routes, you can also select a route to procure
   this elaboration.
5. Go to *Settings > Inventory > Traceability* and select *Display
   Elaboration notes on Delivery Slips* if you want to show elaborations
   on Delivery Slips or *Display Elaboration notes on Picking
   Operations* if you want to show elaborations on Picking Operations.

You can define elaboration profiles to limit the elaborations that can
be selected for each product.

1. Go to *Sale > Configuration > Elaborations > Sale Elaboration
   Profile*.
2. Create a new record.
3. Select the elaborations included to the profile.
4. Set the elaboration to the related products.

Usage
=====

1. Go to *Sale > Quotations*.
2. Create a sales order.
3. Add a new line.
4. Select an elaboration in the line. If the product has an elaboration
   profile selected, you will just be able to select the elaborations
   set on the profile.
5. Confirm the sales order.
6. Go to the picking created by this sales order and validate it.
7. Print Delivery Slip and Picking Operations.
8. Go back to the sales order. A new line is created with the product
   linked to the elaboration.

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_elaboration%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
-------

* Tecnativa

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

- `Tecnativa <https://www.tecnativa.com>`__:

  - Sergio Teruel
  - Pedro M. Baeza
  - Carlos Roca
  - Ernesto Tejeda

- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
- 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-CarlosRoca13| image:: https://github.com/CarlosRoca13.png?size=40px
    :target: https://github.com/CarlosRoca13
    :alt: CarlosRoca13
.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px
    :target: https://github.com/rafaelbn
    :alt: rafaelbn
.. |maintainer-sergio-teruel| image:: https://github.com/sergio-teruel.png?size=40px
    :target: https://github.com/sergio-teruel
    :alt: sergio-teruel
.. |maintainer-yajo| image:: https://github.com/yajo.png?size=40px
    :target: https://github.com/yajo
    :alt: yajo

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

|maintainer-CarlosRoca13| |maintainer-rafaelbn| |maintainer-sergio-teruel| |maintainer-yajo| 

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_elaboration>`_ 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-elaboration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": ".. image:: https://odoo-community.org/readme-banner-image\n   :target: https://odoo-community.org/get-involved?utm_source=readme\n   :alt: Odoo Community Association\n\n================\nSale Elaboration\n================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:cc865ea78ca02010b937cb1efe667a70e78a45925709c11885caa5c92452df3c\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Production/Stable\n.. |badge2| image:: https://img.shields.io/badge/license-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%2Fsale--workflow-lightgray.png?logo=github\n    :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_elaboration\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-18-0/sale-workflow-18-0-sale_elaboration\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=18.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the functionality of sales orders to allow to set an\nelaboration on lines that will add an extra order line with an\nelaboration product linked to it when the delivery order is validated.\n\nAn **elaboration** is a process that needs to be done over the product,\nusually on picking/handling phase. It doesn't modify too much the\nproduct for needing an specific product, but it adds a surcharge on the\nfinal price.\n\nIf the elaboration has a defined route, selecting the elaboration, it is\nset on the order line, which will result in the generation of multiple\ndelivery notes depending on the established route.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUse Cases / Context\n===================\n\nThis module was created to meet the need of providing the customer with\nproducts that are not transformed into something new, but rather require\na simple preparation process. Example: Scaling a fish\n\nConfiguration\n=============\n\nTo configure this module you need to:\n\n1. Go to *Sale > Configuration > Elaborations > Sale Elaboration*.\n2. Create a new record.\n3. Set a product linked to the elaboration.\n4. If you use Multi-Step Routes, you can also select a route to procure\n   this elaboration.\n5. Go to *Settings > Inventory > Traceability* and select *Display\n   Elaboration notes on Delivery Slips* if you want to show elaborations\n   on Delivery Slips or *Display Elaboration notes on Picking\n   Operations* if you want to show elaborations on Picking Operations.\n\nYou can define elaboration profiles to limit the elaborations that can\nbe selected for each product.\n\n1. Go to *Sale > Configuration > Elaborations > Sale Elaboration\n   Profile*.\n2. Create a new record.\n3. Select the elaborations included to the profile.\n4. Set the elaboration to the related products.\n\nUsage\n=====\n\n1. Go to *Sale > Quotations*.\n2. Create a sales order.\n3. Add a new line.\n4. Select an elaboration in the line. If the product has an elaboration\n   profile selected, you will just be able to select the elaborations\n   set on the profile.\n5. Confirm the sales order.\n6. Go to the picking created by this sales order and validate it.\n7. Print Delivery Slip and Picking Operations.\n8. Go back to the sales order. A new line is created with the product\n   linked to the elaboration.\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_elaboration%0Aversion:%2018.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  - Sergio Teruel\n  - Pedro M. Baeza\n  - Carlos Roca\n  - Ernesto Tejeda\n\n- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)\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-CarlosRoca13| image:: https://github.com/CarlosRoca13.png?size=40px\n    :target: https://github.com/CarlosRoca13\n    :alt: CarlosRoca13\n.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px\n    :target: https://github.com/rafaelbn\n    :alt: rafaelbn\n.. |maintainer-sergio-teruel| image:: https://github.com/sergio-teruel.png?size=40px\n    :target: https://github.com/sergio-teruel\n    :alt: sergio-teruel\n.. |maintainer-yajo| image:: https://github.com/yajo.png?size=40px\n    :target: https://github.com/yajo\n    :alt: yajo\n\nCurrent `maintainers <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-CarlosRoca13| |maintainer-rafaelbn| |maintainer-sergio-teruel| |maintainer-yajo| \n\nThis module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_elaboration>`_ 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": "Set an elaboration for any sale line",
    "version": "18.0.1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/OCA/sale-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4757bacd97e59b4c18350c6cd57285548779533251cb46768882d0edabf9d227",
                "md5": "331788dcc03e653eed5a3ccd1841bff6",
                "sha256": "4646adb39322e5c60bab1a7ac895ec8cfb4fe45d90dcfac60c70c90eb540e1c6"
            },
            "downloads": -1,
            "filename": "odoo_addon_sale_elaboration-18.0.1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "331788dcc03e653eed5a3ccd1841bff6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 53644,
            "upload_time": "2025-06-04T11:14:48",
            "upload_time_iso_8601": "2025-06-04T11:14:48.964616Z",
            "url": "https://files.pythonhosted.org/packages/47/57/bacd97e59b4c18350c6cd57285548779533251cb46768882d0edabf9d227/odoo_addon_sale_elaboration-18.0.1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-04 11:14:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "sale-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "openupgradelib",
            "specs": []
        }
    ],
    "lcname": "odoo-addon-sale-elaboration"
}
        
Elapsed time: 0.43192s