Tuesday, March 5, 2019
5 changes · master
Enhancements to existing features
Access-rights labels and grouping have been reorganized so administrators can more easily understand and manage user permissions. Expenses and Timesheets also gain dedicated approver roles, making it easier to delegate approvals without granting full administration rights.
Original PR description
…tegory Rename 'Manager' to 'Administrator' in user.groups. Add Master categories for ir.module.category. It is used to organise fields of Access Rigths view. Add a user.groups (Approver) in Expenses and Timesheet. id=1914949 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale now creates a reminder activity when a session has been left open for more than a week. This helps store staff close stale sessions and start fresh ones, reducing operational confusion and cleanup work.
Original PR description
Log a next activity on the PoS Session if open since more then a week (responsible = pos user) "Your PoS Session is open since xx/xx/xx, we advise you to close it and to create a new one." task: https://www.odoo.com/web#id=1824684&action=333&active_id=1428&model=project.task&view_type=form&menu_id=4720
The mail app now includes a dedicated activity composer, making it easier for users to create and manage activity messages directly in the chatter. This improves day-to-day communication workflows by streamlining how follow-ups and updates are prepared.
Original PR description
task: https://www.odoo.com/web#id=37030&view_type=form&model=project.task&action=327&menu_id= pad: https://pad.odoo.com/p/r.442184ccb044087f22fd8992d1e52b9c
Scheduling an activity is now integrated directly into the chatter composer, alongside sending messages and logging notes. This makes the workflow feel more consistent and reduces the need to open a separate pop-up dialog.
Original PR description
Description of the issue/feature this PR addresses: * Task: https://www.odoo.com/web#id=37030&view_type=form&model=project.task&action=327&menu_id=4720 * Pad: https://pad.odoo.com/p/r.442184ccb044087f22fd8992d1e52b9c Current behavior before PR: Before this commit, For schedule activity there is button in chatter which open dialog to schedule activity. Which look like it's not part of composer. Desired behavior after PR is merged: After this commit, Schedule activity is in composer with all fields which are in dialog. Which look like it's part of same design as send a message or log note. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
User access groups are renamed and reorganized to make permissions easier to understand and manage. The update also adds clearer approval roles for expenses and timesheets, helping businesses assign responsibilities more accurately.
Original PR description
…egory Rename 'Manager' to 'Administrator' in user.groups. Add Master categories for each ir.module.category. It will be used to organise fields in Access Rights view. id=1914949