Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
3220 Zobrazení

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
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Autor

thx,i I'll give it a try

Nejlepší odpověď

Inside account_invoice class in account_invoice.py add this:

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

 

Avatar
Zrušit
Autor

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

Nejlepší odpověď

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

 

Avatar
Zrušit
Autor

怕他们看不懂