Merge lp:~openerp-dev/openobject-addons/trunk-home-action-rga into lp:openobject-addons

Proposed by Ravi Gadhia (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-home-action-rga
Merge into: lp:openobject-addons
Diff against target: 447 lines (+54/-35)
25 files modified
account/board_account_view.xml (+2/-1)
account_accountant/account_accountant_data.xml (+1/-1)
account_voucher/account_voucher_view.xml (+1/-1)
crm/board_crm_view.xml (+2/-1)
crm/crm_data.xml (+1/-1)
event/board_association_view.xml (+2/-1)
event/event_data.xml (+1/-1)
fleet/fleet_board_view.xml (+2/-1)
fleet/fleet_data.xml (+1/-1)
hr/board_hr_view.xml (+2/-1)
hr/res_config_view.xml (+1/-1)
marketing_campaign/marketing_campaign_view.xml (+1/-1)
mrp/board_manufacturing_view.xml (+2/-1)
mrp/res_config_view.xml (+1/-1)
point_of_sale/point_of_sale_data.xml (+1/-1)
point_of_sale/static/src/js/models.js (+20/-3)
point_of_sale/static/src/js/widgets.js (+1/-9)
project/board_project_view.xml (+2/-1)
project/res_config_view.xml (+1/-1)
purchase/board_purchase_view.xml (+2/-1)
purchase/res_config_view.xml (+1/-1)
sale/board_sale_view.xml (+2/-1)
sale/sale_data.xml (+1/-1)
stock/board_warehouse_view.xml (+2/-1)
stock/res_config_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-home-action-rga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+191148@code.launchpad.net
To post a comment you must log in.
8860. By RGA(OpenERP)

Merge with trunk

Unmerged revisions

8860. By RGA(OpenERP)

Merge with trunk

8859. By RGA(OpenERP)

[IMP] Dispaly dialog only for explicitly generated error using .rejectother error can gracefully handel by framework rpc

8858. By RGA(OpenERP)

[IMP] POS: if user have no active session available display error and redirect to your session form view

8857. By RGA(OpenERP)

Merge with trunk

8856. By RGA(OpenERP)

Merge with trunk

8855. By RGA(OpenERP)

Merge with trunk

8854. By RGA(OpenERP)

[IMP] usability: imporve dashboard action name it's more convenient when want to choose as home action

8853. By RGA(OpenERP)

[IMP] usability: imporve client action name it's more convenient when want to choose as home action

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/board_account_view.xml'
--- account/board_account_view.xml 2012-11-29 22:26:45 +0000
+++ account/board_account_view.xml 2013-11-11 12:15:46 +0000
@@ -27,7 +27,7 @@
27 </record>27 </record>
2828
29 <record id="open_board_account" model="ir.actions.act_window">29 <record id="open_board_account" model="ir.actions.act_window">
30 <field name="name">Accounting</field>30 <field name="name">Accounting Dashboard</field>
31 <field name="res_model">board.board</field>31 <field name="res_model">board.board</field>
32 <field name="view_type">form</field>32 <field name="view_type">form</field>
33 <field name="view_mode">form</field>33 <field name="view_mode">form</field>
@@ -36,6 +36,7 @@
36 </record>36 </record>
3737
38 <menuitem id="menu_board_account"38 <menuitem id="menu_board_account"
39 name="Accounting"
39 action="open_board_account" 40 action="open_board_account"
40 icon="terp-graph" 41 icon="terp-graph"
41 parent="base.menu_reporting_dashboard" 42 parent="base.menu_reporting_dashboard"
4243
=== modified file 'account_accountant/account_accountant_data.xml'
--- account_accountant/account_accountant_data.xml 2012-11-29 22:26:45 +0000
+++ account_accountant/account_accountant_data.xml 2013-11-11 12:15:46 +0000
@@ -12,7 +12,7 @@
12 <data noupdate="1">12 <data noupdate="1">
13 <!-- After installation of the module, open the related menu -->13 <!-- After installation of the module, open the related menu -->
14 <record id="action_client_account_menu" model="ir.actions.client">14 <record id="action_client_account_menu" model="ir.actions.client">
15 <field name="name">Open Accounting Menu</field>15 <field name="name">Accounting</field>
16 <field name="tag">reload</field>16 <field name="tag">reload</field>
17 <field name="params" eval="{'menu_id': ref('account.menu_finance')}"/>17 <field name="params" eval="{'menu_id': ref('account.menu_finance')}"/>
18 </record>18 </record>
1919
=== modified file 'account_voucher/account_voucher_view.xml'
--- account_voucher/account_voucher_view.xml 2013-10-04 10:52:18 +0000
+++ account_voucher/account_voucher_view.xml 2013-11-11 12:15:46 +0000
@@ -271,7 +271,7 @@
271271
272 <!-- After installation of the module, open the related menu -->272 <!-- After installation of the module, open the related menu -->
273 <record id="action_client_invoice_menu" model="ir.actions.client">273 <record id="action_client_invoice_menu" model="ir.actions.client">
274 <field name="name">Open Invoicing Menu</field>274 <field name="name">Invoicing</field>
275 <field name="tag">reload</field>275 <field name="tag">reload</field>
276 <field name="params" eval="{'menu_id': ref('account.menu_finance')}"/>276 <field name="params" eval="{'menu_id': ref('account.menu_finance')}"/>
277 </record>277 </record>
278278
=== modified file 'crm/board_crm_view.xml'
--- crm/board_crm_view.xml 2013-07-16 15:15:13 +0000
+++ crm/board_crm_view.xml 2013-11-11 12:15:46 +0000
@@ -70,7 +70,7 @@
70 </record>70 </record>
7171
72 <record model="ir.actions.act_window" id="open_board_statistical_dash">72 <record model="ir.actions.act_window" id="open_board_statistical_dash">
73 <field name="name">CRM</field>73 <field name="name">CRM Dashboard</field>
74 <field name="res_model">board.board</field>74 <field name="res_model">board.board</field>
75 <field name="view_type">form</field>75 <field name="view_type">form</field>
76 <field name="view_mode">form</field>76 <field name="view_mode">form</field>
@@ -80,6 +80,7 @@
8080
81 <menuitem81 <menuitem
82 id="menu_board_statistics_dash"82 id="menu_board_statistics_dash"
83 name="CRM"
83 parent="base.menu_reporting_dashboard"84 parent="base.menu_reporting_dashboard"
84 action="open_board_statistical_dash"85 action="open_board_statistical_dash"
85 sequence="10"86 sequence="10"
8687
=== modified file 'crm/crm_data.xml'
--- crm/crm_data.xml 2013-05-21 14:27:53 +0000
+++ crm/crm_data.xml 2013-11-11 12:15:46 +0000
@@ -4,7 +4,7 @@
44
5 <!-- After installation of the module, open the related menu -->5 <!-- After installation of the module, open the related menu -->
6 <record id="action_client_crm_menu" model="ir.actions.client">6 <record id="action_client_crm_menu" model="ir.actions.client">
7 <field name="name">Open Sale Menu</field>7 <field name="name">Sales</field>
8 <field name="tag">reload</field>8 <field name="tag">reload</field>
9 <field name="params" eval="{'menu_id': ref('base.menu_base_partner')}"/>9 <field name="params" eval="{'menu_id': ref('base.menu_base_partner')}"/>
10 </record>10 </record>
1111
=== modified file 'event/board_association_view.xml'
--- event/board_association_view.xml 2012-11-29 22:26:45 +0000
+++ event/board_association_view.xml 2013-11-11 12:15:46 +0000
@@ -60,7 +60,7 @@
60 </record>60 </record>
6161
62 <record model="ir.actions.act_window" id="open_board_associations_manager">62 <record model="ir.actions.act_window" id="open_board_associations_manager">
63 <field name="name">Events</field>63 <field name="name">Events Dashboard</field>
64 <field name="res_model">board.board</field>64 <field name="res_model">board.board</field>
65 <field name="view_type">form</field>65 <field name="view_type">form</field>
66 <field name="view_mode">form</field>66 <field name="view_mode">form</field>
@@ -68,6 +68,7 @@
68 </record>68 </record>
6969
70 <menuitem id="menu_board_associations_manager"70 <menuitem id="menu_board_associations_manager"
71 name="Events"
71 parent="base.menu_reporting_dashboard"72 parent="base.menu_reporting_dashboard"
72 action="open_board_associations_manager"73 action="open_board_associations_manager"
73 sequence="40"74 sequence="40"
7475
=== modified file 'event/event_data.xml'
--- event/event_data.xml 2012-12-05 05:37:32 +0000
+++ event/event_data.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
4 <!-- After installation of the module, open the related menu -->4 <!-- After installation of the module, open the related menu -->
5 <record id="action_client_event_menu" model="ir.actions.client">5 <record id="action_client_event_menu" model="ir.actions.client">
6 <field name="name">Open Event Menu</field>6 <field name="name">Event</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('event.event_main_menu')}"/>8 <field name="params" eval="{'menu_id': ref('event.event_main_menu')}"/>
9 </record>9 </record>
1010
=== modified file 'fleet/fleet_board_view.xml'
--- fleet/fleet_board_view.xml 2012-12-04 16:20:56 +0000
+++ fleet/fleet_board_view.xml 2013-11-11 12:15:46 +0000
@@ -110,7 +110,7 @@
110 </record>110 </record>
111111
112 <record id="open_board_fleet" model="ir.actions.act_window">112 <record id="open_board_fleet" model="ir.actions.act_window">
113 <field name="name">Fleet</field>113 <field name="name">Fleet Dashboard</field>
114 <field name="res_model">board.board</field>114 <field name="res_model">board.board</field>
115 <field name="view_type">form</field>115 <field name="view_type">form</field>
116 <field name="view_mode">form</field>116 <field name="view_mode">form</field>
@@ -133,6 +133,7 @@
133 </record>133 </record>
134 134
135 <menuitem id="menu_fleet_dashboard" 135 <menuitem id="menu_fleet_dashboard"
136 name="Fleet"
136 parent="base.menu_reporting_dashboard" 137 parent="base.menu_reporting_dashboard"
137 action="open_board_fleet" 138 action="open_board_fleet"
138 sequence="50"139 sequence="50"
139140
=== modified file 'fleet/fleet_data.xml'
--- fleet/fleet_data.xml 2012-12-10 16:28:34 +0000
+++ fleet/fleet_data.xml 2013-11-11 12:15:46 +0000
@@ -18,7 +18,7 @@
1818
19 <!-- After installation of the module, open the related menu -->19 <!-- After installation of the module, open the related menu -->
20 <record id="action_fleet_menu" model="ir.actions.client">20 <record id="action_fleet_menu" model="ir.actions.client">
21 <field name="name">Open Fleet Menu</field>21 <field name="name">Fleet</field>
22 <field name="tag">reload</field>22 <field name="tag">reload</field>
23 <field name="params" eval="{'menu_id': ref('fleet.menu_root')}"/>23 <field name="params" eval="{'menu_id': ref('fleet.menu_root')}"/>
24 </record>24 </record>
2525
=== modified file 'hr/board_hr_view.xml'
--- hr/board_hr_view.xml 2012-11-29 22:26:45 +0000
+++ hr/board_hr_view.xml 2013-11-11 12:15:46 +0000
@@ -16,7 +16,7 @@
16 </record>16 </record>
1717
18 <record id="open_board_hr" model="ir.actions.act_window">18 <record id="open_board_hr" model="ir.actions.act_window">
19 <field name="name">Human Resources</field>19 <field name="name">Human Resources Dashboard</field>
20 <field name="res_model">board.board</field>20 <field name="res_model">board.board</field>
21 <field name="view_type">form</field>21 <field name="view_type">form</field>
22 <field name="view_mode">form</field>22 <field name="view_mode">form</field>
@@ -38,6 +38,7 @@
38 </field>38 </field>
39 </record>39 </record>
40 <menuitem id="menu_hr_dashboard" 40 <menuitem id="menu_hr_dashboard"
41 name="Human Resources"
41 parent="base.menu_reporting_dashboard" 42 parent="base.menu_reporting_dashboard"
42 action="open_board_hr" 43 action="open_board_hr"
43 sequence="50"/>44 sequence="50"/>
4445
=== modified file 'hr/res_config_view.xml'
--- hr/res_config_view.xml 2012-11-29 22:26:45 +0000
+++ hr/res_config_view.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
4 <!-- After installation of the module, open the related menu -->4 <!-- After installation of the module, open the related menu -->
5 <record id="action_client_hr_menu" model="ir.actions.client">5 <record id="action_client_hr_menu" model="ir.actions.client">
6 <field name="name">Open HR Menu</field>6 <field name="name">Human Resources</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('menu_hr_root')}"/>8 <field name="params" eval="{'menu_id': ref('menu_hr_root')}"/>
9 </record>9 </record>
1010
=== modified file 'marketing_campaign/marketing_campaign_view.xml'
--- marketing_campaign/marketing_campaign_view.xml 2013-09-04 14:10:53 +0000
+++ marketing_campaign/marketing_campaign_view.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
44
5 <record id="action_client_marketing_menu" model="ir.actions.client">5 <record id="action_client_marketing_menu" model="ir.actions.client">
6 <field name="name">Open Marketing Menu</field>6 <field name="name">Marketing</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('base.marketing_menu')}"/>8 <field name="params" eval="{'menu_id': ref('base.marketing_menu')}"/>
9 </record>9 </record>
1010
=== modified file 'mrp/board_manufacturing_view.xml'
--- mrp/board_manufacturing_view.xml 2012-11-29 22:26:45 +0000
+++ mrp/board_manufacturing_view.xml 2013-11-11 12:15:46 +0000
@@ -19,7 +19,7 @@
19 </record>19 </record>
2020
21 <record id="open_board_manufacturing" model="ir.actions.act_window">21 <record id="open_board_manufacturing" model="ir.actions.act_window">
22 <field name="name">Manufacturing</field>22 <field name="name">Manufacturing Dashboard</field>
23 <field name="res_model">board.board</field>23 <field name="res_model">board.board</field>
24 <field name="view_type">form</field>24 <field name="view_type">form</field>
25 <field name="view_mode">form</field>25 <field name="view_mode">form</field>
@@ -27,6 +27,7 @@
27 </record>27 </record>
2828
29 <menuitem action="open_board_manufacturing"29 <menuitem action="open_board_manufacturing"
30 name="Manufacturing"
30 icon="terp-graph"31 icon="terp-graph"
31 id="menu_board_manufacturing"32 id="menu_board_manufacturing"
32 parent="base.menu_reporting_dashboard"33 parent="base.menu_reporting_dashboard"
3334
=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml 2012-11-29 22:26:45 +0000
+++ mrp/res_config_view.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
4 <!-- After installation of the module, open the related menu -->4 <!-- After installation of the module, open the related menu -->
5 <record id="action_client_mrp_menu" model="ir.actions.client">5 <record id="action_client_mrp_menu" model="ir.actions.client">
6 <field name="name">Open MRP Menu</field>6 <field name="name">MRP</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('base.menu_mrp_root')}"/>8 <field name="params" eval="{'menu_id': ref('base.menu_mrp_root')}"/>
9 </record>9 </record>
1010
=== modified file 'point_of_sale/point_of_sale_data.xml'
--- point_of_sale/point_of_sale_data.xml 2013-04-09 10:09:17 +0000
+++ point_of_sale/point_of_sale_data.xml 2013-11-11 12:15:46 +0000
@@ -5,7 +5,7 @@
55
6 <!-- After installation of the module, open the related menu -->6 <!-- After installation of the module, open the related menu -->
7 <record id="action_client_pos_menu" model="ir.actions.client">7 <record id="action_client_pos_menu" model="ir.actions.client">
8 <field name="name">Open POS Menu</field>8 <field name="name">Point Of Sale</field>
9 <field name="tag">reload</field>9 <field name="tag">reload</field>
10 <field name="params" eval="{'menu_id': ref('menu_point_root')}"/>10 <field name="params" eval="{'menu_id': ref('menu_point_root')}"/>
11 </record>11 </record>
1212
=== modified file 'point_of_sale/static/src/js/models.js'
--- point_of_sale/static/src/js/models.js 2013-09-23 17:13:10 +0000
+++ point_of_sale/static/src/js/models.js 2013-11-11 12:15:46 +0000
@@ -1,5 +1,6 @@
1function openerp_pos_models(instance, module){ //module is instance.point_of_sale1function openerp_pos_models(instance, module){ //module is instance.point_of_sale
2 var QWeb = instance.web.qweb;2 var QWeb = instance.web.qweb;
3 var _t = instance.web._t;
34
4 var round_di = instance.web.round_decimals;5 var round_di = instance.web.round_decimals;
5 var round_pr = instance.web.round_precision6 var round_pr = instance.web.round_precision
@@ -68,10 +69,23 @@
68 .done(function(){69 .done(function(){
69 //self.log_loaded_data(); //Uncomment if you want to log the data to the console for easier debugging70 //self.log_loaded_data(); //Uncomment if you want to log the data to the console for easier debugging
70 self.ready.resolve();71 self.ready.resolve();
71 }).fail(function(){72 }).fail(function(error){
72 //we failed to load some backend data, or the backend was badly configured.73 //we failed to load some backend data, or the backend was badly configured.
73 //the error messages will be displayed in PosWidget74 //the error messages will be displayed in openerp dialog box.
74 self.ready.reject();75 //display error dialog only for explicitly reject deferred using .reject('error')
76 //if any internal server error occured than server will send error object and handle by framework rpc handler.
77 instance.web.unblockUI();
78 if(_.isString(error)){
79 var dialog = new instance.web.Dialog(this, {
80 title: _t("Error"),
81 width: 850,
82 buttons: [
83 {text: "OK", click: function() { self.ready.reject();}},
84 ]
85 }).open();
86 $("<div />").text(error).appendTo(dialog.$el);
87 dialog.on("closing", this, function(){self.ready.reject();});
88 }
75 });89 });
76 },90 },
7791
@@ -145,6 +159,9 @@
145 [['state', '=', 'opened'], ['user_id', '=', self.session.uid]]159 [['state', '=', 'opened'], ['user_id', '=', self.session.uid]]
146 );160 );
147 }).then(function(sessions){161 }).then(function(sessions){
162 if(_.isEmpty(sessions)){
163 return (new $.Deferred()).reject(_t("There is no active session available for this user."));
164 }
148 self.set('pos_session', sessions[0]);165 self.set('pos_session', sessions[0]);
149166
150 return self.fetch(167 return self.fetch(
151168
=== modified file 'point_of_sale/static/src/js/widgets.js'
--- point_of_sale/static/src/js/widgets.js 2013-10-09 13:29:44 +0000
+++ point_of_sale/static/src/js/widgets.js 2013-11-11 12:15:46 +0000
@@ -889,15 +889,7 @@
889 self.pos.flush();889 self.pos.flush();
890890
891 }).fail(function(){ // error when loading models data from the backend891 }).fail(function(){ // error when loading models data from the backend
892 instance.web.unblockUI();892 self.close();
893 return new instance.web.Model("ir.model.data").get_func("search_read")([['name', '=', 'action_pos_session_opening']], ['res_id'])
894 .pipe( _.bind(function(res){
895 return instance.session.rpc('/web/action/load', {'action_id': res[0]['res_id']})
896 .pipe(_.bind(function(result){
897 var action = result.result;
898 this.do_action(action);
899 }, this));
900 }, self));
901 });893 });
902 },894 },
903 895
904896
=== modified file 'project/board_project_view.xml'
--- project/board_project_view.xml 2013-07-19 10:01:19 +0000
+++ project/board_project_view.xml 2013-11-11 12:15:46 +0000
@@ -47,7 +47,7 @@
47 </record>47 </record>
4848
49 <record id="open_board_project" model="ir.actions.act_window">49 <record id="open_board_project" model="ir.actions.act_window">
50 <field name="name">Project</field>50 <field name="name">Project Dashboard</field>
51 <field name="res_model">board.board</field>51 <field name="res_model">board.board</field>
52 <field name="view_type">form</field>52 <field name="view_type">form</field>
53 <field name="view_mode">form</field>53 <field name="view_mode">form</field>
@@ -56,6 +56,7 @@
56 </record>56 </record>
5757
58 <menuitem id="menu_project_dashboard"58 <menuitem id="menu_project_dashboard"
59 name="Project"
59 sequence="35"60 sequence="35"
60 parent="base.menu_reporting_dashboard"61 parent="base.menu_reporting_dashboard"
61 action="open_board_project"/>62 action="open_board_project"/>
6263
=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml 2012-11-29 22:26:45 +0000
+++ project/res_config_view.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
4 <!-- After installation of the module, open the related menu -->4 <!-- After installation of the module, open the related menu -->
5 <record id="action_client_project_menu" model="ir.actions.client">5 <record id="action_client_project_menu" model="ir.actions.client">
6 <field name="name">Open Project Menu</field>6 <field name="name">Project</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('base.menu_main_pm')}"/>8 <field name="params" eval="{'menu_id': ref('base.menu_main_pm')}"/>
9 </record>9 </record>
1010
=== modified file 'purchase/board_purchase_view.xml'
--- purchase/board_purchase_view.xml 2012-11-29 22:26:45 +0000
+++ purchase/board_purchase_view.xml 2013-11-11 12:15:46 +0000
@@ -73,7 +73,7 @@
73 </record>73 </record>
7474
75 <record id="open_board_purchase" model="ir.actions.act_window">75 <record id="open_board_purchase" model="ir.actions.act_window">
76 <field name="name">Purchases</field>76 <field name="name">Purchases Dashboard</field>
77 <field name="res_model">board.board</field>77 <field name="res_model">board.board</field>
78 <field name="view_type">form</field>78 <field name="view_type">form</field>
79 <field name="view_mode">form</field>79 <field name="view_mode">form</field>
@@ -82,6 +82,7 @@
82 </record>82 </record>
8383
84 <menuitem action="open_board_purchase"84 <menuitem action="open_board_purchase"
85 name="Purchases"
85 icon="terp-graph"86 icon="terp-graph"
86 id="menu_board_purchase"87 id="menu_board_purchase"
87 parent="base.menu_reporting_dashboard"88 parent="base.menu_reporting_dashboard"
8889
=== modified file 'purchase/res_config_view.xml'
--- purchase/res_config_view.xml 2013-04-18 10:23:37 +0000
+++ purchase/res_config_view.xml 2013-11-11 12:15:46 +0000
@@ -3,7 +3,7 @@
3 <data noupdate="1">3 <data noupdate="1">
4 <!-- After installation of the module, open the related menu -->4 <!-- After installation of the module, open the related menu -->
5 <record id="action_client_purchase_menu" model="ir.actions.client">5 <record id="action_client_purchase_menu" model="ir.actions.client">
6 <field name="name">Open Purchase Menu</field>6 <field name="name">Purchases</field>
7 <field name="tag">reload</field>7 <field name="tag">reload</field>
8 <field name="params" eval="{'menu_id': ref('base.menu_purchase_root')}"/>8 <field name="params" eval="{'menu_id': ref('base.menu_purchase_root')}"/>
9 </record>9 </record>
1010
=== modified file 'sale/board_sale_view.xml'
--- sale/board_sale_view.xml 2012-11-29 22:26:45 +0000
+++ sale/board_sale_view.xml 2013-11-11 12:15:46 +0000
@@ -62,7 +62,7 @@
62 </record>62 </record>
6363
64 <record id="open_board_sales" model="ir.actions.act_window">64 <record id="open_board_sales" model="ir.actions.act_window">
65 <field name="name">Sales</field>65 <field name="name">Sales Dashboard</field>
66 <field name="res_model">board.board</field>66 <field name="res_model">board.board</field>
67 <field name="view_type">form</field>67 <field name="view_type">form</field>
68 <field name="view_mode">form</field>68 <field name="view_mode">form</field>
@@ -71,6 +71,7 @@
7171
72 <menuitem id="menu_dashboard_sales"72 <menuitem id="menu_dashboard_sales"
73 sequence="15"73 sequence="15"
74 name="Sales"
74 parent="base.menu_reporting_dashboard"75 parent="base.menu_reporting_dashboard"
75 action="open_board_sales"76 action="open_board_sales"
76 groups="base.group_sale_salesman"/>77 groups="base.group_sale_salesman"/>
7778
=== modified file 'sale/sale_data.xml'
--- sale/sale_data.xml 2013-03-18 07:15:19 +0000
+++ sale/sale_data.xml 2013-11-11 12:15:46 +0000
@@ -4,7 +4,7 @@
44
5 <!-- After installation of the module, open the related menu -->5 <!-- After installation of the module, open the related menu -->
6 <record id="action_client_sale_menu" model="ir.actions.client">6 <record id="action_client_sale_menu" model="ir.actions.client">
7 <field name="name">Open Sale Menu</field>7 <field name="name">Sales</field>
8 <field name="tag">reload</field>8 <field name="tag">reload</field>
9 <field name="params" eval="{'menu_id': ref('base.menu_base_partner')}"/>9 <field name="params" eval="{'menu_id': ref('base.menu_base_partner')}"/>
10 </record>10 </record>
1111
=== modified file 'stock/board_warehouse_view.xml'
--- stock/board_warehouse_view.xml 2012-12-05 12:13:11 +0000
+++ stock/board_warehouse_view.xml 2013-11-11 12:15:46 +0000
@@ -50,7 +50,7 @@
50 </record>50 </record>
5151
52 <record id="open_board_warehouse" model="ir.actions.act_window">52 <record id="open_board_warehouse" model="ir.actions.act_window">
53 <field name="name">Warehouse</field>53 <field name="name">Warehouse Dashboard</field>
54 <field name="res_model">board.board</field>54 <field name="res_model">board.board</field>
55 <field name="view_type">form</field>55 <field name="view_type">form</field>
56 <field name="view_mode">form</field>56 <field name="view_mode">form</field>
@@ -58,6 +58,7 @@
58 </record>58 </record>
5959
60 <menuitem id="menu_board_warehouse" 60 <menuitem id="menu_board_warehouse"
61 name="Warehouse"
61 parent="base.menu_reporting_dashboard" 62 parent="base.menu_reporting_dashboard"
62 action="open_board_warehouse" 63 action="open_board_warehouse"
63 sequence="25" 64 sequence="25"
6465
=== modified file 'stock/res_config_view.xml'
--- stock/res_config_view.xml 2013-02-20 08:27:07 +0000
+++ stock/res_config_view.xml 2013-11-11 12:15:46 +0000
@@ -4,7 +4,7 @@
44
5 <!-- After installation of the module, open the related menu -->5 <!-- After installation of the module, open the related menu -->
6 <record id="action_client_warehouse_menu" model="ir.actions.client">6 <record id="action_client_warehouse_menu" model="ir.actions.client">
7 <field name="name">Open Warehouse Menu</field>7 <field name="name">Warehouse</field>
8 <field name="tag">reload</field>8 <field name="tag">reload</field>
9 <field name="params" eval="{'menu_id': ref('menu_stock_root')}"/>9 <field name="params" eval="{'menu_id': ref('menu_stock_root')}"/>
10 </record>10 </record>

Subscribers

People subscribed via source and target branches

to all changes: