~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to group_button_wkf_send_rfq/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-09 21:30:17 UTC
  • mfrom: (879.1.7 trunk-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141009213017-u3jicyg8xery3r8c
[MERGE] upforward 7.0
-Fix unused import
-Fix relative import
-Fix full path import
-Fix trailing whitespace pylint error C0303
-Fix autopep8 ignoring E501 & E128
-Fix reimported
-Fix __openerp__.py files
-Translate update

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
#
25
25
##############################################################################
26
 
 
 
26
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
27
27
{
28
 
    "name": "Purchase / Group for button send email",
29
 
    "version": "1.0",
30
 
    "author" : "Vauxoo",
31
 
    "category": "Purchase",
32
 
    "website" : "http://www.vauxoo.com/",
33
 
    "description": """ 
 
28
    "name": "Purchase / Group for button send email", 
 
29
    "version": "1.0", 
 
30
    "author": "Vauxoo", 
 
31
    "category": "Purchase", 
 
32
    "description": """
34
33
Group for button send email:
35
34
============================
36
35
 
37
36
Group that hides the button "send by email" sales order
38
37
 
39
 
    """,
40
 
    'depends': ['purchase'],
41
 
    'data': [
42
 
        'security/purchase_security.xml',
43
 
        'purchase_view.xml',
44
 
        ],
45
 
    'demo': [],
46
 
    'test': [],
47
 
    'installable': True,
48
 
    'active': False,
49
 
}
50
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: 
 
38
    """, 
 
39
    "website": "http://www.vauxoo.com/", 
 
40
    "license": "", 
 
41
    "depends": [
 
42
        "purchase"
 
43
    ], 
 
44
    "demo": [], 
 
45
    "data": [
 
46
        "security/purchase_security.xml", 
 
47
        "purchase_view.xml"
 
48
    ], 
 
49
    "test": [], 
 
50
    "js": [], 
 
51
    "css": [], 
 
52
    "qweb": [], 
 
53
    "installable": True, 
 
54
    "auto_install": False, 
 
55
    "active": False
 
56
}
 
 
b'\\ No newline at end of file'