This question has been flagged
1 Reply
2384 Views

i made customization on invoices into odoo if i update odoo core all my customizations disepear

is there a way to secure the customization without make a module ? 


Thank you 

Avatar
Discard
Best Answer

Hi System Fix

What kind of customizations? if you are directly changing views you could avoid the update on them using one of this 2 options:

1- Find the corresponding record on ir.model.data and mark it as noupdate

2- Create a new view to inherit the original view to make those changes using view inheritance

Avatar
Discard