acsone / click-odoo-contrib

Useful Odoo scripts and utility functions, based on click-odoo
GNU Lesser General Public License v3.0
107 stars 59 forks source link

[FIX] addons_analyse.py: compatibility with python3 #132

Closed marielejeune closed 1 year ago

marielejeune commented 1 year ago

In _addons_info_to_rows an error occurred with Python3 because values() method is not returning a list anymore, but a view object