Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
5ee20444
Commit
5ee20444
authored
Apr 08, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
InventoryBrain: remove getAggregateListText which calls a non existing script
parent
3855ab2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
product/ERP5/Extensions/InventoryBrain.py
product/ERP5/Extensions/InventoryBrain.py
+0
-12
No files found.
product/ERP5/Extensions/InventoryBrain.py
View file @
5ee20444
...
...
@@ -286,18 +286,6 @@ class InventoryListBrain(ComputedAttributeGetItemCompatibleMixin):
explanation
.
getRelativeUrl
())
return
''
def
getAggregateListText
(
self
):
aggregate_list
=
self
.
Resource_zGetAggregateList
(
explanation_uid
=
self
.
explanation_uid
,
node_uid
=
self
.
node_uid
,
section_uid
=
self
.
section_uid
,
variation_text
=
self
.
variation_text
,
resource_uid
=
self
.
resource_uid
)
result
=
[]
for
o
in
aggregate_list
:
result
.
append
(
o
.
relative_url
)
return
'<br>'
.
join
(
result
)
def
getExplanationText
(
self
):
# Returns an explanation of the movement
o
=
self
.
getObject
()
...
...
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