MULTI_COMPANY_ACCOUNT: add demo xml and init file

bzr revid: ced-8a9426cfea4bbb41b005e41c9aaec8e1dcb717ba
This commit is contained in:
ced 2007-03-27 08:00:55 +00:00
parent 7f5bf76542
commit bc5f483188
5 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,2 @@
import account
import project
import hr

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<terp>
<data fakenoupdate="1">
<data update="1">
<record model="res.partner" id="second_partner">
<field name="name">Tiny2 sprl</field>
</record>

View File

@ -0,0 +1 @@
import multi_company_account

View File

@ -6,7 +6,7 @@
"category" : "Generic Modules/Base",
"init_xml" : [],
"demo_xml" : ["multi_company_account_demo.xml",],
"update_xml" : ["account_view.xml"],
"update_xml" : ["multi_company_account_view.xml"],
"active": False,
"installable": True
}

View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<terp>
<data noupdate="1">
</data>
</terp>