[FIX] Fixed a little bug with multi addon path + changed minimal chart module

name

bzr revid: nicolas.vanhoren@openerp.com-20101026095759-201hggg8n39hmdtm
This commit is contained in:
nvi-openerp 2010-10-26 11:57:59 +02:00
parent f24c02ff5f
commit 1ec3503256
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ class base_module_import(osv.osv_memory):
fname = fdata.namelist()[0]
module_name = os.path.split(fname)[0]
ad = tools.config['addons_path']
ad = tools.config['addons_path'].split(",")[-1]
fname = os.path.join(ad, module_name+'.zip')
try:

2
debian/copyright vendored
View File

@ -162,7 +162,7 @@ License: GPL-2+
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
Files: bin/addons/l10n_chart_uk_minimal/*
Files: bin/addons/l10n_minimal_chart_uk/*
Copyright:
(C) 2004-2008 Tiny.be <info@tiny.be>
(C) 2004-2008 Seath Solutions Ltd.

View File

@ -37,7 +37,7 @@ profiles = [
'profile_manufacturing'
]
l10n_charts = [
'l10n_chart_uk_minimal',
'l10n_minimal_chart_uk',
False,
'l10n_be',
'l10n_fr'