~grzegorz-og.pl/openobject-addons/extra-5.0_account_asset

« back to all changes in this revision

Viewing changes to sale_intercompany/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2007-10-07 12:27:44 UTC
  • Revision ID: fp@tinyerp.com-158b6550adbba6dd10450dc8e84960ad9ef4b0ef
Account_Analytic_Progress
        Used for Shared Funding PRpject Tracking
Sale Intercompany
        MAnage Intercompany sales processes, work on trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Sale Inter-Company",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "website" : "http://tinyerp.com/module_sale.html",
 
6
        "depends" : ["sale", "crm", "product", "account"],
 
7
        "category" : "Generic Modules/Sales & Purchases",
 
8
        "description": """
 
9
        This module adds a shortcut on the purchase order to automaticalle
 
10
        create an assicated sale order.
 
11
        """,
 
12
        "init_xml" : [],
 
13
        "demo_xml" : [],
 
14
        "update_xml" : ["sale_interco_wizard.xml"],
 
15
        "active": False,
 
16
        "installable": True
 
17
}