[18.0][OU-FIX] l10n_it: remove xmlid for taxes as they would be partially duplicated with possible critics errors during migration#5719
Conversation
39bd316 to
9fc50bf
Compare
9fc50bf to
788e412
Compare
hbrunn
left a comment
There was a problem hiding this comment.
won't you delete manual customizations this way?
These reports are recreated from templates, so these manual customizations will be lost anyway. These reports are only visible in EE but I don't use it so I don't know how they work, but how do you do customizations? They're only reports for what I can see. |
|
yes right, people will have to live with that. it's still weird to me that |
During migration from 17.0 of l10n_it the records with option
auto_sequence="1"re-create theirs xmlids and sometimes they conflict with the existing records.This PR remove completely them, to let Odoo re-create them safely.
This PR is for Italian module, maybe it could be a need of other localization modules too.