Daily updates from Odoo
Tuesday, August 17, 2021
2 changes · master
Enhancements to existing features
Companies can now record an accounting firm or agent in their company information and use it as the default representative when exporting tax and financial report XML files. Export actions were also made clearer by simplifying report button labels to file formats, helping users choose the right output more easily.
Original PR description
A company may grant a mandate to an accounting firm or an agent to file its tax return or financial reports. The goal is to allow companies to add their agent as a partner and select it in the company data configuration. While exporting the XML file, if an agent has been configured, it will be used by default as the company's representative. Task 2526717
Gantt chart tooltips have been standardized across several business apps to make schedule details easier to read. Time ranges now appear consistently on one line, helping users compare dates and timings more quickly.
Original PR description
Applies to the following modules: - event_enterprise - hr_appraisal - hr_holidays_gantt - hr_work_entry_contract_enterprise - industry_fsm - infustry_fsm_report - planning - project_enterprise - project_timesheet_forecast - sale_renting - sale_stock_renting - website_event_track_gantt Cleans up the gantt tooltip for the above modules, mainly replaces the format from `Field: data` to `Field - data` and unifies the format to display the time range; previously Start and End would be on two separate lines, they are now in the format `start -> end` with the same print 'format' everywhere. Task ID: 2618228