odoo-addon-sale-credit-point


Nameodoo-addon-sale-credit-point JSON
Version 15.0.1.1.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/sale-workflow
SummarySale Credit Points
upload_time2024-06-25 15:00:42
maintainerNone
docs_urlNone
authorCamptocamp, Odoo Community Association (OCA)
requires_python>=3.8
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
   :alt: License: AGPL-3

=================
Sale Credit Point
=================

Sale based on partners' credit point.

Use case
--------

You have employees that have some credit (up to you where this come from)
and you allow employees to buy products based on this credit.

Products are sold by points rather than money.


Features and usage
------------------

Partner model has a new field `credit_point` which can be updated easily
via a smart button on the partner form. Smart button displays
`current points / sum of all points increases this year`.

A new currency is created `PT` (points) and is used by default
for `credit_point` field.

On order confirmation the amount of the order
is compared with partner's credit:

   a. credit is not enough on partner -> the order cannot be confirmed
   b. no credit is left on partner
      but the user is member of `Manage credit point` -> order can be confirmed
   c. no credit is left on partner
      but the context has key `skip_credit_check` -> order can be confirmed

If the order is confirmed the credit is deducted from partner.

History of all credit point allocations can be looked up
in `sales -> configuration -> credit point history`.


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 smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.

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

* Simone Orsi <simone.orsi@camptocamp.com>
* Mykhailo Panarin <m.panarin@mobilunity.com>

Do not contact contributors directly about support or help with technical issues.


Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/sale-workflow",
    "name": "odoo-addon-sale-credit-point",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Camptocamp, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n   :alt: License: AGPL-3\n\n=================\nSale Credit Point\n=================\n\nSale based on partners' credit point.\n\nUse case\n--------\n\nYou have employees that have some credit (up to you where this come from)\nand you allow employees to buy products based on this credit.\n\nProducts are sold by points rather than money.\n\n\nFeatures and usage\n------------------\n\nPartner model has a new field `credit_point` which can be updated easily\nvia a smart button on the partner form. Smart button displays\n`current points / sum of all points increases this year`.\n\nA new currency is created `PT` (points) and is used by default\nfor `credit_point` field.\n\nOn order confirmation the amount of the order\nis compared with partner's credit:\n\n   a. credit is not enough on partner -> the order cannot be confirmed\n   b. no credit is left on partner\n      but the user is member of `Manage credit point` -> order can be confirmed\n   c. no credit is left on partner\n      but the context has key `skip_credit_check` -> order can be confirmed\n\nIf the order is confirmed the credit is deducted from partner.\n\nHistory of all credit point allocations can be looked up\nin `sales -> configuration -> credit point history`.\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/sale-workflow/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.\n\nContributors\n------------\n\n* Simone Orsi <simone.orsi@camptocamp.com>\n* Mykhailo Panarin <m.panarin@mobilunity.com>\n\nDo not contact contributors directly about support or help with technical issues.\n\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Sale Credit Points",
    "version": "15.0.1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/sale-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e6883c0b06639fbf394c3f5f6efebc07983e3fa169af6628326c83d1e727cee",
                "md5": "85721c927ddabc2b388c55f12f0c6380",
                "sha256": "9cee55cebcbcd9a233d2b52b7c5051f2a01f18fcf28962f38b212fbe0441c591"
            },
            "downloads": -1,
            "filename": "odoo_addon_sale_credit_point-15.0.1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85721c927ddabc2b388c55f12f0c6380",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31885,
            "upload_time": "2024-06-25T15:00:42",
            "upload_time_iso_8601": "2024-06-25T15:00:42.578763Z",
            "url": "https://files.pythonhosted.org/packages/8e/68/83c0b06639fbf394c3f5f6efebc07983e3fa169af6628326c83d1e727cee/odoo_addon_sale_credit_point-15.0.1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 15:00:42",
    "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-credit-point"
}
        
Elapsed time: 0.48625s