How To Create New User Groups In Odoo

preview_player
Показать описание
#odoo #createusergroups #creategroupinodoo
Steps for creating new user groups in Odoo from the code. How to create users groups in Odoo.

Рекомендации по теме
Комментарии
Автор

i saw most of your development tutorial videos, among those, this video speed is fine compared to the oldest one's, in the old videos i felt at some point that the video is moving slowly, but this one is fine. and i definitely had to say that, you are the one who gave me confidence to learn odoo, thank you.

-monishwaran.c
Автор

12:10 here you change base.group_user to another. But for default users. We should leave it?

RuslanSkiraUkraine
Автор

then what?
I mean, I have created the user group, but how can I give permission to these created groups?

ImranAhmed-uqxt
Автор

very nice presentation, can you expand the explanation to "CSV" security file please.

go-hi-speed
Автор

what if i want to make the doctor records created in the module users. how can i do that? i mean i want the users not to be the default ones like 'mark demo' or 'mitchell admin' but the new doctors created with the doctor model. hope you can help me ? and thanks in advance

chaotixsniper
Автор

very helpful video can we set user group for python function?mean if user group than function runs?

shahidhussain
Автор

please make a video for how to hide a menu items for particular users

sathishn
Автор

Hi sir, I created new group in odoo 16, it's working fine, but the groups only displaying in the developer mode, i need to display the created groups in both normal and developer mode also. How to fix this?

ragavanbca
Автор

There's something am looking for, can I use odoo to create a system where people can go to the website login, see their salary balance, withdraw money from their account using integrated API? And keep each one's records?

ssalibliss
Автор

really hard to understand the "implied_ids" part, can you explain more about that please.

futhedude
Автор

when employees under one manager create a lead/got a work it should be notified to that respt manager...how can we do that sir?

palanikumar
Автор

hello sir I just added a group in an existing application but it does not showing

EllaJoyCajobe
Автор

Hi Sir Odoo Mates, can u help me
How can I create a group and append to a aplication has already created like inventory for example?

jhasting
Автор

Hi, sir how to list all groups of logged user in a field.

sindooram
Автор

Hello,
I have make res.group *User Project* named group with 4, ref[base.user_group] .

So. How can I hide Project menu by this my newly created group id ?

miteshjayswal
Автор

Dear Sir can you help me.How i can Give User Rights to Create Barcode against each products in odoo12 please

MuhammadImranSarwar-dhrv
Автор

I want to create new group in which admin can see just button in header and other user can not be able. I tired with this code.
<record id="sale_unlock" model="res.groups">
<field name="name">Unlock</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>
I am confused what is it mean of eval="[(4, ref('base.group_user')) and what i have to put here.?

webcoder
Автор

Sir how can we hide user groups based on other user group?

sagargupta
Автор

<record id="group_demo_project_user" model="res.groups">
<field name="name">Project User</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>
I want hide below menu by using above group for other users. group id applied but It is not working.
<menuitem

id="project.menu_projects"
name="Projects"

parent="project.menu_main_pm" sequence="1"/>

miteshjayswal
Автор

Very Helpful video. I am using v14.
how to create Hospital Management as the header?

bram