Commit f71eca22 authored by Vincent Pelletier's avatar Vincent Pelletier

There can never be any line inside a Packing Lists Line, so remove field's...

There can never be any line inside a Packing Lists  Line, so remove field's TALES expression and always enable it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20423 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8d81430
......@@ -18,7 +18,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>enabled</string>
</list>
</value>
</item>
<item>
......@@ -59,6 +61,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_context</string> </key>
<value> <string></string> </value>
......@@ -71,6 +77,10 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -78,6 +88,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>extra_context</string> </key>
<value>
......
236
\ No newline at end of file
237
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