Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
6bae8d2e
Commit
6bae8d2e
authored
Dec 26, 2013
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bank account is required
parent
14ece076
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
bt5/erp5_user_tutorial_ui_test/SkinTemplateItem/portal_skins/erp5_user_tutorial_ui_test/Zuite_getHowToInfo.xml
...l_skins/erp5_user_tutorial_ui_test/Zuite_getHowToInfo.xml
+2
-0
bt5/erp5_user_tutorial_ui_test/SkinTemplateItem/portal_skins/erp5_user_tutorial_ui_test/Zuite_setUpSaleOrderTest.xml
...s/erp5_user_tutorial_ui_test/Zuite_setUpSaleOrderTest.xml
+4
-0
bt5/erp5_user_tutorial_ui_test/bt/revision
bt5/erp5_user_tutorial_ui_test/bt/revision
+1
-1
No files found.
bt5/erp5_user_tutorial_ui_test/SkinTemplateItem/portal_skins/erp5_user_tutorial_ui_test/Zuite_getHowToInfo.xml
View file @
6bae8d2e
...
...
@@ -89,6 +89,8 @@ return {\'now\': DateTime(),\n
\'product_howto_currency_tag\': \'EUR\',\n
\'sale_howto_product_title\': \'ZUITE-TEST-SALEORDER-PRODUCT-001\',\n
\'sale_howto_organisation_title\': \'ZUITE-TEST-SALEORDER-ORGANISATION-001\',\n
\'sale_howto_bank_account_title\': \'Main account\',\n
\'sale_howto_bank_account_reference\': \'0123456789 0123456789\',\n
\'sale_howto_organisation2_title\': \'ZUITE-TEST-SALEORDER-ORGANISATION-002\',\n
\'sale_howto_organisation3_title\': \'ZUITE-TEST-SALEORDER-ORGANISATION-003\',\n
\'sale_howto_person_title\': \'ZUITE-TEST-SALEORDER USER-001\',\n
...
...
bt5/erp5_user_tutorial_ui_test/SkinTemplateItem/portal_skins/erp5_user_tutorial_ui_test/Zuite_setUpSaleOrderTest.xml
View file @
6bae8d2e
...
...
@@ -117,6 +117,10 @@ my_organisation.setRole(\'supplier\')\n
my_organisation.setGroup(\'my_group\')\n
my_organisation.validate()\n
\n
bank_account = my_organisation.newContent(portal_type="Bank Account",\n
title=howto_dict["sale_howto_bank_account_title"],\n
reference=howto_dict["sale_howto_bank_account_reference"],)\n
\n
organisation = portal.organisation_module.newContent(portal_type=\'Organisation\',\n
title=howto_dict[\'sale_howto_organisation2_title\'],\n
corporate_name=howto_dict[\'sale_howto_organisation2_title\'])\n
...
...
bt5/erp5_user_tutorial_ui_test/bt/revision
View file @
6bae8d2e
789
\ No newline at end of file
790
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment