We have been using Odoo EE for nearly 7 years. And the Repairs app is one of the apps that we use every day. During a trial migration from Odoo v16 to Odoo v17 we found the following:
- The field “Warranty Expiration” (guarantee_limit) is no longer available.
- The tabular page “Operations” is no longer available.
- The tabular page “Quotation Notes” is no longer available.
In short the fields “guarantee_limit”, “operations” and “quotation_notes” are depreciated and removed from the “repair.order” database model in Odoo v17.
We used “Operations” to register the time allocated to a repair and “Quotation Notes” to add some comment about the repair to the invoice. After an upgrade to v17 that data is lost. If you look up an older repair, you will no longer see the allocated time or the repair notes. If an invoice was made, then you may still find that information on the invoice.
In order not to lose historical information we consider adding 3 (similar) fields with Studio and copy the data to those fields, prior to running the upgrade. Effectively recreating the removed functionality with Studio. However, please let us know if you have any other suggestions.