~ubuntu-branches/ubuntu/saucy/tryton-modules-currency/saucy

« back to all changes in this revision

Viewing changes to currency.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Behrle
  • Date: 2011-05-24 21:33:59 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524213359-yizd3u71wh2dpx5y
Tags: 2.0.1-1
* Updating to standards version 3.9.2.
* Merging upstream version 2.0.0.
* Merging upstream version 2.0.1.
* Updating Copyright.
* Updating versioned tryton depends to 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        <record model="res.user" id="res.user_trigger">
13
13
            <field name="groups" eval="[('add', ref('group_currency_admin'))]"/>
14
14
        </record>
 
15
        <record model="ir.ui.icon" id="currency_icon">
 
16
            <field name="name">tryton-currency</field>
 
17
            <field name="path">icons/tryton-currency.svg</field>
 
18
        </record>
15
19
        <menuitem name="Currency Management" id="menu_currency" sequence="3"
16
20
            groups="group_currency_admin" icon="tryton-currency"/>
17
21
 
114
118
        <record model="ir.action.act_window" id="act_currency_form">
115
119
            <field name="name">Currencies</field>
116
120
            <field name="res_model">currency.currency</field>
117
 
            <field name="view_type">form</field>
118
121
        </record>
119
122
        <record model="ir.action.act_window.view" id="act_currency_form_view1">
120
123
            <field name="sequence" eval="10"/>