Closed waltervargas closed 10 years ago
Update the method _select_versions in the file prestashop_model.py and add the version 1.6:
_select_versions
prestashop_model.py
def _select_versions(self, cr, uid, context=None): """ Available versions Can be inherited to add custom versions. """ return [('1.5', '1.5')]
Update the method
_select_versions
in the fileprestashop_model.py
and add the version 1.6: