Search 1.9 billion lines of Odoo code on GitHub

oemetasl

Author: XCG Consulting
License: no license
Branch: master
Repository: MariLAK/oemetasl
Dependencies: base
Languages: PO File (20, 29.9%), Python (35, 52.2%), and reStructuredText (12, 17.9%)
Other repositories: xcgd/oemetasl

<h1 class="title">How to</h1> <pre> <code># In an Openerp Module: from oemetasl import OEMetaSL class oetest(osv.Model): __metaclass__ = OEMetaSL # Functions defined in OEMetaSL will be automatically added if they are not # implemented in the osv.Model class</code> </pre>