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

[IMP] default_warehouse_from_sale_team: make abstract model more general T#79454 #1662

Closed xmglord closed 4 months ago

xmglord commented 4 months ago

In v14 when a record is created, the fields with default values were not in the vals passed to the create method but since v15 this behaviour changed so this commit makes the validation of the abstract model more robust considering also the default value.

xmglord commented 4 months ago

@luisg123v please review, this is related to the stock manual transfer MR in here