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 to Change pay now button text in odoo 17?

Iscriviti

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

La domanda è stata contrassegnata
helpmehelp.odoo.comv17
2 Risposte
4298 Visualizzazioni
Avatar
Value Mart

Hi all,

I am using Odoo 17 and I would like to change the text in the Pay Now button that appears on the Confirm Order Page during the checkout process. I have seen some solutions about using translations (This does not work for me) and changing QWeb views (I cannot find this). I need help to be able to solve this

0
Avatar
Abbandona
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Risposta migliore

Hi,

To change the text you need to extend the actual XML template of the button


1. First you need to locate the actual template from the addons

2. Inherit the template in your custom module

3. Replace the text of the button.

4. Run the module


Please refer to the below blog to get an idea of the inheritance of the XML Template

https://www.cybrosys.com/blog/an-overview-of-template-inheritance-in-odoo-16


Regards

0
Avatar
Abbandona
Avatar
Pagico Flex
Risposta migliore

In Odoo, changing the text of the "Pay Now" button on the Confirm Order Page involves customizing the corresponding QWeb view. Here are the steps you can follow:

  1. Enable Developer Mode: Make sure you are in Developer Mode in your Odoo instance. You can do this by adding /web?debug at the end of your URL or by going to Settings > Activate the Developer Mode.
  2. Locate the QWeb View: Navigate to the sales module and open the order form that contains the "Pay Now" button. Once you are on the form, click on the "Debug" menu and select "Manage Views." Find the view related to the Confirm Order Page.
  3. Edit the QWeb View: In the "Manage Views" window, locate the QWeb view responsible for the Confirm Order Page. QWeb views are typically named with a pattern like sale.order.form or similar. Once you find the relevant view, click on it to open the QWeb view editor.
  4. Modify the Button Text: Inside the QWeb view editor, locate the XML code that corresponds to the "Pay Now" button. It might look something like this:
    xmlCopy code
    
    Change the string attribute to the desired text:
    xmlCopy code
    
  5. Save Changes: After modifying the QWeb view, save your changes. You may need to refresh the page or restart the Odoo instance to see the updated button text.
  6. Clear Browser Cache: Sometimes, changes may not reflect immediately due to browser caching. Clear your browser cache and refresh the page to see the updated button text.

If you cannot find the specific QWeb view or encounter difficulties, it's possible that the view is defined in a custom module or an add-on module. In such cases, you might need to check those modules for the QWeb view.

Remember to make backups before making changes, especially if you're not familiar with the Odoo development environment, to avoid any unintentional issues.

0
Avatar
Abbandona
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à
Can anyone help with procedure to install odoo 13 on vps at A2Hosting
helpme help.odoo.com
Avatar
Avatar
1
nov 19
4839
How to Terminate a Worker in odoo? Risolto
helpme help.odoo.com helpforum
Avatar
Avatar
Avatar
2
ott 25
6559
ERROR EN CONTACTOS. Error: "res.partner"."country_enforce_cities" field is undefined.
error helpdesk helpme help.odoo.com
Avatar
Avatar
2
feb 24
2948
How to remove auto-confirm in the manufacturing order page?
helpme doubt Manufacturing Order v17
Avatar
0
feb 24
1748
receiving an email on odoo 11
help helpme help.odoo.com helpforum
Avatar
Avatar
2
gen 19
3899
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