Commit 18f1b521 authored by Nicolas Wavrant's avatar Nicolas Wavrant

portal_property_sheets: add a storage_id for the birthplace_address_property of a Person

It prevents the getter to fail if a Person object has been reached from a relation property
parent d61d906b
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Acquired Property</string> </value> <value> <string>Acquired Property</string> </value>
</item> </item>
<item>
<key> <string>storage_id</string> </key>
<value> <string>default_address</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
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