Friday, June 7, 2024
3 changes
1 change
New functionality added to Odoo
Payroll users can now generate a headcount report showing employees whose contracts were active on a selected date. This gives companies a clearer snapshot of workforce size at a specific point in time for planning and reporting.
Original PR description
This commit adds a new wizard to the payroll reports. This wizard allows to get the empployees that have a contract that was running on a given date. The purpose of this wizard is to be able have a clear view of the employees headcount of the company on a given date. Task-3691392
2 changes
New functionality added to Odoo
A new module has been added to enable electronic invoicing capabilities for Point of Sale operations in Ecuador. This adaptation ensures that PoS transactions comply with Ecuador's electronic invoicing requirements and integrates with the existing Ecuadorian localization features.
Original PR description
Adds a new module for the PoS adaptation for Ecuador. task-3763326
A new "IoT Devices" section has been added to the hardware drivers homepage, displaying a table of all devices connected to the IoT box. The page now automatically refreshes every minute to keep device information current. This improvement helps users monitor connected devices more effectively.
Original PR description
Added "iot devices" section containing a table displaying all devices connected to iotbox. Refresh page every minute. Task: 3960101