added descriptions

bzr revid: hda@tinyerp.com-20081226092704-prg7uohqufv0i1ri
This commit is contained in:
hda (Tiny) 2008-12-26 14:57:04 +05:30
parent 77a450b627
commit 31b55eea5f
13 changed files with 24 additions and 1 deletions

View File

@ -22,8 +22,14 @@
{
"name" : "Auction module",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Auction",
"depends" : ["base","account","hr_attendance"],
"description": '''This module provides functionality to
manage artists, articles, sellers, buyers and auction.
Manage bids, track of sold, paid and unpaid objects.
Delivery Management.
''',
"update_xml" : [
# FIXME: review security rules...
"security/ir.model.access.csv",

View File

@ -63,6 +63,7 @@
"author" : "Seath Solutions Ltd",
"website": "http://www.seathsolutions.com",
"category" : "Localisation/Account Charts",
"description": "This is the base module to manage the accounting chart for United Kingdom in Open ERP.",
"depends" : ["base", "account", "base_iban", "base_vat", "account_chart"],
"init_xml" : [],
"demo_xml" : [],

View File

@ -24,6 +24,7 @@
"version":"1.0",
"author":"Tiny",
"category":"Profile",
"description": "Profile for Accounting",
"depends":["account","report_analytic","board_account","account_followup"],
"demo_xml":[],
"update_xml":[

View File

@ -24,6 +24,7 @@
"version":"0.1",
"author":"Tiny",
"category":"Profile",
"description": "Profile for Associates",
"depends":["membership", "board_association"],
"demo_xml":[],
"update_xml":[

View File

@ -24,6 +24,7 @@
"version":"1.0",
"author":"Tiny",
"category":"Profile",
"description": "Profile for Auction house",
"depends":["auction", "board_auction","account","hr_timesheet_sheet"],
"demo_xml":[],
"update_xml":[],

View File

@ -24,6 +24,7 @@
"version":"1.0",
"author":"Tiny",
"category":"Profile",
"description": "Profile for CRM",
"depends":[
"crm_vertical", "board_crm_configuration",
],

View File

@ -24,6 +24,7 @@
"version":"1.0",
"author":"Tiny",
"category":"Profile",
"description": "Profile for manufacturing industries",
"depends":["mrp", "sale", "delivery","board_manufacturing","product_margin"],
"demo_xml":[],
"update_xml":[

View File

@ -24,6 +24,7 @@
"version":"1.0",
"author":"Tiny",
"category":"Profile",
"description": "Profile for service companies",
"depends":[
"hr",
"project",

View File

@ -26,6 +26,7 @@
"website" : "http://www.openerp.com",
"depends" : ["base", "account", "stock", "process"],
"category" : "Generic Modules/Sales & Purchases",
"description": "Module for purchase management",
"init_xml" : [],
"demo_xml" : ["purchase_demo.xml",
#"purchase_unit_test.xml"

View File

@ -20,12 +20,14 @@
#
##############################################################################
{
"name" : "Sales Management - Reporting",
"name" : "Purchase Management - Reporting",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://www.openerp.com",
"depends" : ["purchase"],
"category" : "Generic Modules/Sales & Purchases",
"description": '''Module to add views like
Purchase By Product, Purchase By Category of Product, All Months, Current Month.''',
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [

View File

@ -24,6 +24,8 @@
"version" : "1.0",
"author" : "Tiny",
"website" : "http://www.openerp.com",
"description": '''Module to add timesheet views like
All Month, Timesheet By User, Timesheet Of Month, Timesheet By Account''',
"depends" : ["hr_timesheet",'hr_timesheet_invoice'],
"category" : "Generic Modules/Human Resources",
"init_xml" : [],

View File

@ -26,6 +26,10 @@
"website" : "http://www.openerp.com",
"depends" : ["product", "account"],
"category" : "Generic Modules/Inventory Control",
"description": '''Module provides Inventory Management, define warehouse, stock location, Pickings,
Incoming products, Outgoing products, Internal movements of product, Traceability.
Reports for stock like lots by location, Stock Forecast, Item Labels, Picking List etc..
''',
"init_xml" : [],
"demo_xml" : ["stock_demo.xml"],
"update_xml" : [

View File

@ -24,6 +24,7 @@
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Others",
"description": '''Module allows to create new documents and add subscription on that document.''',
"depends" : ["base"],
"init_xml" : [],
"demo_xml" : [],