{ "info": { "author": "Adrian Turjak", "author_email": "adriant@catalyst.net.nz", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7" ], "description": "Adjutant-Odoo is a plugin for Adjutant which adds a few actions and views\nspecific to the Odoo ERP system. These views can then be setup as active for\nyour users, and the actions can be used with your existing taskviews. Or just\nas easily extend these views and actions for your own development.\n\nInstalling\n====================\n\nTo install:\n\n::\n\n python setup.py install\n\nor\n\n::\n\n pip install adjutant-odoo\n\n\nAfter installation is complete add `odoo_actions` and `odoo_views` to your\nADDITIONAL_APPS in the Adjutant conf.\n\nYou can then use the Odoo actions as part of your Adjutant workflows, and\nsetup the Odoo views from this package in your ACTIVE_TASKVIEWS. For example\nto introduce signups backed to Odoo you'd replace your other signup view in\nACTIVE_TASKVIEWS with `OpenStackSignUp`.\n\nYou will also need to add some taskview settings for the new signups view:\n\n::\n\n signup:\n additional_actions:\n - NewProjectDefaultNetworkAction\n notifications:\n standard:\n EmailNotification:\n emails:\n - signups@example.com\n RTNotification:\n queue: signups\n error:\n EmailNotification:\n emails:\n - signups@example.com\n RTNotification:\n queue: signups\n default_region: RegionOne\n # If 'None' (null in yaml), will default to domain as parent.\n # If domain isn't set explicity, will use Adjutant's admin user domain.\n default_domain_id: default\n default_parent_id: null\n setup_network: True\n\n\nOnce active, and if debug is turned on, you can see the endpoint and test it\nwith the browsable django-rest-framework api.\n\nYou will also need to add 'adjutant-odoo' plugin settings:\n\n::\n\n PLUGIN_SETTINGS:\n adjutant-odoo:\n odoorpc:\n odoo:\n hostname: \n protocol: jsonrpc+ssl\n port: 443\n version: \n database: \n user: ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/catalyst/adjutant-odoo", "keywords": "Odoo erp contacts task adjutant workflow", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "adjutant-odoo", "package_url": "https://pypi.org/project/adjutant-odoo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/adjutant-odoo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/catalyst/adjutant-odoo" }, "release_url": "https://pypi.org/project/adjutant-odoo/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A plugin for Adjutant with Odoo actions and views.", "version": "0.2.0" }, "last_serial": 2895046, "releases": { "0.1.1a3": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "71cc41731e24539b3819d5e0f9e7f237", "sha256": "e570bb1575de22c0ff0c7b7129d91added0bcce702517f338d1ddaf9a1e273b7" }, "downloads": -1, "filename": "adjutant-odoo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "71cc41731e24539b3819d5e0f9e7f237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14526, "upload_time": "2017-05-24T05:31:48", "url": "https://files.pythonhosted.org/packages/2f/d4/fa6f093803c8b9aa80fd9332a6ccb034027e4041ebbcf0c6f142b0a45d97/adjutant-odoo-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71cc41731e24539b3819d5e0f9e7f237", "sha256": "e570bb1575de22c0ff0c7b7129d91added0bcce702517f338d1ddaf9a1e273b7" }, "downloads": -1, "filename": "adjutant-odoo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "71cc41731e24539b3819d5e0f9e7f237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14526, "upload_time": "2017-05-24T05:31:48", "url": "https://files.pythonhosted.org/packages/2f/d4/fa6f093803c8b9aa80fd9332a6ccb034027e4041ebbcf0c6f142b0a45d97/adjutant-odoo-0.2.0.tar.gz" } ] }