[IMP] purchase, sale, stock: improve views of config wizards

bzr revid: rco@openerp.com-20120322153039-7m0g07odd2s3ljj1
This commit is contained in:
Raphael Collet 2012-03-22 16:30:39 +01:00
parent 7205e2e096
commit d2ab548c8e
4 changed files with 7 additions and 11 deletions

View File

@ -37,7 +37,7 @@ class purchase_config_settings(osv.osv_memory):
implied_group='product.group_purchase_pricelist',
help="""Allows to manage different prices based on rules per category of Supplier.
Example: 10% for retailers, promotion of 5 EUR on this product, etc."""),
'group_uom':fields.boolean("UOM per product",
'group_uom':fields.boolean("Allow different UoM per product",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
'module_purchase_analytic_plans': fields.boolean('Purchase analytic plan',

View File

@ -57,7 +57,7 @@ class sale_configuration(osv.osv_memory):
implied_group='product.group_sale_pricelist',
help="""Allows to manage different prices based on rules per category of customers.
Example: 10% for retailers, promotion of 5 EUR on this product, etc."""),
'group_uom':fields.boolean("UOM per product",
'group_uom':fields.boolean("Allow different UoM per product",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
'group_sale_delivery_address': fields.boolean("Specify delivery and invoice addresses",

View File

@ -48,7 +48,7 @@ class stock_config_settings(osv.osv_memory):
- removal date
- alert date.
This installs the module product_expiry."""),
'group_uom': fields.boolean("UOM per product",
'group_uom': fields.boolean("Allow different UoM per product",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
'group_stock_packaging': fields.boolean("Manage packaging by products",

View File

@ -23,14 +23,10 @@
<newline/>
<separator string="Products" colspan="4"/>
<group colspan="2" col="2">
<field name="group_stock_packaging"/>
<field name="group_uom"/>
</group>
<group colspan="2" col="2">
<field name="group_stock_inventory_valuation"/>
<field name="group_stock_counterpart_location"/>
</group>
<field name="group_stock_packaging"/>
<field name="group_stock_inventory_valuation"/>
<field name="group_uom"/>
<field name="group_stock_counterpart_location"/>
<separator string="Partners" colspan="4"/>
<field name="group_stock_inventory_properties"/>