Tuesday, April 14, 2026
1 change · saas-19.2
New functionality added to Odoo
This update allows users to efficiently update the partner associated with multiple invoices or move records directly from a list view. Previously, changing this information required individual updates for each record. This enhancement improves workflow efficiency for bulk partner adjustments.
Original PR description
[IMP] account: mass edit partner on move list This commit adds the feature to mass edit the partner field on moves when the user is in a move list view. A widget is created to display either the Many2one `partner_id` field (in case we're editing multiple moves) or the `invoice_partner_display_name` (in case we're displaying without editing) task-5986025 Forward-Port-Of: odoo/odoo#254340