~camptocamp/c2c-rd-addons/7.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-
{
     "name"         : "Partner: better layout for lang partner names",
     "version"      : "1.0",
     "author"       : "Camptocamp Austria",
     "website"      : "http://www.camptocamp.at",
     "description"  : """
     layout modification for partner name
     """,
     "category"     : "Generic Modules/Base",
     "depends"      : ["base"],
     "init_xml"     : [],
     "demo_xml"     : [],
     "update_xml"   : ["partner_view.xml"],
     "active"       : False,
     "installable"  : True
}