Commit 621957dd authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_property_sheets: give correct name to per_slice properties of SupplyLine

parent f7005659
...@@ -40,7 +40,7 @@ This property is useful for the following case :\n ...@@ -40,7 +40,7 @@ This property is useful for the following case :\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>sliced_base_price_property</string> </value> <value> <string>slice_base_price_property</string> </value>
</item> </item>
<item> <item>
<key> <string>mode</string> </key> <key> <string>mode</string> </key>
......
...@@ -33,13 +33,13 @@ ...@@ -33,13 +33,13 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>quantiy range of the items for which the sliced_base_price will be applied if base_price_per_sliced is True.\n <value> <string>quantiy range of the items for which the slice_base_price will be applied if base_price_per_slice is True.\n
\n \n
sliced_quantity_range is a 2-tuple : (min_bound, max_bound)</string> </value> slice_quantity_range is a 2-tuple : (min_bound, max_bound)</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>sliced_quantity_range_property</string> </value> <value> <string>slice_quantity_range_property</string> </value>
</item> </item>
<item> <item>
<key> <string>mode</string> </key> <key> <string>mode</string> </key>
......
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