Skip to content
Snippets Groups Projects
Commit be49c2fc authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

[FIX] Use the module_filename field as filename for the binary field

lp bug: https://launchpad.net/bugs/323387 fixed

bzr revid: stephane@tinyerp.com-20090202131828-g4cnruz0nlwp1fdp
parent a50fc98d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ init_fields = {
finish_form = '''<?xml version="1.0"?>
<form string="Finish">
<separator string="Module successfully exported !" colspan="4"/>
<field name="module_file"/>
<field name="module_file" filename='module_filename'/>
<newline/>
<field name="module_filename"/>
</form>'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment