upgrade-util icon indicating copy to clipboard operation
upgrade-util copied to clipboard

Utility helpers to write better upgrade scripts.

Results 34 upgrade-util issues
Sort by recently updated
recently updated
newest added

When we upgrade from version 15 to 16 we get a `DeprecationWarning` due to python version change. So this fix aims to ignore it for the purpose of log improvement....

Improves caching to not simply cache the result of the first call of a function, but each *unique* (based on args and kwargs, taking into consideration their order) call.

Some filters are simply invalid, and leads to a traceback when removing fields in them.

This pr adds a mixin regarding the product description. It uses a One2Many relation which implies creating this script for it to be used in the classes implementing the mixin....

Now `skip_if_demo` is both a decorator and a method.

The generator based context manager, using `yield`, has multiple shortcomings. First it requires an extra `skippable_cm` magic to be able to deal with missing views. Second, there was not clear...

While removing the view, removing the content having t-call in other views which  are calling to have the content of it. As there are many specific fixes available for this...

Add the new module in util. odoo/odoo#170009