Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-configrework2-create-products-mma into
lp:~openerp-dev/openobject-addons/trunk-configrework2.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework2-create-products-mma/+merge/69436
Hello,
product:Improvement is done
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework2-create-products-mma/+merge/69436
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-configrework2.
=== modified file 'product/product.py'
--- product/product.py 2011-07-05 12:28:57 +0000
+++ product/product.py 2011-07-27 11:41:36 +0000
@@ -266,7 +266,7 @@
'description': fields.text('Description',translate=True),
'description_purchase': fields.text('Purchase Description',translate=True),
'description_sale': fields.text('Sale Description',translate=True),
- 'type': fields.selection([('product','Stockable Product'),('consu', 'Consumable'),('service','Service')], 'Product Type', required=True, help="Will change the way procurements are processed. Consumables are stockable products with infinite stock, or for use when you have no inventory management in the system."),
+ 'type': fields.selection([('product','Stockable Product'),('consu', 'Consumable'),('service','Service')], 'Product Type', required=True, help="Will change the way procurements are processed. Consumable are product where you don't manage stock."),
'supply_method': fields.selection([('produce','Produce'),('buy','Buy')], 'Supply method', required=True, help="Produce will generate production order or tasks, according to the product type. Buy will trigger purchase orders when requested."),
'sale_delay': fields.float('Customer Lead Time', help="This is the average delay in days between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers."),
'produce_delay': fields.float('Manufacturing Lead Time', help="Average delay in days to produce this product. This is only for the production order and, if it is a multi-level bill of material, it's only for the level of this product. Different lead times will be summed for all levels and purchase orders."),
=== modified file 'product/wizard/product_installer.xml'
--- product/wizard/product_installer.xml 2011-06-08 09:04:17 +0000
+++ product/wizard/product_installer.xml 2011-07-27 11:41:36 +0000
@@ -7,8 +7,8 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">product.product</field>
<field name="view_type">form</field>
- <field name="view_mode">form</field>
- <field name="view_id" ref="product.product_normal_form_view"/>
+ <field name="view_mode">tree,form</field>
+ <field name="view_id" ref="product.product_product_tree_view"/>
<field name="help">Create a product form for everything you buy or sell. Specify a supplier if the product can be purchased.</field>
</record>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp