Friday, June 7, 2024
5 changes · master
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
Enhancements to existing features
Price labels can now include additional product information such as variants, tags, weight, stock, and whether an item is sold by weight. This helps stores show clearer and more complete information on electronic price tags for customers and staff.
Original PR description
Add variant, variant_tag, weight, stock and to_weight fields availability to pricer tag task-id: 3607879 mool
Payroll accounting entries from batches are now grouped by salary rule code by default, so identical payroll items are combined even when employee payslip labels use different languages. This reduces unnecessary separate journal lines while preserving the existing label-based grouping where needed for items such as deductions or reimbursements.
Original PR description
Purpose ======= The accounting entries are grouped by batch, period and rule label when you post the journal entries from a batch (test using test_l10n_be_hr_payroll_account) to get the translations. If there are 2 payslips, both Net Salaries are grouped under the same account.move.line, except if the labels are not the same (eg: 1 payslip in french, 1 in dutch). Specification ============= By default, the rules should be grouped if it's the same code, unless an new option is enabled on the salary rule (because we would like to keep the current behavior for deductions/reimbursement) for instance. TaskID: 3506690
Installing the Recruitment app will now also provide access to the related website recruitment capabilities. This simplifies setup by combining online job application features with the core recruitment flow.
Original PR description
This commit merges website_hr_recruitment to hr_recruitment. by merging `website_hr_recruitment` to hr_recruitment whenever user installs `hr_recruitment` user will also be able to access the `website` too. task-3880378
The spreadsheet pivot table experience has been updated to align with the latest spreadsheet engine. This includes cleaner pivot table labels and internal improvements that make pivot formulas more consistent and easier to maintain.
Original PR description
See https://github.com/odoo/odoo/pull/168327