Daily updates from Odoo
Wednesday, June 12, 2024
2 changes · master
Resolved issues and error corrections
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.