~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to sale_margin/__terp__.py

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
{
2
 
        "name":"Printbox specific devs",
3
 
        "version":"1.0",
4
 
        "author":"Tiny",
5
 
        "category":"Custom",
6
 
        "depends":["sale","account"],
7
 
        "demo_xml":[],
8
 
        "update_xml":["sale_margin_view.xml","report_margin_view.xml"],
9
 
        "active": False,
10
 
        "installable": True,
 
3
    "name":"Margins in Sale Orders",
 
4
    "version":"1.0",
 
5
    "author":"Tiny",
 
6
    "category":"Custom",
 
7
    "depends":["sale","account"],
 
8
    "demo_xml":[],
 
9
    "update_xml":["sale_margin_view.xml","report_margin_view.xml"],
 
10
    "active": False,
 
11
    "installable": True,
11
12
}
 
13
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
14