~openerp-dev/openobject-client-web/6.0-opw-598313-msh

1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

class Extends(object):
    """ Used to mark the inheriting object as extending an other inheriting object.

    The extension and validation behaviors *have* to be implemented by the object's metaclasses.
    """
    pass