Files
web/web_m2x_options/models/model.py
2016-08-11 15:32:57 +02:00

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')