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
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Lu Xu
erp5
Commits
0e43f1f9
Commit
0e43f1f9
authored
Jul 01, 2015
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simulation: give details on movements when no updatable is found by builder
parent
d4d2d65f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/mixin/builder.py
product/ERP5/mixin/builder.py
+2
-2
No files found.
product/ERP5/mixin/builder.py
View file @
0e43f1f9
...
...
@@ -465,8 +465,8 @@ class BuilderMixin(XMLObject, Amount, Predicate):
if
delivery
is
None
:
if
not
self
.
isDeliveryCreatable
():
raise
SelectMethodError
(
'No updatable delivery found with %s'
\
%
(
self
.
getPath
(),))
raise
SelectMethodError
(
'No updatable delivery found with %s
for %s
'
\
%
(
self
.
getPath
(),
movement_group_node_list
))
delivery
=
self
.
_createDelivery
(
delivery_module
,
movement_group_node
.
getMovementList
(),
...
...
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