22 questions
2
votes
1
answer
74
views
Portal users can`t see product model
On the website, I want to show users sales orders and products.
The problem I encountered is that Odoo does not want to display both (sales orders and products).
Therefore, I added recording rules and ...
1
vote
0
answers
37
views
How to allow users to edit survey answers after submission
How to allow user edit survey answers after submission? After a user reviews all the answers in a survey, I want to allow them to edit them.
I tried already adding access right:
<record id="...
1
vote
0
answers
27
views
Acces rights, record rules and notification and messages V14
i have kind of problem understanding access rights and maybe an issue resolving this, i'v created acces right for my model "tg_quart" , and add a record rule to the same model so that the ...
1
vote
2
answers
243
views
Readonly fileds in Odoo form view
I built a module in Odoo for invoicing where project managers can approve or reject invoices.
I'm trying to create new access rights and record rules for group project manager so that when project ...
0
votes
2
answers
163
views
Only Managers/ bosses can view their sub ordinate in the hierarchy in the employee dashboard except some department employees. e.g. HR in Odoo
This rule in the employee module works for the employee's(manager) respective own sub-hierarchy only.
[('id', 'child_of', [employee.id for employee in user.employee_ids ])]
But it also applies to all ...
0
votes
1
answer
98
views
Filter Contact Records based on user's allowed companies in multi-companies
I am trying to filter a record according to user's allowed company that will display in Contacts. Any idea on how to accomplish it? Thanks in advance. I highly appreciate your answer/suggestions in ...
0
votes
1
answer
183
views
How to hide message popup if page have record rule don't have records odoo 15
If i go to a page such as "Manufaturing", and this page have record rules, then if that page have records but not showing out because of record rule, it will show this message, how to ...
0
votes
1
answer
449
views
How to set record rule for account move to show user own records and their saleteams member records Odoo 15?
Is this possible to do this by record rule?
Example:
user A have saleteam with member B,C,D. A is the leader of this team.
so if we login to A, and go to account.move, we can see records of A,B,C,D.
...
1
vote
0
answers
112
views
How to achieve record-based access control in odoo 14?
We have a requirement to add multiple user roles to an object in odoo.
Current requirement is with Partner Model. Odoo Partner Record can have multiple users assigned from organization with different ...
2
votes
1
answer
847
views
Contact for sales/user: own document only group, but it seems like the administrator group also is affected
I am creating a module for odoo and I only want the salesman to see the customer that was assigned to him/her in the in contact, so I created a record rule with a domain filter [('user_id,'=' user.id)]...
2
votes
1
answer
2k
views
Modify existing record rule odoo
I want to put <field name="perm_create" eval="False" /> to existing record rule .
so i added inherited it and added my addition .. but no effect:
<record id="...
0
votes
1
answer
232
views
Odoo record rule based on previous value
I need to create Odoo Record Rules to make sure a state field progressing according to allowed step.
allow => 'approved_by+manager' > 'approved_by_senior_manager'
denny => '...
1
vote
1
answer
620
views
I have created Record Rule that only employee can see the project for odoo11
I have created Record Rule that only employee can see the project which they have to assign but my code is not working I am beginner for odoo and its for odoo 11.
Please help me out.
XML Code
<?...
-1
votes
2
answers
607
views
How to create a new record rule in odoo10 for manager?
If x is the manager of a and y is the manager of b then in project module of odoo-10 x can see only the project assigned to a and y can see the project assigned to b.how can i write this new record ...
0
votes
1
answer
919
views
Record Rules for many2one field in odoo
I have one field called assessment_group_id which is many2one field.
The object for the assessment_group_id is assessment.group
In the assessment.group object, there is one2many field called ...