From 54028e5c4d4a944469899d4677c1b1e757304b53 Mon Sep 17 00:00:00 2001 From: ?ngel ?lvarez Date: Wed, 12 Jun 2019 10:46:48 +0200 Subject: [PATCH] fix action to create account_moves from template --- issue8421.diff | 19 +++++++++++++++++++ series | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 issue8421.diff diff --git a/issue8421.diff b/issue8421.diff new file mode 100644 index 0000000..73d61c7 --- /dev/null +++ b/issue8421.diff @@ -0,0 +1,19 @@ +diff -r 71b6021e784d move_template.py +--- a/trytond/trytond/modules/account/move_template.py Mon Jun 10 19:16:18 2019 +0200 ++++ b/trytond/trytond/modules/account/move_template.py Wed Jun 12 10:10:46 2019 +0200 +@@ -88,6 +88,7 @@ + 'name': self.name, + 'string': self.string, + 'required': self.required, ++ 'help': '', + }) + return field + +@@ -256,6 +257,7 @@ + 'model': 'account.move.template.create.keywords', + 'view_id': 0, + 'fields': fields, ++ 'type': 'form', + } + if not hasattr(wizard.template, 'template'): + return view diff --git a/series b/series index c717bed..884367d 100644 --- a/series +++ b/series @@ -3,6 +3,7 @@ trytond_test_database.diff # [trytond] avoid errors on upgrades from version 3.4 logging_jsonrpc_exeption.diff # [trytond] logging JSONRPC Exception issue3932.diff # [account] rule account move and account move line by company +issue8421.diff # [account] set necessary attributes when generate keyword view issue6253.diff # [account_invoice] add invoice type criteria issue4506.diff # [account_invoice] Add credit invoices keyword from account.invoice @@ -29,8 +30,8 @@ party_identifier_migration.diff # [Party] avoid errors on upgrades production_view.diff [production] Split inputs and outputs on pages issue8413.diff [carrier] Add recname to search -# Sao +# Sao issue8240.diff # Add drag and drop support to sao issue8390.diff # Different readonly computation for editable tree issue8386.diff # Buttons on list view do not work