Commit 29684fb2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

clean up object. Some fields is not required to use in tests

parent f6ea2564
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string>{SSHA}OFs3T9Updvnzs1Yglw450D3tTH/83ELCSIcV</string> </value> <value> <string>{SSHA}N9ih1W68kvrWtNsxPPtBSB9SUODG6fBU6x9i</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Address" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>city</string> </key>
<value> <string>Campos</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>default_address</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Address</string> </value>
</item>
<item>
<key> <string>sid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>street_address</string> </key>
<value> <string>adress</string> </value>
</item>
<item>
<key> <string>zip_code</string> </key>
<value> <string>23</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -41,23 +41,6 @@ ...@@ -41,23 +41,6 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>subordination_title</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item> <item>
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
...@@ -74,10 +57,6 @@ ...@@ -74,10 +57,6 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Career</string> </value> <value> <string>Career</string> </value>
</item> </item>
<item>
<key> <string>subordination_title</string> </key>
<value> <string>Nexedi</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Telephone" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>default_telephone</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Telephone</string> </value>
</item>
<item>
<key> <string>sid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>telephone_area</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>telephone_city</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>telephone_country</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>telephone_extension</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>telephone_number</string> </key>
<value> <string>819</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
169 170
\ No newline at end of file \ 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