~vauxoo/addons-vauxoo/7.0-add_project_followers_rule-dev-ernesto

« back to all changes in this revision

Viewing changes to incoterm_ext/__openerp__.py

  • Committer: nhomar at vauxoo
  • Date: 2012-03-30 19:11:53 UTC
  • mfrom: (186.1.22 addons-vauxoo)
  • Revision ID: nhomar@vauxoo.com-20120330191153-fjnnmw4chq4d8jid

[MERGE] Merge from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
    "name" : "Sale report for Vauxoo",
 
4
    "version" : "0.1",
 
5
    "depends" : ["sale"],
 
6
    "author" : "Vauxoo",
 
7
    "description" : """
 
8
    What do this module:
 
9
    Just the quotation format.
 
10
                    """,
 
11
    "website" : "http://vauxoo.com",
 
12
    "category" : "Generic Modules/Sales",
 
13
    "init_xml" : [
 
14
    ],
 
15
    "demo_xml" : [
 
16
    ],
 
17
    "update_xml" : [
 
18
        "incoterm_view.xml",
 
19
    ],
 
20
    "active": False,
 
21
    "installable": True,
 
22
}