trytond-patches/issue6265.diff

12 lines
514 B
Diff

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>