Siirry sisältöön
Odoo Menu
  • Kirjaudu sisään
  • Kokeile ilmaiseksi
  • Sovellukset
    Talous
    • Kirjanpito
    • Laskutus
    • Kulut
    • Datataulukot (BI)
    • Asiakirjat
    • Allekirjoita
    Myynti
    • CRM
    • Myynti
    • Kassajärjestelmä myymälään
    • Kassajärjestelmä ravintolaan
    • Tilaukset
    • Vuokraus
    Verkkosivut
    • Verkkosivun Rakennustyökalu
    • Verkkokauppa
    • Blogi
    • Foorumi
    • Livechat
    • Verkko-oppiminen
    Toimitusketju
    • Varastointi
    • Tuotanto
    • Tuotteen elinkaaren hallinta (PLM)
    • Ostot
    • Huolto
    • Laatu
    Henkilöstöhallinto
    • Työntekijät
    • Rekrytointi
    • Vapaat
    • Arvioinnit
    • Suositukset
    • Kuljetuskalusto
    Markkinointi
    • Somemarkkinointi
    • Sähköpostimarkkinointi
    • Tekstiviestimarkkinointi
    • Tapahtumat
    • Markkinoinnin automaatio
    • Kyselyt
    Palvelut
    • Projekti
    • Työaikakirjaukset
    • Kenttähuolto
    • Asiakaspalvelu
    • Suunnittelu
    • Ajanvaraukset
    Tuottavuus
    • Viestintä
    • Hyväksynnät
    • IoT
    • IP-puhe
    • Tietokirjasto
    • WhatsApp
    Kolmannen osapuolen sovellukset Odoo-Studio Odoo-Pilvialusta
  • Toimialat
    Vähittäiskauppa
    • Kirjakauppa
    • Vaatekauppa
    • Huonekaluliike
    • Ruokakauppa
    • Laitteistokauppa
    • Lelukauppa
    Ruoka & Majoitus
    • Baari ja Pubi
    • Ravintola
    • Pikaruoka
    • Majatalo
    • Juomien jakelija
    • Hotelli
    Kiinteistöt
    • Kiinteistönvälitystoimisto
    • Arkkitehtitoimisto
    • Rakentaminen
    • Kiinteistönhallinta
    • Puutarhanhoito
    • Kiinteistön omistajien yhdistys
    Konsultointi
    • Tilitoimisto
    • Odoo-kumppani
    • Markkinointitoimisto
    • Lakitoimisto
    • Osaajahankinta
    • Tilintarkastus & sertifiointi
    Tuotanto
    • Tekstiili
    • Metalli
    • Huonekalut
    • Ruoka
    • Panimo
    • Yrityslahjat
    Terveys & Liikunta
    • Urheiluseura
    • Silmälasiliike
    • Kuntokeskus
    • Hyvinvointialan ammattilaiset
    • Apteekki
    • Kampaamo
    Kaupat
    • Yleismies
    • IT-laitteisto & Tuki
    • Aurinkoenergiajärjestelmät
    • Suutari
    • Siivouspalvelut
    • LVI-palvelut
    Muut
    • Voittoa tavoittelematon järjestö
    • Ympäristötoimisto
    • Mainostaulujen vuokraus  
    • Valokuvaus
    • Leasing-pyörät
    • Ohjelmistojen jälleenmyyjä
    Selaa kaikkia toimialoja
  • Yhteisö
    Opi
    • Kurssit
    • Dokumentaatio
    • Todistukset
    • Koulutus
    • Blogi
    • Podcast
    Kannusta kouluttautumaan
    • Koulutusohjelmat
    • Scale Up! Liiketoimintapeli
    • Vieraile Odoolla
    Hanki ohjelmisto
    • Lataa
    • Vertaile versioita
    • Julkaisut
    Tee yhteistyötä
    • Github
    • Foorumi
    • Tapahtumat
    • Käännökset
    • Ryhdy kumppaniksi
    • Kumppanipalvelut
    • Rekisteröi tilitoimistosi
    Hanki palveluja
    • Löydä kumppani
    • Löydä kirjanpitäjä
    • Varaa asiantuntijatapaaminen
    • Implementaatiopalvelut
    • Asiakasreferenssit
    • Tuki
    • Versionkorotukset
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Varaa demo
  • Hinnoittelu
  • Asiakaspalvelu

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

  • CRM
  • e-Commerce
  • Kirjanpito
  • Varastointi
  • PoS
  • Projekti
  • MRP
