odoo/odoo#159400

Created by fw-bot
label
odoo-dev:master-17.0-opw-3794671-huvw-WkeV-fw
head
e9b9aa7bdd954743aec2d0672d2a1cba693b0342
target
master
merged
1 month ago by Hubert Van De Walle
forward-port of
odoo/odoo#159301

[FW][FIX] account: remove newId from display_name for invoices

Steps to reproduce
==================

- Create a new Invoice

=> The tab title is `Odoo - Draft Invoice (* NewId_0x7f545c9d6980)`

Cause of the issue
==================

In 17, the display_name is computed for the tab title

https://github.com/odoo/odoo/blob/82fd8e702588d2cc5bdad474ed21188257cc7397/addons/web/static/src/views/form/form_controller.js#L342

opw-3794671

Forward-Port-Of: odoo/odoo#159301