Daily updates from Odoo
Monday, July 20, 2026
2 changes
1 change
Features or functions removed from Odoo
Description of the issue/feature this PR addresses: Removed obsolete code checking "this.config.self_ordering_mode !== 'qr_code'". Since "qr_code" is not a valid value of the "self_ordering_mode" selection field. The condition is always true. Forward-Port-Of: odoo/odoo#276321 Forward-Port-Of: odoo/odoo#273245
Original PR description
Description of the issue/feature this PR addresses: Removed obsolete code checking "this.config.self_ordering_mode !== 'qr_code'". Since "qr_code" is not a valid value of the "self_ordering_mode" selection field. The condition is always true. Forward-Port-Of: odoo/odoo#276321 Forward-Port-Of: odoo/odoo#273245
1 change
Features or functions removed from Odoo
The India GST reporting flow now keeps only the newer HSN Summary format, which has been available for over a year. This simplifies maintenance and reduces duplicate reporting paths, while related test data for the retired format has also been removed.
Original PR description
As it has been more than a year since the new HSN Summary format was launched, this commit removes the old HSN Summary format for simplification. Additionally, it removes the related test cases as well. ref - https://github.com/odoo/enterprise/commit/8f3400d5037ea4aa23112ea7d65ae6afc7f488e4 https://github.com/odoo/enterprise/commit/d0df0f845ac2853d1247cae0d9543e92050bf2a4