waltervargas / prestashoperpconnect

A module that permits OpenERP to connect to Prestashop.
2 stars 3 forks source link

update method _select_versions #5

Closed waltervargas closed 10 years ago

waltervargas commented 10 years ago

Update the method _select_versions in the file prestashop_model.py and add the version 1.6:

    def _select_versions(self, cr, uid, context=None):
        """ Available versions

        Can be inherited to add custom versions.
        """
        return [('1.5', '1.5')]