Commit 7555c46b authored by Romain Courteaud's avatar Romain Courteaud

Remove vifib_forge_release.

Move its code into slapos_cloud and vifib_web bt5.
parent e4e98ec8
......@@ -20,4 +20,7 @@
<portal_type id="Software Instance Module">
<item>business_application</item>
</portal_type>
<portal_type id="Software Release">
<item>aggregate</item>
</portal_type>
</base_category_list>
\ No newline at end of file
erp5_item
\ No newline at end of file
erp5_item
erp5_software_pdm
\ No newline at end of file
56
\ No newline at end of file
57
\ No newline at end of file
......@@ -6,4 +6,5 @@ Software Installation | aggregate
Software Installation | destination_section
Software Instance Module | business_application
Software Instance | aggregate
Software Instance | specialise
\ No newline at end of file
Software Instance | specialise
Software Release | aggregate
\ No newline at end of file
......@@ -17,7 +17,6 @@ vifib_data_category
vifib_data_payzen
vifib_data_simulation
vifib_data_web
vifib_forge_release
vifib_l10n_fr
vifib_mysql_innodb_catalog
vifib_open_trade
......
495
\ No newline at end of file
496
\ No newline at end of file
<base_category_list>
<portal_type id="Software Release">
<item>aggregate</item>
</portal_type>
</base_category_list>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>business_template_skin_layer_priority</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>float</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>business_template_skin_layer_priority</string> </key>
<value> <float>60.0</float> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>vifib_forge_release</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
erp5_software_pdm
\ No newline at end of file
Specialise ERP5 Forge Release for ViFib Project
\ No newline at end of file
Software Release | web_view
\ No newline at end of file
Software Release | aggregate
\ No newline at end of file
vifib_forge_release
\ No newline at end of file
vifib_forge_release
\ No newline at end of file
Vifib 0.5
\ No newline at end of file
......@@ -4,6 +4,5 @@ erp5_dms
erp5_jquery
erp5_km
erp5_web
vifib_forge_release
vifib_software_pdm
vifib_payzen
\ No newline at end of file
475
\ No newline at end of file
476
\ No newline at end of file
......@@ -4,4 +4,5 @@ Hosting Subscription | web_view
Open Sale Order Line | web_view
Software Installation | web_view
Software Instance | web_view
Software Product | web_view
\ No newline at end of file
Software Product | web_view
Software Release | web_view
\ No newline at end of file
......@@ -106,7 +106,6 @@ class testVifibMixin(ERP5TypeTestCase):
'vifib_base',
'vifib_open_trade',
'vifib_slap',
'vifib_forge_release',
'vifib_software_pdm',
'vifib_payzen',
'vifib_web',
......
......@@ -115,7 +115,6 @@ vifib_agent
vifib_base
vifib_cash
vifib_core
vifib_forge_release
vifib_jauks_theme
vifib_jauks_widget_library
vifib_open_trade
......@@ -221,7 +220,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_hosting_theme
vifib_jauks_theme
vifib_jauks_widget_library
......@@ -327,7 +325,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -427,7 +424,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -527,7 +523,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -630,7 +625,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -733,7 +727,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -833,7 +826,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -932,7 +924,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......@@ -1034,7 +1025,6 @@ slapos_cloud
vifib_agent
vifib_base
vifib_core
vifib_forge_release
vifib_open_trade
vifib_payzen
vifib_promise
......
......@@ -14,7 +14,6 @@ class VIFIB(SavedTestSuite, ProjectTestSuite):
'vifib_data_category',
'vifib_data_web',
'vifib_erp5',
'vifib_forge_release',
'vifib_l10n_fr',
'vifib_mysql_innodb_catalog',
'vifib_open_trade',
......
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