web/web_m2x_options/models/model.py

10 lines
184 B
Python

# -*- coding: utf-8 -*-
from openerp import models, fields
class IrModel(models.Model):
_inherit = 'ir.model'
disable_quick_create = fields.Boolean('Disable quick create')