{ "info": { "author": "Therp BV,Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "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================\nRepetition rules\n================\n\nThis module was written to offer a field type that holds rrules according to RFC 2445.\n\nUsage\n=====\n\nTo use this module, you need to:\n\n* depend on it\n* say ``from openerp.addons.field_rrule import FieldRRule``\n* use ``FieldRRule`` like any other field\n* on forms, use ``widget=\"rrule\"``\n* have a look at ``demo/res_partner.*``\n\nTechnically, this is a wrapper around serialized fields. The value always will be a subclass of dateutil's ``rruleset``. For technical reasons, this class overrides ``__iter__``, so if you need a proper ``rruleset``, call the value: ``my_browse_record.my_field_of_type_rrule()`` - this gives you a vanilla ``rruleset``.\n\nIf you want to pass a default, use the internal representation you'll find in the database - a list of dictionaries with the keyword arguments to be passed to rrule's constructor and a `type` field that for now can only be `rrule`: A context of ``{\"default_rrule\": [{\"count\": 1, \"freq\": 1, \"type\": \"rrule\", \"interval\": 1, \"bymonthday\": [1]}]}`` would give you a default for the field ``rrule`` which occurs one time at the first of the month.\n\nIn case you work with defaults and want to dumb down the UI a bit, use ``{'no_add_rule': true}``.\n\nFurther, as this is a serialized field, a value of `not set` will be represented in the database as ``'null'`` if the value was set and unset afterwards, or a database ``null`` if the value was never set - this is then also what you have to search for when you need records with your field unset.\n\nDaylight saving time\n====================\n\nBy default, this field keep intervals stable, as Odoo handles UTC times internally. If you need stable times (think of some repetition of an appointment) in time zones with daylight saving, you need to set ``stable_times=True`` in the field's constructor.\n\nKnown issues / Roadmap\n======================\n\n* support the unimplemented features of rrules\n* support rdates, exdates, exrules\n* consider multiple widgets with different feature sets\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Holger Brunn \n\nDo not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues.\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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo8-addon-field-rrule", "package_url": "https://pypi.org/project/odoo8-addon-field-rrule/", "platform": "", "project_url": "https://pypi.org/project/odoo8-addon-field-rrule/", "project_urls": null, "release_url": "https://pypi.org/project/odoo8-addon-field-rrule/8.0.1.0.1.99.dev2/", "requires_dist": [ "odoo (<9.0a,>=8.0a)" ], "requires_python": "~=2.7", "summary": "Provides a field and widget for RRules according to RFC 2445", "version": "8.0.1.0.1.99.dev2" }, "last_serial": 3998763, "releases": { "8.0.1.0.0.99.dev10": [ { "comment_text": "", "digests": { "md5": "f8024e408c47e5eecc20272b909ae561", "sha256": "fb282bb92b2eb7c5a984b036e12872b62690907d284def3bc51562dcabd39dd3" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.0.99.dev10-py2-none-any.whl", "has_sig": false, "md5_digest": "f8024e408c47e5eecc20272b909ae561", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 36055, "upload_time": "2017-04-11T11:47:08", "url": "https://files.pythonhosted.org/packages/07/ec/3a70708dc54e1eb0dcfde8ad9d49151d0ffb3d0884572f5269d007a1ea83/odoo8_addon_field_rrule-8.0.1.0.0.99.dev10-py2-none-any.whl" } ], "8.0.1.0.0.99.dev6": [ { "comment_text": "", "digests": { "md5": "0de9cd810e55aa9b28904d05f647e997", "sha256": "430c530a224dd1c870cfe25104705321581e54644b55d9faf07be55426d00b08" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.0.99.dev6-py2-none-any.whl", "has_sig": false, "md5_digest": "0de9cd810e55aa9b28904d05f647e997", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 31712, "upload_time": "2017-04-11T11:46:52", "url": "https://files.pythonhosted.org/packages/97/87/f8c72a10f2838db3ed6a153cb8f0b7292c0f070217b995fb18e34fea82df/odoo8_addon_field_rrule-8.0.1.0.0.99.dev6-py2-none-any.whl" } ], "8.0.1.0.0.99.dev7": [ { "comment_text": "", "digests": { "md5": "2a66f81dd1b77d1535dc673f6a625c54", "sha256": "f948ebcf997e213d600a9cb87227dc87787d79ff3a2a30009f1d7e99da167dee" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.0.99.dev7-py2-none-any.whl", "has_sig": false, "md5_digest": "2a66f81dd1b77d1535dc673f6a625c54", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 32860, "upload_time": "2017-04-11T11:46:56", "url": "https://files.pythonhosted.org/packages/3a/14/0540553446072e955263f087ddd1dc68428c9cbb36d178ff7fd3939adf74/odoo8_addon_field_rrule-8.0.1.0.0.99.dev7-py2-none-any.whl" } ], "8.0.1.0.0.99.dev8": [ { "comment_text": "", "digests": { "md5": "186a932e3aac801b04308f5e2f9a00fb", "sha256": "3f076ecb01dc3ee1d32a1e649fea29dc819b1fb50b2b1d68495c0f915165bfcc" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.0.99.dev8-py2-none-any.whl", "has_sig": false, "md5_digest": "186a932e3aac801b04308f5e2f9a00fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33842, "upload_time": "2017-04-11T11:47:00", "url": "https://files.pythonhosted.org/packages/42/1c/20dc9aabaafed6fe37d3e9061ea3665b0ec9c6e45007a3c22a9145b5e8d3/odoo8_addon_field_rrule-8.0.1.0.0.99.dev8-py2-none-any.whl" } ], "8.0.1.0.0.99.dev9": [ { "comment_text": "", "digests": { "md5": "94afab02bf65d8ce4a57f7895df31f19", "sha256": "3b30659045ce7370aa5427f2f34bd605bbaf9b9ef07adaa09a2bbe9b8fe2d285" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.0.99.dev9-py2-none-any.whl", "has_sig": false, "md5_digest": "94afab02bf65d8ce4a57f7895df31f19", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 34821, "upload_time": "2017-04-11T11:47:05", "url": "https://files.pythonhosted.org/packages/a8/fc/d489a244d22af5faf7e76256e4aafee416652d33ed526518d2c51a04c33a/odoo8_addon_field_rrule-8.0.1.0.0.99.dev9-py2-none-any.whl" } ], "8.0.1.0.1.99.dev1": [ { "comment_text": "", "digests": { "md5": "9411e1bf9b851f9f23ff1eda07c28cec", "sha256": "9061f12d935e53a5b3ee38122750815a32d0354cabf8c11ed0a9b29ce3d2efad" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.1.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "9411e1bf9b851f9f23ff1eda07c28cec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37442, "upload_time": "2017-09-13T04:30:28", "url": "https://files.pythonhosted.org/packages/fb/77/58a77f835f9139b8cf8daceaece67261248f513764f8e4b449463ffae8e5/odoo8_addon_field_rrule-8.0.1.0.1.99.dev1-py2-none-any.whl" } ], "8.0.1.0.1.99.dev2": [ { "comment_text": "", "digests": { "md5": "3ebf6e70834c82f44e8bb91cb532e8ed", "sha256": "00b182f961dfe3137100dc0e2c2c7b81038c54fdd96ece263ddf2aad5ea65f2f" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.1.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "3ebf6e70834c82f44e8bb91cb532e8ed", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 38304, "upload_time": "2018-06-25T04:49:49", "url": "https://files.pythonhosted.org/packages/63/3b/62856d777a9874a20770d2c53b9bc33d965be71a8879248ed34f4446bf9b/odoo8_addon_field_rrule-8.0.1.0.1.99.dev2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ebf6e70834c82f44e8bb91cb532e8ed", "sha256": "00b182f961dfe3137100dc0e2c2c7b81038c54fdd96ece263ddf2aad5ea65f2f" }, "downloads": -1, "filename": "odoo8_addon_field_rrule-8.0.1.0.1.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "3ebf6e70834c82f44e8bb91cb532e8ed", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 38304, "upload_time": "2018-06-25T04:49:49", "url": "https://files.pythonhosted.org/packages/63/3b/62856d777a9874a20770d2c53b9bc33d965be71a8879248ed34f4446bf9b/odoo8_addon_field_rrule-8.0.1.0.1.99.dev2-py2-none-any.whl" } ] }