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
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
Nikola Balog
erp5
Commits
16e85631
Commit
16e85631
authored
Jan 25, 2024
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_open_trade: do not rely on the deprecated movement table
parent
06e62455
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/OpenOrder_updateSimulation.py
...ortal_skins/erp5_open_trade/OpenOrder_updateSimulation.py
+6
-4
No files found.
bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/OpenOrder_updateSimulation.py
View file @
16e85631
...
@@ -17,10 +17,12 @@ for open_order_line in context.objectValues():
...
@@ -17,10 +17,12 @@ for open_order_line in context.objectValues():
# no new simulation movement to create
# no new simulation movement to create
# (expand always reindex the full simulation tree,
# (expand always reindex the full simulation tree,
# which can be cpu costly when we have many hosting subscription)
# which can be cpu costly when we have many hosting subscription)
simulation_movement
=
portal
.
portal_catalog
.
getResultValue
(
simulation_movement
_list
=
portal
.
portal_simulation
.
getMovementHistoryList
(
portal_type
=
"Simulation Movement"
,
portal_type
=
'Simulation Movement'
,
aggregate__uid
=
item
.
getUid
(),
aggregate__uid
=
item
.
getUid
(),
**
{
'movement.stop_date'
:
stop_date
}
from_date
=
stop_date
,
at_date
=
stop_date
,
only_accountable
=
False
,
)
)
if
simulation_movement
is
None
:
if
len
(
simulation_movement_list
)
==
0
:
item
.
updateSimulation
(
expand_root
=
1
)
item
.
updateSimulation
(
expand_root
=
1
)
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