~aw/openerp-vertel/trunk

« back to all changes in this revision

Viewing changes to l10n_se_rm/setup_view.xml

  • Committer: Anders Wallenquist
  • Date: 2012-07-28 17:01:52 UTC
  • Revision ID: aw@u36jc-20120728170152-tt1pjhrlf1kfl1pp
New module: l10n_se_rm (Reccurring modules), templates for common transactions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
 
 
6
    <record id="action_archive" model="ir.actions.act_window">
 
7
        <field name="name">Setup Manual Archive Rules</field>
 
8
        <field name="res_model">res.partner.bank</field>
 
9
        <field name="view_type">form</field>
 
10
        <field name="view_mode">tree,form</field>
 
11
        <field name="context" eval="{'default_partner_id':ref('base.main_partner'), 'company_hide':False, 'default_company_id':ref('base.main_company'), 'search_default_my_bank':1}"/>
 
12
        <field name="help">Configure your company's bank account and select those that must appear on the report footer. You can reorder banks in the list view. If you use the accounting application of OpenERP, journals and accounts will be created automatically based on these data.</field>
 
13
    </record>
 
14
 
 
15
<!--    <menuitem
 
16
        sequence="0"
 
17
        parent="account.account_account_menu"
 
18
        id="menu_action_bank_tree"
 
19
        action="action_bank_tree"/>
 
20
-->
 
21
 
 
22
    <record id="account_archive_todo" model="ir.actions.todo">
 
23
        <field name="action_id" ref="action_archive"/>
 
24
        <field name="category_id" ref="account.category_accounting_configuration"/>
 
25
        <field name="sequence">50</field>
 
26
    </record>
 
27
 
 
28
    </data>
 
29
</openerp>