odoo-addon-sale-order-line-product-attribute-values


Nameodoo-addon-sale-order-line-product-attribute-values JSON
Version 16.0.1.0.1.2 PyPI version JSON
download
home_pagehttps://github.com/OCA/sale-workflow
SummaryStore Product Attribute Values in Sale Order Lines
upload_time2024-12-15 03:28:09
maintainerNone
docs_urlNone
authorModuon, Odoo Community Association (OCA)
requires_python>=3.10
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================================
Sale Order Line all Product Attribute Values
============================================

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

.. |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_order_line_product_attribute_values
    :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_order_line_product_attribute_values
    :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 extends the functionality of Sale Order Lines to support
view and filter by Product Attribute Values used.

.. 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
===================

This module was developed because there is no way to know what Product
Attribute Values has been used on a product if there is only one
attribute configured in the product with "Never create variants" mode.

It will be useful for you if you want to know which Product Attribute
Values has been used in which Sale Order Lines.

If you need this module for those reasons, these might interest you too:

- sale_order_line_menu

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

This module will not trigger the recomputation of the lines attributes
when installing only this module. This will avoid the installation
timeout.

If you later want to recompute the lines, you can use a scheduled action
similar to this one:

.. code:: python

   env["sale.order.line"].search([
     ("product_template_id.attribute_line_ids", "!=", []),
   ])._compute_all_product_template_attribute_value_ids()

Usage
=====

To use this module, you need to:

1. Create an Attribute called "Trademark" (for example) with Display
   Type "Pills", Variants Creation Mode "Never" and add an Attribute
   Value called "Adidas"
2. Create a product called "Shoe Adidas REF 123" and "Show Adidas REF
   456"
3. Add "Trademark: Adidas" on Attributes & Variants tab on both products
   and configure (you can set an incremented price if you want)
4. Sell both products in a Sale Order
5. Created Sale Order Lines has Product Template Attribute Values and
   Attribute Values its lines.
6. If you has installed ``sale_order_line_menu``, you can check those
   values on Sale > Orders > Order Lines.

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

- Eduardo de Miguel (`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-Shide| image:: https://github.com/Shide.png?size=40px
    :target: https://github.com/Shide
    :alt: Shide
.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px
    :target: https://github.com/rafaelbn
    :alt: rafaelbn

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

|maintainer-Shide| |maintainer-rafaelbn| 

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_product_attribute_values>`_ 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-order-line-product-attribute-values",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Moduon, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "============================================\nSale Order Line all Product Attribute Values\n============================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:6deb070419b7bd31eead9f5291c629ae09f636c195c4e66378e8fe400e8f58d3\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_order_line_product_attribute_values\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_order_line_product_attribute_values\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 extends the functionality of Sale Order Lines to support\nview and filter by Product Attribute Values used.\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\nThis module was developed because there is no way to know what Product\nAttribute Values has been used on a product if there is only one\nattribute configured in the product with \"Never create variants\" mode.\n\nIt will be useful for you if you want to know which Product Attribute\nValues has been used in which Sale Order Lines.\n\nIf you need this module for those reasons, these might interest you too:\n\n- sale_order_line_menu\n\nConfiguration\n=============\n\nThis module will not trigger the recomputation of the lines attributes\nwhen installing only this module. This will avoid the installation\ntimeout.\n\nIf you later want to recompute the lines, you can use a scheduled action\nsimilar to this one:\n\n.. code:: python\n\n   env[\"sale.order.line\"].search([\n     (\"product_template_id.attribute_line_ids\", \"!=\", []),\n   ])._compute_all_product_template_attribute_value_ids()\n\nUsage\n=====\n\nTo use this module, you need to:\n\n1. Create an Attribute called \"Trademark\" (for example) with Display\n   Type \"Pills\", Variants Creation Mode \"Never\" and add an Attribute\n   Value called \"Adidas\"\n2. Create a product called \"Shoe Adidas REF 123\" and \"Show Adidas REF\n   456\"\n3. Add \"Trademark: Adidas\" on Attributes & Variants tab on both products\n   and configure (you can set an incremented price if you want)\n4. Sell both products in a Sale Order\n5. Created Sale Order Lines has Product Template Attribute Values and\n   Attribute Values its lines.\n6. If you has installed ``sale_order_line_menu``, you can check those\n   values on Sale > Orders > Order Lines.\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_order_line_product_attribute_values%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- Eduardo de Miguel (`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-Shide| image:: https://github.com/Shide.png?size=40px\n    :target: https://github.com/Shide\n    :alt: Shide\n.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px\n    :target: https://github.com/rafaelbn\n    :alt: rafaelbn\n\nCurrent `maintainers <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-Shide| |maintainer-rafaelbn| \n\nThis module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_product_attribute_values>`_ 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": "LGPL-3",
    "summary": "Store Product Attribute Values in Sale Order Lines",
    "version": "16.0.1.0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/OCA/sale-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33286494ffcac72fe7cf969f347999466476612e2a9d1b236ce9932453bf099e",
                "md5": "ebb91420edb291a14b31be9d30a5060c",
                "sha256": "bd0b0b603136a3f3c43e623c39e50440e53f9c19d6f0227cfdf4c4f089adf07f"
            },
            "downloads": -1,
            "filename": "odoo_addon_sale_order_line_product_attribute_values-16.0.1.0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebb91420edb291a14b31be9d30a5060c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 31276,
            "upload_time": "2024-12-15T03:28:09",
            "upload_time_iso_8601": "2024-12-15T03:28:09.693099Z",
            "url": "https://files.pythonhosted.org/packages/33/28/6494ffcac72fe7cf969f347999466476612e2a9d1b236ce9932453bf099e/odoo_addon_sale_order_line_product_attribute_values-16.0.1.0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 03:28:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "sale-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-sale-order-line-product-attribute-values"
}
        
Elapsed time: 1.46943s