تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3478 أدوات العرض

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.

الصورة الرمزية
إهمال
أفضل إجابة

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.

الصورة الرمزية
إهمال
الكاتب

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