~openerp-dev/openerp-web/trunk-purchase-visibility-nco

« back to all changes in this revision

Viewing changes to addons/web/doc/module/__openerp__.py

  • Committer: Nimesh Contractor(OpenERP)
  • Date: 2013-04-19 04:58:24 UTC
  • mfrom: (3718.1.1 trunk)
  • Revision ID: nco@tinyerp.com-20130419045824-kwxrg66yoz7jnkww
[MERGE] with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# __openerp__.py
2
 
{
3
 
    'name': "Web Example",
4
 
    'description': "Basic example of a (future) web module",
5
 
    'category': 'Hidden',
6
 
    'depends': ['base'],
7
 
}