[FIX] website: move demo data into website_sale

bzr revid: chm@openerp.com-20130923075147-n7ri551aatt81d3f
This commit is contained in:
Christophe Matthieu 2013-09-23 09:51:47 +02:00
parent 7335353b89
commit 6788b91af4
3 changed files with 4 additions and 13 deletions

View File

@ -19,7 +19,4 @@ OpenERP Website CMS
'website_view.xml',
'security/ir.model.access.csv',
],
'demo': [
'website_demo.xml'
],
}

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<record id="product.product_product_consultant" model="product.product">
<field name="image" file="website/static/description/website_edit.png"/>
</record>
</data>
</openerp>

View File

@ -2,6 +2,10 @@
<openerp>
<data noupdate="0">
<record id="product.product_product_consultant" model="product.product">
<field name="image" file="website/static/description/website_edit.png"/>
</record>
<record id="product.product_product_4" model="product.product">
<field name="website_published" eval="True"/>
<field name="website_product_class">oe_image_full</field>