Thursday, October 3, 2024
2 changes · 17.0
Resolved issues and error corrections
The Reseller field is now visible on Indian invoices, matching what users already see on sales orders. This helps teams review and share reseller information consistently during invoicing.
Original PR description
## Before this commit The Reseller field was visible on the sales order but not the invoice. Although the field existed on the invoice, it wasn't displayed. It needed to be made visible. ## After this commit The Reseller field is now visible on the invoice as well. > Task-4216234
Miscellaneous changes
Some project tours rely on the milestones feature being enabled. While this is the case when demo data are installed, it's not when they aren't, and the tours fail. To solve this issue, and prevent future ones from being created, this PR enables the feature before each tour. Task-4132639 Forward-Port-Of: odoo/odoo#178168
Original PR description
Some project tours rely on the milestones feature being enabled. While this is the case when demo data are installed, it's not when they aren't, and the tours fail. To solve this issue, and prevent future ones from being created, this PR enables the feature before each tour. Task-4132639 Forward-Port-Of: odoo/odoo#178168