Commit b1ec447d authored by Łukasz Nowak's avatar Łukasz Nowak

Provide default registration resource.

parent 8cf37f2b
<local_roles_item>
<local_roles>
<role id='ERP5TypeTestCase'>
<item>Owner</item>
</role>
<role id='G-COMPANY'>
<item>Assignor</item>
</role>
<role id='R-COMPUTER'>
<item>Auditor</item>
</role>
<role id='R-INSTANCE'>
<item>Auditor</item>
</role>
<role id='R-MEMBER'>
<item>Auditor</item>
</role>
</local_roles>
</local_roles_item>
\ No newline at end of file
<?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>azezae</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>address</string> </value>
</item>
<item>
<key> <string>zip_code</string> </key>
<value> <string>123456</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Telephone" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>coordinate_text</string> </key>
<value>
<none/>
</value>
</item>
<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_number</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
339
\ No newline at end of file
340
\ No newline at end of file
service_module/vifib_registration
\ No newline at end of file
......@@ -69,6 +69,7 @@ sale_trade_condition_module
sale_trade_condition_module/vifib_trade_condition
service_module
service_module/computer_registration
service_module/vifib_registration
software_instance_module
software_product_module
software_product_module/test_software_product
......
......@@ -39,8 +39,8 @@ open_sale_order_module/test_vifib_customer_a_open_sale_order
open_sale_order_module/test_vifib_customer_open_sale_order
open_sale_order_module/test_vifib_developer_open_sale_order
open_sale_order_module/test_vifib_member_open_sale_order
open_sale_order_module/test_vifib_user_developer_open_sale_order
open_sale_order_module/test_vifib_user_admin_open_sale_order
open_sale_order_module/test_vifib_user_developer_open_sale_order
organisation_module
organisation_module/vifib_internet
person_module
......@@ -69,6 +69,7 @@ sale_trade_condition_module
sale_trade_condition_module/vifib_trade_condition
service_module
service_module/computer_registration
service_module/vifib_registration
software_instance_module
software_product_module
software_product_module/test_software_product
......
......@@ -29,4 +29,5 @@ person_module/test_vifib_user_admin/**
person_module/test_vifib_user_developer
person_module/test_vifib_user_developer/**
service_module/computer_registration
service_module/computer_registration/**
\ No newline at end of file
service_module/computer_registration/**
service_module/vifib_registration
\ 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