Skip to main content

Create Custom Model in odoo

 Create Custom Model in odoo

Step 1

Create python package (directory) with the name of  'models' inside module and create another file with any name lets say 'school.py'.

Comments