openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21626
[Bug 1100064] Re: [7.0] uncontrolled automatic footer content on email send by OpenERP (portal, mail) with send_get_mail_body method
New patch without pdb
** Patch added: "allow_adding_email_footer_option.patch"
https://bugs.launchpad.net/openobject-addons/+bug/1100064/+attachment/3485148/+files/allow_adding_email_footer_option.patch
--
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