openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21621
Re: [Bug 1100064] Re: [7.0] uncontrolled automatic footer content on email send by OpenERP (portal, mail) with send_get_mail_body method
Ok i will correct thid
Le 16 janv. 2013 09:35, "Alexandre Fayolle @ camptocamp" <
alexandre.fayolle@xxxxxxxxxxxxxx> a écrit :
> Careful: you left a pdb.set_trace() in your patch.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1100064
>
> Title:
> [7.0] uncontrolled automatic footer content on email send by OpenERP
> (portal, mail) with send_get_mail_body method
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openobject-addons/+bug/1100064/+subscriptions
>
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1100064
Title:
[7.0] uncontrolled automatic footer content on email send by OpenERP
(portal, mail) with send_get_mail_body method
Status in OpenERP Addons (modules):
New
Bug description:
In mail and portal module, OpenERP add non controlled content to email
automatically with the send_get_mail_body() method.
I think company using OpenERP should be able to allow or not this kind
of intrusive information !
So I add a field in res.compagny model to control what we want to send to customer/supplier.
I update send_get_mail_body() to use this field value. This option is unchecked by default.
Field is use on res.company so, some company in the same database can
allow auto adding content on email.
Be careful if you activate this to know what OpenERP is sending for you !
To know it, just search "send_get_mail_body" in code of your installed modules.
See attached patch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1100064/+subscriptions
References