Friday, November 27, 2020
3 changes · master
Enhancements to existing features
Customers can now see timesheet details in the portal for both sales orders and invoices, regardless of whether billing is based on ordered or delivered quantities. This improves transparency for service work and helps customers review time spent before or after invoicing.
Original PR description
Prior to this commit:
* The portal timesheet section was only visible in invoices when
invoicing policy was set to delivery.
* The portal timesheet section was not visible on orders.
After this commit:
* The portal timesheet section will be displayed for both delivery and order invoicing
policies.
* The portal timesheet section will be available for orders.
task-2388500
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-prOdoo now better protects important built-in records such as units of measure, currencies, payment methods, and decimal precision settings from accidental deletion or unsafe edits. This helps prevent configuration changes that could break accounting, sales, timesheets, or other day-to-day operations, while still allowing exceptional changes by administrators when truly needed.
Original PR description
Restrict deletion & modification for specific models to avoid breaking your database. Case by case solution POC trying to avoid generic nodelete solution (#56805) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Financial report journal filters now show a scroll bar when many journals are available. This makes the filter easier to use and keeps the report interface tidy for companies with large numbers of journals.
Original PR description
Task [2377638](https://www.odoo.com/web#id=2377638&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720) Add a scroll bar for when we have a lot of journals in the journal filter of reports.