Friday, February 28, 2020
7 changes
Enhancements to existing features
New website shop categories are now placed at the end of the category list by default, making category ordering more predictable. The manual sequence field is hidden on the category form, while reordering remains available from the list view.
Original PR description
New categories will now we added at the end by default. The sequence field is hidden in the form view. It's still possible to order them from the list view. Part of task-2002125 Closes #25535 Co-authored-by fja-odoo <fja@odoo.com> Co-authored-by Sébastien Theys <seb@odoo.com>
Timesheet durations shown in the customer portal now use a consistent 00:00 time format. This makes logged time easier to read and compare for portal users reviewing project or timesheet information.
Original PR description
The duration format for timesheet durations has been set to "00:00" -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The invoicing wizard now hides the timesheet invoice date option when a down payment is selected. This keeps the form focused on fields that apply to the chosen invoice type and reduces confusion for sales users.
Original PR description
Hide the date_invoice_timesheet field if 'down payment' is selected. TaskID: 2203363
Several app settings now include book-icon links that take users directly to relevant documentation for more complex features. A nightly check was also added to help ensure these documentation links remain valid over time.
Original PR description
A 'book icon' link to the documentation of a feature has been added in its settings panel, when it is useful (complex feature), according to the google spreadsheet in taskID: 2180574. A nightly test has been added to check links validity in the res_config_settings views. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Task forms now show the customer's full address only in the Field Service app, reducing clutter on regular project tasks. The navigation button also appears only for field service tasks, keeping location actions available where they are relevant.
Original PR description
Purpose ======= The partner full address and "Navigate To" button are always displayed on task forms. It should be displayed only for FSM tasks. Specification ============= 1. Display full address only in the FSM app. (we cannot have a conditional context based on `is_fsm`) 2. Display "Navigate To" button when `is_fsm=True` Task 2192817
The customer portal now shows timesheet durations in a consistent 00:00 format. This makes logged time easier for customers to read and compare, reducing confusion when reviewing support work.
Original PR description
The duration format for timesheet duration has been modified to "00:00". -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](www.odoo.com/submit-pr)
Event-related tax details are now computed automatically when event information changes. This reduces manual effort and helps keep financial information accurate for event transactions.