Daily updates from Odoo
Monday, August 31, 2015
1 change
New functionality added to Odoo
Odoo now marks modules that were brought in through the import module tool. This helps businesses identify and export custom SaaS customizations so they can be tested separately before reuse or deployment.
Original PR description
Sets a boolean field 'imported ' to True on a module if it was imported from the 'base_import_module' module. We need something like this for instance to export all customizations made for a SaaS instance to be able to test run tests on them separately.