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

« back to all changes in this revision

Viewing changes to profile_bookstore/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2008-04-08 18:01:08 UTC
  • Revision ID: fp@tinyerp.com-c5c4eed6cad4d74acdd955334efb6998fe6664e4
Improvements
New Bookstore Profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name":"Bookstore Profile",
 
3
        "version":"1.0",
 
4
        "author":"Tiny",
 
5
        "category":"Profile",
 
6
        "depends":["library", "bookstore","point_of_sale","stock",
 
7
                           "delivery", "sale","purchase","sale_wo_production",
 
8
                           "mrp_jit","account","account_tax_include",
 
9
                           "sale_tax_include","product_procurement", "purchase_approve"],
 
10
        "demo_xml":[],
 
11
        "update_xml":[],
 
12
        "active":False,
 
13
        "installable":True,
 
14
}