fix action to create account_moves from template

This commit is contained in:
?ngel ?lvarez 2019-06-12 10:46:48 +02:00
parent 84671f939a
commit 54028e5c4d
2 changed files with 21 additions and 1 deletions

19
issue8421.diff Normal file
View File

@ -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

3
series
View File

@ -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