Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
2 votes
1 answer
74 views

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 ...
Anton's user avatar
  • 135
1 vote
0 answers
37 views

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="...
Ping Feliciano's user avatar
1 vote
0 answers
27 views

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 ...
Ouassini's user avatar
1 vote
2 answers
243 views

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 ...
Boris Veselov's user avatar
0 votes
2 answers
163 views

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 ...
waqas chughtai's user avatar
0 votes
1 answer
98 views

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 ...
Kai Ning's user avatar
  • 197
0 votes
1 answer
183 views

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 ...
fudu's user avatar
  • 828
0 votes
1 answer
449 views

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. ...
fudu's user avatar
  • 828
1 vote
0 answers
112 views

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 ...
Krishnakant's user avatar
2 votes
1 answer
847 views

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)]...
GenBreaker's user avatar
2 votes
1 answer
2k views

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="...
omar ahmed's user avatar
0 votes
1 answer
232 views

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 => '...
Iwan Bhakti S's user avatar
1 vote
1 answer
620 views

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 <?...
Krina's user avatar
  • 11
-1 votes
2 answers
607 views

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 ...
subhashree sahoo's user avatar
0 votes
1 answer
919 views

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 ...
Hariharan Srinivasan's user avatar

15 30 50 per page