Commit 6404412f authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_pdm: Use Effective Date and expiration date on Transformation

parent 475701a7
......@@ -11,4 +11,7 @@
<portal_type id="Supply Cell">
<item>Reference</item>
</portal_type>
<portal_type id="Transformation">
<item>DublinCore</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
......@@ -86,6 +86,18 @@
<key> <string>type_class</string> </key>
<value> <string>Transformation</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -111,8 +111,8 @@
<string>my_reference</string>
<string>my_resource_title</string>
<string>my_template_transformation_title_list</string>
<string>my_start_date_range_min</string>
<string>my_start_date_range_max</string>
<string>my_effective_date</string>
<string>my_expiration_date</string>
</list>
</value>
</item>
......
......@@ -9,12 +9,14 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_start_date_range_max</string> </value>
<value> <string>my_effective_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -77,11 +79,15 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_start_date_range_max</string> </value>
<value> <string>my_date</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewPDMFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Valid from</string> </value>
</item>
</dictionary>
</value>
......
......@@ -9,12 +9,14 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_start_date_range_min</string> </value>
<value> <string>my_expiration_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -77,11 +79,15 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_start_date_range_min</string> </value>
<value> <string>my_date</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewPDMFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Valid until</string> </value>
</item>
</dictionary>
</value>
......
Component | DefaultImage
Measure Cell | Amount
Product | DefaultImage
Supply Cell | Reference
\ No newline at end of file
Supply Cell | Reference
Transformation | DublinCore
\ No newline at end of file
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