[IMP] purchase: update purchase configuration wizard, added one more item into that

bzr revid: psi@tinyerp.com-20120530070005-f9i5zg6k19wg9cyc
This commit is contained in:
Purnendu Singh (OpenERP) 2012-05-30 12:30:05 +05:30
parent 5b6e154670
commit f0c03e4f8a
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,9 @@ class purchase_config_settings(osv.osv_memory):
'group_uom':fields.boolean("Manage Different Units of Measure for Products",
implied_group='product.group_uom',
help="""Allows you to select and maintain different units of measure for products."""),
'group_purchase_delivery_address': fields.boolean("Allow Different Addresses for Delivery and Invoice",
implied_group='purchase.group_delivery_invoice_address',
help="Allows you to specify different delivery and invoice addresses on a purchase order."),
'module_purchase_analytic_plans': fields.boolean('Use Multiple Analytic Accounts on Purchases',
help ="""Allows the user to maintain several analysis plans. These let you split
lines on a purchase order between several accounts and analytic plans.

View File

@ -19,6 +19,7 @@
<separator string="Purchase Order" colspan="4"/>
<field name="group_purchase_pricelist"/>
<field name="group_uom"/>
<field name="group_purchase_delivery_address"/>
<field name="module_purchase_double_validation"/>
<field name="module_purchase_requisition"/>
<field name="module_warning"/>