Created on 2020-06-30.17:29:31 by ced, last changed 7 months ago by roundup-bot.
New changeset f43b57003e8b by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/tryton-env/rev/f43b57003e8b
New changeset 8288b688cfeb by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/trytond/rev/8288b688cfeb
New changeset 83287ed2d759 by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/tryton/rev/83287ed2d759
New changeset 8e374f951fa2 by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/sao/rev/8e374f951fa2
New changeset 1c5f82e2c528 by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/modules/web_user/rev/1c5f82e2c528
New changeset e454ba88f94c by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/modules/party/rev/e454ba88f94c
New changeset b818ce5257dc by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/modules/notification_email/rev/b818ce5257dc
New changeset 8d9323751b81 by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/modules/company/rev/8d9323751b81
New changeset 2080fa50247b by Cédric Krier in branch 'default': Send client email via server https://hg.tryton.org/modules/commission/rev/2080fa50247b
Using sao, when tryting to add a Report to an email template I get the following error: Traceback (most recent call last): File "/trytond/wsgi.py", line 109, in dispatch_request return endpoint(request, **request.view_args) File "/trytond/protocols/dispatcher.py", line 47, in rpc return methods.get(request.rpc_method, _dispatch)( File "/trytond/wsgi.py", line 77, in auth_required return wrapped(*args, **kwargs) File "/trytond/protocols/wrappers.py", line 131, in wrapper return func(request, pool, *args, **kwargs) File "/trytond/protocols/dispatcher.py", line 181, in _dispatch result = rpc.result(meth(*c_args, **c_kwargs)) File "/trytond/model/modelsql.py", line 1246, in search tables, expression = cls.search_domain(domain) File "/trytond/model/modelsql.py", line 1432, in search_domain expression = convert(domain) File "/trytond/model/modelsql.py", line 1429, in convert return And((convert(d) for d in ( File "/trytond/model/modelsql.py", line 1429, in <genexpr> return And((convert(d) for d in ( File "/trytond/model/modelsql.py", line 1420, in convert expression = field.convert_domain(domain, tables, cls) File "/trytond/model/fields/field.py", line 528, in convert_domain return super(FieldTranslate, self).convert_domain( File "/trytond/model/fields/field.py", line 391, in convert_domain assert name == self.name AssertionError
Ready for testing.
On 2020-07-01 23:35, Sergi Almacellas Abellana wrote: > - Do you plan to allow the user to see all the sent emails for a record? As we have them stored on the server I think it makes sense to allow other users to see all the emails sent for a record (probably with a similar design like attachments and notes). Yes that's why I created a general relate on all models. > - Why not sotoring also emails sent by the notification_email module? This will make sense for me to allow the user to see that some notification has sent for the record. Probably we can merge the notification.email.log with the ir.email models and store everything together. This is something that should be discussed and balanced. But for me, it is out of the scope of this feature as it would require migration for notification_email module and this feature is already big enough.
I have two doubts here: - Do you plan to allow the user to see all the sent emails for a record? As we have them stored on the server I think it makes sense to allow other users to see all the emails sent for a record (probably with a similar design like attachments and notes). - Why not sotoring also emails sent by the notification_email module? This will make sense for me to allow the user to see that some notification has sent for the record. Probably we can merge the notification.email.log with the ir.email models and store everything together.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-09-17 17:19:07 | roundup-bot | set | messages: + msg60212 |
2020-09-17 17:18:57 | roundup-bot | set | messages: + msg60211 |
2020-09-17 17:18:52 | roundup-bot | set | messages: + msg60210 |
2020-09-17 17:18:50 | roundup-bot | set | messages: + msg60209 |
2020-09-17 17:18:47 | roundup-bot | set | messages: + msg60208 |
2020-09-17 17:18:42 | roundup-bot | set | messages: + msg60207 |
2020-09-17 17:18:36 | roundup-bot | set | messages: + msg60206 |
2020-09-17 17:18:28 | roundup-bot | set | messages: + msg60205 |
2020-09-17 17:18:24 | roundup-bot | set | status: testing -> resolved nosy: + roundup-bot messages: + msg60204 |
2020-09-12 15:25:56 | reviewbot | set | messages: + msg60083 |
Showing 10 items. Show all history (warning: this could be VERY long)