Commit b0196c58 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: fix synchronization spreadsheet gadget

parent 5217910c
......@@ -279,7 +279,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getModificationDate().strftime(\'%d/%m/%Y\')</string> </value>
<value> <string>python: here.getModificationDate().HTML4()</string> </value>
</item>
</dictionary>
</pickle>
......
  • Could you also please update the name of the field to use prefix your_ like in 8ed0408b . This avoid the property to be included by edit. It is a nice way to provide extra information with jIO without the risk to modify the data.

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