credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #00782
[Bug 898619] Re: can't send a mail to partner from Send followups wizard
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-898619-bde
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/898619
Title:
can't send a mail to partner from Send followups wizard
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
install acount_followup module
step -- --> go to Accounting/Periodical Processing/Billing/Send followups open wizard and click continue then add a partner in second wizard and click on send mail button so
it's give a error like "AttributeError: 'Field partner_id not found in browse_record(account_followup.stat, 200001)'"
addons = 5837
client = 2015
server = 3836
i put a traceback here
---------------------------------
Traceback (most recent call last):
File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/mma/home/workplace/rdtools/addons/trunk/account_followup/wizard/account_followup_print.py", line 231, in do_mail
partners.append(line.partner_id)
File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/orm.py", line 478, in __getattr__
raise AttributeError(e)
AttributeError: 'Field partner_id not found in browse_record(account_followup.stat, 200001)'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/898619/+subscriptions
References