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
141
Merge Requests
141
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
9ee53625
Commit
9ee53625
authored
Sep 23, 2020
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configurator_standard: fix definition of russia currency in test
parent
6feab8ef
Pipeline
#11672
failed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testStandardConfigurationWorkflow.py
...components/test.erp5.testStandardConfigurationWorkflow.py
+3
-3
No files found.
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testStandardConfigurationWorkflow.py
View file @
9ee53625
...
...
@@ -170,12 +170,12 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
def
stepSetRussiaCase
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
""" Check if configuration key was created fine """
sequence
.
edit
(
configuration_currency_reference
=
'
BYR
'
,
sequence
.
edit
(
configuration_currency_reference
=
'
RUB
'
,
configuration_gap
=
'gap/ru/ru2000'
,
configuration_accounting_plan
=
'ru'
,
configuration_price_currency
=
'
BYR;0.01;Belaru
sian Rouble'
,
configuration_price_currency
=
'
RUB;0.01;Rus
sian Rouble'
,
configuration_lang
=
'erp5_l10n_ru'
,
configuration_currency_title
=
'
Belaru
sian Rouble'
,
configuration_currency_title
=
'
Rus
sian Rouble'
,
organisation_default_address_city
=
'MOSCOW'
,
organisation_default_address_region
=
'europe/eastern_europe/russian_federation'
)
...
...
Jérome Perrin
@jerome
mentioned in merge request
!1279 (closed)
·
Sep 30, 2020
mentioned in merge request
!1279 (closed)
mentioned in merge request !1279
Toggle commit list
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