[IMP]: purchase_requisition, purchase_analytic_plans and purchase_double_validation.

bzr revid: rch@tinyerp.com-20110311113259-ozol9tf37lbk1bq0
This commit is contained in:
rch-openerp 2011-03-11 17:02:59 +05:30
parent 05e1ad9234
commit 08741bacf4
3 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['purchase_analytic_distribution.jpeg'],
'depends': ['purchase', 'account_analytic_plans'],
'init_xml': [],
'update_xml': ['purchase_analytic_plans_view.xml'],

View File

@ -20,7 +20,7 @@
##############################################################################
{
"name" : "purchase_double_validation",
"name" : "Double Validation for Purchase",
"version" : "1.1",
"category": 'Generic Modules/Sales & Purchases',
"depends" : ["base","purchase"],

View File

@ -22,9 +22,11 @@
"version" : "0.1",
"author" : "OpenERP SA",
"category" : "Generic Modules/Sales & Purchases",
'images': ['purchase_requisitions.jpeg'],
"website" : "http://www.openerp.com",
"description": """
This module allows you to manage your Purchase Requisition.
-----------------------------------------------------------
When a purchase order is created, you now have the opportunity to save the related requisition.
This new object will regroup and will allow you to easily keep track and order all your purchase orders.
""",