Bugfix in __terp__.py

bzr revid: fp@tinyerp.com-7802d36e56f6524cc437708c975255ed05a8548b
This commit is contained in:
Fabien Pinckaers 2007-04-22 21:23:29 +00:00
parent 4bb6a57d69
commit 3cbdec8b4c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* A number of days,
* A discount (%),
* A debit and a credit account
"""
""",
"init_xml" : [
],
"demo_xml" : [

View File

@ -15,7 +15,7 @@
It's usefull to give to all members of a project, so that they
get the contacts of all suppliers in this project.
"""
""",
"demo_xml" : [],
"update_xml" : ["analytic_partners_view.xml",
"analytic_partners_report.xml"],