Friday, May 3, 2024
2 changes
1 change
New functionality added to Odoo
This adds barcode lookup integration so product details can be found and autofilled from barcode data. It helps teams create products more quickly in inventory workflows when a scanned item is not yet in the database.
Original PR description
*: product, pos, website_sale, stock_barcode product - Add a widget to display lookup results. - find products in barcodelookup.com from barcode field pos, website_sale - Include a barcode field in the product creation form. stock_barcode - Display a popup to create a product if the scanned product is not available in the database. Co-authored-by: meji-odoo meji@odoo.com Co-authored-by: rare-odoo rare@odoo.com task-3871453
1 change
New functionality added to Odoo
A new reporting feature has been added to the UAE payroll module that allows users to generate master reports in Excel format. These reports display employee earnings data across one or more months, providing a comprehensive view of payroll information for compliance and analysis purposes.
Original PR description
This will add a new Reporting menu for the UAE to create a master report. This master report is an excel file representing one or more month(s) with each employee and the amount earned by them. Task: 3744558