Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][IMP] product_assortment: Add security group to only show assortments to managers #1734

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

sergio-teruel
Copy link
Contributor

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="group_product_assortment_manager" model="res.groups">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the intention is to restrict the Product Assortment menu to managers, I think it’s necessary to add the new group to the button in the Partner form view as well. Or did I misunderstand the PR's purpose? What do you think?
image

@sergio-teruel sergio-teruel force-pushed the 15.0-IMP-product_assortment-security-rules branch from 0820951 to aa14941 Compare October 1, 2024 11:20
@sergio-teruel
Copy link
Contributor Author

Hi @carlos-lopez-tecnativa I agree...

Changes done!

Copy link

@carlos-lopez-tecnativa carlos-lopez-tecnativa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants