Adam Heinz
Adam Heinz
_Inspired by https://stackoverflow.com/questions/40243616/jquery-datatables-export-to-excelhtml5-hyperlink-issue/49146977_ This patch extends the special formatting capability of the Excel exporter to detect the "=FUNCTION(...)" signature customary in Excel, specifically for hyperlinks. This PR does not attempt...
Fixes #115. Utilizes the endpoints added in https://github.com/odoo/odoo/pull/56522.
When this parameter is set, queue_job always preserves the entire context. This honors the principle of least surprise, in that a developer can easily convert a record.method() call to record.with_delay().method()...
Stop using deprecated `report` tag.
This avoids an access error when a non-admin user attempts to view a list of users. Steps to Reproduce: 1. --init=base_user_role,crm 2. Login as admin/admin 3. Create six test users...