All apps
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Apua

Reload/refresh data in one2many form view after dragging records through widget handle

Tilaa

Saat ilmoituksen, kun tähän viestiin ilmaantuu aktiviteettia

Tämä kysymys on merkitty
widgetrefresh
1 Vastaa
12715 Näkymät
Avatar
Aldennis

This affects the widget handle from OpenERP 7 to Odoo 10.

I would like to ask if it is possible to reload the data from the one2many field in a form view after dragging the record up/down using the widget handle. We've got this working on a list view such that the view gets refreshed each time a record was dragged up/down hence, the new values gets reflected. However, it does not work in form view when I add the one2many field.

This can be tested by doing the following:

1. In Odoo10 project.project object, create a related field for the sequence and have it displayed in the list view under Project/ Configuration/ Projects

2. Drag the records using the widget handle (the plus icon) either up/down. Notice that the related field does not get displayed with the new values. Refreshing the page is the only thing that can be done to view the new value. We had solved this by adding a list.view.reload_contetn(); in the js script but it fails to load in one2many field.

I would like to use this widget to allow users to move records from multiple bank statement records in a form view using one2many field since I need to display 2 tables (2 one2many fields) side by side. As you may know, the bank statement has a concept of rolling bank balance such that the sequence of the record affect the current balance of the succeeding record.

Below is my js code for reference. It is written for openerp 7 using old API. This is working fine for list view.

We have extended the "setup_resequence_rows" function of the web module (web/static/src/js/view_list.js). This executes the method "check_sequence" which is responsible for writing new values. The "list.view.reload_content()" function was called at .done to refresh the list view with new values. 


js script

=====================================

openerp.till_reconciliation_ept = function (instance) {

    var _t = instance.web._t;

    var QWeb = instance.web.qweb;

    var Groups_ept = instance.web.ListView.Groups;


    instance.web.ListView.Groups.include(/** @lends instance.web.ListView.Groups# */{

        passthrough_events: 'action deleted row_link',

        setup_resequence_rows: function (list, dataset) {

            // drag and drop enabled if list is not sorted and there is a

            // visible column with @widget=handle or "sequence" column in the view.

            if ((dataset.sort && dataset.sort())

                || !_(this.columns).any(function (column) {

                    return column.widget === 'handle'

                        || column.name === 'sequence';

                })) {

                return;

            }

            var sequence_field = _(this.columns).find(function (c) {

                return c.widget === 'handle';

            });

            var seqname = sequence_field ? sequence_field.name : 'sequence';

            // ondrop, move relevant record & fix sequences

            list.$current.sortable({

                axis: 'y',

                items: '> tr[data-id]',

                helper: 'clone'

            });

            if (sequence_field) {

                list.$current.sortable('option', 'handle', '.oe_list_field_handle');

            }

            list.$current.sortable('option', {

                start: function (e, ui) {

                    ui.placeholder.height(ui.item.height());

                    if (dataset.model === 'bank.statement.ept') {

                        current_record_ept = list.records.get(ui.item.data('id')).attributes

                        if (current_record_ept) {

                            if (current_record_ept.state === 'validated') {

                                alert("You can't change ranking of those records which is in Validate state");

                                list.view.reload_content()

                                return;

                            }

                        }

                    }

                },

                stop: function (event, ui) {

                    var to_move = list.records.get(ui.item.data('id')),

                        target_id = ui.item.prev().data('id'),

                        from_index = list.records.indexOf(to_move),

                        target = list.records.get(target_id);

                    if (list.records.at(from_index - 1) == target) {

                        return;

                    }

                    if (dataset.model === 'bank.statement.ept') {

                        var target_next_id = ui.item.next().data('id')

                        return dataset.alive(dataset._model.call('check_sequence', [[ui.item.data('id')], target_id, target_next_id], {context: dataset.get_context()}))

                            .then(function (result) {

                                if (!result) {

                                    alert("You can't move bank statement across an already validated bank statement.");

                                    list.view.reload_content()

                                }

                                // Added additional alert messages whe dragged to different date - Aldennis 19/10/2017

                                if (result == 3) { alert("You can't move down any record past previous transaction date");

                                    list.view.reload_content()

                                }

                                if (result == 2) { alert("You can't move up record past upcoming transaction date");

                                    list.view.reload_content()

                                }

                                return result

                            })

                            .done(function () {

                                list.view.reload_content()

                            })

                    }

                    list.records.remove(to_move);

                    var to = target_id ? list.records.indexOf(target) + 1 : 0;

                    list.records.add(to_move, {at: to});


                    // resequencing time!

                    var record, index = to,

                        // if drag to 1st row (to = 0), start sequencing from 0

                        // (exclusive lower bound)

                        seq = to ? list.records.at(to - 1).get(seqname) : 0;

                    while (++seq, record = list.records.at(index++)) {

                        // write are independent from one another, so we can just

                        // launch them all at the same time and we don't really

                        // give a fig about when they're done

                        // FIXME: breaks on o2ms (e.g. Accounting > Financial

                        // Accounting > Taxes > Taxes, child tax accounts)

                        // when synchronous (without setTimeout)

                        (function (dataset, id, seq) {

                            $.async_when().done(function () {

                                var attrs = {};

                                attrs[seqname] = seq;

                                dataset.write(id, attrs);

                            });

                        }(dataset, record.get('id'), seq));

                        record.set(seqname, seq);

                    }

                } 

            }); 

        },

    });

};



