跳至內容
選單
此問題已被標幟
1 回覆
2926 瀏覽次數

I configure my Odoo with this indication here:

https://www.odoo.com/documentation/user/9.0/accounting/others/multicurrencies/how_it_works.html

and read : But there are now two complementary fields, the amount that was actually paid and the currency in which it was paid.

BUT on my instance I never can see this two fields. Neither on account bank statement current or when create a new account bank statement.

My Odoo version is :

version 9.0c-20160620 (Community Edition)

How can I do to see this fields ?

Thanks

頭像
捨棄
最佳答案

Hello Eric,

Amount Currency field is invisible in Base module.You can inherit view and make it visible.

You can use xpath:

<xpath expr="//field[@name='line_ids']/tree/field[@name='amount_currency']" position="attributes">

<attribute name="invisible">0</attribute>

</xpath>

Thanks,

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 23
1883
2
1月 22
3130
0
7月 21
2840
8
5月 20
5788
0
12月 15
3642