This question has been flagged

Hi,

I'm using the POS module from Odoo Community v9.  In the payment screen, the numpad has pre-programmed buttons for 10, 20 and 50.  To better reflect local currency,  it would be more appropriate to change the buttons to 100, 500 and 1000.  I have done this by modifying directly the relevant lines in pos.xml file.  However, when Odoo updates the pos.xml file in the future, these changes will be gone.

Is there perhaps a better way of doing this or preventing future updates from reverting to the changes I have made?


Best regards,

KM

Avatar
Discard
Best Answer

Inherit the standard view and make your changes in the inherited view. This will prevent an update to overwrite your changes. Read about view inheritance in the doc: https://www.odoo.com/documentation/9.0/reference/views.html#inheritance

Avatar
Discard
Author

Thanks Fabrice for pointing me in the right direction. I'll definitely acquaint myself with it.

Cheers!

km