~yacinechaouche/+junk/BZR

« back to all changes in this revision

Viewing changes to CODE/OPENERP/addons/helloworld/__openerp__.py

  • Committer: yacinechaouche at yahoo
  • Date: 2015-01-14 22:23:03 UTC
  • Revision ID: yacinechaouche@yahoo.com-20150114222303-6gbtqqxii717vyka
Ajout de CODE et PROD. Il faudra ensuite ajouter ce qu'il y avait dan TMP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name"        : "Hello World !",
 
3
        "author"      : "yassine chaouche",
 
4
        "version"     : '0.1',
 
5
        "email"       : "yacinechaouche@yahoo.com",
 
6
        "website"     : "http://ychaouche.wikispot.org",
 
7
        "category"    : "example",
 
8
    "description" : "a simple hello world example showing how to create a module",
 
9
    "summary"     : "Hello world !",
 
10
        "depends"     : ["base"],
 
11
        "data"        : ["view.xml"],
 
12
        "demo"        : [],
 
13
        "installable" : True,
 
14
}