Daily updates from Odoo
Wednesday, June 12, 2024
3 changes · master
Resolved issues and error corrections
The shop floor screen now shows the 'no content' message only in the relevant disabled work order area instead of covering the whole display. This keeps the employee panel visible and avoids clutter on smaller screens.
Original PR description
Before this commit, the 'no content' message was showing in the entire display, taking the employee panel account. Now, it is fixed, the message just stay at the disabled workorders, and when the screen is less than md, the message is hidded. rebased branch: https://github.com/odoo/enterprise/pull/64435 task: 3794286
GST return period totals now avoid counting invoiced point-of-sale orders twice. This helps businesses report more accurate GST amounts when POS orders are converted into invoices.
Original PR description
After odoo/enterprise#55370 all POS journal entries were included in the return period, regardless of whether an invoice was created. Therefore, if a user created an invoice for an order, its amount was added twice for the same GST return period, once from the POS journal entry and once from the invoice. After this PR, invoices from POS orders will not be included in the GST return period. Task [link](https://www.odoo.com/web#model=project.task&id=3908555) task-3908555
This update corrects several small issues across appointments, payroll, and knowledge management. It also aligns appointment page customization with the updated editor, helping users avoid editing problems and improving reliability in related workflows.