As a developper, I sometimes have the need to define two different addons which cannot be installed at the same time on a given instance. The __openerp__.py
file has the depends
declaration, but there is no conflicts
declaration as far as I can tell.
How is such a case usually handled?