Hello everyone, I am trying to add a custom button in POS, but it is not working, even when I do the same thing I see in forums or videos. Odoo doesn't show anything in the view or in the log.
I even see this in forums for the manifest:
‘assets’: {'point_of_sale. _assets_pos': [...]}
but it doesn't work for me, it gives me an error. It only doesn't give an error if I do it like this:
‘assets’: {‘point_of_sale.assets’: [...]}
but it still doesn't show the button.
I need the button to appear next to the button labeled “Cliente”. Can someone explain to me what's going on?