Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
webv7
10 Risposte
35929 Visualizzazioni
Avatar
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
Avatar
Abbandona
Avatar
Guewen Baconnier
Risposta migliore

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
Avatar
Abbandona
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).

Avatar
Achraf Mhadhbi
Risposta migliore

@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
Avatar
Abbandona
Avatar
Yannick Payot
Risposta migliore

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
Avatar
Abbandona
Avatar
Antonio M. Vigliotti
Risposta migliore

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
Avatar
Abbandona
Avatar
Peter Langenberg
Risposta migliore

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
Avatar
Abbandona
Avatar
Nicolas Bessi
Risposta migliore

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

0
Avatar
Abbandona
Guewen Baconnier

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

Avatar
Kevin McMenamin
Risposta migliore

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
Avatar
Abbandona
Yannick Payot

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

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to disable developer mode or debugging feature in openerp 7
web v7
Avatar
Avatar
5
dic 22
30543
How to add a custom css? Risolto
web v7
Avatar
Avatar
Avatar
Avatar
Avatar
20
feb 21
105475
Where is the web(wekzeug) log logged into log file?
web v7
Avatar
Avatar
Avatar
2
mar 15
7145
Intercept one2many line unlink with javascript
web v7
Avatar
0
mar 15
5693
Need some help to extend js "module"
javascript web v7
Avatar
Avatar
1
mar 15
5845
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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