odoo13-addon-purchase-blanket-order


Nameodoo13-addon-purchase-blanket-order JSON
Version 13.0.3.0.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/purchase-workflow
SummaryPurchase Blanket Orders
upload_time2023-10-18 11:16:21
maintainer
docs_urlNone
authorForgeFlow, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Purchase Blanket Orders
=======================

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

.. |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%2Fpurchase--workflow-lightgray.png?logo=github
    :target: https://github.com/OCA/purchase-workflow/tree/13.0/purchase_blanket_order
    :alt: OCA/purchase-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_blanket_order
    :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/purchase-workflow&target_branch=13.0
    :alt: Try me on Runboat

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

A purchase blanket order is a pre-agreement to purchase a certain number of
quantities of products at a specific price. From a confirmed blanket order,
the users can create new purchase orders at such price, until the blanket
order expires due to reaching the validity date.

**Table of contents**

.. contents::
   :local:

Usage
=====

A new menu in the Purchase area is created, allowing users to create new blanket orders.

To create a new Purchase Blanket Order go to the purchase menu in the Purchase section:

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_menu.png
    :alt: Blanket Orders menu

Hitting the button create will open the form view in which we can introduce the following
information:

* Vendor
* Payment Terms
* Ordering and Validity dates
* Order lines:
    * Product
    * Accorded price
    * Original, Ordered, Invoiced, Received and Remaining quantities
* Terms and Conditions of the Blanket Order

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_form.png
    :alt: Blanket Orders form

From the form, once the Blanket Order has been confirmed and its state is open, the user can
create a Purchase Order, check the Purchase Orders associated to the Blanket Order and/or
see the Blanket Order lines associated to the BO.

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_actions.png
    :alt: Actions that can be done from Blanket Order

Hitting the button Create Purchase Order will open a wizard that will ask for the amount of each
product in the BO lines for which the Purchase Order will be created.

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/PO_from_BO.png
    :alt: Create Purchase Order from Blanket Order

Installing this module will add an additional menu which will show all the blanket order lines
currently defined in the system. From this list the user can create customized Purchase Orders
selecting the lines for which the PO (or POs if the vendors are different) is (are) created.

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_lines.png
    :alt: Blanket Order lines and actions

In the Purchase Order form one field is added in the PO lines, the Blanket Order line field. This
field keeps track to which Blanket Order line the PO line is associated. Upon adding a new product
in a newly created Purchase Order a blanket order line will be suggested depending on the following
factors:

* Closer Validity date
* Remaining quantity > Quantity introduced in the Purchase Order line

.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/PO_BOLine.png
    :alt: New field added in Purchase Order Line

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

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

* ForgeFlow

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

* Adrià Gil Sorribes <adria.gil@forgeflow.com>
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Héctor Villarreal <hector.villarreal@forgeflow.com>

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.

This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/13.0/purchase_blanket_order>`_ 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/purchase-workflow",
    "name": "odoo13-addon-purchase-blanket-order",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "ForgeFlow, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "=======================\nPurchase Blanket Orders\n=======================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:afce27e6e8af97b27cbbe948fdb5c61c6d4cc8d6e70598d97aaf1f352a7d7a43\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%2Fpurchase--workflow-lightgray.png?logo=github\n    :target: https://github.com/OCA/purchase-workflow/tree/13.0/purchase_blanket_order\n    :alt: OCA/purchase-workflow\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_blanket_order\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/purchase-workflow&target_branch=13.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nA purchase blanket order is a pre-agreement to purchase a certain number of\nquantities of products at a specific price. From a confirmed blanket order,\nthe users can create new purchase orders at such price, until the blanket\norder expires due to reaching the validity date.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nA new menu in the Purchase area is created, allowing users to create new blanket orders.\n\nTo create a new Purchase Blanket Order go to the purchase menu in the Purchase section:\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_menu.png\n    :alt: Blanket Orders menu\n\nHitting the button create will open the form view in which we can introduce the following\ninformation:\n\n* Vendor\n* Payment Terms\n* Ordering and Validity dates\n* Order lines:\n    * Product\n    * Accorded price\n    * Original, Ordered, Invoiced, Received and Remaining quantities\n* Terms and Conditions of the Blanket Order\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_form.png\n    :alt: Blanket Orders form\n\nFrom the form, once the Blanket Order has been confirmed and its state is open, the user can\ncreate a Purchase Order, check the Purchase Orders associated to the Blanket Order and/or\nsee the Blanket Order lines associated to the BO.\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_actions.png\n    :alt: Actions that can be done from Blanket Order\n\nHitting the button Create Purchase Order will open a wizard that will ask for the amount of each\nproduct in the BO lines for which the Purchase Order will be created.\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/PO_from_BO.png\n    :alt: Create Purchase Order from Blanket Order\n\nInstalling this module will add an additional menu which will show all the blanket order lines\ncurrently defined in the system. From this list the user can create customized Purchase Orders\nselecting the lines for which the PO (or POs if the vendors are different) is (are) created.\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/BO_lines.png\n    :alt: Blanket Order lines and actions\n\nIn the Purchase Order form one field is added in the PO lines, the Blanket Order line field. This\nfield keeps track to which Blanket Order line the PO line is associated. Upon adding a new product\nin a newly created Purchase Order a blanket order line will be suggested depending on the following\nfactors:\n\n* Closer Validity date\n* Remaining quantity > Quantity introduced in the Purchase Order line\n\n.. image:: https://raw.githubusercontent.com/purchase_blanket_order/static/description/PO_BOLine.png\n    :alt: New field added in Purchase Order Line\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-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/purchase-workflow/issues/new?body=module:%20purchase_blanket_order%0Aversion:%2013.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* ForgeFlow\n\nContributors\n~~~~~~~~~~~~\n\n* Adri\u00e0 Gil Sorribes <adria.gil@forgeflow.com>\n* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>\n* H\u00e9ctor Villarreal <hector.villarreal@forgeflow.com>\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\nThis module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/13.0/purchase_blanket_order>`_ 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": "AGPL-3",
    "summary": "Purchase Blanket Orders",
    "version": "13.0.3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/purchase-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "621706947c14aa69f520f2cc36c90e0ffb7c98a9d0aba43cc763c7247f1179a2",
                "md5": "ea07120723e377b9684bb78f6d98dab8",
                "sha256": "8ef2e235cb14f45776f6ede14a8d8a506909d2903f30b35b18f1d2384f76eeba"
            },
            "downloads": -1,
            "filename": "odoo13_addon_purchase_blanket_order-13.0.3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea07120723e377b9684bb78f6d98dab8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 256429,
            "upload_time": "2023-10-18T11:16:21",
            "upload_time_iso_8601": "2023-10-18T11:16:21.167887Z",
            "url": "https://files.pythonhosted.org/packages/62/17/06947c14aa69f520f2cc36c90e0ffb7c98a9d0aba43cc763c7247f1179a2/odoo13_addon_purchase_blanket_order-13.0.3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-18 11:16:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "purchase-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo13-addon-purchase-blanket-order"
}
        
Elapsed time: 0.13642s