Thursday, March 5, 2020
3 changes
New functionality added to Odoo
Project templates can now carry key service, field service, worksheet, quotation, materials, and forecasting settings into newly created projects. Template-only records are also kept out of operational reports and selection fields where they do not belong, reducing setup errors and cleaner reporting.
Original PR description
Purpose
=======
Same purpose as PR : https://github.com/odoo/odoo/pull/45418
Specifications
==============
- Fields to be copied in enterprise from a template to a project :
is_fsm, allow_material, allow_quotations, allow_worksheets, worksheet_template_id,
allow_forecast
- Invisible fields in enterprise on project.project form (templates):
Planning stat button, Tickets stat button
- Invisible fields in enterprise on project.task form :
planned_date_begin, planned_date_end, Products stat button, Invoices stat button,
Quotations stat button, Planning overlap alert, worksheet stat button
- Add demo data
Task-1975084
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prEnhancements to existing features
The barcode app has been updated with a cleaner, more mobile-friendly interface and easier ways to adjust quantities directly from barcode lines. Warehouse users can also change source or destination locations from the barcode screen and start returns more easily, reducing reliance on barcode scanners and speeding up stock operations.
Original PR description
- Made visual changes in the barcode view; - Remade the line form view for barcode app; - Add buttons to increase transfer quantity on barcode line; - Add the possibility to click on location summary to change the move lines' location directly from the barcode view; - A little ref. in xml/js files. task-2123726
Belgian payroll now supports full-time credit time, including visible zero-value credit time days on payslips. The update also improves payroll accuracy for employees who start or end contracts mid-month, reducing wages and benefits based on actual worked time.
Original PR description
Make possible to take a credit time full time Further more, the credit time days appears on the payslip (at 0 € but it must be visible in the payslip) In the wizard of credit time add a m2o to work entry type: - not required - filled by default with credit time - when the work entries are generated, use this work entries to show credit time off - if not visible show days of in grey TASK-ID: 2145813