跳至内容
菜单
此问题已终结
1 回复
2907 查看

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
1866
2
1月 22
3106
0
7月 21
2810
8
5月 20
5778
0
12月 15
3605