Friday, February 11, 2022
3 changes · master
Resolved issues and error corrections
This update fixes focus handling in Point of Sale screens after an internal change and simplifies how Odoo automatically places the cursor in key input fields. Users should see more reliable typing flow in search, ticket, pager, date picker, and favorite menu areas without any change to business processes.
This fixes an export error that could occur when users chose the import-compatible export option and selected only the External ID field. The export now completes as expected, preventing a disruptive traceback during report data exports.
Original PR description
Problem occurs when we try to export report data and click 'I want to update data (import-compatible export)'. We might end up exporting data when only field to export is - External ID (id). To reproduce an issue (for example): Go to Time Off/Reporting/by Type; Remove filters from search. Select couple records, then Action/Export. On the wizard, click on 'I want to update data (import-compatible export)'. Click on External ID from 'Available fields' to add it to 'Fields to export'. Click export. It gives traceback - File "/data/build/odoo/addons/web/controllers/main.py", line 710, in write_header self.worksheet.set_column(0, i, 30) # around 220 pixels UnboundLocalError: local variable 'i' referenced before assignment task - 2687370
The Sign document viewer was updated to use the correct icon font file after a platform change moved its location. This prevents signed PDF pages from failing to load properly, helping users continue reviewing and signing documents without interruption.
Original PR description
change the reference of font-awesome.css in the sign.assets_pdf_iframe before this task the location of font-awesome.css is changed in owl2 the sign.assets_pdf_iframe would not be loaded successfully