Odoo 10 add button to POS
问题 I am trying to add a button to the POS screen. A lot of the information I have for this is related to Odoo 8 and this is probably why it is not working. I installed the custom addon without any errors but I don't see the button. I don't get any errors when running the POS either. In version 8 there is a widgets.js file which includes module.PosWidget.include({ build_widgets: function(){ var self = this; this._super() There is no widgets.js in version 10 and I am guessing this is where my