OCA / OpenUpgrade

Open source upgrade path for Odoo/OpenERP
https://oca.github.io/OpenUpgrade/
GNU Affero General Public License v3.0
742 stars 696 forks source link

[17.0][OU-FIX] resource: Reset sequence field in resource.calendar.attendance #4655

Closed pedrobaeza closed 1 week ago

pedrobaeza commented 1 week ago

As the field sequence exists previously in 16, and you were able to change it on screen:

imagen

there's a chance that your DB have some sequence values that alters the previous order when migrating.

Thus, the safest thing is to reset the sequence value to its default value for preserving always the previous order.

@Tecnativa TT49327