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

View Override - Add attribute on action button

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
viewinheritancebutton
3 Odpowiedzi
3641 Widoki
Awatar
Volt

Hi everyone


I am trying to add an attribute on the button action with id %(action_repair_order_form)d


This button is added through src/enterprise/helpdesk_repair/views/helpdesk_views.xml

It is already an override of the standard helpdesk ticket view


The id of the record where we find this button action is : helpdesk_ticket_view_form_inherit_stock_user


So i am trying this : 


record id="inherited_helpdesk_ticket_view_form_inherit_stock_user" model="ir.ui.view"
        field name="name" helpdesk.ticket.form.inherit.repair.stock.user.custo
field name="model">helpdesk.ticket
field name="inherit_id" ref="helpdesk.ticket.helpdesk_ticket_view_form_inherit_stock_user"
​field name="priority">60
        field name="arch" type="xml"
            xpath expr="//header/button[@name='%(action_repair_order_form)d']" position="attributes"
                t t-if="repairs_count != 0"
                    attribute name="attrs">{'confirm': 'Une réparation ... une nouvelle réparation '}/attribute
                /t
            /xpath
        /field
    /record


But i am having the issue :

External ID not found in the system: helpdesk.ticket.helpdesk_ticket_view_form_inherit_stock_user


And ... I understand, but ... in this situation, what should I give in the field inherit_id to allow odoo to find this button action I want to override ?..


Thank you for your help !


Sorry for removing every '' but the site was replacing every code by blank ...

0
Awatar
Odrzuć
Awatar
Mathis Vinit (mavi)
Najlepsza odpowiedź

Hello, I think you issue is that the inherit_id is not good. 

If you try to replace 

field name="inherit_id" ref="helpdesk.ticket.helpdesk_ticket_view_form_inherit_stock_user"/>

With :

field name="inherit_id" ref="helpdesk_repair.helpdesk_ticket_view_form_inherit_stock_user"/>

It should be ok

Make sure to also avec helpdesk_repair in the dependencies of your project

0
Awatar
Odrzuć
Awatar
Volt
Autor Najlepsza odpowiedź

Just to complete, when I am doing what I want directly inside the standard source code in  src/enterprise/helpdesk_repair/views/helpdesk_views.xml everything works fine of course. So I can add attributes I want according to conditions I want

The real problem I am facing, is how to do it, outside the standard code, in my custom module, in this specific case where the action is "dynamic", with an generated ID, and not an id I can make reference to in a chosen model


thanks


Thanks Mathis ! the good way to do it is 

%(helpdesk_repair.action_repair_order_form)d


With this syntax, I keep the format %(..)d and add the module name as prefix. It works ;) 

0
Awatar
Odrzuć
Awatar
Cybrosys Techno Solutions Pvt.Ltd
Najlepsza odpowiedź

Hi,

you can change the 'inherit_id with the following code :

<field name="inherit_id" ref="helpdesk_stock.ticket.helpdesk_ticket_view_form_inherit_stock_user"/>


Hope it helps

-1
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ść
View inheritance Rozwiązane
view inheritance
Awatar
Awatar
1
mar 20
4359
How do I remove fields from a view in a custom module? Rozwiązane
view inheritance
Awatar
Awatar
Awatar
Awatar
12
gru 18
36184
Weird error "Expression cannot be located in parent view" in view inheritance Rozwiązane
view inheritance
Awatar
Awatar
1
lip 16
7912
Problem with inheritance of a view. Rozwiązane
view inheritance
Awatar
Awatar
1
mar 15
8705
view inheritance in openerp
view inheritance
Awatar
Awatar
1
mar 15
4349
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