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

This commit is contained in:
Raimon Esteve 2017-02-13 15:07:59 +01:00
parent e97382a383
commit 0c76fc5fd5
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

@ -23,6 +23,7 @@ issue5154.diff
issue6021003_1.diff
issue6341003_1.diff
issue6253.diff
issue6265.diff
logging_jsonrpc_exeption.diff
stock_supply_production-performance-improvement.diff
tax_active_invisible.diff