Monday, August 31, 2015
8 changes
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.
Enhancements to existing features
This update shortens the names used for internal many-to-many relationship indexes to avoid database naming limits. It also adds a warning when a name still needs to be shortened, helping maintainers spot potential issues earlier without affecting everyday users.
Original PR description
update the naming of the m2m indices use the shorter name suggested by @antonylessuisse. closes #2780
This update adds checks to ensure database table and column names follow safe length limits before they are used. It helps prevent setup or customization errors that could cause failures later, especially around relationship fields.
This update corrects grammar and spelling in the CRM documentation README. It improves readability and professionalism without changing product behavior or business workflows.
Original PR description
grammar/spelling
Resolved issues and error corrections
This fixes a broken setup action in the Mass Mailing app so users can complete the intended mailing configuration flow. The change helps avoid interruptions when accessing or using the mailing setup task.
Original PR description
ISSUE : https://www.odoo.com/web#view_type=form&model=project.issue&action=963&active_id=681
This change fixes a spelling mistake in a forum badge label, changing “Nice Quesiotn” to “Nice Question.” It improves the polish and clarity of the forum experience for users without changing functionality.
Original PR description
Nice Quesiotn > Nice Question
Code cleanup and technical improvements
The website reporting feature has been migrated to Odoo's newer application framework. This keeps the module maintainable and aligned with the rest of the platform, with little expected change for day-to-day users.
Original PR description
TASK: https://www.odoo.com/web?db=openerp#id=12129&view_type=form&model=project.task&menu_id=3942&action=327 pad: https://pad.odoo.com/p/r.hjFLZuQTPIMeyiRP
The website_hr module was migrated to Odoo's newer application programming model. This is an internal modernization that helps keep the recruitment website feature maintainable and compatible with the broader platform, with little direct change expected for end users.
Original PR description
Task : https://www.odoo.com/web/#id=12028&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.CFZ51hLERFpk5s06