{ "info": { "author": "Tecnativa,Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "description": "=================\nSales commissions\n=================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png\n :target: https://odoo-community.org/page/development-status\n :alt: Mature\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%2Fcommission-lightgray.png?logo=github\n :target: https://github.com/OCA/commission/tree/12.0/sale_commission\n :alt: OCA/commission\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/commission-12-0/commission-12-0-sale_commission\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/165/12.0\n :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module allows to define sales agents with their commissions and assign\nthem in customers and sales orders.\n\nYou can then make the settlements of these commissions, and generate the\ncorresponding supplier invoices to pay their commissions fees.\n\nYou can define which base amount is going to be taken into account: net amount\n(based on margin) or gross amount (line subtotal amount)\n\n**Table of contents**\n\n.. contents::\n :local:\n\nConfiguration\n=============\n\nFor adding commissions:\n\n#. Go to *Sales > Commission Management > Commission types*.\n#. Edit or create a new record.\n#. Select a name for distinguishing that type.\n#. Select the percentage type of the commission:\n\n * **Fixed percentage**: all commissions are computed with a fixed\n percentage. You can fill the percentage in the field \"Fixed percentage\".\n * **By sections**: percentage varies depending amount intervals. You can\n fill intervals and percentages in the section \"Rate definition\".\n\n#. Select the base amount for computing the percentage:\n\n * **Gross Amount**: percentage is computed from the amount put on\n sales order/invoice.\n * **Net Amount**: percentage is computed from the profit only, taken the\n cost from the product.\n\n#. Select the invoice status for settling the commissions:\n\n * **Invoice Based**: Commissions are settled when the invoice is issued.\n * **Payment Based**: Commissions are settled when the invoice is paid.\n\nFor adding new agents:\n\n#. Go to *Sales > Commission Management > Agents*. You can also access from\n *Contacts > Contacts* or *Sales > Orders > Customers*.\n#. Edit or create a new record.\n#. On \"Sales & Purchases\" page, mark \"Agent\" check. It should be checked if\n you have accessed from first menu option.\n#. There's a new page called \"Agent information\". In it, you can set following\n data:\n\n * The agent type, being in this base module \"External agent\" the only\n existing configuration. It can be extended with `hr_commission` module\n for setting an \"Employee\" agent type.\n * The associated commission type.\n * The settlement period, where you can select \"Monthly\", \"Quaterly\",\n \"Semi-annual\" or \"Annual\".\n\n You will also be able to see the settlements that have been made to this\n agent from this page.\n\nUsage\n=====\n\nFor setting default agents in customers:\n\n#. Go to *Sales > Orders > Customers* or *Contacts > Contacts*.\n#. Edit or create a new record.\n#. On \"Sales & Purchases\" page, you will see a field called \"Agents\" where\n they can be added. You can put the number of agents you want, but you can't\n select specific commission for each partner in this base module.\n\nFor adding commissions on sales orders:\n\n#. Go to *Sales > Orders > Quotations*.\n#. Edit or create a new record.\n#. When you have selected a partner, each new quotation line you add will have\n the agents and commissions set at customer level.\n#. You can add, modify or delete these agents discretely clicking on the\n icon with several persons represented, next to the \"Commission\" field in the\n list. This icon will be available only if the line hasn't been invoiced yet.\n#. If you have configured your system for editing lines in a popup window,\n agents will appear also in this window.\n#. You have a button \"Recompute lines agents\" on the bottom of the page\n \"Order Lines\" for forcing a recompute of all agents from the partner setup.\n This is needed for example when you have changed the partner on the\n quotation having already inserted lines.\n\nFor adding commissions on invoices:\n\n#. Go to *Invoicing > Sales > Customer Invoices*.\n#. Follow the same steps as in sales orders.\n#. The agents icon will be in this ocassion visible when the line hasn't been\n settled.\n#. Take into account that invoices sales orders will transfer agents\n information when being invoiced.\n\nFor settling the commissions to agents:\n\n#. Go to *Sales > Commissions Management > Settle commissions*.\n#. On the window that appears, you should select the date up to which you\n want to create commissions. It should be at least one day after the last\n period date. For example, if you settlements are monthly, you have to put\n at least the first day of the following month.\n#. You can settle only certain agents if you select them on the \"Agents\"\n section. Leave it empty for settling all.\n#. Click on \"Make settlements\" button.\n#. If there are new settlements, they will be shown after this.\n\nFor invoicing the settlements (only for external agents):\n\n#. Go to *Sales > Commissions Management > Create commission invoices*.\n#. On the window that appears, you can select following data:\n\n * Product. It should be a service product for being coherent.\n * Journal: To be selected between existing purchase journals.\n * Date: If you want to choose a specific invoice date. You can leave it\n blank if you prefer.\n * Settlements: For selecting specific settlements to invoice. You can leave\n it blank as well for invoicing all the pending settlements.\n\n#. If you want to invoice a specific settlement, you can navigate to it in\n *Sales > Commissions Management > Settlements*, and click on \"Make invoice\"\n button.\n\nKnown issues / Roadmap\n======================\n\n* Make it totally multi-company aware.\n* Allow to calculate and pay in other currency different from company one.\n* Allow to group by agent when generating invoices.\n* Set agent popup window with a kanban view with richer information and\n mobile friendly.\n* When contacts are created as part of the insertion data for the creation of\n the parent company; the parent company's agents don't be passed to the\n contacts because it is a multi-valued field.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback `_.\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* Pexego.\n* Davide Corio \n* Joao Alfredo Gama Batista \n* Sandy Carter \n* Giorgio Borelli \n* Daniel Campos \n* Pedro M. Baeza\n* Oihane Crucelaegui \n* Nicola Malcontenti \n* Aitor Bouzas \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-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px\n :target: https://github.com/pedrobaeza\n :alt: pedrobaeza\n\nCurrent `maintainer `__:\n\n|maintainer-pedrobaeza| \n\nThis module is part of the `OCA/commission `_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OCA/commission", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo12-addon-sale-commission", "package_url": "https://pypi.org/project/odoo12-addon-sale-commission/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-sale-commission/", "project_urls": { "Homepage": "https://github.com/OCA/commission" }, "release_url": "https://pypi.org/project/odoo12-addon-sale-commission/12.0.1.1.0/", "requires_dist": [ "odoo (<12.1dev,>=12.0a)" ], "requires_python": ">=3.5", "summary": "Sales commissions", "version": "12.0.1.1.0" }, "last_serial": 5987633, "releases": { "12.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "3ab56147962c3726de4d7cf3c8ac3c1d", "sha256": "19a86cc5e823379e40451a3c45fe84e5adaab114b79f07e2c44009be5ab549d9" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.0.99.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "3ab56147962c3726de4d7cf3c8ac3c1d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 138088, "upload_time": "2019-02-06T05:49:36", "url": "https://files.pythonhosted.org/packages/be/3d/3ba38a1cc8679f2766d16ac7b391aa61b1d25bffd5e2e912d862690e0a19/odoo12_addon_sale_commission-12.0.1.0.0.99.dev1-py3-none-any.whl" } ], "12.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "6be69db180efd5f0864bf451a1bef5e6", "sha256": "3664bd1a2b3c27ddbf6bce3654f73b653b698417b8c07db749503e769cd8f6f0" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "6be69db180efd5f0864bf451a1bef5e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 138037, "upload_time": "2019-03-04T05:53:00", "url": "https://files.pythonhosted.org/packages/42/28/bd4296cd34b4965e62aceaa45d94b7ffbce234c701814f94a22475b000d5/odoo12_addon_sale_commission-12.0.1.0.0.99.dev3-py3-none-any.whl" } ], "12.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "40a1e7fa5c9a375b0fb46fb2755c5da8", "sha256": "72a304000c5d8e867d10cae6b1c5a16eec5122fdd6953005d463bebc6fa864df" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "40a1e7fa5c9a375b0fb46fb2755c5da8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 138376, "upload_time": "2019-03-18T05:52:49", "url": "https://files.pythonhosted.org/packages/f2/89/006d3fbe33739c536325a2a1eca8e9bfd5fbcbc9c1ab437ec31e0eb1914f/odoo12_addon_sale_commission-12.0.1.0.0.99.dev4-py3-none-any.whl" } ], "12.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "1aca79a243ccf40a727d48d025f1c987", "sha256": "5fd6b1a4e618f3729045bd620b758fe5404a00b5d1eb0731554a995a7f143e89" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1aca79a243ccf40a727d48d025f1c987", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 138295, "upload_time": "2019-03-30T10:41:46", "url": "https://files.pythonhosted.org/packages/64/e2/dd256d6ba88f956d405a21fd49999e9dd3fe0b1db75a657fca9064e645b8/odoo12_addon_sale_commission-12.0.1.0.1-py3-none-any.whl" } ], "12.0.1.0.1.99.dev10": [ { "comment_text": "", "digests": { "md5": "490328709dfd25405419845786d480f1", "sha256": "59ccd3f7e5564a5190e7a24943e9fdb1c0297bc1d14831134ace1bc1013f5f71" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev10-py3-none-any.whl", "has_sig": false, "md5_digest": "490328709dfd25405419845786d480f1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144444, "upload_time": "2019-07-30T05:28:58", "url": "https://files.pythonhosted.org/packages/ab/f4/e47e477893dcf31dcce6bd84448de12650d84a713ace25888657685b98e1/odoo12_addon_sale_commission-12.0.1.0.1.99.dev10-py3-none-any.whl" } ], "12.0.1.0.1.99.dev11": [ { "comment_text": "", "digests": { "md5": "85ad02f2a5d85b4bcc5bc4109b76888d", "sha256": "4a38290019620d68df184ce5efe3a5ca6cbd980d0ed284d4d67f6e3366187eaf" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev11-py3-none-any.whl", "has_sig": false, "md5_digest": "85ad02f2a5d85b4bcc5bc4109b76888d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144564, "upload_time": "2019-08-03T05:01:12", "url": "https://files.pythonhosted.org/packages/0c/8b/5f704885f5c6a18f5f39734989a8dee6faf08dacb59d4809bd9ab40bc8cc/odoo12_addon_sale_commission-12.0.1.0.1.99.dev11-py3-none-any.whl" } ], "12.0.1.0.1.99.dev13": [ { "comment_text": "", "digests": { "md5": "4986c234d3ce60104ae67e8e66eda025", "sha256": "7be8ce6209fdd5d9ef87818139f4aa581decadeb48280bc1eebc31fdfab9894b" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev13-py3-none-any.whl", "has_sig": false, "md5_digest": "4986c234d3ce60104ae67e8e66eda025", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 149783, "upload_time": "2019-08-15T05:01:41", "url": "https://files.pythonhosted.org/packages/31/4e/2d4890be09fd52dcfa19b822bd41a1208be14d1fa3a66b1a13851f2e6c09/odoo12_addon_sale_commission-12.0.1.0.1.99.dev13-py3-none-any.whl" } ], "12.0.1.0.1.99.dev2": [ { "comment_text": "", "digests": { "md5": "1185d62d66662840372b5e83ab3070a9", "sha256": "dfd614767d000c24db6c88b0066d59628e838674df9c7ba3f76fcfa34829950e" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev2-py3-none-any.whl", "has_sig": false, "md5_digest": "1185d62d66662840372b5e83ab3070a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 139436, "upload_time": "2019-04-04T04:56:44", "url": "https://files.pythonhosted.org/packages/69/6f/918b99b5e7beea6b56beeb112cb168393a0b291af2d8fb8c900ff24601c5/odoo12_addon_sale_commission-12.0.1.0.1.99.dev2-py3-none-any.whl" } ], "12.0.1.0.1.99.dev5": [ { "comment_text": "", "digests": { "md5": "dc9089a401096159a98a6db2c4074b9c", "sha256": "87f81b6d2362964d6e96b985fc4b69e30e6c9886608eb664b5ff933fc3658f62" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "dc9089a401096159a98a6db2c4074b9c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144261, "upload_time": "2019-05-06T04:54:03", "url": "https://files.pythonhosted.org/packages/8b/ad/aa64f77c6780cf9be58643c7970d928ab48f13f9d6d373f6ff96e08e6db2/odoo12_addon_sale_commission-12.0.1.0.1.99.dev5-py3-none-any.whl" } ], "12.0.1.0.1.99.dev6": [ { "comment_text": "", "digests": { "md5": "868cba74b8ac4d54e3112cdcdb28c595", "sha256": "d22f42aea8718073a50be9ac243cf310aba5092d822f83f8dfd305c55117fabf" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev6-py3-none-any.whl", "has_sig": false, "md5_digest": "868cba74b8ac4d54e3112cdcdb28c595", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144272, "upload_time": "2019-05-22T04:54:27", "url": "https://files.pythonhosted.org/packages/da/80/24950ea3b3722f0a378469c145ddebc31d492ebb38fcfaab3500792885e5/odoo12_addon_sale_commission-12.0.1.0.1.99.dev6-py3-none-any.whl" } ], "12.0.1.0.1.99.dev7": [ { "comment_text": "", "digests": { "md5": "5b6123496014b20228cf10862dce6dd6", "sha256": "f7d4b80cda07df24135c7fcb6073afe415e5026a77d6d5b9b3563b7fc5b1427b" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev7-py3-none-any.whl", "has_sig": false, "md5_digest": "5b6123496014b20228cf10862dce6dd6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144277, "upload_time": "2019-06-17T04:58:56", "url": "https://files.pythonhosted.org/packages/c6/b9/f2fb795749cc02e3656b06b9b5d9a809b13f1125bda9519d95dfddc41e96/odoo12_addon_sale_commission-12.0.1.0.1.99.dev7-py3-none-any.whl" } ], "12.0.1.0.1.99.dev8": [ { "comment_text": "", "digests": { "md5": "badebcbcf657ba0627411463765c119b", "sha256": "11cd98db9beb0e954941921c620b18faea6e879f7fa75d4d37394e18ffbd27b4" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev8-py3-none-any.whl", "has_sig": false, "md5_digest": "badebcbcf657ba0627411463765c119b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144272, "upload_time": "2019-06-18T04:56:29", "url": "https://files.pythonhosted.org/packages/f1/1f/437f4bf62b87244eec9af241e62814216e03888b8f905bb5746b40040a9b/odoo12_addon_sale_commission-12.0.1.0.1.99.dev8-py3-none-any.whl" } ], "12.0.1.0.1.99.dev9": [ { "comment_text": "", "digests": { "md5": "8ffdf49fe2d1ee8e61539545ccdf002b", "sha256": "fd4fcfa289ae0f96018e8acb4712bdac61326025b4af8817f4ae8452b80414c6" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.0.1.99.dev9-py3-none-any.whl", "has_sig": false, "md5_digest": "8ffdf49fe2d1ee8e61539545ccdf002b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 144431, "upload_time": "2019-07-20T04:57:02", "url": "https://files.pythonhosted.org/packages/a6/9c/1dc2effdb6660d459164d60c66a303e3001d6e5d90aaf36c07fd2058b765/odoo12_addon_sale_commission-12.0.1.0.1.99.dev9-py3-none-any.whl" } ], "12.0.1.1.0": [ { "comment_text": "", "digests": { "md5": "9ed1bfb6f79435a71656a421c871a92e", "sha256": "1988718a7e74c047422bb747030e30c1117c779f0593e3c40bebb5dac7ebcfb2" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9ed1bfb6f79435a71656a421c871a92e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 150060, "upload_time": "2019-08-21T05:00:09", "url": "https://files.pythonhosted.org/packages/e2/31/bb166fc715faf3a166a79e56a53717a4f21eb15d13d8a7ef3ddbc844f743/odoo12_addon_sale_commission-12.0.1.1.0-py3-none-any.whl" } ], "12.0.1.1.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "aa93f282a0a7100c17cf8e3f0d6e1274", "sha256": "36211d077ce5c6361b58513eecf5a6787d251ed5e8fb578febf19655260e5c7e" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0.99.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "aa93f282a0a7100c17cf8e3f0d6e1274", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 150336, "upload_time": "2019-08-27T05:00:07", "url": "https://files.pythonhosted.org/packages/ea/68/33587faf51512b92b3d5534ed030a24582d42d22dd1a6d3cfbee1b73d295/odoo12_addon_sale_commission-12.0.1.1.0.99.dev1-py3-none-any.whl" } ], "12.0.1.1.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "7945dde995c522fe64e4ed70d361011c", "sha256": "55791d65afb163ac68791dff21e3a01a71bcb5a5aa5a09a6134b3d16773ba202" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "7945dde995c522fe64e4ed70d361011c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 154457, "upload_time": "2019-09-18T05:06:13", "url": "https://files.pythonhosted.org/packages/39/c5/10c548cce090d6acd62d5364b7fb0fd7723ec84fed0b9789c53cece4d5db/odoo12_addon_sale_commission-12.0.1.1.0.99.dev3-py3-none-any.whl" } ], "12.0.1.1.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "69422ae6f3f78d68b055f7ac23cda9a7", "sha256": "11aa0c31f2d4cd435c29427741ee15fef0b648c85504389aab93189c4c8df2fc" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "69422ae6f3f78d68b055f7ac23cda9a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 155883, "upload_time": "2019-09-19T05:06:13", "url": "https://files.pythonhosted.org/packages/ff/24/263b19a7551a9afab35b02766e08efe10a65848627e6b0a7a4c4ac473fdf/odoo12_addon_sale_commission-12.0.1.1.0.99.dev4-py3-none-any.whl" } ], "12.0.1.1.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "85b9b6c78937fc7b8c46815e27086cc3", "sha256": "da1355c6903838d8aef4e6ed7f5e929040a19d966f166c34fb5846becee84c7b" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "85b9b6c78937fc7b8c46815e27086cc3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 156090, "upload_time": "2019-10-17T05:03:13", "url": "https://files.pythonhosted.org/packages/03/f9/5c41232627fdb8b258afb4393f956a2ed3321c207e720c44f89a689d3813/odoo12_addon_sale_commission-12.0.1.1.0.99.dev5-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ed1bfb6f79435a71656a421c871a92e", "sha256": "1988718a7e74c047422bb747030e30c1117c779f0593e3c40bebb5dac7ebcfb2" }, "downloads": -1, "filename": "odoo12_addon_sale_commission-12.0.1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9ed1bfb6f79435a71656a421c871a92e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 150060, "upload_time": "2019-08-21T05:00:09", "url": "https://files.pythonhosted.org/packages/e2/31/bb166fc715faf3a166a79e56a53717a4f21eb15d13d8a7ef3ddbc844f743/odoo12_addon_sale_commission-12.0.1.1.0-py3-none-any.whl" } ] }