Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ekaterina
wendelin
Commits
76caa4fa
Commit
76caa4fa
authored
Nov 12, 2020
by
Ekaterina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_wendelin_tutorial: minor changes in several tests
parent
c9a12bfb
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
878 additions
and
14 deletions
+878
-14
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Acquisition.html
...dule/wendelin_Tutorial_Howto_Create_Data_Acquisition.html
+29
-4
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Acquisition.xml
...odule/wendelin_Tutorial_Howto_Create_Data_Acquisition.xml
+90
-0
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Product.html
...e_module/wendelin_Tutorial_Howto_Create_Data_Product.html
+1
-1
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Product.xml
...ge_module/wendelin_Tutorial_Howto_Create_Data_Product.xml
+135
-0
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Supply.html
...ge_module/wendelin_Tutorial_Howto_Create_Data_Supply.html
+11
-1
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Supply.xml
...age_module/wendelin_Tutorial_Howto_Create_Data_Supply.xml
+180
-0
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Transform_Data.html
...em/test_page_module/wendelin_Tutorial_Transform_Data.html
+27
-8
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Transform_Data.xml
...tem/test_page_module/wendelin_Tutorial_Transform_Data.xml
+405
-0
No files found.
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Acquisition.html
View file @
76caa4fa
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<tbody>
<tbody>
<tr>
<tr>
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/
renderjs_runner
/
</td>
<td>
${base_url}/web_site_module/
default_wendelin_front
/
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -163,14 +163,29 @@
...
@@ -163,14 +163,29 @@
</tr>
</tr>
<tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
waitForElementPresent
</td>
<td>
//input[@type="submit" and @name="action_confirm"]
</td>
<td>
//button[@type="submit" and @data-i18n="Proceed"]
</td>
<td></td>
</tr>
<tr>
<td>
pause
</td>
<td>
3000
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@type="submit" and @data-i18n="Proceed"]
</td>
<td></td>
</tr>
<!--<tr>
<td>waitForElementPresent</td>
<td>//input[@type="submit" and @name="action_confirm"]</td>
<td>//input[@type="submit" and @name="action_confirm"]</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>click</td>
<td>//input[@type="submit" and @name="action_confirm"]</td>
<td></td>
</tr>-->
<tr>
<tr>
...
@@ -195,7 +210,7 @@
...
@@ -195,7 +210,7 @@
</tr>
</tr>
<tr>
<tr>
<td>
pause
</td>
<td>
pause
</td>
<td>
5
000
</td>
<td>
3
000
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -215,14 +230,24 @@
...
@@ -215,14 +230,24 @@
</tr>
</tr>
<tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
waitForElementPresent
</td>
<td>
//
input[@type="submit" and @value="Validate
"]
</td>
<td>
//
button[@type="submit" and @data-i18n="Proceed
"]
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@type="submit" and @data-i18n="Proceed"]
</td>
<td></td>
</tr>
<!--<tr>
<td>waitForElementPresent</td>
<td>//input[@type="submit" and @value="Validate"]</td>
<td>//input[@type="submit" and @value="Validate"]</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>click</td>
<td>//input[@type="submit" and @value="Validate"]</td>
<td></td>
</tr>-->
<tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
waitForElementPresent
</td>
<td>
//button[@type="submit" and @class="success"]
</td>
<td>
//button[@type="submit" and @class="success"]
</td>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Acquisition.xml
View file @
76caa4fa
...
@@ -945,6 +945,96 @@
...
@@ -945,6 +945,96 @@
</value>
</value>
</item>
</item>
</dictionary>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.18892.29643.5085
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1603981671.2
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.40515.55935.46523
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1604677296.27
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</list>
</value>
</value>
</item>
</item>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Product.html
View file @
76caa4fa
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<tbody>
<tbody>
<tr>
<tr>
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/
renderjs_runner
/
</td>
<td>
${base_url}/web_site_module/
default_wendelin_front
/
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Product.xml
View file @
76caa4fa
...
@@ -528,6 +528,141 @@
...
@@ -528,6 +528,141 @@
</value>
</value>
</item>
</item>
</dictionary>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.37620.46680.40635
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1604677239.26
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.52108.42890.5734
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1605003907.65
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.57553.8372.40448
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1605005966.48
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</list>
</value>
</value>
</item>
</item>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Supply.html
View file @
76caa4fa
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<tbody>
<tbody>
<tr>
<tr>
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/
renderjs_runner
/
</td>
<td>
${base_url}/web_site_module/
default_wendelin_front
/
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -296,6 +296,16 @@
...
@@ -296,6 +296,16 @@
<td>
//li[@name='Organisation']
</td>
<td>
//li[@name='Organisation']
</td>
<td></td>
<td></td>
</tr>
</tr>
<!--<tr>
<td>type</td>
<td>//input[@id="field_my_effective_date"]</td>
<td>01/01/2020</td>
</tr>
<tr>
<td>type</td>
<td>//input[@id="field_my_expiration_date"]</td>
<td>01/01/2099</td>
</tr>-->
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Howto_Create_Data_Supply.xml
View file @
76caa4fa
...
@@ -1082,6 +1082,186 @@
...
@@ -1082,6 +1082,186 @@
</value>
</value>
</item>
</item>
</dictionary>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.31576.33262.35174
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1603982012.59
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.40521.35606.19148
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1603982014.49
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.40521.35606.19148
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1603983534.55
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
987.40546.59588.14216
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<reference
id=
"4.1"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1604677336.53
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</list>
</value>
</value>
</item>
</item>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Transform_Data.html
View file @
76caa4fa
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<tbody>
<tbody>
<tr>
<tr>
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/
renderjs_runner
/
</td>
<td>
${base_url}/web_site_module/
default_wendelin_front
/
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -214,7 +214,11 @@
...
@@ -214,7 +214,11 @@
<td>
//select[@id="field_my_aggregated_portal_type_list"]
</td>
<td>
//select[@id="field_my_aggregated_portal_type_list"]
</td>
<td>
Data Array
</td>
<td>
Data Array
</td>
</tr>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@id="subfield_field_my_quantity_unit_list_default:list"]
</td>
<td>
Unit/Piece
</td>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
...
@@ -494,9 +498,9 @@
...
@@ -494,9 +498,9 @@
<test>
<test>
<table
style=
"display: none;"
class=
"test"
>
<table
style=
"display: none;"
class=
"test"
>
<tbody>
<tbody>
<tr
class=
""
style=
"opacity: 1;"
>
<
!--<
tr class="" style="opacity: 1;">
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
</tr>
</tr>
-->
<tr>
<tr>
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/default_wendelin_front/
</td>
<td>
${base_url}/web_site_module/default_wendelin_front/
</td>
...
@@ -1030,6 +1034,11 @@ if end < in_data_stream.getSize():
...
@@ -1030,6 +1034,11 @@ if end < in_data_stream.getSize():
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
Unit/Piece
</td>
<td>
Unit/Piece
</td>
</tr>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@id="field_my_quantity"]
</td>
<td>
1
</td>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
...
@@ -1194,6 +1203,11 @@ if end < in_data_stream.getSize():
...
@@ -1194,6 +1203,11 @@ if end < in_data_stream.getSize():
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
Unit/Piece
</td>
<td>
Unit/Piece
</td>
</tr>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@id="field_my_quantity"]
</td>
<td>
-1
</td>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
...
@@ -1388,6 +1402,11 @@ if end < in_data_stream.getSize():
...
@@ -1388,6 +1402,11 @@ if end < in_data_stream.getSize():
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
//select[@id="field_my_quantity_unit"]
</td>
<td>
Unit/Piece
</td>
<td>
Unit/Piece
</td>
</tr>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@id="field_my_quantity"]
</td>
<td>
1
</td>
</tr>
<tr>
<tr>
<td>
click
</td>
<td>
click
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
<td>
//button[@name="submit" and @data-i18n="Save"]
</td>
...
@@ -1548,10 +1567,10 @@ if end < in_data_stream.getSize():
...
@@ -1548,10 +1567,10 @@ if end < in_data_stream.getSize():
<test>
<test>
<table
style=
"display: none;"
class=
"test"
>
<table
style=
"display: none;"
class=
"test"
>
<tbody>
<tbody>
<tr
class=
""
style=
"opacity: 1;"
>
<
!--<
tr class="" style="opacity: 1;">
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
</tr>
</tr>
<tr>
<tr>
-->
<td>
openAndWait
</td>
<td>
openAndWait
</td>
<td>
${base_url}/web_site_module/default_wendelin_front/
</td>
<td>
${base_url}/web_site_module/default_wendelin_front/
</td>
<td></td>
<td></td>
...
@@ -1568,7 +1587,7 @@ if end < in_data_stream.getSize():
...
@@ -1568,7 +1587,7 @@ if end < in_data_stream.getSize():
</tr>
</tr>
<tr>
<tr>
<td>
pause
</td>
<td>
pause
</td>
<td>
15
0000
</td>
<td>
20
0000
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -1671,7 +1690,7 @@ if end < in_data_stream.getSize():
...
@@ -1671,7 +1690,7 @@ if end < in_data_stream.getSize():
</tr>
</tr>
<tr>
<tr>
<td>
pause
</td>
<td>
pause
</td>
<td>
15
0000
</td>
<td>
20
0000
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
...
...
bt5/erp5_wendelin_tutorial/PathTemplateItem/test_page_module/wendelin_Tutorial_Transform_Data.xml
View file @
76caa4fa
This diff is collapsed.
Click to expand it.
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