Thursday, June 5, 2025
3 changes · saas-18.1
Enhancements to existing features
Users can now open the bank account list from a partner form and adjust the order of accounts. This matters because Odoo uses the first listed account as the default in many accounting flows, so businesses can better control which account is selected automatically.
Original PR description
In the partner bank account selection, it was not possible to order accounts. This is a crucial feature because the first account was used by default in many parts of odoo. This commit solves this issue by adding access to banks list view, where the user can change banks as desired. task-4830220 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes E-waybill address fields editable only when appropriate for invoices and stock transfers. It helps users enter or adjust shipping and billing details correctly while keeping protected fields read-only where required.
Original PR description
Ensure correct editability of Bill To, Bill From, Ship To, and Ship From fields based on stock and accounting moves. - For accounting moves: - Always allow editing of Ship To and Ship From - Keep Bill To and Bill From readonly - For stock moves: - Incoming: Bill From and Ship To are editable - Outgoing: Bill To and Ship From are editable task-4680493
E-waybills generated through IRN now include dispatch location information and, for overseas transactions, export shipping destination details. This helps ensure the submitted e-waybill data better matches Indian government JSON requirements and reduces compliance gaps for shipments.
Original PR description
Previously, e-waybills generated through IRN did not include dispatch details (`DispDtls`) and export shipping details (`ExpShipDtls`) in the JSON payload. In this commit: ---- - Added `DispDtls` to include dispatch location details (name, address, city, PIN, state TIN) from the shipping-from partner. - Added `ExpShipDtls` to include shipping destination details (address, city, PIN, state TIN) from the shipping-to partner. - The `ExpShipDtls` (export shipping details) is included only for overseas transactions. > `DispDtls`: the company from which the goods are dispatched > `ExpShipDtls`: the entity to which the goods are shipped to ---- Refer: https://einv-apisandbox.nic.in/version1.03/ewaybill-generation-irn.html#JSONSchema