[ADD]: Images: process, procurement, product, product_expiry

bzr revid: vro@tinyerp.com-20110316103337-lgah64dzm3000tw8
This commit is contained in:
vro 2011-03-16 16:03:37 +05:30
parent 2d0cae3191
commit 1e72896023
4 changed files with 17 additions and 8 deletions

View File

@ -25,12 +25,11 @@
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
This module shows the basic processes involved
in the selected modules and in the sequence they
occur
This module shows the basic processes involved in the selected modules and in the sequence they occur.
======================================================================================================
Note: This applies to the modules containing modulename_process_xml
for e.g product/process/product_process_xml
e.g product/process/product_process_xml
""",
'author': 'OpenERP SA',
@ -45,5 +44,6 @@
'installable': True,
'active': False,
'certificate': '0055447636669',
'images': ['images/process_nodes.jpeg','images/process_transitions.jpeg', 'images/processes.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -29,6 +29,7 @@
"depends" : ["base","process", "product", "stock"],
"description": """
This is the module for computing Procurements.
==============================================
""",
'init_xml': [],
'update_xml': [
@ -49,5 +50,6 @@
'installable': True,
'active': False,
'certificate': '00954248826881074509',
'images': ['images/compute_schedulers.jpeg','images/config_companies_sched.jpeg', 'images/minimum_stock_rules.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -30,6 +30,7 @@
"demo_xml" : ["product_demo.xml"],
"description": """
This is the base module for managing products and pricelists in OpenERP.
========================================================================
Products support variants, different pricing methods, suppliers
information, make to stock/order, different unit of measures,
@ -62,5 +63,6 @@
'installable': True,
'active': False,
'certificate': '0068861431437',
'images': ['images/product_uom.jpeg','images/product_pricelists.jpeg','images/products_categories.jpeg', 'images/products_form.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,5 +1,5 @@
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
#
@ -14,18 +14,22 @@
# 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/>.
#
##############################################################################
{
"name" : "Products date of expiry",
"name" : "Products Expiry Date",
"version" : "1.0",
"author" : "OpenERP SA",
"category" : "Enterprise Specific Modules/Food Industries",
"depends" : ["stock"],
"init_xml" : [],
"demo_xml" : ["product_expiry_demo.xml"],
"description": '''Track different dates on products and production lots:
"description": '''
Track different dates on products and production lots.
======================================================
Following dates can be tracked:
- end of life
- best before date
- removal date
@ -35,6 +39,7 @@ Used, for example, in food industries.''',
"active": False,
"installable": True,
"certificate": "00421222123914960109",
'images': ['images/production_lots_dates.jpeg','images/products_dates.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: