Skip to content
Snippets Groups Projects
Commit f66466ef authored by Cédric Krier's avatar Cédric Krier
Browse files

Add sxw files in setup

bzr revid: ced-804e45a288c003e26dc69703ef6cb99ec69b028d
parent d1c6fad0
Branches
Tags
No related merge requests found
......@@ -107,6 +107,7 @@ def data_files():
add_path.replace('bin', 'tinyerp-server', 1), 'report'),
glob.glob(opj(add_path, 'report', '*xml')) +
glob.glob(opj(add_path, 'report', '*rml')) +
glob.glob(opj(add_path, 'report', '*sxw')) +
glob.glob(opj(add_path, 'report', '*xsl')))]
files.extend(pathfiles)
return files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment