~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to sale_numbers/__terp__.py

Added Modules : account_stock , purchase_number, sale_number

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Sale Number",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "website" : "http://tinyerp.com/module_sale.html",
 
6
    "depends" : ["sale"],
 
7
    "category" : "Generic Modules/Sales & Purchases",
 
8
    "description": """
 
9
    remove the drawback of the sales numbering, 
 
10
    and add new feature that will create number on 
 
11
    confirmation of the sales order
 
12
    """,
 
13
    "init_xml" : [],
 
14
    "demo_xml" : [],
 
15
    "update_xml" : ["sale_report.xml"],
 
16
    "active": False,
 
17
    "installable": True
 
18
}