Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] stock_manual_transfer: name shouldn't be saved in a new record T#79454 #1664

Closed xmglord closed 4 months ago

xmglord commented 4 months ago

The name shouldn't be present in the vals list when creating a record and this commit fixes that by making it readonly instead of force_save which lead to the same functional behaviour but without adding the field to the vals list.

xmglord commented 4 months ago

@luisg123v please review.

cc: @TeposteAJ