Skip to main content

New group for seeing only sales channel's documents

Project description

Production/Stable License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runbot

This module adds a new group called “Channel manager”, that includes the proper permissions for showing only the information related to that channel:

  • Leads/Opportunities

  • Customers

  • Quotations/Sales Orders

It also handles the propagation of the sales team from commercial partners to the contacts, which standard doesn’t do.

And finally, there are rules for partners to be restricted to the own ones for the group “User: Own Documents Only” for being coherent with the permission scheme.

REMARK: partner restrictions won’t work unless you touch in the DB an existing record rule. See more details in Know issues section.

Table of contents

Installation

At installation time, this module sets in all the contacts that have the sales team empty the sales team of the parent. If you have a lot of contacts, this operation can take a while.

Configuration

  1. Go to Configuration > Users & Companies > Users.

  2. Open or create a user.

  3. On the section “Application Accesses”, select “Channel Manager” option in “Sales” part.

Known issues / Roadmap

  • For restricting partners access, you have to disable or edit the existing rule “res.partner.rule.private.employee” to something similar to:

    [('message_follower_ids', 'in', user.partner_id.ids),
    '|', ('type', '!=', 'private'), ('type', '=', False)]
  • This module modifies sales security groups hierarchy, so any other module doing something similar might conflict with this one.

  • This module is designed for supporting only sales part, so someone that has access to other Odoo parts (for example, an accountant), shouldn’t have this new permission, or some access errors will be found when seeing invoices and other documents. A sales_team_security_account bridge module can be done for fixing this case, but not in the case of other parts like warehouse.

  • Split the module in 2 as now crm is independent.

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 smashing it by providing a detailed and welcomed feedback.

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

Credits

Authors

  • Tecnativa

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.

Current maintainer:

pedrobaeza

This module is part of the OCA/sale-workflow 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

Supported by

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