Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2433 มุมมอง

Hi,

class currency_cal(osv.osv):

_columns={'currency_id':fields.many2one(res.currency),

'rate':fields.float('Rate')

currency_cal() @@@@@@@@@after this how to find the solution

 

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Look for currency_rate_update module, see here but still need to be review for v8 https://github.com/odoo-romania/l10n-romania?files=1

อวตาร
ละทิ้ง