Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

I need to add button with execution in js in v11

Odoberať

Get notified when there's activity on this post

This question has been flagged
buttonjsbutton_function
2 Replies
6347 Zobrazenia
Avatar
Eduardo Vizcaino Granados

xml code:

                <header>
<button name="action_prueba" string="prueba" type="object"/>
</header>
​

js code:

var Widget      = require('web.Widget');
class_geofence = Widget.extend({
events: {
"click button[name='action_prueba']": function() {
alert("prueba");
},
},
});


error:

TypeError: this.do_execute_action(...) is undefined
http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:469
Rastreo de error:
execute_action@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:469:625
proxy/<@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3923:11
trigger@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3921:180
_trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:365
_trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:449
trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:280
_callButtonAction@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:1328:1694
saveAndExecuteAction/<@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:1431:653
then/</</<@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:802:681
fire@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:796:299
add@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:797:471
then/</<@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:802:649
each@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:625:767
then/<@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:802:560
Deferred@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:803:194
then@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:802:525
saveAndExecuteAction@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:1431:577
_onButtonClicked@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:1432:340
proxy/<@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3923:11
trigger@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3921:180
_trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:365
_trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:449
trigger_up@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:3927:280
_addOnClickAction/<@http://localhost:8069/web/content/2102-91fc68e/web.assets_backend.js:1390:334
dispatch@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:892:451
add/elemData.handle@http://localhost:8069/web/content/2010-89bd273/web.assets_common.js:865:173 
0
Avatar
Zrušiť
Waleed Ali Mohsen

Check the solution in the below thread:

https://www.odoo.com/es_ES/forum/ayuda-1/question/how-to-customize-the-onclick-javascript-action-of-an-xml-form-button-odoo-11-126024

Cybrosys Techno Solutions Pvt.Ltd

Hi,

Are you looking to add the button in header near create and edit?

Avatar
Jainesh Shah(Aktiv Software)
Best Answer

Hello Eduardo,

XML:

<button name="action_prueba" string="prueba" class="btn btn-link o_call_button_prueba"/>


JS:

events: {
'click .o_call_button_prueba': '_action_prueba',
},

_action_prueba: function () {

alert("prueba");

}


Regards,




Email:   odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

   ​

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Timezone
button button_function
Avatar
0
okt 19
3715
opening a view through a button Solved
buttons button button_function
Avatar
Avatar
2
jan 22
5420
Modify the value of a field, with JS, Odoo v11 [RESOLVE]
change js button_function
Avatar
Avatar
2
jan 20
9880
Inline Edit button near create
xml listview button js
Avatar
0
júl 21
3010
Trigger a button press through the API
form api button button_function
Avatar
2
jan 18
7100
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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