Commit 9b5e6bc4 authored by Nicolas Dumazet's avatar Nicolas Dumazet

disable acquisition_copy_value on quantity_unit.

This had been activated in 24427 by Mame, and we do not remember the reason of
this change.
The testInvoice test added in r24428, which looks related to that change, is
passing as of today with acquisition_copy disabled.

On the other hand, the copy behavior is annoying for children of Resource
Documents: Measure, for example, and the soon to come Quantity Unit Definition
Group:
  in those cases, both Product and its children have a quantity_unit, but their
  meanings are different, and the copy is not wanted.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31722 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b91c7ec
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquisition_copy_value</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>acquisition_mask_value</string> </key>
......@@ -112,7 +112,7 @@
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>4</string> </value>
<value> <string>6</string> </value>
</item>
<item>
<key> <string>membership_criterion_base_category</string> </key>
......
1429
\ No newline at end of file
1430
\ 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