Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
0c7cd16a
Commit
0c7cd16a
authored
14 years ago
by
Rikenkumar Bhorania
Browse files
Options
Downloads
Patches
Plain Diff
[IMP]: Warehouse Dashboard.
bzr revid: rch@rch-desktop-20101015054858-oar5rzrxjscambof
parent
7ec75b14
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/stock/board_warehouse_view.xml
+11
-9
11 additions, 9 deletions
addons/stock/board_warehouse_view.xml
with
11 additions
and
9 deletions
addons/stock/board_warehouse_view.xml
+
11
−
9
View file @
0c7cd16a
...
...
@@ -5,41 +5,43 @@
<field
name=
"name"
>
Warehouse
</field>
</record>
<record
id=
"action_incoming_product_board"
model=
"ir.actions.act_window"
>
<field
name=
"name"
>
Incoming Product
</field>
<field
name=
"res_model"
>
stock.move
</field>
<field
name=
"type"
>
ir.actions.act_window
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"view_mode"
>
tree,form
</field>
<field
name=
"domain"
>
['|','
&
',('picking_id','=',False),('location_id.usage', 'in', ['customer','supplier']),'
&
',('picking_id','!=',False),('picking_id.type','=','in')]
</field>
<field
name=
"domain"
>
['|','
&
',('picking_id','=',False),('location_id.usage', 'in', ['customer','supplier']),'
&
',('picking_id','!=',False),('picking_id.type','=','in')]
</field>
<field
name=
"view_id"
ref=
"stock.view_move_tree_reception_picking_board"
/>
</record>
<record
id=
"action_outgoing_product_board"
model=
"ir.actions.act_window"
>
<field
name=
"name"
>
Outgoing Product
</field>
<field
name=
"res_model"
>
stock.move
</field>
<field
name=
"type"
>
ir.actions.act_window
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"view_mode"
>
tree,form
</field>
<field
name=
"domain"
>
['|','
&
',('picking_id','=',False),('location_dest_id.usage', 'in', ['customer','supplier']),'
&
',('picking_id','!=',False),('picking_id.type','=','out')]
</field>
<field
name=
"domain"
>
['|','
&
',('picking_id','=',False),('location_dest_id.usage', 'in', ['customer','supplier']),'
&
',('picking_id','!=',False),('picking_id.type','=','out')]
</field>
<field
name=
"view_id"
ref=
"stock.view_move_tree_reception_picking_board"
/>
</record>
<record
model=
"ir.actions.act_window"
id=
"action_stock_incoming_product_delay"
>
<field
name=
"res_model"
>
report.stock.move
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"view_mode"
>
graph,tree
</field>
<field
name=
"view_id"
ref=
"stock.view_stock_graph_board"
></field>
<field
name=
"domain"
>
[('type','=','in')]
</field>
<field
name=
"view_id"
ref=
"stock.view_stock_graph_board"
></field>
<field
name=
"context"
>
{'search_default_month-1':1,'search_default_in':1,'group_by':['day'], 'group_by_no_leaf':1}
</field>
</record>
<record
model=
"ir.actions.act_window"
id=
"action_stock_outgoing_product_delay"
>
<field
name=
"res_model"
>
report.stock.move
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"view_mode"
>
graph,tree
</field>
<field
name=
"view_id"
ref=
"stock.view_stock_graph_board"
></field>
<field
name=
"domain"
>
[('type','=','out')]
</field>
<field
name=
"view_id"
ref=
"stock.view_stock_graph_board"
></field>
<field
name=
"context"
>
{'search_default_month-1':1,'search_default_out':1,'group_by':['day'], 'group_by_no_leaf':1}
</field>
</record>
</record>
<record
id=
"board_warehouse_form"
model=
"ir.ui.view"
>
<field
name=
"name"
>
board.warehouse.form
</field>
<field
name=
"model"
>
board.board
</field>
...
...
@@ -53,7 +55,7 @@
</child1>
<child2>
<action
colspan=
"4"
name=
"%(action_stock_incoming_product_delay)d"
string=
"Incoming Products Delay"
width=
"510"
/>
<action
colspan=
"4"
name=
"%(action_stock_incoming_product_delay)d"
string=
"Incoming Products Delay"
width=
"510"
/>
<action
colspan=
"4"
name=
"%(action_stock_outgoing_product_delay)d"
string=
"Outgoing Products delay"
width=
"510"
/>
</child2>
</hpaned>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment