[ADD]: Images: product_manufacturer, product_margin, product_visible_discount, profile_tools, share

bzr revid: vro@tinyerp.com-20110316105502-g2433hgwkjppodsp
This commit is contained in:
vro 2011-03-16 16:25:02 +05:30
parent 1e72896023
commit be84b81f75
5 changed files with 22 additions and 9 deletions

View File

@ -25,7 +25,10 @@
"depends" : ["stock"],
"init_xml" : [],
"demo_xml" : [],
"description": "A module that add manufacturers and attributes on the product form",
"description": """
A module that add manufacturers and attributes on the product form.
===================================================================
""",
"update_xml" : [
"security/ir.model.access.csv",
"product_manufacturer_view.xml"
@ -33,5 +36,6 @@
"active": False,
"installable": True,
"certificate" : "00720153953662760781",
'images': ['images/products_manufacturer.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,9 +25,10 @@
'version': '1.0',
'category': 'Custom',
'description': """
Adds a reporting menu in products that computes sales, purchases, margins
and other interesting indicators based on invoices. The wizard to launch
the report has several options to help you get the data you need.
Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
=============================================================================================================================
The wizard to launch the report has several options to help you get the data you need.
""",
'author': 'OpenERP SA',
'depends': ['account'],
@ -40,5 +41,6 @@ the report has several options to help you get the data you need.
'installable': True,
'active': False,
'certificate': '0064392591773',
'images': ['images/open_margins.jpeg','images/product_margins_form.jpeg', 'images/product_margins_list.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,6 +24,8 @@
"category": "Generic Modules/Sales & Purchases",
"description": """
This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist.
===============================================================================================================
To this end, a new check box named "Visible Discount" is added to the pricelist form.
Example:
For the product PC1 and the partner "Asustek": if listprice=450, and the price calculated using Asustek's pricelist is 225
@ -36,6 +38,7 @@
"active": False,
"installable": True,
"certificate" : "001144718884654279901",
'images': ['images/pricelists_visible_discount.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,8 +26,9 @@
"depends" : ["base"],
"author" : "OpenERP SA",
"category" : "Tools",
"description": """Installs tools for lunch,survey,subscription and audittrail
module
"description": """
Installer for extra tools like lunch, survey, idea, share, etc.
===============================================================
""",
'website': 'http://www.openerp.com',
'init_xml': [],
@ -38,5 +39,6 @@
'installable': True,
'active': False,
'certificate' : '00557100228403879621',
'images': ['images/config_extra_tools.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -27,16 +27,17 @@
"author" : "OpenERP SA",
"category": 'Generic Modules',
"description": """
This module adds generic sharing tools to your current OpenERP database.
========================================================================
This module adds generic sharing tools to your current OpenERP database,
and specifically a 'share' button that is available in the Web client to
It specifically adds a 'share' button that is available in the Web client to
share any kind of OpenERP data with colleagues, customers, friends, etc.
The system will work by creating new users and groups on the fly, and by
combining the appropriate access rights and ir.rules to ensure that the
shared users only have access to the data that has been shared with them.
This is extremely useful for collaborative work, knowledge sharing,
This is extremely useful for collaborative work, knowledge sharing,
synchronization with other companies, etc.
""",
@ -51,6 +52,7 @@
'installable': True,
'web': True,
'certificate' : '001301246528927038493',
'images': ['images/share_wizard.jpeg','images/sharing_wizard_step1.jpeg', 'images/sharing_wizard_step2.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: