~txerpa-openerp/txerpa-openerp-web/prodv6

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