Friday, May 4, 2018
2 changes · master
New functionality added to Odoo
Odoo now supports marking partner addresses as private so only authorized users can view them. This helps protect sensitive personal address information while still allowing HR officers and approved users to manage employee home address records.
Original PR description
Purpose
=======
Add the possibility to create private addresses, only accessible for a subset
of users.
Specification
=============
- Add a new 'Private' partner type
- Add a res.groups in base 'Access to Private Addresses'
- Add ir.rules for the following behavior:
- Every employees/internal users can read non-private addresses
- Only users in group_private_addresses can access private addresses
- Add in base a simplified form view for private addresses
- A HR Officer is automatically granted in group_private_addresses
- Use the simplified form view to open the address_home_id form on employees
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-prHelpdesk teams can now connect tickets to projects so employees can record time directly on tickets. This makes support work easier to track and supports later billing through the existing timesheet and sales flow, with warnings when delivered quantities are exceeded.
Original PR description
**Task :** https://www.odoo.com/web#id=29116&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 **Purpose**: timesheet on helpdesk ticket throught project to be very very usable.