I read I should begin with:
from odoo import Model, fields
class mantenimientos(Model):
_name = 'project.mantenimientos'
But it gives me the following error in the log file:
ImportError: No module named odoo
I'm in Windows, and installed Odoo 8.0-20150312. Hope someone can help me.