Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

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

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

How to create a custom discard button?

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
odooodoo17
4 Replies
3615 Rodiniai
Portretas
Sebastian

I have these buttons:




def update(self):

evaluation_cycle_model = self.env[
'sst.initial.evaluation.by.cycles'].search([('id', '=',self.evaluation_id.id)],limit=1)

if evaluation_cycle_model:
evaluation_cycle_model.update_records()

view_id = self.env.ref('sst.view_sst_qualification_form').id
return {
'type': 'ir.actions.act_window',
'name': 'Calificar Items',
'res_model': 'sst.initial.evaluation.by.cycles',
'res_id': self.id,
'view_mode': 'form',
'views': [[view_id, 'form']],
'target': 'new',
'tag': 'reload'
}

def action_discard(self):

view_id = self.env.ref('sst.view_sst_qualification_form').id
return {
'type': 'ir.actions.act_window',
'name': 'Calificar Items',
'res_model': 'sst.initial.evaluation.by.cycles',
'res_id': self.id,
'view_mode': 'form',
'views': [[view_id, 'form']],
'target': 'new',
}


I have this action_discard button, which returns an action to return to a specific view, my question is, how can I make the button works? The action it returns works, but it does not discard the information, on the contrary it saves it in the database.

0
Portretas
Atmesti
Portretas
Simon Mburu Njoroge
Best Answer

To implement a custom "Discard" button in Odoo 17 that effectively reverts unsaved changes, you can follow these steps:

  1. Define the Discard Button in Your XML View:
    Add a button to your form view with the special="cancel" attribute. This attribute ensures that the button functions as a discard action.
    xml Copy code < footer > 
        < button  string = "Discard"  special = "cancel"  class = "oe_link" /> 
    </ footer >
    
    The special="cancel" attribute is recognized by Odoo to trigger the discard operation, reverting any unsaved changes and closing the form view.
  2. Implement the Discard Functionality in Your Python Model:
    If you need to perform additional actions when the discard button is pressed, you can define a method in your model. However, for the standard discard behavior, the special="cancel" attribute handles the necessary operations.
    python Copy code from odoo import models, fields, api
    
    class  YourModel (models.Model):
        _name = 'your.model'
    
        # Define your fields here
    
        @api.multi 
        def  action_discard ( self ):
             # Custom actions before discarding changes 
            self.env.cr.rollback()   # Revert unsaved changes 
            return {
                 'type' : 'ir.actions.act_window' ,
                 'name' : 'Your Form ' ,
                 'res_model' : 'your.model' ,
                 'view_mode' : 'form' ,
                 'res_id' : self. id ,
                 'target' : 'current' ,
            }
    
    In this method, self.env.cr.rollback() is used to discard any uncommitted changes in the current transaction. The returned action reloads the form view without saving the modifications.

Additional Considerations:

  • Using special="cancel" : This attribute is a built-in feature in Odoo that provides standard discard functionality without the need for custom methods.
  • Custom Discard Logic: If your discard operation requires additional logic, such as resetting specific fields or triggering other actions, you can define a method like action_discard in your model and link it to a button without the special="cancel" attribute.

By following these steps, you can create a custom discard button in Odoo 17 that effectively reverts unsaved changes, ensuring a seamless user experience.

Sources

1
Portretas
Atmesti
Portretas
Eileen Duran
Best Answer
  • self.env.cr.rollback() will discard any changes made in the current transaction.
  • This prevents the record from being saved when returning to the form view.

Now, when the action_discard button is clicked, the record’s changes will be discarded and the user will be taken back to the form view without saving any modifications.

0
Portretas
Atmesti
Eileen Duran

Hope this answer helps you. If you have any questions, you can contact me via the following page: https://basketballlegends.pro
Playing in the basketball competition is a great way to get in on the championship race and join the other competitors.

Portretas
ZaraBisliev
Best Answer

Hi! I like yours very much. I think you should check out for some custom dismiss button options. It helps you a lot in this regard.

0
Portretas
Atmesti
ZaraBisliev

The best idea is to refer to https://geometrydashdeadlocked.com/ to have suitable selection methods for the above problem.

Portretas
Sebastian
Autorius Best Answer

I did it guys.
I just save each field in the context:

'context': {
'default_item_id': self.id,
'default_evaluation_id': evaluation_id,
'default_item_weight': self.weight,
'default_date': evaluation.date,
'default_compliance': evaluation.compliance,
'default_weight': evaluation.compliance_weight,
'default_responsible': evaluation.responsible.id,
'default_observation': evaluation.observation
}
def action_discard(self):
original_data = {
'date': self.env.context.get('default_date'),
'compliance': self.env.context.get('default_compliance'),
'compliance_weight': self.env.context.get('default_weight'),
'responsible': self.env.context.get('default_responsible'),
'observation': self.env.context.get('default_observation')
}
self.write(original_data)
view_id = self.env.ref('sst.view_sst_qualification_form').id
return {
'type': 'ir.actions.act_window',
'name': 'Calificar Items',
'res_model': 'sst.initial.evaluation.by.cycles',
'res_id': self.id,
'view_mode': 'form',
'views': [[view_id, 'form']],
'target': 'new',
}
0
Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

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

Registracija
Related Posts Replies Rodiniai Veikla
How to create a dynamic domain in Odoo 17? Solved
odoo odoo17
Portretas
Portretas
Portretas
Portretas
3
kov. 25
4289
How to Change the Error Dialog Box, Odoo Title Name, and Odoo Server Name?
odoo odoo17
Portretas
0
kov. 25
2315
'\n' new line option not working in UserError in Odoo 17
odoo odoo17
Portretas
Portretas
1
lapkr. 24
3505
Error when entering settings
odoo odoo17 Odoo17
Portretas
Portretas
Portretas
2
bal. 25
4210
Odoo JsonRPC : Get m2m, m2o or o2m nested field with read method
odoo jsonrpc odoo17
Portretas
0
vas. 25
1968
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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