Commit a3bf7d31 authored by Nicolas Dumazet's avatar Nicolas Dumazet

quantity_unit: remove Resources from acquisition portal type, disable copy on acquisition

it is not necessary to acquire quantity_unit in subobject of Resources.
It causes view issues in Measure views.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37248 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdd5091e
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</item> </item>
<item> <item>
<key> <string>acquisition_copy_value</string> </key> <key> <string>acquisition_copy_value</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>acquisition_mask_value</string> </key> <key> <string>acquisition_mask_value</string> </key>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalResourceTypeList())</string> </value> <value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
</item> </item>
<item> <item>
<key> <string>acquisition_sync_value</string> </key> <key> <string>acquisition_sync_value</string> </key>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</item> </item>
<item> <item>
<key> <string>last_id</string> </key> <key> <string>last_id</string> </key>
<value> <string>4</string> </value> <value> <string>6</string> </value>
</item> </item>
<item> <item>
<key> <string>membership_criterion_base_category</string> </key> <key> <string>membership_criterion_base_category</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