Friday, April 8, 2016
3 changes
Enhancements to existing features
This update changes how the Sales app records the current date and time so it better follows Odoo's standard handling of date formats and time zones. It helps ensure sales-related timestamps are more consistent for users across different locales.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Better because it correctly uses format / tz / ...
The sales order form now shows the most relevant date depending on the order status. Users see the creation date before confirmation, the confirmation date after confirmation, and the expiration date once the order is confirmed, making order timelines easier to understand.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr - Display the creation date while the order is not confirmed - Display the confirmation date after confirmation - Display the expiration date if the order is confirmed
Company records now include an ordering value so organizations can choose which companies appear first in the company switcher. By default, companies keep the same priority and are then sorted by name, making it easier to place frequently used companies at the top.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Add a sequence field on the res_company. The companies are ordered by sequence (by default 10), than by name. That way, we can order the companies on the company switcher for example, and have the most common companies first.