In Odoo, sometimes we face the need to set a specific value for a field by default
every time we create a record of that model. It can be achieved by mainly two methods.
'Passing value through kwargs' and 'Setting value with default_get function'.
This video explains how to Setting up the default value for fields in Odoo 13
Get the module from our repository
GitHub