Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3462 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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