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