lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit c76f571e authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

Acquire subordination from parent Computer.

Thanks to this Computer Partitions can be in same category as Computers they
are contained in.

Conflicts:
	bt5/erp5_base/bt/revision
parent 61a67550
......@@ -31,7 +31,9 @@
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple/>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
......@@ -52,7 +54,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Career\', ]</string> </value>
<value> <string>python: [\'Career\', \'Computer\']</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......@@ -78,7 +80,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_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