Hi,
I inherited a module in my own module.
class ShopingRegister(models.Model):
I added the module in the Depend in file openerp.py my own module.
Now I have no problem upgrading my module, but I have an error in upgrading the module I inherited from(shopping_product)
keyerror : 'model.name.custom.module'
Thank you for your help.