Commit 98176869 authored by Aurel's avatar Aurel

trade printout : customize title

parent 79321021
...@@ -302,7 +302,7 @@ AAA=</string> </value> ...@@ -302,7 +302,7 @@ AAA=</string> </value>
<office:master-styles>\n <office:master-styles>\n
<style:master-page style:name="Standard" style:page-layout-name="pm1">\n <style:master-page style:name="Standard" style:page-layout-name="pm1">\n
<style:header tal:define="default_language python:test(request.get(\'international_form\'), \'en\', here.Localizer.get_selected_language());\n <style:header tal:define="default_language python:test(request.get(\'international_form\'), \'en\', here.Localizer.get_selected_language());\n
orig_title string:Packing List;\n orig_title python: data_dict[\'report_title\'];\n
en_title python: unicode(here.Base_translateString(orig_title, lang=default_language), \'utf-8\');\n en_title python: unicode(here.Base_translateString(orig_title, lang=default_language), \'utf-8\');\n
my_title python: unicode(here.Base_translateString(orig_title), \'utf-8\');\n my_title python: unicode(here.Base_translateString(orig_title), \'utf-8\');\n
orig_page string:Page;\n orig_page string:Page;\n
...@@ -371,8 +371,7 @@ AAA=</string> </value> ...@@ -371,8 +371,7 @@ AAA=</string> </value>
</style:master-page>\n </style:master-page>\n
<style:master-page style:name="Endnote" style:page-layout-name="pm2"/>\n <style:master-page style:name="Endnote" style:page-layout-name="pm2"/>\n
</office:master-styles>\n </office:master-styles>\n
</office:document-styles>\n </office:document-styles>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
...@@ -402,7 +401,7 @@ AAA=</string> </value> ...@@ -402,7 +401,7 @@ AAA=</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment