From dff3e6d0155983b66e76ba980b72152914408fb8 Mon Sep 17 00:00:00 2001 From: ?ngel ?lvarez Date: Mon, 10 Jun 2019 21:24:52 +0200 Subject: [PATCH] som fixes on patches --- issue8386.diff | 2 +- production_view.diff | 16 +++++++++------- series | 6 ++++-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/issue8386.diff b/issue8386.diff index 596d104..9593e74 100644 --- a/issue8386.diff +++ b/issue8386.diff @@ -17,7 +17,7 @@ diff -r 99ab023bae5d src/view/tree.js - init: function(screen, attributes) { - this.screen = screen; + init: function(view, attributes) { -+ this.screen = view; ++ this.view = view; this.type = 'button'; this.attributes = attributes; }, diff --git a/production_view.diff b/production_view.diff index 72d3e64..6869fae 100644 --- a/production_view.diff +++ b/production_view.diff @@ -1,17 +1,19 @@ diff -r 74028491a4a5 view/production_form.xml --- a/trytond/trytond/modules/production/view/production_form.xml Mon May 06 15:06:40 2019 +0200 -+++ b/trytond/trytond/modules/production/view/production_form.xml Sun Jun 09 18:04:23 2019 +0200 -@@ -19,9 +19,11 @@ ++++ b/trytond/trytond/modules/production/view/production_form.xml Mon Jun 10 11:46:50 2019 +0200 +@@ -19,10 +19,12 @@