This question has been flagged
1 Reply
3053 Views

I have tried to change the "pay" button for supplier invoice in account_voucher_pay_invoice.xml (this is the view in account_voucher) to another name but the changes are not reflected in the user interface. I have tried to reload the server still not working.

Avatar
Discard
Best Answer

You have to update your module if you changed something in an XML file.

But I advise you to create a module that will change content of the xml using xpath. Because if you upgrade your openerp version, you will lose your changes if you change something directly in the base module of OpenERP.

Avatar
Discard
Author

How can I update the module?I am using openerp v7. I will use your advise on future. Current I am doing testing