[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",
"author" : "OpenERP SA",
"category" : "Generic Modules/Inventory Control",
"depends" : ["base", "crm_claim", "stock"],
"init_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"],
"active": False,
"installable": True,
"certificate" : "001101649349223746957",
'images': ['images/1_claim_link_delivery_order.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,8 +22,8 @@
{
"name": "Decimal Precision Configuration",
"description": """
This module allows to configure the price accuracy you need for different kind
of usage: accounting, sales, purchases, ...
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases, etc.
======================================================================================================
The decimal precision is configured per company.
""",
@ -39,6 +39,7 @@ The decimal precision is configured per company.
"demo_xml": [],
"installable": True,
"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',
'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.
When creating invoices from picking, OpenERP is able to add and compute the shipping line.
@ -44,5 +47,6 @@
'installable': True,
'active': False,
'certificate': '0033981912253',
'images': ['images/1_delivery_method.jpeg','images/2_delivery_pricelist.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,14 +24,17 @@
'name': 'Integrated Document Management System',
'version': '2.1',
'category': 'Generic Modules/Others',
'description': """This is a complete document management system:
'description': """
This is a complete document management system.
==============================================
* 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:
* New Files (list)
* Files by Resource Type (graph)
* Files by Partner (graph)
* Files by Month (graph)
* Files Size by Month (graph)
ATTENTION:
- When you install this module in a running company that have already PDF files stored into the database,
you will lose them all.
@ -58,6 +61,7 @@
'installable': True,
'active': False,
'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: