Question Details

No question body available.

Tags

odoo point-of-sale odoo-18 custom-button

Answers (1)

Accepted Answer Available
Accepted Answer
August 11, 2025 Score: 1 Rep: 1,724 Quality: Medium Completeness: 40%

You have to append your js/xml custom files into the right assets bundle:

'assets': { 'pointofsale.assetspos': [ 'buttonpos/static/src/js/CustomButton.js', 'buttonpos/static/src/xml/CustomButton.xml', ],