python method

===========================

def check_sequence(self, cr, uid, ids, target_id, target_next_id, context={}):

        """

        This method is execute from the sortable widget of JavaScript.

        Checking the sequence with to restrict move of transaction between the validated

        transaction and resequencing it based on the current operation.

        :param cr: the current row, from the database cursor,

        :param uid: the current users ID for security checks,

        :param ids: ids of object of bank.statement.ept,

        :param target_id: previous record of the current moving record,

        :param target_next_id: next record of the current moving record,

        :param context: context arguments, like lang, time zone,

        :return: True if done otherwise return null and raise warning from Javascript.

        """

        to_move = self.browse(cr, uid, ids[0], context=context)

        order = False

        records = []

        to_move_process_date = to_move.process_date

        

        if target_next_id :

            # While record is moving in between existing records whether it can be down or up.

            target = self.browse(cr, uid, target_next_id, context=context)

            to_move_seq = to_move.sequence

            to_index = target.sequence

            

            if to_move_seq > to_index :

                # While moving record down.

                order = 'movedown'

                bank_statement_ids = self.search(cr, uid, [('sequence','>', to_index), ('sequence','<', to_move_seq), ('state','=','validated')], limit=1)

                if bank_statement_ids :

                    return;

                target = self.browse(cr, uid, target_id, context=context)

                to_move_seq = to_move.sequence

                to_index = target.sequence

                target_process_date = target.process_date

                

                # Prevent moving down record past any record with previous date - Aldennis

                if to_move_process_date > target_process_date:

                    return 3


                

                records_to_modify = to_move_seq - to_index

                if records_to_modify == 1:

                    self.write(cr, uid, ids, {'sequence': to_move_seq - 1}, context=context)

                    self.write(cr, uid, [target_id], {'sequence': to_move_seq}, context=context)

                    return True

                self.write(cr, uid, ids, {'sequence': to_index}, context=context)

                records = self.search(cr, uid, [('id', 'not in', ids), ('sequence','>=', to_index), ('sequence','<', to_move_seq)])

            

            else :

                # While moving record up.

                order = 'moveup'

                target = self.browse(cr, uid, target_next_id, context=context)

                to_move_seq = to_move.sequence

                to_index = target.sequence

                target_process_date = target.process_date

                bank_statement_ids = self.search(cr, uid, [('sequence','>', to_move_seq), ('sequence','<', to_index), ('state','=','validated')], limit=1)

                if bank_statement_ids :

                    return;

                

                # Prevent moving up record past any record with upcoming date - Aldennis

                if to_move_process_date < target_process_date:

                    return 2

                

                records_to_modify = to_index - to_move_seq

                if records_to_modify == 1:

                    self.write(cr, uid, ids, {'sequence': to_move_seq + 1}, context=context)

                    self.write(cr, uid, [target_next_id], {'sequence': to_move_seq}, context=context)

                    return True

                self.write(cr, uid, ids, {'sequence': to_index}, context=context)

                records = self.search(cr, uid, [('id', 'not in', ids), ('sequence', '>', to_move_seq), ('sequence','<=', to_index)])

        else:

            # While record is moving at the last of view.

            order = 'movedown'

            to_seq = to_move.sequence

            bank_statement_ids = self.search(cr, uid, [('sequence', '<', to_seq), ('state', '=', 'validated')], limit=1)

            if bank_statement_ids:

                return;

            self.write(cr, uid, ids, {'sequence': 0}, context=context)

            records = self.search(cr, uid, [('id', 'not in', ids), ('sequence', '>=', 0), ('sequence','<=', to_seq)])

        self.re_allocate_sequence(cr, uid, records, order, context=context)

        # Recalculate all subsequent records balance 

        self._compute_balance(cr, uid, records, ['balance','calculate_balance'], args=None, context=context)

        return True

