Tuesday, March 17, 2020
5 changes · master
Enhancements to existing features
Project users can now create invoices from time-and-material sales orders linked to regular project tasks, not just field service tasks. A new “To Invoice” task filter helps teams quickly find work that is ready to bill, improving billing follow-up across more projects.
Original PR description
Purpose ======= We currently have a 'Create Invoice' action in Project, but it only works if is_fsm is true. This action could also be useful for projects with is_fsm false, as it is also possible to create SOs for time and material from regular projects. Specifications =========== Make the current 'Create Invoice' action work for projects with is_fsm false Add a 'To Invoice' filter to tasks. Should represent tasks linked to an SO whose invoicing status is "to Invoice" (same behavior as the current filter we have in FSM). Task:2191253 PR enterprise: 8530 PR upgrade: 808 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refreshes the website blog demo content and improves how blog posts are managed and displayed. Users get clearer blog listings, better comment navigation, and safer front-end editing behavior, while administrators gain more useful blog overview information.
Original PR description
Task : https://www.odoo.com/web#action=327&cids=1&id=2201675&menu_id=4720&model=project.task&view_type=form
Survey creators can now add descriptive text to pages or sections, making it easier to introduce upcoming questions or provide presenter notes. These descriptions are shown to respondents on the survey frontend, improving context and guidance during surveys.
Original PR description
# Purpose The purpose of this task is to allow the user to create pages which describe the next survey page. He can now edit the description in a form when he click on "Add a Section". This will be displayed on the frontend in all cases. # Specifications When creating or editing a page/section, there is now a button to the left of the field which open the form to edit the description of the page. task-2182886
Odoo now lets users compare one view layout with another and see the differences in a familiar side-by-side style viewer. This makes it easier to review website or interface customizations, understand changes, and troubleshoot layout differences before applying updates.
Original PR description
This commit adds the possibility to compare a view arch to another one. The result will be shown in a diff viewer (github like). This is following what was done at #32009 task-2190072
Project users can now create invoices from regular project tasks, not only field service tasks, when those tasks are linked to sales orders. Helpdesk users also get a clearer invoice creation button on tickets, helping teams bill time and materials more directly.
Original PR description
Purpose ======= We currently have a 'Create Invoice' action in Project, but it only works if is_fsm is true. This action could also be useful for projects with is_fsm false, as it is also possible to create SOs for time and material from regular projects. Specifications =========== Make the current 'Create Invoice' action work for projects with is_fsm false Add a 'To Invoice' filter to tasks. Should represent tasks linked to an SO whose invoicing status is "to Invoice" (same behavior as the current filter we have in FSM). Task:2191253 PR community: 45650 PR upgrade: 808