Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
3daafef7 by Cédric Krier at 2023-02-20T17:03:50+01:00
Remove unused set_value method from board action

Closes #5046
- - - - -


2 changed files:

- sao/src/board.js
- tryton/tryton/gui/window/view_board/action.py


Changes:

=====================================
sao/src/board.js
=====================================
@@ -179,8 +179,6 @@
                 });
             }
         },
-        set_value: function() {
-        },
         display: function() {
             this.screen.search_filter(this.screen.screen_container.get_text());
         },


=====================================
tryton/tryton/gui/window/view_board/action.py
=====================================
@@ -122,10 +122,6 @@
                     self.screen.current_record.cancel()
             WinForm(self.screen, callback, title=self.title.get_text())
 
-    def set_value(self, mode, model_field):
-        self.screen.current_view.set_value()
-        return True
-
     def display(self):
         self.screen.search_filter(self.screen.screen_container.get_text())
 



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/3daafef77e49b33dd4a4c52cf885d6bf0541148d

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/3daafef77e49b33dd4a4c52cf885d6bf0541148d
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to