0
Avatar
Hylkää
Sehrish

Reorder records in tree view using handle widget: https://learnopenerp.blogspot.com/2022/05/use-handle-widget-to-reorder-records-in-tree-view-odoo15.html

Avatar
Aldennis
Tekijä Paras vastaus

I finaly manage to solve this issue by using the do_action function. My new js sript we'ere as follow:

 

openerp.till_reconciliation_ept = function (instance) {
    var _t = instance.web._t;
    var QWeb = instance.web.qweb;
    var Groups_ept = instance.web.ListView.Groups;

    /*
    Need to extended the function in order make the sequence work based on our need.
    That is used in the Bank Statement View.
    Stop the resequencing functionality of based while we are dealing with the Bank Statement view.

    --------------------------------------------------
    Changes were made in start and stop function of the sortable widget
    --------------------------------------------------
    added by jignesh date: 16/10/2017
    */

    // Added by Aldennis
    instance.web.ActionManager = instance.web.ActionManager.extend({

  // This will refresh the view for the current form
  // Usage: return {'type' : 'ir.actions.act_reload_statement_view'}
  ir_actions_act_reload_statement_view: function () {
   this.inner_widget.views[this.inner_widget.active_view].controller.reload();
   return $.when();
  },

  // This will refresh the view after a pop-up wizard was closed
  // Usage: return {'type' : 'ir.actions.wizard_reload_statement_view'}
  ir_actions_wizard_reload_statement_view: function (action, options) {
   if (!this.dialog) {
    options.on_close();
   }
   this.dialog_stop();
   this.inner_widget.views[this.inner_widget.active_view].controller.reload();
   return $.when();
  },
    });
    

    // This will reload the widget by invoking an action that executes the refresh function above - Aldennis
    instance.web.ListView.include({        
        reload_widget: function() {
            var self = this;
            return self.do_action({type: 'ir.actions.act_reload_statement_view'});
        },    
    });

    
    instance.web.ListView.Groups.include(/** @lends instance.web.ListView.Groups# */{
        passthrough_events: 'action deleted row_link',
        
        setup_resequence_rows: function (list, dataset) {
            // drag and drop enabled if list is not sorted and there is a
            // visible column with @widget=handle or "sequence" column in the view.
            if ((dataset.sort && dataset.sort())
                || !_(this.columns).any(function (column) {
                    return column.widget === 'handle'
                        || column.name === 'sequence';
                })) {
                return;
                list.view.reload_content();
            }
            var sequence_field = _(this.columns).find(function (c) {
                return c.widget === 'handle';
            });
            var seqname = sequence_field ? sequence_field.name : 'sequence';

            // ondrop, move relevant record & fix sequences
            list.$current.sortable({
                axis: 'y',
                items: '> tr[data-id]',
                helper: 'clone'
            });
            if (sequence_field) {
                list.$current.sortable('option', 'handle', '.oe_list_field_handle');
            }
            list.$current.sortable('option', {
                start: function (e, ui) {
                    ui.placeholder.height(ui.item.height());
                    if (dataset.model === 'bank.statement.ept') {
                        current_record_ept = list.records.get(ui.item.data('id')).attributes
                        if (current_record_ept) {
                            if (current_record_ept.state === 'validated') {
                                alert("You can't change ranking of those records which is in Validate state");
                                list.view.reload_content()
                                return;
                            }
                        }
                    }
                },
                stop: function (event, ui) {
                    var to_move = list.records.get(ui.item.data('id')),
                        target_id = ui.item.prev().data('id'),
                        from_index = list.records.indexOf(to_move),
                        target = list.records.get(target_id);
                    if (list.records.at(from_index - 1) == target) {
                        return;
                    }
                    if (dataset.model === 'bank.statement.ept') {
                        var target_next_id = ui.item.next().data('id')
                        return dataset.alive(dataset._model.call('check_sequence', [[ui.item.data('id')], target_id, target_next_id], {context: dataset.get_context()}))
                            .then(function (result) {
                                if (!result) {
                                    alert("You can't move bank statement across an already validated bank statement.");
                                    list.view.reload_content()
                                }
                                // Added additional alert messages whe dragged to different date - Aldennis 19/10/2017
                                if (result == 3) { alert("You can't move down any record past previous transaction date");
                                    list.view.reload_content()
                                }
                                if (result == 2) { alert("You can't move up record past upcoming transaction date");
                                    list.view.reload_content()
                                }
                                return result
                            })
                            .done(function () {
                                // Call the reload_widget function to invoke an action to reload the widget - Aldennis
                                list.view.reload_widget()
                            })
                    }
                    list.records.remove(to_move);
                    var to = target_id ? list.records.indexOf(target) + 1 : 0;
                    list.records.add(to_move, {at: to});

                    // resequencing time!
                    var record, index = to,
                        // if drag to 1st row (to = 0), start sequencing from 0
                        // (exclusive lower bound)
                        seq = to ? list.records.at(to - 1).get(seqname) : 0;
                    while (++seq, record = list.records.at(index++)) {
                        // write are independent from one another, so we can just
                        // launch them all at the same time and we don't really
                        // give a fig about when they're done
                        // FIXME: breaks on o2ms (e.g. Accounting > Financial
                        // Accounting > Taxes > Taxes, child tax accounts)
                        // when synchronous (without setTimeout)
                        (function (dataset, id, seq) {
                            $.async_when().done(function () {
                                var attrs = {};
                                attrs[seqname] = seq;
                                dataset.write(id, attrs);
                            });
                        }(dataset, record.get('id'), seq));
                        record.set(seqname, seq);
                    }
                } 
            }); 
        },
    });
};
0
Avatar
Hylkää
Nautitko keskustelusta? Älä vain lue, vaan osallistu!

Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!

