在openerp 7中将货币订单从“500 RM”改为“RM500”

时间:2013-10-03 16:15:19

标签: openerp

在openerp中,货币价值(行项目的总数)如下所示

enter image description here

是否可以在任何地方显示 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>

但不确定如何做到这一点。知道如何做到这一点吗?

1 个答案:

答案 0 :(得分:0)

无需在javascript或代码中进行编辑。只需将财务经理组提供给管理员,然后在Invoicing > Configuration > Miscellaneous > Currencies中。然后选择您的货币记录。您可以在此处看到SymbolSymbol Position。将symbol position更改为before amount