Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Access Rights

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
securitysettingsres.partneraccess rightsUsers
2 Odpowiedzi
13136 Widoki
Awatar
husam amin

Hello,
I have multi-users (res.partner) ,

I need to give all of them access rights for " but" every user has different access 

Like John has full user/all documents but can't Delete any record in sales,

Ahmad is the Administrator, and Andy has user/all documents "but" only view.

Without affecting other users

0
Awatar
Odrzuć
Awatar
S.A. Methsiri Madusanka Sooriyaarachchi
Najlepsza odpowiedź

To manage different access rights for users in Odoo while ensuring specific permissions for each user or group, you can use Odoo's security groups and record rules. Here's how you can set this up:

Steps to Configure Access Rights:

  1. Create or Modify User Groups:
    • Go to Settings > Users & Companies > Groups.
    • Create new groups or modify existing ones to define different levels of access. For example, you can create groups like "Sales Full Access" and "Sales View Only."
  2. Define Access Control Lists (ACLs):
    • Access Control Lists define what actions users in a group can perform on various models.
    • Go to Settings > Technical > Security > Access Control Lists.
    • Create or modify records to set permissions for each group. For instance, you can set ACLs to allow creating, writing, and reading records but deny deletion for the "Sales Full Access" group.
  3. Set Record Rules:
    • Record rules allow you to define what records users can access based on conditions.
    • Go to Settings > Technical > Security > Record Rules.
    • Create new rules to enforce specific access requirements. For instance, you can create a rule to restrict delete access for sales orders to users in the "Sales Full Access" group.

Example Configuration:

1. Create User Groups:

  • Sales Full Access:
    • Users in this group can perform all actions except deletion in the sales module.
  • Sales View Only:
    • Users in this group can only view sales orders but not create or edit them.
  • Administrator:
    • Users in this group have full access to all modules and records.

2. Define ACLs:

  • For "Sales Full Access":
    • Allow create, write, and read permissions on the sale.order model.
    • Deny delete permissions on the sale.order model.
xmlCopy code
    Sales Full Access
    
    
    
    
    
    

  • For "Sales View Only":
    • Allow read-only permissions on the sale.order model.
xmlCopy code
    Sales View Only
    
    
    
    
    
    

3. Set Record Rules:

  • Prevent Deletion in Sales Orders for "Sales Full Access":
xmlCopy code
    Sales Orders - No Delete
    
    
    [('id', '!=', False)]
    

  • Restrict Sales Orders Access to View Only for "Sales View Only":
xmlCopy code
    Sales Orders - View Only
    
    
    [('id', '!=', False)]
    
    
    
    

Apply the Changes:

  • Update your module with these changes.
  • Restart the Odoo server and update the module to apply the new permissions.

By following these steps, you can control access to specific functionalities in Odoo based on user groups, ensuring that each user has the appropriate level of access according to your requirements.

1
Awatar
Odrzuć
Awatar
Liza Meleshkevich
Najlepsza odpowiedź

I see there’s already a good answer above explaining how to manage different access rights for users in Odoo.

In my turn, I’d recommend reading a good guide on the relationship between Roles, Groups, Access Rights, Users, and Permissions in Odoo.

There’s also a useful example showing how to set up access rights for a new user.

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
What is the difference between "Settings" and "Access Rights" ?? Rozwiązane
settings access rights
Awatar
Awatar
Awatar
Awatar
3
wrz 25
6228
Limiting visibility of record in certain modules only
security res.partner
Awatar
Awatar
1
sty 22
3370
Allow "Write a note" and Send a message to users with no write access (Odoo 13)
security access rights Odoo13
Awatar
0
gru 22
3755
How to disable password change for the uses? Rozwiązane
security settings v7
Awatar
Awatar
Awatar
Awatar
4
sty 19
10892
User rights - configuration page available for users
security access rights odoo9
Awatar
0
kwi 16
3869
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now