Commit 2e9bcaca authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-02-09 yo

* Base_viewPDMFieldLibrary/my_base_unit_price simply reuses Base_viewFieldLibrary/my_base_unit_price now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32361 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01aff846
......@@ -12,10 +12,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>description</string>
<string>title</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -75,13 +72,9 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The smallest unit of price.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_money_quantity</string> </value>
<value> <string>my_base_unit_price</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......@@ -91,10 +84,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Price Precision</string> </value>
</item>
</dictionary>
</value>
</item>
......
2010-02-09 yo
* Base_viewPDMFieldLibrary/my_base_unit_price simply reuses Base_viewFieldLibrary/my_base_unit_price now.
2010-02-09 yo
* Add support for price precision. You can simply define supply lines for price precision, if you want to apply a precision different from a currency precision to unit prices.
......
444
\ No newline at end of file
445
\ 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