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
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
Sebastian
erp5
Commits
9bbf3b7d
Commit
9bbf3b7d
authored
May 23, 2011
by
Tatuya Kamada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the issue that the Stock view on Production Order does not show anything.
parent
7f3bebb5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_getFutureInventoryList.xml
...ns/erp5_mrp/ProductionDelivery_getFutureInventoryList.xml
+1
-1
bt5/erp5_mrp/bt/change_log
bt5/erp5_mrp/bt/change_log
+3
-0
bt5/erp5_mrp/bt/revision
bt5/erp5_mrp/bt/revision
+1
-1
No files found.
bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_getFutureInventoryList.xml
View file @
9bbf3b7d
...
...
@@ -55,10 +55,10 @@
portal_type_dict_mapping = {\n
\'Production Order\' : {\'node_uid\' : context.getDestinationUid()},\n
}\n
kw = {}\n
kw[\'group_by_node\'] = 1\n
kw[\'group_by_section\'] = 0\n
kw[\'group_by_variation\'] = 1\n
kw[\'explanation_uid\'] = context.getUid()\n
\n
kw.update( **portal_type_dict_mapping.get(context.getPortalType(),{}) )\n
return context.getFutureInventoryList(*args,**kw)\n
...
...
bt5/erp5_mrp/bt/change_log
View file @
9bbf3b7d
2011-05-23 tatuya
* Fix the issue that the Stock view on Production Order does not show anything.
2011-04-14 yusei
* Remove old unnecessary tales expression from relation string fields.
...
...
bt5/erp5_mrp/bt/revision
View file @
9bbf3b7d
458
\ No newline at end of file
459
\ No newline at end of file
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