improvement

bzr revid: fp@tinyerp.com-20081127130336-edl6pt0tf0tqsytw
This commit is contained in:
Fabien Pinckaers 2008-11-27 14:03:36 +01:00
parent 95e0019e09
commit 189670e0fd
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ crm_configuration modules.
"update_xml" : [
"sale_crm_wizard.xml",
"sale_crm_view.xml",
"process/sale_crm_process.xml"
# "process/sale_crm_process.xml"
],
"active": False,
"installable": True

View File

@ -49,7 +49,7 @@
<field name="usage">procurement</field>
</record>
<record id="location_production" model="stock.location">
<field name="name">Default Production</field>
<field name="name">Production</field>
<field name="location_id" ref="stock_location_locations_virtual"/>
<field name="usage">production</field>
</record>