Daily updates from Odoo
Monday, June 5, 2023
5 changes · master
Enhancements to existing features
Users can now search signed documents by a signer's display name, which includes both the person and their company. This makes it easier to answer business questions like whether an NDA exists for a specific company when the individual signer is unknown.
Original PR description
With large Companies, it is common for people to want to answer the question "Do we have a signed NDA from YourCompany?" It is easy to find a signed document by Individual, it is not possible (easily) to find a signed document by unknown Individual at a Company. As the display name correspond to both the name and the company, this change allow the search on both the user and the company task-id : 3265745
India Payroll now supports a dedicated salary structure type for interns receiving stipends. This helps businesses calculate intern pay using relevant components such as gross pay, reimbursements, salary attachments or assignments, child support, and net salary.
Original PR description
- Add Intern Structure Type
- The intern employee will get salary based on the following components.
- GROSS
- Attachment of Salary
- Assignment of Salary
- Child Support
- Reimbursement
- Net Salary
task-3284080Subscription options such as whether customers can close subscriptions and key contract dates are now managed in a dedicated settings area instead of being hidden in quotation templates. Companies can also define default values for new subscriptions and templates, making setup more consistent when no template is used.
Original PR description
Since the merge of Subscriptions with Sales orders, the concept of "quotation template" has been distorted. It's no longer used only to pre-fill the SO, one information required in the life cycle of the subscription is saved in the template and only in the template: "closable by customer". There is also a problem when no template is defined. Information is hidden for confirmed SO because the template reference is not visible anymore. Solutions : We create a section for subscription settings that contains the following settings : - Closable by customer - Start date - First contract date In addition, multiple company dependant settings will by available to pre-fill SO properties when created without templates. Those settings will also be used as default values when creating new quotation template. task-id : 2877341 community : odoo/odoo#112433
This update makes small usability improvements across project-related workflows. It reduces the size of certain confirmation and ticket conversion dialogs, and reorganizes project card menu actions so commonly used options are easier to find.
Original PR description
** => project,helpdesk,timesheet_grid The purpose of this PR is to improve the generic usage of the project app. So, in this PR done following changes: - Reduced the size of confirm time spent, convert to ticket wizard - switched Sales Orders button and planning button from their place in the project kanban card burger menu task-2989828
Project planning now limits planned-hour sales order actions to sales orders linked to the relevant project. Scheduling tasks from the Gantt view also preserves existing assignees when assigning work to one of them, reducing accidental assignment changes.
Original PR description
**[IMP] project: improve ux** **Before this commit:** - project.updates 'hours planned' stat button: the 'plan orders' button take into account all SOs. - Given a task assigned to user A and B. If we schedule the task to user A, user B is removed. **After these changes:** - project.updates 'hours planned' stat button: the 'plan orders' button should only take into account the SOs that are linked to the project. - When scheduling the task using the magnifying glass icon of the Gantt view, the task should remain assigned to users A and B if it is scheduled for either one of them. If the task is scheduled for user C, the task should be assigned to user C and users A and B should be removed from the assignees. task-2929871