Friday, June 7, 2024
4 changes · master
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