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

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

Avatar
Zrušit
Nejlepší odpověď

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,

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
bře 23
1852
2
led 22
3096
0
čvc 21
2803
8
kvě 20
5767
0
pro 15
3603