~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to sale_wo_prices/__terp__.py

  • Committer: Jordi Esteve
  • Date: 2009-03-17 10:49:44 UTC
  • mto: (3589.27.39 extra)
  • mto: This revision was merged to the branch mainline in revision 3595.
  • Revision ID: jesteve@alba-20090317104944-p5muwatslnvi5tdd
New modulw sale_wo_prices: Hides prices in sales and product forms. Only sale manager can see them. Normal salesmen can do sales without seeing the product prices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
    "name" : "Sales without prices",
 
4
    "version" : "1.0",
 
5
    "author" : "Zikzakmedia SL",
 
6
    "website" : "www.zikzakmedia.com",
 
7
    "category" : "Generic Modules/Sales & Purchases",
 
8
    "description": """Hides prices in sales and product forms. Only sale manager can see them. Normal salesmen can do sales without seeing the product prices.""",
 
9
    "depends" : ["sale", "product"],
 
10
    "init_xml" : [],
 
11
    "demo_xml" : [],
 
12
    "update_xml" : [
 
13
        "product_view.xml",
 
14
        "sale_view.xml",
 
15
    ],
 
16
    "active": False,
 
17
    "installable": True
 
18
}