openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27766
[Bug 1317097] [NEW] sign in website_quote is base64 encoded when it shouldn't
Public bug reported:
When you sign a quotation using the website_quote module, your signature
(field sign) is base64 encoded, when it actually shouldn't.
def message_post states that:
:param tuple(str,str) attachments or list id: list of attachment tuples in the form
``(name,content)``, where content is NOT base64 encoded
Due to the attachment already been base64 encoded, the signature can not
be viewed in the message log.
Please find a fix attached to this bug report.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/1317097
Title:
sign in website_quote is base64 encoded when it shouldn't
Status in OpenERP Addons (modules):
New
Bug description:
When you sign a quotation using the website_quote module, your
signature (field sign) is base64 encoded, when it actually shouldn't.
def message_post states that:
:param tuple(str,str) attachments or list id: list of attachment tuples in the form
``(name,content)``, where content is NOT base64 encoded
Due to the attachment already been base64 encoded, the signature can
not be viewed in the message log.
Please find a fix attached to this bug report.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1317097/+subscriptions
Follow ups
References