Daily updates from Odoo
Friday, January 31, 2025
2 changes · master
Code cleanup and technical improvements
Several India-specific reporting and finance add-ons have been merged into the main Indian reports module, while the separate documents module has been removed. This simplifies module management and should make Indian compliance features easier to maintain and access from one place.
Original PR description
- Removed the `l10n_in_documents` module. - Merged the following modules into `l10n_in_reports`: - `l10n_in_asset` - `l10n_in_enet_batch_payment` - `l10n_in_qr_code_bill_scan` - `l10n_in_reports_gstr` - `l10n_in_reports_tds_tcs` task: 3980324 **COM PR**: https://github.com/odoo/odoo/pull/190265 **UPGRADE PR**: https://github.com/odoo/upgrade/pull/6931
This update keeps several website sales features working correctly after changes in the core online shop system. It affects cart, pricing, tax, delivery, rental, appointment, subscription, and localization flows so customers continue to see accurate options during checkout.
Original PR description
The access to the cart, pricelist and fiscal position have been changed in the base `website_sale` module. This commits adapts existing code and tests to use the right tools and work as expected.