odoo-addon-sale-order-invoicing-picking-filter


Nameodoo-addon-sale-order-invoicing-picking-filter JSON
Version 16.0.1.0.0.2 PyPI version JSON
download
home_pagehttps://github.com/OCA/sale-workflow
SummaryCreate invoices from sale orders based on the products in pickings.
upload_time2024-01-04 09:37:28
maintainer
docs_urlNone
authorSygel, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================
Sale Order Invoicing Picking Filter
===================================

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

.. |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%2Fsale--workflow-lightgray.png?logo=github
    :target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_invoicing_picking_filter
    :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_invoicing_picking_filter
    :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 modules allows to create invoices from sale orders based on the products in pickings related to the order.

**Table of contents**

.. contents::
   :local:

Usage
=====

To create invoices from a single sale order containing the products and quantities in the pickings related to the order, you need to:

* Click on the "Create Invoice" button in the sale order.

* Select "Regular Invoice" as the invoicing mode.

* Select the pickings whose products and quantities need to be invoiced. If no pickings are selected, the process follows the regular flow.

To create invoices from multiple sale orders containing products and quantities in the pickings related to those orders, you need to:

* Select the sale orders from the sale order tree view.

* Click on Action > Create Invoices

* Select the pickings whose products and quantities need to be invoiced. The invoices are grouped when possible. If no pickings are selected, the process follows the regular flow.

To invoice the products and quantities in the pickings related to the orders and also invoice the service products from the sales orders (if any), check the 'Invoice Service Products' checkbox. 

In addition, you will notice that if there is any sale of the selected pickings that contains any uninvoiced service products, a message will appear confirming this fact and the 
'Invoice Service Products' checkbox will be checked by default, but it is editable.  

The field "Invoiced" in the "Additional Info" tab in pickings shows whether the products in the stock picking have been invoiced. This field is automatically updated. However, it can manually be set to True or False. Only pickings with the field set to False can be selected in the invoicing Wizard.

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_invoicing_picking_filter%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
~~~~~~~

* Sygel

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

* `Sygel <https://sygel.es>`_:
    * Manuel Regidor <manuel.regidor@sygel.es>
    * Harald Panten <harald.panten@sygel.es>
    * Valentín Vinagre <valentin.vinagre@sygel.es>

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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_invoicing_picking_filter>`_ 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-invoicing-picking-filter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sygel, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "===================================\nSale Order Invoicing Picking Filter\n===================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:6003b77cda86de39a2063cf38b2f21c517032884995488e41378e69d3b34d610\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%2Fsale--workflow-lightgray.png?logo=github\n    :target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_invoicing_picking_filter\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_invoicing_picking_filter\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 modules allows to create invoices from sale orders based on the products in pickings related to the order.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nTo create invoices from a single sale order containing the products and quantities in the pickings related to the order, you need to:\n\n* Click on the \"Create Invoice\" button in the sale order.\n\n* Select \"Regular Invoice\" as the invoicing mode.\n\n* Select the pickings whose products and quantities need to be invoiced. If no pickings are selected, the process follows the regular flow.\n\nTo create invoices from multiple sale orders containing products and quantities in the pickings related to those orders, you need to:\n\n* Select the sale orders from the sale order tree view.\n\n* Click on Action > Create Invoices\n\n* Select the pickings whose products and quantities need to be invoiced. The invoices are grouped when possible. If no pickings are selected, the process follows the regular flow.\n\nTo invoice the products and quantities in the pickings related to the orders and also invoice the service products from the sales orders (if any), check the 'Invoice Service Products' checkbox. \n\nIn addition, you will notice that if there is any sale of the selected pickings that contains any uninvoiced service products, a message will appear confirming this fact and the \n'Invoice Service Products' checkbox will be checked by default, but it is editable.  \n\nThe field \"Invoiced\" in the \"Additional Info\" tab in pickings shows whether the products in the stock picking have been invoiced. This field is automatically updated. However, it can manually be set to True or False. Only pickings with the field set to False can be selected in the invoicing Wizard.\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_invoicing_picking_filter%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* Sygel\n\nContributors\n~~~~~~~~~~~~\n\n* `Sygel <https://sygel.es>`_:\n    * Manuel Regidor <manuel.regidor@sygel.es>\n    * Harald Panten <harald.panten@sygel.es>\n    * Valent\u00edn Vinagre <valentin.vinagre@sygel.es>\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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_invoicing_picking_filter>`_ 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": "Create invoices from sale orders based on the products in pickings.",
    "version": "16.0.1.0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/OCA/sale-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a8ba0cf6c52b68bb41ea3de135cf30650b602a5f52fa2d45d6425001b5d2c4",
                "md5": "6709cfe8134f6b2b95c716f26f1c4e81",
                "sha256": "82c18da476c5be22cc67122a67d5082dd49e21967ea3cc682217f8ef108e08ae"
            },
            "downloads": -1,
            "filename": "odoo_addon_sale_order_invoicing_picking_filter-16.0.1.0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6709cfe8134f6b2b95c716f26f1c4e81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32793,
            "upload_time": "2024-01-04T09:37:28",
            "upload_time_iso_8601": "2024-01-04T09:37:28.653791Z",
            "url": "https://files.pythonhosted.org/packages/16/a8/ba0cf6c52b68bb41ea3de135cf30650b602a5f52fa2d45d6425001b5d2c4/odoo_addon_sale_order_invoicing_picking_filter-16.0.1.0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 09:37:28",
    "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-order-invoicing-picking-filter"
}
        
Elapsed time: 0.15223s