[ADD]: Images: claim_from_delivery, decimal_precision, delivery, document

bzr revid: vro@tinyerp.com-20110315094215-usuqjhal254dgy64
This commit is contained in:
vro 2011-03-15 15:12:15 +05:30
parent 8f15a8ced7
commit b45b6cd5d9
4 changed files with 23 additions and 9 deletions

View File

@ -18,19 +18,24 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Claim from delivery", "name" : "Claim from Delivery",
"version" : "1.0", "version" : "1.0",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Generic Modules/Inventory Control", "category" : "Generic Modules/Inventory Control",
"depends" : ["base", "crm_claim", "stock"], "depends" : ["base", "crm_claim", "stock"],
"init_xml" : [], "init_xml" : [],
"demo_xml" : [], "demo_xml" : [],
"description": '''Create Claim from delivery order: "description": '''
Create a claim from a delivery order.
=====================================
Adds a Claim link to the delivery order.
''', ''',
"update_xml" : ["claim_delivery_view.xml"], "update_xml" : ["claim_delivery_view.xml"],
"active": False, "active": False,
"installable": True, "installable": True,
"certificate" : "001101649349223746957", "certificate" : "001101649349223746957",
'images': ['images/1_claim_link_delivery_order.jpeg'],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,8 +22,8 @@
{ {
"name": "Decimal Precision Configuration", "name": "Decimal Precision Configuration",
"description": """ "description": """
This module allows to configure the price accuracy you need for different kind Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases, etc.
of usage: accounting, sales, purchases, ... ======================================================================================================
The decimal precision is configured per company. The decimal precision is configured per company.
""", """,
@ -39,6 +39,7 @@ The decimal precision is configured per company.
"demo_xml": [], "demo_xml": [],
"installable": True, "installable": True,
"certificate" : "001307317809612974621", "certificate" : "001307317809612974621",
'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'],
} }

View File

@ -21,10 +21,13 @@
{ {
'name': 'Carriers and deliveries', 'name': 'Carriers and Deliveries',
'version': '1.0', 'version': '1.0',
'category': 'Generic Modules/Sales & Purchases', 'category': 'Generic Modules/Sales & Purchases',
'description': """Allows you to add delivery methods in sale orders and picking. 'description': """
Allows you to add delivery methods in sale orders and picking.
==============================================================
You can define your own carrier and delivery grids for prices. You can define your own carrier and delivery grids for prices.
When creating invoices from picking, OpenERP is able to add and compute the shipping line. When creating invoices from picking, OpenERP is able to add and compute the shipping line.
@ -44,5 +47,6 @@
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0033981912253', 'certificate': '0033981912253',
'images': ['images/1_delivery_method.jpeg','images/2_delivery_pricelist.jpeg'],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,14 +24,17 @@
'name': 'Integrated Document Management System', 'name': 'Integrated Document Management System',
'version': '2.1', 'version': '2.1',
'category': 'Generic Modules/Others', 'category': 'Generic Modules/Others',
'description': """This is a complete document management system: 'description': """
This is a complete document management system.
==============================================
* User Authentication * User Authentication
* Document Indexation :- .pptx and .docx files are not support in windows platform. * Document Indexation :- .pptx and .docx files are not supported in Windows platform.
* Dashboard for Document that includes: * Dashboard for Document that includes:
* New Files (list) * New Files (list)
* Files by Resource Type (graph) * Files by Resource Type (graph)
* Files by Partner (graph) * Files by Partner (graph)
* Files by Month (graph) * Files Size by Month (graph)
ATTENTION: ATTENTION:
- When you install this module in a running company that have already PDF files stored into the database, - When you install this module in a running company that have already PDF files stored into the database,
you will lose them all. you will lose them all.
@ -58,6 +61,7 @@
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0070515416461', 'certificate': '0070515416461',
'images': ['images/1_directories.jpeg','images/2_storage_media.jpeg','images/3_directories_structure.jpeg'],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: