removed custom help buttons

bzr revid: fva@openerp.com-20120504123033-mffgt1x9swahq5oe
This commit is contained in:
Frédéric van der Essen 2012-05-04 14:30:33 +02:00
parent 5fafeb4c89
commit e56de26bcc
1 changed files with 0 additions and 24 deletions

View File

@ -196,10 +196,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
this.pos_widget.action_bar.add_new_button(
{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'back',
click: function(){ //TODO Go to ask for weighting screen
clearInterval(this.intervalID);
@ -239,10 +235,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
this.pos_widget.orderView.setNumpadState(this.pos_widget.numpadView.state);
this.pos_widget.action_bar.add_new_button(
{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'back',
click: function(){
self.pos.screen_selector.set_current_screen('scan');
@ -291,10 +283,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
this.pos_widget.action_bar.add_new_button(
{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'back',
click: function(){ //TODO Go to ask for weighting screen
clearInterval(intervalID);
@ -331,10 +319,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
click: function(){
self.pos.screen_selector.set_current_screen('scan');
}
},{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'peser',
click: function(){ //TODO Go to ask for weighting screen
@ -382,10 +366,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
this.pos_widget.action_bar.add_new_button(
{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'weight',
click: function(){ //TODO Go to ask for weighting screen
self.pos.screen_selector.set_current_screen('scale_invite');
@ -441,10 +421,6 @@ function openerp_pos_screens(module, instance){ //module is instance.point_of_sa
this.pos_widget.orderView.setNumpadState(this.pos_widget.numpadView.state);
this.pos_widget.action_bar.add_new_button(
{
label: 'help',
click: function(){ //TODO Show help popup
}
},{
label: 'weight',
click: function(){ //TODO Go to ask for weighting screen
}