stock.move.group renamed to procurement.group
authorFabien Pinckaers <fp@tinyerp.com>
Sat, 29 Jun 2013 09:13:28 +0000 (11:13 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Sat, 29 Jun 2013 09:13:28 +0000 (11:13 +0200)
commit471dd0998dc7033ce478c6d5d3b14586ab0623ab
treee8b9e5033916f4c9811a6896b37aa5ad7a461ec3
parent7bbcdf7621295601f2ae389261ee2f8bf84c17c0
stock.move.group renamed to procurement.group
procurement module (where stock.move.group was defined) does not depend on the stock module
the same grouping system could be used for services too

procurement.group
removed sequence_id field
put a default values on the name field, using a defined sequence
renamed "Move Group" into "Procurement Requisition"

procurement object:
location_id should not come from the customer property but should be stored on the procurement (set by the sale order, using the customer property)

bzr revid: fp@tinyerp.com-20130629091328-5gc39647aa2pymlf
addons/procurement/procurement.py
addons/procurement/procurement_data.xml
addons/product/product.py
addons/product_expiry/product_expiry_demo.xml
addons/purchase/res_config.py
addons/purchase/stock.py
addons/sale_stock/sale_stock.py
addons/stock_location_sale/stock_location_sale.py