~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to base_setup/base_setup_demo.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data noupdate="1">
4
 
        
5
 
        <record id="base.user_demo" model="res.users">
6
 
            <field name="action_id" ref="action_wizard_setup"/>
7
 
        </record>
8
 
        
9
 
    </data>
10
 
</openerp>