Thursday, April 6, 2017
2 changes
New functionality added to Odoo
This update lets Odoo mark module categories as mutually exclusive and define specific module exclusions. It helps prevent installing combinations that should not coexist, such as accounting modules restricted for legal or compliance reasons.
Original PR description
Description of the issue/feature this PR addresses: Some modules may not be installed altogether. For instance, some accounting modules should prevent the installation of module 'account_cancel' for legal reasons. Current behavior before PR: No way to enforce module exclusion. Desired behavior after PR is merged: Exclude modules on a one-to-one basis, or based on a category.
Financial reports can now offer a journal filter beyond the default Profit and Loss report. This gives businesses more flexibility to review financial results by specific journals directly from the Odoo interface.
Original PR description
…cial report by default only P&L shows the journals filter, but it can be set for all financial reports easily from Odoo interface. task: 32126