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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
3005f2bf
Commit
3005f2bf
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
79ec5a4a
Changes
1
Hide 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 @
3005f2bf
...
...
@@ -17,10 +17,12 @@ for open_order_line in context.objectValues():
# no new simulation movement to create
# (expand always reindex the full simulation tree,
# which can be cpu costly when we have many hosting subscription)
simulation_movement
=
portal
.
portal_catalog
.
getResultValue
(
portal_type
=
"Simulation Movement"
,
simulation_movement
_list
=
portal
.
portal_simulation
.
getMovementHistoryList
(
portal_type
=
'Simulation Movement'
,
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
)
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