Skip to Content
मेन्यू
This question has been flagged
3 Replies
3226 Views

when i confire the invoice, has issue .

File "/home/jeafea/GreenOdoo-8.0-linux64/source/addons/account_analytic_plans/account_analytic_plans.py", line 395, in _get_analytic_lines ref = self._convert_ref(inv.number) ValueError: "'account.invoice' object has no attribute '_convert_ref'" while evaluating u'action_move_create()'

Avatar
Discard
Best Answer

Check whether def _convert_ref(self, cr, uid, ref) method is available at Account Module.  

Avatar
Discard
Author

thx,i I'll give it a try

Best Answer

Inside account_invoice class in account_invoice.py add this:

def _convert_ref(self, ref):
        return (ref or '').replace('/','')

 

Avatar
Discard
Author

thanks, i had successfully comfirmed the voice as u told me

Best Answer

好好的中文不说,偏写鸡肠!批评批评。嘿嘿~

 

Avatar
Discard
Author

怕他们看不懂