在openerp中,货币价值(行项目的总数)如下所示
是否可以在任何地方显示 RM 100 。 xml中的实际行低于
<field name="amount_untaxed" widget='monetary' options="{'currency_field': 'currency_id'}" />
我有一个线索可以在web / xml / base.xml下编辑它
<t t-name="FieldMonetary" t-extend="FieldChar">
<t t-jquery="t:first" t-operation="before">
<t t-if="widget.get('currency_info') and widget.get('currency_info').position === 'before'">
<t t-esc="widget.get('currency_info').symbol"/>
</t>
</t>
<t t-jquery="t:last" t-operation="after">
<t t-if="widget.get('currency_info') and widget.get('currency_info').position === 'after'">
<t t-esc="widget.get('currency_info').symbol"/>
</t>
</t>
</t>
但不确定如何做到这一点。知道如何做到这一点吗?
答案 0 :(得分:0)
无需在javascript或代码中进行编辑。只需将财务经理组提供给管理员,然后在Invoicing > Configuration > Miscellaneous > Currencies
中。然后选择您的货币记录。您可以在此处看到Symbol
和Symbol Position
。将symbol position
更改为before amount