c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24962
[Bug 769788] Re: Get error message when send email quotation using email template through GTK Client
The problem can be solved changing line 195 in file
poweremail_send_wizard.py:
Change
screen_vals = self.read(cr, uid, ids[0], [],context)[0]
by:
screen_vals = self.read(cr, uid, ids, [], context)[0]
Recompile poweremail module and problem will gone!
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/769788
Title:
Get error message when send email quotation using email template
through GTK Client
Status in Power e-Mail for Open ERP:
New
Bug description:
Hi, I m newbie in open erp system
May I know how to solve the "you do not have valid maintainance openerp contract" when i using "purchase order form" wizard in purchase order though GTK client.
Thanks !!!
References