BASE_REPORT_DESIGNER: fix terp and init

bzr revid: ced-f899f73f413dad11912c82d0f458736f17dedc80
This commit is contained in:
ced 2007-06-08 05:05:15 +00:00
parent 5faf7933bc
commit b2363d6de7
2 changed files with 2 additions and 6 deletions

View File

@ -26,5 +26,4 @@
#
##############################################################################
import account_simulation
import wizard

View File

@ -4,17 +4,14 @@
This module adds wizards to import/export documents to be edited in
OpenOffice.
""",
"version" : "1.0",
"depends" : ["account"],
"version" : "0.1",
"depends" : ["base"],
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Generic Modules/Base",
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [ "base_report_designer_wizard.xml" ],
# "translations" : {
# "fr": "i18n/french_fr.csv"
# },
"active": False,
"installable": True
}