I have a customized module that depends on the Product module, I already put Product in the depends section of openerp. However, when i tried to install my own module, Im having an error pertaining to a field that the Product module provides. Is there a way for me to control the module installation sequence wherein it installs first the product module before my own.
Doing a separate individual module(product and then my module) works but I want to do it with just one module installation.