[IMP] used osv.TransientModel instead of osv.osv_memory in account_followup and remov...
[odoo/odoo.git] / addons / account_followup / res_config_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <record id="view_account_config_settings_inherit" model="ir.ui.view">
5             <field name="name">account settings</field>
6             <field name="model">account.config.settings</field>
7             <field name="inherit_id" ref="account.view_account_config_settings"/>
8             <field name="arch" type="xml">
9                <xpath expr="//label[@for='module_account_followup']" position="after">
10                     <button type="object" name="open_followup_level_form" string="Configure your follow-up levels" class="oe_link"/>
11                 </xpath>         
12             </field>
13         </record>
14     </data>
15 </openerp>