Monday, November 4, 2024
3 changes · master
Enhancements to existing features
The Brazilian Avalara settings page now groups setup guidance, account credentials, and company configuration more clearly. This helps users understand the steps needed to configure Avalara correctly and avoid common setup mistakes.
Original PR description
This moves the Brazilian Avatax settings to the Brazilian localization <block>. It also adds steps that clarify common misconceptions and guide the user on what to do when they set up an Avalara account. task-4281794 PR note: translations will be merged separately when https://github.com/odoo/enterprise/pull/72650 is merged to avoid huge `.po` conflicts.
Resolved issues and error corrections
Point of Sale order creation now makes the new order available immediately, preventing follow-up actions from running before key order details are ready. This improves reliability for due settlements, delivery integrations, and related fiscal or compliance flows.
Original PR description
`add_new_order` method is now synchronous and returns the new order. This allows to directly use the new order in the next steps without the need to await the promise. The `pos_order` reference is now added to the order by calling `getNextOrderRefs` that's isn't awaited anymore. That's means that during a small amount of time, the order didn't have following fields: `pos_reference`, `tracking_number` and `sequence_number`
Features or functions removed from Odoo
The calendar event page no longer shows a separate "More Options" button because the same action is already available through the standard interface. Delete confirmation wording is also clearer, helping users better understand when they are removing records.
Original PR description
**Specifications** 1). This PR is the follow-up clean-up of this PR:-https://github.com/odoo/enterprise/pull/72176 2). The remove record dialog message will be updated to a delete dialog message to improve clarity and precision. Task-4246277