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

how do I set the default value for a field from the web interface?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
webv7
10 Odpowiedzi
35901 Widoki
Awatar
Alexandre Fayolle - Camptocamp

In v6.1, the link to set a default value was in the contextual menu of the model. Where has this feature gone in v7?

6
Awatar
Odrzuć
Awatar
Guewen Baconnier
Najlepsza odpowiedź

First, you have to activate the 'developer mode'.

  1. Click on your name on the upper right corner
  2. Click on 'About OpenERP'
  3. Click on 'Activate the developer mode'

See 'How can I activate the developer mode' for more details.

Now, you should see a selection box on the top of each form (above the edit/create buttons). An entry of this selection box is 'Set Defaults'.

You need to display the form view of a record to see it. The selected record should have the value you want as a default.

In the 'Set Defaults' form, you are able to choose the value from the current form which you want as a default value. You can also choose if it is applicable to all users or only to you.

17
Awatar
Odrzuć
Yannick Payot

About the debug mode activation via the url:

The =true isn't mandatory anymore.

You can, as it was in v6.1, just add before the #

?debug

See the Question: How can I activate the developer mode?

Loïc Lavoie

This solution does not seem to work. In the current version, that box does not show at all. I still see the normal breadcrumb, but there's no selection box. [Install date: 31 december 2015, nightly build]

Navin Shettigar

Thanks Guewen. Your solution works very well to set defaults. please advise how do you set defaults for Order.Line (Purchase or Sales Order).

Awatar
Achraf Mhadhbi
Najlepsza odpowiedź

@Guewen Baconnier

How Can I define default Accounts Receivable and Accounts Payable values when creating a partner? These fields are required during partner creation.

I activate in mode developer

I see a selection box on the top of each form (above the edit/create buttons). An entry of this selection box is 'Set Defaults'.

but I didn't see the record by default account Receivable or account Payable,

Please How can I define the default record to account Receivable or account Payable.

0
Awatar
Odrzuć
Awatar
Yannick Payot
Najlepsza odpowiedź

About the debug mode activation via the url:

The =true isn't mandatory anymore.

You can, as it was in v6.1, just add before the #

?debug

See the Question: How can I activate the developer mode?

0
Awatar
Odrzuć
Awatar
Antonio M. Vigliotti
Najlepsza odpowiedź

You can add ?debug via url but this option sometimes does not work properly.

It is simple if you are on top menu, but if you selected any view, probably you cannot insert this option

 

Antonio Maria Vigliotti

 

0
Awatar
Odrzuć
Awatar
Peter Langenberg
Najlepsza odpowiedź

Maybe one thing extra ... I also had the problem this week, but it was in the POS on the odoo platform and there you don't have your name to click on ... 

I did it this way : 

xxx..odoo.com/pos/web?debug=/#action=pos.ui

0
Awatar
Odrzuć
Awatar
Nicolas Bessi
Najlepsza odpowiedź

Guewen is right, thanks for the comment. Company filter is now parts of condition.

0
Awatar
Odrzuć
Guewen Baconnier

This bug has been fixed: https://bugs.launchpad.net/openerp-web/+bug/1042766

Awatar
Kevin McMenamin
Najlepsza odpowiedź

Yes that works but are we supposed to give users the access to this option given what else they can do using the same functionality?

0
Awatar
Odrzuć
Yannick Payot

Please create an other question like what does the developer mode.

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 disable developer mode or debugging feature in openerp 7
web v7
Awatar
Awatar
5
gru 22
30523
How to add a custom css? Rozwiązane
web v7
Awatar
Awatar
Awatar
Awatar
Awatar
20
lut 21
105407
Where is the web(wekzeug) log logged into log file?
web v7
Awatar
Awatar
Awatar
2
mar 15
7126
Intercept one2many line unlink with javascript
web v7
Awatar
0
mar 15
5672
Need some help to extend js "module"
javascript web v7
Awatar
Awatar
1
mar 15
5819
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