Skip to main content

Add a new field on properties to show them on portal

Project description

Odoo Community Association

Web Portal Properties

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module creates a new field that can be used to add a new parameter on field property description. This parameter will allow us to show some parameters on portal view.

Table of contents

Configuration

Just modify the definition field like

from odoo import models

from odoo.addons.web_portal_properties.fields import PortalPropertiesDefinition


class ProjectProject(models.Model):
    _inherit = "project.project"

    task_properties_definition = PortalPropertiesDefinition()

Then, use the widget portal_properties on your field to allow the edition for the user.

Finally, on the portal template add this snippet with the right parameters:

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
    <template id="portal_my_task" inherit_id="project.portal_my_task">
        <xpath expr="//div[@id='card_body']" position="inside">

            <t t-call="web_portal_properties.portal_properties">
                <t t-set="properties_record" t-value="task" />
                <t t-set="properties_field" t-value="'task_properties'" />
            </t>
        </xpath>
    </template>
</odoo>

Usage

On form view, we will be able to set a new parameter, Show in portal.

image

On portal, we will be able to see the parameters.

image1

Known issues / Roadmap

It cannot be used on separators easily unless we duplicate some Odoo code or we ask for a hook on Odoo.

Bug Tracker

Bugs are tracked on GitHub 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.

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

Credits

Authors

  • Dixmit

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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/web project on GitHub.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_web_portal_properties-18.0.1.0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_web_portal_properties-18.0.1.0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6c59ce77c6aeb2f22e2f942346b9b2beef157387417ec2b1071fd23b7ff87774
MD5 6f2df0fbdf361bb36cb53428b6c42b4c
BLAKE2b-256 5557a23c0fb786db272b2ca7a26fb97c8a997c6e9123af8d400d81bbf8c82de4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page