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

odoo 16: domain of field Many2one not working

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
modelfrontendodoo16features
1 Odpowiedz
5143 Widoki
Awatar
SmithJohn45

trying to add a custom field from Odoo frontend (Settings -> Technical -> Models) but when trying to save Model it is showing error. after given the required things i pressed SAVE & CLOSE button. please check the screenshots below and help what is the problem and how it can be resolved. the Domain is to exclude current logged-in user from selection in Many2one list which seems not working as without this domain filter the field is showing all data successfully, how to write this domain here? the Domain is: 

[lambda self: [('id', '!=', self.env.user.id)]]




regards

0
Awatar
Odrzuć
Awatar
Kiran K
Najlepsza odpowiedź

Hi  ​SmithJohn45,

The error is not related to the domain you added, it is related to the 'Order' field in the 'ir.model'. 



This is a bug in Odoo that arises with models created through Delegation Inheritance. The same issue also occurs with the 'Product Variant' model.

An alternative approach to adding a field in the 'res.users' model is to navigate to Settings / Technical / Database Structure / Fields.



***********************************************************************************

UPDATE

To get current user in domain,

1. Created a new Many2one field in res.users




In the ' ADVANCED PROPERTIES'  Section,

Update the field's dependencies & compute.


Now create the field, Supervisor,



For the field "x_supervisor," apply the domain.






Hope it helps,
Kiran K

2
Awatar
Odrzuć
SmithJohn45
Autor

thank you for reply.
.
added the field as instructed, it saved and when access the user's form through
Settings -> Users & Companies -> Users
and try to click on newly added field, it is showing below error:

UncaughtPromiseError > TypeError
Uncaught Promise > elem.map is not a function

TypeError: elem.map is not a function
at http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:404:342
at Array.map (<anonymous>)
at toAST (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:404:232)
at new Domain (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:400:147)
at Record.getFieldDomain (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:2337:144)
at get domain [as domain] (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:3255:39)
at Many2OneField.getDomain (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:3264:25)
at Many2XAutocomplete.loadOptionsSource (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:3580:113)
at AutoComplete.loadOptions (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:46:69)
at AutoComplete.loadSources (http://localhost:8069/web/assets/772-13bbf92/web.assets_backend.min.js:44:213)

please advise.
regards
.

Kiran K

Now it's related to your domain I guess.
Can you remove the domain and make sure?

SmithJohn45
Autor

after removing domain its working fine, but domain is required, how i can add without custom Module?

Kiran K

Hi SmithJohn45,

Updated my answer, Please check.

SmithJohn45
Autor

thanks a bunch for great help... appreciate your passion to help me.
kind regards

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ść
how to ADD a custom new Model in existing module/app ? Rozwiązane
model odoo16features
Awatar
Awatar
1
lip 23
5654
adding multiple _sql_constraints? Rozwiązane
model constraints odoo16features
Awatar
Awatar
Awatar
2
wrz 24
3230
v16: why Odoo raise this error - compute to get Length Rozwiązane
model compute odoo16features
Awatar
Awatar
2
paź 23
4804
multiple models in single .py file with constraints throwing error
model constraints odoo16features
Awatar
Awatar
1
sie 23
2936
add custom field in res.users - showing validation error
fields custom model odoo16features
Awatar
Awatar
1
wrz 23
4303
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