Commit 963328ef authored by Aurel's avatar Aurel

move documentation to a specific bt5 as it is under a specific license

parent 065563f9
30-12-2013 aurel
- Initial release
\ No newline at end of file
This bt5 contains user documentation
\ No newline at end of file
Copyright 2013, Nexedi SA
\ No newline at end of file
This bt5 contains user documentation
\ No newline at end of file
Creative Common Attribution NonCommercial ShareAlike
\ No newline at end of file
None
\ No newline at end of file
1
\ No newline at end of file
test_page_module/developer-Test.Page.Sample
test_page_module/user-HowTo.Change.Language-TESTONLY
test_page_module/user-Howto.Create.and.Manage.Products
test_page_module/user-Howto.Create.A.Payment
test_page_module/user-Howto.Create.Bank.Account
test_page_module/user-Howto.Create.Campaigns
test_page_module/user-Howto.Create.Organisations
test_page_module/user-Howto.Create.Outgoing.Events
test_page_module/user-Howto.Create.Outgoing.Events/**
test_page_module/user-Howto.Create.Persons
test_page_module/user-Howto.Create.Persons/**
test_page_module/user-Howto.Create.Sale.Orders
test_page_module/user-Howto.Create.Trade.Conditions
test_page_module/user-Howto.Create.Trade.Conditions/**
test_page_module/user-Howto.Generate.Report
test_page_module/user-Howto.Link.Persons.and.Organisations
test_page_module/user-Howto.Manage.Invoices
test_page_module/user-Howto.Manage.Invoices/**
test_page_module/user-Howto.Manage.Packing.Lists
test_page_module/user-Howto.Manage.Packing.Lists/**
test_page_module/user-Howto.Manage.Support.Request
test_page_module/user-Howto.Manage.Support.Request/**
test_page_module/user-Howto.Post.Outgoing.Events
test_page_module/user-HowTo.Use.FullText.Search-TESTONLY
erp5_user_tutorial
\ No newline at end of file
5.4.7
\ No newline at end of file
test_page_module/developer-Test.Page.Sample
test_page_module/user-HowTo.Change.Language-TESTONLY
test_page_module/user-Howto.Create.and.Manage.Products
test_page_module/user-Howto.Create.A.Payment
test_page_module/user-Howto.Create.Bank.Account
test_page_module/user-Howto.Create.Campaigns
test_page_module/user-Howto.Create.Organisations
test_page_module/user-Howto.Create.Outgoing.Events
test_page_module/user-Howto.Create.Outgoing.Events/**
test_page_module/user-Howto.Create.Persons
test_page_module/user-Howto.Create.Persons/**
test_page_module/user-Howto.Create.Sale.Orders
test_page_module/user-Howto.Create.Trade.Conditions
test_page_module/user-Howto.Create.Trade.Conditions/**
test_page_module/user-Howto.Generate.Report
test_page_module/user-Howto.Link.Persons.and.Organisations
test_page_module/user-Howto.Manage.Invoices
test_page_module/user-Howto.Manage.Invoices/**
test_page_module/user-Howto.Manage.Packing.Lists
test_page_module/user-Howto.Manage.Packing.Lists/**
test_page_module/user-Howto.Manage.Support.Request
test_page_module/user-Howto.Manage.Support.Request/**
test_page_module/user-Howto.Post.Outgoing.Events
test_page_module/user-HowTo.Use.FullText.Search-TESTONLY
portal_categories/activity/education
portal_categories/base_amount/taxable
portal_categories/delivery_mode/air
portal_categories/function/marketing
portal_categories/function/marketing/marketing_manager
portal_categories/function/sales
portal_categories/function/sales/manager
portal_categories/gender/female
portal_categories/gender/male
portal_categories/group/my_group
portal_categories/incoterm/cpt
portal_categories/marital_status/married
portal_categories/nationality/french
portal_categories/order/normal
portal_categories/payment_mode/credit_card
portal_categories/quantity_unit/time
portal_categories/quantity_unit/time/**
portal_categories/quantity_unit/unit
portal_categories/quantity_unit/unit/**
portal_categories/region/brazil
portal_categories/role/**
portal_categories/use/test_functional_incoming_service
account_module/bank
account_module/collected_vat
account_module/equity
account_module/fixed_assets
account_module/goods_purchase
account_module/goods_sales
account_module/payable
account_module/receivable
account_module/refundable_vat
account_module/stocks
\ No newline at end of file
......@@ -60,7 +60,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
'erp5_accounting',
'erp5_jquery', 'erp5_dms', 'erp5_jquery_ui', 'erp5_web',
'erp5_slideshow_style', 'erp5_knowledge_pad', 'erp5_run_my_doc',
'erp5_user_tutorial_ui_test')
'erp5_user_tutorial_ui_test', 'erp5_user_tutorial',)
def test_suite():
suite = unittest.TestSuite()
......
......@@ -39,7 +39,7 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
def afterSetUp(self):
url_list = []
for x in self.portal.test_page_module.objectValues():
if "SMB" not in x.getId() and "developer" not in x.getId():
if "user" in x.getId():
url_list.append("test_page_module/"+x.getId())
self.remote_code_url_list = url_list
ERP5TypeFunctionalTestCase.afterSetUp(self)
......@@ -68,6 +68,7 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
'erp5_l10n_fr', 'erp5_crm',
'erp5_run_my_doc',
'erp5_user_tutorial_ui_test',
'erp5_user_tutorial',
)
def test_suite():
......
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