Commit 3d96be34 authored by Sebastien Robin's avatar Sebastien Robin

pdm: allow to acquire different description depending on supply lines

Exactly like prices and other properties, it is useful for some projects to define different
descriptions depending if we are doing sales or purchases
parent 4f19f40f
......@@ -77,6 +77,7 @@
<string>start_date_range_max</string>
<string>start_date_range_min</string>
<string>comment</string>
<string>description</string>
<string>source_reference</string>
<string>destination_reference</string>
<string>p_variation_base_category_list</string>
......
......@@ -77,6 +77,7 @@
<string>start_date_range_max</string>
<string>start_date_range_min</string>
<string>comment</string>
<string>description</string>
<string>source_reference</string>
<string>destination_reference</string>
<string>p_variation_base_category_list</string>
......
......@@ -77,6 +77,7 @@
<string>start_date_range_max</string>
<string>start_date_range_min</string>
<string>comment</string>
<string>description</string>
<string>source_reference</string>
<string>destination_reference</string>
<string>p_variation_base_category_list</string>
......
......@@ -23,6 +23,24 @@
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>acquisition_object_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>alt_accessor_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
......@@ -49,6 +67,7 @@
<string>start_date_range_max</string>
<string>start_date_range_min</string>
<string>comment</string>
<string>description</string>
<string>source_reference</string>
<string>destination_reference</string>
<string>p_variation_base_category_list</string>
......@@ -59,6 +78,12 @@
<key> <string>content_portal_type</string> </key>
<value> <string>python: (\'Supply Line\',)</string> </value>
</item>
<item>
<key> <string>content_translation_acquired_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
......
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