Added patch for issue6265: Add party required in account template form view

This commit is contained in:
Raimon Esteve 2017-02-13 14:38:41 +01:00
parent a46b9b58d9
commit d96545675f
2 changed files with 12 additions and 0 deletions

11
issue6265.diff Normal file
View File

@ -0,0 +1,11 @@
diff -r 26e0c98457b8 trytond/trytond/modules/account/view/account_template_form.xml
--- a/trytond/trytond/modules/account/view/account_template_form.xml Thu Feb 02 00:31:53 2017 +0100
+++ b/trytond/trytond/modules/account/view/account_template_form.xml Mon Feb 13 14:29:00 2017 +0100
@@ -17,5 +17,7 @@
<field name="deferral"/>
<label name="reconcile"/>
<field name="reconcile"/>
+ <label name="party_required"/>
+ <field name="party_required"/>
<field name="taxes" colspan="6"/>
</form>

1
series
View File

@ -120,3 +120,4 @@ issue4495_5945.diff
account_invoice_account.diff
issue4384.diff
issue4322-account_payment_sepa.diff
issue6265.diff