Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
138
Merge Requests
138
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
b76c464a
Commit
b76c464a
authored
May 21, 2021
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
$ symbol needs to be escaped with Chameleon; more
parent
3fadeadc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_accounting_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_accounting_report_zuite/test_aged_balance.zpt
...renderjs_ui_accounting_report_zuite/test_aged_balance.zpt
+2
-2
bt5/erp5_accounting_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_accounting_report_zuite/test_third_parties.zpt
...enderjs_ui_accounting_report_zuite/test_third_parties.zpt
+1
-1
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_widget_library/WebSection_viewSubsectionRenderer.zpt
...5_km_widget_library/WebSection_viewSubsectionRenderer.zpt
+1
-1
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/KnowledgePad_viewDashboardWidget.zpt
...s/erp5_knowledge_pad/KnowledgePad_viewDashboardWidget.zpt
+1
-1
No files found.
bt5/erp5_accounting_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_accounting_report_zuite/test_aged_balance.zpt
View file @
b76c464a
...
...
@@ -46,7 +46,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
<td>
value=account_type/asset/receivable
</td></tr>
<tr><td>
type
</td>
<td>
//input[@name="field_your_at_date"]
</td>
<td>
$
{year}-
$
{month}-01
</td></tr>
<td>
$
{year}-
$
{month}-01
</td></tr>
<tr><td>
click
</td>
<!-- Check because it is unchecked by default -->
<td>
//input[@type="checkbox" and @name="field_your_detailed"]
</td><td></td></tr>
<tr><td>
type
</td>
...
...
@@ -103,7 +103,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
<!-- skip invoice_number field -->
<!-- skip transaction_reference field -->
<tr><td>
verifyElementPresent
</td>
<td>
$
{current_row}/td[6]//p[@data-date="
$
{last_year}-
${last_month}-$
{last_day}"]
</td><td></td></tr>
<td>
$
{current_row}/td[6]//p[@data-date="
$
{last_year}-
$
{last_month}-
$
{last_day}"]
</td><td></td></tr>
<tr><td>
assertText
</td>
<td>
$
{current_row}/td[7]/a
</td>
<td>
Sale Invoice Transaction
</td></tr>
...
...
bt5/erp5_accounting_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_accounting_report_zuite/test_third_parties.zpt
View file @
b76c464a
...
...
@@ -48,7 +48,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
<td>
value=ledger/accounting/general
</td></tr>
<tr><td>
type
</td>
<td>
//input[@name="field_your_at_date"]
</td>
<td>
$
{year}-
${month}-$
{day}
</td></tr>
<td>
$
{year}-
$
{month}-
$
{day}
</td></tr>
<tr><td>
click
</td>
<!-- Uncheck because it is checked by default -->
<td>
//input[@type="checkbox" and @name="field_your_omit_balanced_accounts"]
</td><td></td></tr>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_widget_library/WebSection_viewSubsectionRenderer.zpt
View file @
b76c464a
...
...
@@ -5,7 +5,7 @@
<ul tal:define="exists_subsections python: section['subsection'] is not None;
show_collapse python: collapse_depth==section['level'] and exists_subsections;
class_name string:level-
$
{section/level};
class_name string:level-
$
{section/level};
class python: test(show_collapse, 'collapse-list-node %s' %class_name , class_name);
subsection_html python: here.WebSection_viewSubsectionRenderer(section_list = section['subsection'],
collapse_depth=collapse_depth);"
...
...
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/KnowledgePad_viewDashboardWidget.zpt
View file @
b76c464a
...
...
@@ -18,7 +18,7 @@
<tal:block tal:repeat="column_index python: range(0, columns)">
<div tal:condition="python: columns>=1+column_index"
tal:attributes="class column_css_class;
id string:portal-column-
$
{column_index}">
id string:portal-column-
$
{column_index}">
<tal:block tal:condition="python: len(layout)>=1+column_index"
tal:replace="structure python:
...
...
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