İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
3221 Görünümler

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
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
Üretici

thx,i I'll give it a try

En İyi Yanıt

Inside account_invoice class in account_invoice.py add this:

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

 

Avatar
Vazgeç
Üretici

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

En İyi Yanıt

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

 

Avatar
Vazgeç
Üretici

怕他们看不懂