odoo13-addon-mail-activity-form


Nameodoo13-addon-mail-activity-form JSON
Version 13.0.1.0.1.dev6 PyPI version JSON
download
home_pagehttps://github.com/OCA/social
SummaryDefine editable and computed sections in mail activity descriptions
upload_time2023-09-03 17:00:36
maintainer
docs_urlNone
authorHunki Enterprises BV, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
Simple forms in mail activities
===============================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:a913b625ad92591c55f7ef6e888b40e845d2fcf04e01461eb8e43b591a602dda
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
    :target: https://github.com/OCA/social/tree/13.0/mail_activity_form
    :alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_form
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=13.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to provide some markup in the ``default_description``
field of ``mail.activity.type``, which makes some portions of the ``note``
field of resulting ``mail.activity`` records editable and others computed.

With this, you can implement form based workflows where you have to fill in
certain forms at certain times, and have to prove later what you filled in
when as mail activities, while still being able to access the data filled
in programmatically afterwards.

**Table of contents**

.. contents::
   :local:

Usage
=====

This module adds some attributes that can be used in the
``default_description`` field of ``mail.activity.type``:

data-form-id
    A name used to refer to the content of this node afterwards
data-form-type
    One of 'float', 'int', 'str'
data-form-editable
    Only nodes marked with this attribute may be edited in activities
data-form-compute
    An expression to evaluate, ``object`` can be used to access values of the
    object the activity is attached to, and ``activity`` for the activity
    itself

Note that the above implies that you shouldn't use ``object`` and ``activity``
in the ``data-form-id`` attribute.

Known issues / Roadmap
======================

* client side support for editing attributes without switching to the source code view
* client side support for blocking edits to non-editable nodes
* client side support for updating computed nodes on input
* better error messages for wrong types/names

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_activity_form%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* Hunki Enterprises BV

Contributors
~~~~~~~~~~~~

* Holger Brunn <mail@hunki-enterprises.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

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.

This module is part of the `OCA/social <https://github.com/OCA/social/tree/13.0/mail_activity_form>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/social",
    "name": "odoo13-addon-mail-activity-form",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "===============================\nSimple forms in mail activities\n===============================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:a913b625ad92591c55f7ef6e888b40e845d2fcf04e01461eb8e43b591a602dda\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\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%2Fsocial-lightgray.png?logo=github\n    :target: https://github.com/OCA/social/tree/13.0/mail_activity_form\n    :alt: OCA/social\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_form\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=13.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows you to provide some markup in the ``default_description``\nfield of ``mail.activity.type``, which makes some portions of the ``note``\nfield of resulting ``mail.activity`` records editable and others computed.\n\nWith this, you can implement form based workflows where you have to fill in\ncertain forms at certain times, and have to prove later what you filled in\nwhen as mail activities, while still being able to access the data filled\nin programmatically afterwards.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nThis module adds some attributes that can be used in the\n``default_description`` field of ``mail.activity.type``:\n\ndata-form-id\n    A name used to refer to the content of this node afterwards\ndata-form-type\n    One of 'float', 'int', 'str'\ndata-form-editable\n    Only nodes marked with this attribute may be edited in activities\ndata-form-compute\n    An expression to evaluate, ``object`` can be used to access values of the\n    object the activity is attached to, and ``activity`` for the activity\n    itself\n\nNote that the above implies that you shouldn't use ``object`` and ``activity``\nin the ``data-form-id`` attribute.\n\nKnown issues / Roadmap\n======================\n\n* client side support for editing attributes without switching to the source code view\n* client side support for blocking edits to non-editable nodes\n* client side support for updating computed nodes on input\n* better error messages for wrong types/names\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_activity_form%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Hunki Enterprises BV\n\nContributors\n~~~~~~~~~~~~\n\n* Holger Brunn <mail@hunki-enterprises.com>\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\nThis module is part of the `OCA/social <https://github.com/OCA/social/tree/13.0/mail_activity_form>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Define editable and computed sections in mail activity descriptions",
    "version": "13.0.1.0.1.dev6",
    "project_urls": {
        "Homepage": "https://github.com/OCA/social"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "257a246dd0d7c73da1094f84ff362bea4538a8d77f824bdbdb5ef6df09cbbae3",
                "md5": "b0a2332eaf94d5ee87f1d84b07023743",
                "sha256": "ad3f632382f4251925f8368c1eba899cbb645e5a01a2ecd97559c06674f9c4c5"
            },
            "downloads": -1,
            "filename": "odoo13_addon_mail_activity_form-13.0.1.0.1.dev6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0a2332eaf94d5ee87f1d84b07023743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 29205,
            "upload_time": "2023-09-03T17:00:36",
            "upload_time_iso_8601": "2023-09-03T17:00:36.940131Z",
            "url": "https://files.pythonhosted.org/packages/25/7a/246dd0d7c73da1094f84ff362bea4538a8d77f824bdbdb5ef6df09cbbae3/odoo13_addon_mail_activity_form-13.0.1.0.1.dev6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-03 17:00:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "social",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo13-addon-mail-activity-form"
}
        
Elapsed time: 0.22362s