This document explains the use of the name_create method in Odoo 18 for creating records dynamically with a display name. It highlights how the method is invoked from a many2one field and the differences in behavior when using 'create' versus 'create and edit' options. Additionally, it provides code examples for overriding the create and name_create methods in a custom module.
Related topics: