~savoirfairelinux-openerp/openerp-mgmtsystem/openupgrade70

« back to all changes in this revision

Viewing changes to document_page_procedure/__openerp__.py

  • Committer: Maxime Chambreuil
  • Date: 2012-10-30 20:41:04 UTC
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20121030204104-clfefjnimlmycp03
[REN] wiki_* to document_page_*

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
{
22
 
    "name" : "Document Management - Wiki - Procedures",
 
22
    "name" : "Procedures",
23
23
    "version" : "0.1",
24
24
    "author" : "Savoir-faire Linux",
25
25
    "website" : "http://www.savoirfairelinux.com",
26
 
    "license" : "GPL-3",
 
26
    "license" : "AGPL-3",
27
27
    "category" : "Generic Modules/Others",
28
28
    "description": """Procedure Template
29
29
    """,
30
 
    "depends" : ['wiki_work_instructions'],
 
30
    "depends" : ['document_page_work_instructions'],
31
31
    "init_xml" : [],
32
 
    "update_xml" : ['wiki_procedure.xml'],
 
32
    "update_xml" : ['document_page_procedure.xml'],
33
33
    "demo_xml" : [],
34
34
    "installable" : True,
35
35
    "certificate" : ''