Daily updates from Odoo
Wednesday, January 24, 2024
1 change · master
New functionality added to Odoo
Users can now scan QR codes on Indian e-invoiced vendor bills directly from the Bills list or kanban view. Odoo opens matching existing bills when found, or creates a new vendor bill and vendor record when needed, reducing manual entry and duplicate bills.
Original PR description
Now the user will scan the QR code. If there is an existing bill, then it will be opened. Otherwise, a new bill will be created. Now the user can scan the QR code on e-invoiced vendor bills, which allows user the following functionalities: ----------- - If the vendor bill already exists in odoo, it will open the existing bill. - If there are multiple entries found with the same ref and data then a tree view opens - If the scanned QR bill doesn't exist in odoo then it will create a new vendor bill and also will create the partner if not found with the help of the data received from QR code and partner autocomplete Functional Steps: ----------- - installed l10n_in_account_qr_code_bill_scan - Got to Account app > Vendors > Bills - Got to tree/kanban view - Click on Scan button - Scan QR Code task-3626437