Skip to content

Commit

Permalink
[FIX]sale_barcode: unwilling scroll to top
Browse files Browse the repository at this point in the history
X-original-commit: 1dc5a82
  • Loading branch information
JrAdhoc committed Nov 3, 2022
1 parent 869d755 commit 900ae8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sale_barcode/__manifest__.py
Expand Up @@ -19,7 +19,13 @@
##############################################################################
{
'name': 'Sale Barcode',
<<<<<<< HEAD
'version': "15.0.1.0.0",
||||||| parent of 27cfa0cc... temp
'version': '13.0.1.0.0',
=======
'version': '13.0.1.1.0',
>>>>>>> 27cfa0cc... temp
'category': 'Sales',
'sequence': 14,
'summary': '',
Expand Down
1 change: 1 addition & 0 deletions sale_barcode/static/src/js/sale_barcode_handler.js
Expand Up @@ -22,6 +22,7 @@ var SaleBarcodeHandler = AbstractField.extend({
barcode: '_barcodeAddX2MQuantity',
}
});
this.trigger_up('scrollTo', {selector: '.oe_subtotal_footer_separator'});
},
});

Expand Down

0 comments on commit 900ae8e

Please sign in to comment.