odoo12-addon-stock-picking-return-refund-option


Nameodoo12-addon-stock-picking-return-refund-option JSON
Version 12.0.1.0.0.99.dev12 PyPI version JSON
download
home_pagehttps://github.com/OCA/account-invoicing
SummaryUpdate the refund options in pickings
upload_time2023-10-11 02:51:46
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements openupgradelib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
Stock Picking Return Refund Option
==================================

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

.. |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/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%2Faccount--invoicing-lightgray.png?logo=github
    :target: https://github.com/OCA/account-invoicing/tree/12.0/stock_picking_return_refund_option
    :alt: OCA/account-invoicing
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_return_refund_option
    :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/account-invoicing&target_branch=12.0
    :alt: Try me on Runboat

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

This module extends the functionality of sales and purchase orders to support
modify stock move field to_refund after it has been confirmed.

**Table of contents**

.. contents::
   :local:

Installation
============

#. This module requires the additional installation of sale_stock or purchase
   modules for enabling the features it contains.

Usage
=====

To use this module, when some customer returns some refundable products to you
after you created an invoice, you need to:

For a sale order:

#. Go to *Sales > Sales Orders > Create*.
#. Choose a customer and add a product whose *Invoicing Policy* is *Delivered
   quantities*, and input some quantity to sell.
#. Confirm the sale.
#. Go to *Delivery > Validate > Apply*.
#. Return to the sale order.
#. Press *Create Invoice > Invoiceable lines > Create and View Invoices*.
#. The created invoice's amount is the same you sold.
#. Return to the sale order.
#. Go to *Delivery > Return*.
#. Set *Quantity* to a lower quantity than the sold one, and enable
   *To Refund*.
#. Press *Return > Validate > Apply*.
#. Return to the sale order.
#. Press *Create Invoice > Invoiceable lines (deduct down payments) >
   Create and View Invoices*.
#. A refund is created for the quantity you returned before.

For allowing to refund quantities after the picking has been confirmed if you
did not check 'to refund' in wizard, you can change the value
of 'Refund Options' field.

To use this module, when you return some refundable products to your supplier
after you created an invoice, you need to:

#. Go to *Purchase > Purchase Orders > Create*.
#. Choose a supplier and add a product whose *Invoicing Policy* is *Delivered
   quantities*, and input some quantity to buy.
#. Confirm the order.
#. Go to *Delivery > Validate > Apply*.
#. Return to the purchase order.
#. Press on smart button "Invoices" and create one.
#. The created invoice's amount is the same you sold.
#. Return to the purchase order.
#. Go to *Delivery > Return*.
#. Set *Quantity* to a lower quantity than you bought, and enable
   *To Refund*.
#. Press *Return > Validate > Apply*.
#. Return to the purchase order.

For allowing to refund quantities after the picking has been confirmed if you
did not check 'to refund' in wizard, you can change the value
of 'Refund Options' field.

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

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

* Sergio Teruel <sergio.teruel@tecnativa.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.

.. |maintainer-sergio-teruel| image:: https://github.com/sergio-teruel.png?size=40px
    :target: https://github.com/sergio-teruel
    :alt: sergio-teruel

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

|maintainer-sergio-teruel| 

This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/12.0/stock_picking_return_refund_option>`_ 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/account-invoicing",
    "name": "odoo12-addon-stock-picking-return-refund-option",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "==================================\nStock Picking Return Refund Option\n==================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:3786352c61f2558950c6363b8f0c52f820b5edd5f1849b64c644a0bf914673ce\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/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%2Faccount--invoicing-lightgray.png?logo=github\n    :target: https://github.com/OCA/account-invoicing/tree/12.0/stock_picking_return_refund_option\n    :alt: OCA/account-invoicing\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_return_refund_option\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/account-invoicing&target_branch=12.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the functionality of sales and purchase orders to support\nmodify stock move field to_refund after it has been confirmed.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nInstallation\n============\n\n#. This module requires the additional installation of sale_stock or purchase\n   modules for enabling the features it contains.\n\nUsage\n=====\n\nTo use this module, when some customer returns some refundable products to you\nafter you created an invoice, you need to:\n\nFor a sale order:\n\n#. Go to *Sales > Sales Orders > Create*.\n#. Choose a customer and add a product whose *Invoicing Policy* is *Delivered\n   quantities*, and input some quantity to sell.\n#. Confirm the sale.\n#. Go to *Delivery > Validate > Apply*.\n#. Return to the sale order.\n#. Press *Create Invoice > Invoiceable lines > Create and View Invoices*.\n#. The created invoice's amount is the same you sold.\n#. Return to the sale order.\n#. Go to *Delivery > Return*.\n#. Set *Quantity* to a lower quantity than the sold one, and enable\n   *To Refund*.\n#. Press *Return > Validate > Apply*.\n#. Return to the sale order.\n#. Press *Create Invoice > Invoiceable lines (deduct down payments) >\n   Create and View Invoices*.\n#. A refund is created for the quantity you returned before.\n\nFor allowing to refund quantities after the picking has been confirmed if you\ndid not check 'to refund' in wizard, you can change the value\nof 'Refund Options' field.\n\nTo use this module, when you return some refundable products to your supplier\nafter you created an invoice, you need to:\n\n#. Go to *Purchase > Purchase Orders > Create*.\n#. Choose a supplier and add a product whose *Invoicing Policy* is *Delivered\n   quantities*, and input some quantity to buy.\n#. Confirm the order.\n#. Go to *Delivery > Validate > Apply*.\n#. Return to the purchase order.\n#. Press on smart button \"Invoices\" and create one.\n#. The created invoice's amount is the same you sold.\n#. Return to the purchase order.\n#. Go to *Delivery > Return*.\n#. Set *Quantity* to a lower quantity than you bought, and enable\n   *To Refund*.\n#. Press *Return > Validate > Apply*.\n#. Return to the purchase order.\n\nFor allowing to refund quantities after the picking has been confirmed if you\ndid not check 'to refund' in wizard, you can change the value\nof 'Refund Options' field.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/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/account-invoicing/issues/new?body=module:%20stock_picking_return_refund_option%0Aversion:%2012.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* Sergio Teruel <sergio.teruel@tecnativa.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\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\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-sergio-teruel| \n\nThis module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/12.0/stock_picking_return_refund_option>`_ 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": "Update the refund options in pickings",
    "version": "12.0.1.0.0.99.dev12",
    "project_urls": {
        "Homepage": "https://github.com/OCA/account-invoicing"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7a181cef2fd87b4a64f5aa54c27467b4326cbf92340dac0beea4ba904b62915",
                "md5": "9c7570d5e51c936154a29a783ddc923d",
                "sha256": "9eb6840f27fd2d56dbec529375a864a192bf4292a35ab62ad3eb6b2ef2d7b234"
            },
            "downloads": -1,
            "filename": "odoo12_addon_stock_picking_return_refund_option-12.0.1.0.0.99.dev12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c7570d5e51c936154a29a783ddc923d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 34585,
            "upload_time": "2023-10-11T02:51:46",
            "upload_time_iso_8601": "2023-10-11T02:51:46.024429Z",
            "url": "https://files.pythonhosted.org/packages/b7/a1/81cef2fd87b4a64f5aa54c27467b4326cbf92340dac0beea4ba904b62915/odoo12_addon_stock_picking_return_refund_option-12.0.1.0.0.99.dev12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 02:51:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "account-invoicing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "openupgradelib",
            "specs": []
        }
    ],
    "lcname": "odoo12-addon-stock-picking-return-refund-option"
}
        
Elapsed time: 0.12036s