changeset 19e35328934a in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset;node=19e35328934a
description:
        Rearrange help text to limit to 80 cols
diffstat:

 trytond/ir/email_.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 7857e6063143 -r 19e35328934a trytond/ir/email_.py
--- a/trytond/ir/email_.py      Sun Nov 15 18:18:11 2020 +0100
+++ b/trytond/ir/email_.py      Sun Nov 15 18:18:37 2020 +0100
@@ -284,8 +284,8 @@
             'invisible': Bool(Eval('recipients_secondary')),
             },
         depends=['recipients_secondary'],
-        help="A PYSON expression that generates a list of secondary recipients 
"
-        'with the record represented by "self".')
+        help="A PYSON expression that generates a list "
+        'of secondary recipients with the record represented by "self".')
     recipients_hidden = fields.Many2One(
         'ir.model.field', "Hidden Recipients",
         domain=[

Reply via email to