osbzr/gooderp_addons

View on GitHub
auto_exchange/view/auto_exchange_action.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<openerp>
    <data>
        <!-- 服务管理 action -->

        <record id="auto_exchange_action" model="ir.actions.act_window">
            <field name="name">自动取汇率设置</field>
            <field name="res_model">res.currency</field>
            <field name="view_mode">tree,form</field>
            <field name="help" type="html">
              <p class="oe_view_nocontent_create">
                点击创建自动取汇率配置
              </p>
            </field>
        </record>

    </data>
</openerp>