from openerp import models, fields class ResPartner(models.Model): _inherit = 'res.partner' store_id = fields.Many2one( 'res.store', 'Store' )