camptocamp / odoo-dj

Odoo modules to help exporting / importing data in a consistent way via anthem songs
GNU Affero General Public License v3.0
3 stars 8 forks source link

Core songs lookup should consider demo/install type #76

Closed simahawk closed 6 years ago

simahawk commented 7 years ago

Right now core songs lookup consider only the flag "core" which is buggy if you have several compilation in place.

simahawk commented 7 years ago

WARNING: we have now the possibility to burn more than one compilation at once. So, either we take care of validating that different data mode are not mixed up or we must group core songs per data mode and handle this thing in a more complex way (which I'd like to avoid).

simahawk commented 6 years ago

I don't think this is now a bug: we are going to export ALL core compilations, always, to make sure they are always consistent w/ the rest. Anyway, devs will have to review modified files while committing.