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

Rebgrand vifib_software_pdm into slapos_pdm.

parent 2ba792be
...@@ -2,4 +2,5 @@ slapos_category ...@@ -2,4 +2,5 @@ slapos_category
slapos_cloud slapos_cloud
slapos_slap_tool slapos_slap_tool
slapos_cache slapos_cache
slapos_rest_api_v1 slapos_rest_api_v1
\ No newline at end of file slapos_pdm
\ No newline at end of file
26 27
\ No newline at end of file \ No newline at end of file
...@@ -7,4 +7,5 @@ organisation_module ...@@ -7,4 +7,5 @@ organisation_module
person_module person_module
software_installation_module software_installation_module
software_instance_module software_instance_module
software_product_module
software_release_module software_release_module
\ No newline at end of file
...@@ -7,4 +7,5 @@ organisation_module ...@@ -7,4 +7,5 @@ organisation_module
person_module person_module
software_installation_module software_installation_module
software_instance_module software_instance_module
software_product_module
software_release_module software_release_module
\ No newline at end of file
...@@ -18,5 +18,7 @@ Software Installation ...@@ -18,5 +18,7 @@ Software Installation
Software Installation Module Software Installation Module
Software Instance Software Instance
Software Instance Module Software Instance Module
Software Product
Software Product Module
Software Release Software Release
Software Release Module Software Release Module
\ No newline at end of file
...@@ -18,5 +18,7 @@ Software Installation ...@@ -18,5 +18,7 @@ Software Installation
Software Installation Module Software Installation Module
Software Instance Software Instance
Software Instance Module Software Instance Module
Software Product
Software Product Module
Software Release Software Release
Software Release Module Software Release Module
\ No newline at end of file
<property_sheet_list> <property_sheet_list>
<portal_type id="Software Product"> <portal_type id="Software Product">
<item>DefaultImage</item> <item>DefaultImage</item>
<item>SlapOSSoftwareProductConstraint</item>
</portal_type>
<portal_type id="Software Release">
<item>SlapOSSoftwareReleaseConstraint</item>
</portal_type> </portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -24,9 +24,15 @@ ...@@ -24,9 +24,15 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>VifibSoftwareReleaseConstraint</string> </value> <value> <string>SlapOSSoftwareProductConstraint</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -24,9 +24,15 @@ ...@@ -24,9 +24,15 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>VifibSoftwareProductConstraint</string> </value> <value> <string>SlapOSSoftwareReleaseConstraint</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>vifib_software_pdm</string> </value> <value> <string>slapos_pdm</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
2012 Nexedi SA
\ No newline at end of file
Specialised PDM management for SlapOS.
\ No newline at end of file
Software Product | DefaultImage
Software Product | SlapOSSoftwareProductConstraint
Software Release | SlapOSSoftwareReleaseConstraint
\ No newline at end of file
SlapOSSoftwareProductConstraint
SlapOSSoftwareReleaseConstraint
\ No newline at end of file
slapos_pdm
\ No newline at end of file
slapos_pdm
\ No newline at end of file
...@@ -50,10 +50,4 @@ ...@@ -50,10 +50,4 @@
<portal_type id="Sale Packing List Line"> <portal_type id="Sale Packing List Line">
<item>VifibSalePackingListLineConstraint</item> <item>VifibSalePackingListLineConstraint</item>
</portal_type> </portal_type>
<portal_type id="Software Product">
<item>VifibSoftwareProductConstraint</item>
</portal_type>
<portal_type id="Software Release">
<item>VifibSoftwareReleaseConstraint</item>
</portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -23,7 +23,7 @@ vifib_slap ...@@ -23,7 +23,7 @@ vifib_slap
vifib_slapos_accounting vifib_slapos_accounting
vifib_slapos_capacity vifib_slapos_capacity
slapos_rest_api_v1 slapos_rest_api_v1
vifib_software_pdm slapos_pdm
vifib_upgrader vifib_upgrader
vifib_web vifib_web
slapos_erp5 slapos_erp5
\ No newline at end of file
533 534
\ No newline at end of file \ No newline at end of file
...@@ -68,7 +68,6 @@ service_module/computer_registration ...@@ -68,7 +68,6 @@ service_module/computer_registration
service_module/vifib_discount service_module/vifib_discount
service_module/vifib_registration service_module/vifib_registration
service_module/vifib_tax service_module/vifib_tax
software_product_module
software_product_module/test_software_product software_product_module/test_software_product
software_release_module/test_software_release software_release_module/test_software_release
support_request_module support_request_module
......
...@@ -68,11 +68,10 @@ service_module/computer_registration ...@@ -68,11 +68,10 @@ service_module/computer_registration
service_module/vifib_discount service_module/vifib_discount
service_module/vifib_registration service_module/vifib_registration
service_module/vifib_tax service_module/vifib_tax
software_product_module
software_product_module/test_software_product
software_release_module/test_software_release
support_request_module support_request_module
system_event_module system_event_module
tax_module tax_module
transformation_module transformation_module
web_page_module web_page_module
\ No newline at end of file software_product_module/test_software_product
software_release_module/test_software_release
\ No newline at end of file
...@@ -14,6 +14,4 @@ Sale Invoice Transaction | VifibSaleInvoiceConstraint ...@@ -14,6 +14,4 @@ Sale Invoice Transaction | VifibSaleInvoiceConstraint
Sale Order Line | VifibSaleOrderLineConstraint Sale Order Line | VifibSaleOrderLineConstraint
Sale Order | VifibSaleOrderConstraint Sale Order | VifibSaleOrderConstraint
Sale Packing List Line | VifibSalePackingListLineConstraint Sale Packing List Line | VifibSalePackingListLineConstraint
Sale Packing List | VifibSalePackingListConstraint Sale Packing List | VifibSalePackingListConstraint
Software Product | VifibSoftwareProductConstraint \ No newline at end of file
Software Release | VifibSoftwareReleaseConstraint
\ No newline at end of file
...@@ -76,8 +76,6 @@ Service ...@@ -76,8 +76,6 @@ Service
Service Module Service Module
Short Message Short Message
Site Message Site Message
Software Product
Software Product Module
Spreadsheet Spreadsheet
Support Request Support Request
Support Request Module Support Request Module
......
...@@ -76,8 +76,6 @@ Service ...@@ -76,8 +76,6 @@ Service
Service Module Service Module
Short Message Short Message
Site Message Site Message
Software Product
Software Product Module
Spreadsheet Spreadsheet
Support Request Support Request
Support Request Module Support Request Module
......
...@@ -3,12 +3,10 @@ VifibPersonConstraint ...@@ -3,12 +3,10 @@ VifibPersonConstraint
VifibComputerPartitionConstraint VifibComputerPartitionConstraint
VifibEmailConstraint VifibEmailConstraint
VifibComputerConstraint VifibComputerConstraint
VifibSoftwareProductConstraint
VifibInternalPackingListConstraint VifibInternalPackingListConstraint
VifibInternalPackingListLineConstraint VifibInternalPackingListLineConstraint
VifibPurchasePackingListLineConstraint VifibPurchasePackingListLineConstraint
VifibPurchasePackingListConstraint VifibPurchasePackingListConstraint
VifibSoftwareReleaseConstraint
VifibSaleOrderConstraint VifibSaleOrderConstraint
VifibSaleOrderLineConstraint VifibSaleOrderLineConstraint
VifibSaleInvoiceConstraint VifibSaleInvoiceConstraint
......
Specialise ERP5 Software PDM for ViFib Project
\ No newline at end of file
Software Product | DefaultImage
\ No newline at end of file
vifib_software_pdm
\ No newline at end of file
vifib_software_pdm
\ No newline at end of file
...@@ -106,6 +106,7 @@ REQUIRED_BT5_ID_LIST = (\n ...@@ -106,6 +106,7 @@ REQUIRED_BT5_ID_LIST = (\n
\'vifib_data_category\',\n \'vifib_data_category\',\n
\'vifib_data_payzen\',\n \'vifib_data_payzen\',\n
\'vifib_data_web\',\n \'vifib_data_web\',\n
\'slapos_pdm\',\n
\'slapos_cloud\',\n \'slapos_cloud\',\n
\'vifib_web\',\n \'vifib_web\',\n
\'vifib_slap\',\n \'vifib_slap\',\n
......
158 159
\ No newline at end of file \ No newline at end of file
...@@ -4,5 +4,5 @@ erp5_dms ...@@ -4,5 +4,5 @@ erp5_dms
erp5_jquery erp5_jquery
erp5_km erp5_km
erp5_web erp5_web
vifib_software_pdm slapos_pdm
vifib_payzen vifib_payzen
\ No newline at end of file
479 480
\ No newline at end of file \ No newline at end of file
...@@ -137,6 +137,7 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin): ...@@ -137,6 +137,7 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin):
'slapos_rest_api_tool_portal_type', 'slapos_rest_api_tool_portal_type',
'slapos_rest_api', 'slapos_rest_api',
'slapos_rest_api_v1', 'slapos_rest_api_v1',
'slapos_pdm',
'slapos_erp5', 'slapos_erp5',
] ]
return result return result
......
...@@ -104,7 +104,7 @@ class testVifibMixin(ERP5TypeTestCase): ...@@ -104,7 +104,7 @@ class testVifibMixin(ERP5TypeTestCase):
'slapos_slap_tool', 'slapos_slap_tool',
'slapos_category', 'slapos_category',
'vifib_payzen', 'vifib_payzen',
'vifib_software_pdm', 'slapos_pdm',
'erp5_upgrader', 'erp5_upgrader',
'slapos_rest_api', 'slapos_rest_api',
'vifib_data', 'vifib_data',
......
...@@ -114,6 +114,7 @@ custom ...@@ -114,6 +114,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -127,7 +128,6 @@ vifib_promise ...@@ -127,7 +128,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web vifib_web
vifib_web_ui_test vifib_web_ui_test
...@@ -222,6 +222,7 @@ vifib_upgrader ...@@ -222,6 +222,7 @@ vifib_upgrader
vifib_hosting vifib_hosting
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -235,7 +236,6 @@ vifib_promise ...@@ -235,7 +236,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web vifib_web
vifib_web_ui_test vifib_web_ui_test
...@@ -329,6 +329,7 @@ custom ...@@ -329,6 +329,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -339,7 +340,6 @@ vifib_promise ...@@ -339,7 +340,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -430,6 +430,7 @@ custom ...@@ -430,6 +430,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -440,7 +441,6 @@ vifib_promise ...@@ -440,7 +441,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -531,6 +531,7 @@ custom ...@@ -531,6 +531,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -541,7 +542,6 @@ vifib_promise ...@@ -541,7 +542,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web vifib_web
vifib_web_ui_test vifib_web_ui_test
...@@ -635,6 +635,7 @@ custom ...@@ -635,6 +635,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -645,7 +646,6 @@ vifib_promise ...@@ -645,7 +646,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -739,6 +739,7 @@ custom ...@@ -739,6 +739,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -749,7 +750,6 @@ vifib_promise ...@@ -749,7 +750,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -840,6 +840,7 @@ custom ...@@ -840,6 +840,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -850,7 +851,6 @@ vifib_promise ...@@ -850,7 +851,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -940,6 +940,7 @@ custom ...@@ -940,6 +940,7 @@ custom
vifib_upgrader vifib_upgrader
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -950,7 +951,6 @@ vifib_promise ...@@ -950,7 +951,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
...@@ -1043,6 +1043,7 @@ vifib_upgrader_before_201208 ...@@ -1043,6 +1043,7 @@ vifib_upgrader_before_201208
vifib_upgrader_before_201209 vifib_upgrader_before_201209
slapos_cloud slapos_cloud
slapos_core slapos_core
slapos_pdm
slapos_rest_api slapos_rest_api
vifib_agent vifib_agent
vifib_base vifib_base
...@@ -1053,7 +1054,6 @@ vifib_promise ...@@ -1053,7 +1054,6 @@ vifib_promise
vifib_simulation vifib_simulation
vifib_slap vifib_slap
vifib_slapos_capacity vifib_slapos_capacity
vifib_software_pdm
vifib_test vifib_test
vifib_web_ui_test vifib_web_ui_test
vifib_configurator vifib_configurator
......
...@@ -16,7 +16,6 @@ class VIFIB(SavedTestSuite, ProjectTestSuite): ...@@ -16,7 +16,6 @@ class VIFIB(SavedTestSuite, ProjectTestSuite):
'vifib_erp5', 'vifib_erp5',
'vifib_open_trade', 'vifib_open_trade',
'vifib_slap', 'vifib_slap',
'vifib_software_pdm',
'vifib_upgrader', 'vifib_upgrader',
'vifib_web', 'vifib_web',
] ]
......
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