Remove issue8421 as it has already been backported to 5.2 branch

This commit is contained in:
Albert Cervera i Areny 2019-06-13 09:43:48 +02:00
parent 80ec9c24d0
commit 0b96cd4cb5
2 changed files with 0 additions and 20 deletions

View File

@ -1,19 +0,0 @@
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

1
series
View File

@ -3,7 +3,6 @@ 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