odoo/odoo#194516

Created by fw-bot
Merged at d90a6ff1dccd16e9553df35ffc0125a8df8219f1

Statuses:

label
odoo-dev:saas-18.1-18.0-missing-placeholder-wan-sfnl-fw
head
791f08fb13c784a71369432867fd02ad9e6dcd32
merged
9 months ago by Accounting, William André (wan)
odoo/odoo
18.0 #194433
saas-18.1 #194516
saas-18.2
saas-18.3
saas-18.4
19.0
master #194552

[FW][FIX] account: missing placeholder for move name

The placeholder was empty in some places, leading to an annoying behavior because it isn't even possible anymore to open the related journal entry.

The fix is done directly in the widget open_move_widget to avoid modifying the definition of the related field and having to change it into a computed field. Also, it wouldn't make sense to store the placeholder on the journal item but not on the journal entry.

Forward-Port-Of: #194433