{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7" ], "description": "Allow to write simple mathematic formulas in Integer / Float fields\n===================================================================\n\n* Possibility to tip a text like \"=45 + 4/3 - 5 * (2 +1)\";\n* if the formula is correct, The result will be computed and displayed;\n* if the formula is not correct, the initial text is displayed;\n\nTechnical informations\n----------------------\n\n* Overloads \"instance.web.form.FieldFloat\"; (so works for fields.integer &\n fields.float);\n* To compute, the module simply use the eval() javascript function;\n* Rounding computation is not done by this module (The module has the same\n behaviour if the user tips \"=1/3\" or if he tips \"0.33[...]\");\n* avoid code injonction by regexpr test: \"=alert('security')\" is not valid;\n\nUsage\n=====\n\nSee demo here Video: http://www.youtube.com/watch?v=jQGdD34WYrA&hd=1\n\nRoadmap / Limit\n===============\n* Only supports the four operators: \"+\" \"-\" \"*\" \"/\" and parenthesis;\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 feedback\n`here `_.\n\nCredits\n=======\n\nContributors\n------------\n\n* Sylvain Le Gal (https://twitter.com/legalsylvain)\n\nMaintainer\n----------\n\n.. image:: http://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: http://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, 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.\n\nTo contribute to this module, please visit http://odoo-community.org.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.grap.coop", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo8-addon-web-widget-float-formula", "package_url": "https://pypi.org/project/odoo8-addon-web-widget-float-formula/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo8-addon-web-widget-float-formula/", "project_urls": { "Homepage": "http://www.grap.coop" }, "release_url": "https://pypi.org/project/odoo8-addon-web-widget-float-formula/8.0.1.0.0/", "requires_dist": [ "odoo (<9.0a,>=8.0a)" ], "requires_python": "", "summary": "Web Widget - Formulas in Float fields", "version": "8.0.1.0.0" }, "last_serial": 3995982, "releases": { "8.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "4de6fa11e3146c60792c943997b5c227", "sha256": "89af9ddedb9844418a5ca6fb2b02629485ba9826b61a2fa58cddc1f9eaab0775" }, "downloads": -1, "filename": "odoo8_addon_web_widget_float_formula-8.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "4de6fa11e3146c60792c943997b5c227", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12439, "upload_time": "2017-04-11T16:59:29", "url": "https://files.pythonhosted.org/packages/34/5f/18e33cb6ff630fa439bcb23d65a379a335633ada209bb868c0259b35314b/odoo8_addon_web_widget_float_formula-8.0.1.0.0-py2-none-any.whl" } ], "8.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "1d096e0e32db148cf1737e1c9721f647", "sha256": "199e1c16c84351de2b2851b13195fb2b705500cbc216491ba7cb7d76b6460474" }, "downloads": -1, "filename": "odoo8_addon_web_widget_float_formula-8.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "1d096e0e32db148cf1737e1c9721f647", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 13205, "upload_time": "2018-06-24T05:18:17", "url": "https://files.pythonhosted.org/packages/f7/17/748b2319942570a8c5a8deef1a4373c25f2c346decacc42ee44f527e6f46/odoo8_addon_web_widget_float_formula-8.0.1.0.0.99.dev1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4de6fa11e3146c60792c943997b5c227", "sha256": "89af9ddedb9844418a5ca6fb2b02629485ba9826b61a2fa58cddc1f9eaab0775" }, "downloads": -1, "filename": "odoo8_addon_web_widget_float_formula-8.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "4de6fa11e3146c60792c943997b5c227", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12439, "upload_time": "2017-04-11T16:59:29", "url": "https://files.pythonhosted.org/packages/34/5f/18e33cb6ff630fa439bcb23d65a379a335633ada209bb868c0259b35314b/odoo8_addon_web_widget_float_formula-8.0.1.0.0-py2-none-any.whl" } ] }