Daily updates from Odoo
Monday, June 6, 2016
5 changes · master
New functionality added to Odoo
This adds an option to group generated asset accounting entries by asset category. Businesses with many assets can reduce the number of journal entries created, making accounting records easier to review and manage.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr It could be useful to group generated entries by category. That will lead to only one account.move with two lines by category instead of one move by asset. Someone with a lot of assets will probably want to use this feature.
Enhancements to existing features
Sales-related access groups, settings, and menus are reorganized into the Sales Teams module instead of being bundled through base and mail. This makes installations cleaner by only adding sales team configuration when modules such as CRM, Sales, VoIP, or Subscriptions need it.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Purpose: Having the res_group defined in base and sales_team auto installed with mail doens't make sense.
Website blog posts now use their publish date for ordering, helping visitors and editors see content in the expected chronological order. Editors also gain published and unpublished filters, making it easier to manage visible and draft blog content.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=23370&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.3bdacff28423f89dd516c08d6cbd039e Current behavior before PR: Desired behavior after PR is merged: - Website blog post sorted by publish date - Add filter for published/notpublished ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes inventory screens use the same label, "Lots / Serial Numbers," instead of varying between different terms. The consistent wording reduces confusion for users managing tracked products in stock operations.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task: </strong>https://www.odoo.com/web#id=24362&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong> https://pad.odoo.com/p/r.58c7c8e00953676a011a715876e8752c Current behavior before PR: some places the string "Lot" is used and at some places "Serial Numbers" is used , which is very confusing for the user. Desired behavior after PR is merged: Make a common string "Lots / Serial Numbers" everywhere for the uniformity. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr … 'Serial Numbers' is used, ``` which is very confusing for the user, so make a common string "Lots / Serial Numbers" everywhere for the uniformity. ```
Sales-related permissions and configuration settings were moved into the Sales Team area so they are installed only when relevant business apps need them. This keeps installations cleaner while preserving access for apps such as CRM, Sales, VoIP, and subscriptions.