[ADD]: Images of sale_crm, sale_journal, sale_layout, sale_margin and sale_mrp modules.

bzr revid: rch@tinyerp.com-20110316092024-oos3hdegrc71bu66
This commit is contained in:
rch-openerp 2011-03-16 14:50:24 +05:30
parent 9e55914f41
commit 8080d02b1d
6 changed files with 20 additions and 9 deletions

View File

@ -54,7 +54,7 @@
* delivery costs
Dashboard for Sales Manager that includes:
-------------------------------------
------------------------------------------
* Quotations
* Sales by Month
* Graph of Sales by Salesman in last 90 days

View File

@ -25,6 +25,8 @@
'category': 'Generic Modules/Sales & Purchases',
'description': """
This module adds a shortcut on one or several opportunity cases in the CRM.
===========================================================================
This shortcut allows you to generate a sales order based on the selected case.
If different cases are open (a list), it generates one sale order by
case.
@ -35,6 +37,7 @@ crm modules.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/crm_statistics_dashboard.jpeg', 'images/opportunity_to_quote.jpeg'],
'depends': ['sale', 'crm'],
'init_xml': [],
'update_xml': ['wizard/crm_make_sale_view.xml',

View File

@ -24,8 +24,9 @@
'version': '1.0',
'category': 'Generic Modules/Sales & Purchases',
'description': """
The sales journal modules allows you to categorise your
sales and deliveries (picking lists) between different journals.
The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals.
========================================================================================================================
This module is very helpful for bigger companies that
works by departments.
@ -48,6 +49,7 @@
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/invoice_type.jpeg'],
'depends': ['sale'],
'init_xml': ['sale_journal_data.xml'],
'update_xml': [

View File

@ -21,10 +21,12 @@
{
"name" : "Sale Order Layout",
"version" : "1.0",
"images" : ["images/sale_layout.jpeg"],
"depends" : ["sale", "account_invoice_layout"],
"author" : "OpenERP SA",
"description": """
This module provides features to improve the layout of the Sales Order.
=======================================================================
It gives you the possibility to
* order all the lines of a sales order

View File

@ -1,5 +1,5 @@
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
#
@ -14,7 +14,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
@ -22,11 +22,12 @@
"name":"Margins in Sales Order",
"version":"1.0",
"category" : "Generic Modules/Sales & Purchases",
"description": """
"description": """
This module adds the 'Margin' on sales order,
which gives the profitability by calculating the difference between the Unit Price and Cost Price
""",
"author":"OpenERP SA",
"images":["images/sale_margin.jpeg"],
"depends":["sale"],
"demo_xml":[],
'test': ['test/sale_margin.yml'],

View File

@ -25,13 +25,16 @@
'version': '1.0',
'category': 'Generic Modules/Sales & MRP',
'description': """
This module provides facility to the user to install mrp and sales modules
at a time. It is basically used when we want to keep track of production
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production
orders generated from sales order.
It adds sales name and sales Reference on production order
It adds sales name and sales Reference on production order.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/SO_to_MO.jpeg'],
'depends': ['mrp', 'sale'],
'init_xml': [],
'update_xml': [