Rekisteröidy
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
[Odoo 16] Date widget validates the type of maxDate is wrong
widget
Avatar
Avatar
1
heinäk. 24
2992
Odoo 12: How to define a Form View with custom Widget in odoo 12
widget
Avatar
Avatar
1
heinäk. 23
5352
Create a list of selection into "Add a section" button
widget
Avatar
0
maalisk. 24
4215
[widget] Ice Editor widget
widget
Avatar
Avatar
1
syysk. 22
7107
How to create a Widget
widget
Avatar
Avatar
1
maalisk. 22
7258
Yhteisö
  • Kurssit
  • Dokumentaatio
  • Foorumi
Avoin lähdekoodi
  • Lataa
  • Github
  • Runbot
  • Käännökset
Palvelut
  • Odoo.sh hosting
  • Tuki
  • Versionkorotus
  • Räätälöidyt kehitykset
  • Koulutus
  • Löydä kirjanpitäjä
  • Löydä kumppani
  • Ryhdy kumppaniksi
Meistä
  • Yrityksemme
  • Tavaramerkki
  • Ota yhteyttä
  • Työpaikat
  • Tapahtumat
  • Podcast
  • Blogi
  • Asiakkaat
  • Oikeudellinen ilmoitus • Yksityisyys
  • Tietoturva
الْعَرَبيّة 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 on kokoelma avoimen lähdekoodin yrityssovelluksia, jotka kattavat kaikki yrityksesi tarpeet: asiakkuudenhallinta eli CRM, verkkokauppa, kirjanpito, varastointi, kassajärjestelmä, projektinhallinta, jne.

Odoon uniikki arvolupaus on olla samanaikaisesti erittäin helppokäyttöinen ja täysin integroitu.

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