You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.3 KiB
24 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Demo data loaded for the AR model Product -->
|
|
<data noupdate="1">
|
|
<record id="ar_model_product_01" model="product.template">
|
|
<field name="name">[Demo AR] Recliner Chair</field>
|
|
<field name="categ_id" ref="product.product_category_5"/>
|
|
<field name="standard_price">650.0</field>
|
|
<field name="list_price">750.0</field>
|
|
<field name="weight">2</field>
|
|
<field name="uom_id" ref="uom.product_uom_unit"/>
|
|
<field name="uom_po_id" ref="uom.product_uom_unit"/>
|
|
<field name="enable_ar_images" eval="True"/>
|
|
<field name="ar_image_type">url</field>
|
|
<field name="ar_url">/website_webar_product/static/src/img/Chair.glb</field>
|
|
<field name="auto_rotate" eval="True"/>
|
|
<field name="description_sale">Demo AR Model Chair</field>
|
|
<field name="default_code">FURN_AR_7777</field>
|
|
<field name="is_published" eval="True"/>
|
|
<field name="image_1920" type="base64" file="website_webar_product/static/src/img/Chair.png"/>
|
|
<field name="poster_image" type="base64" file="website_webar_product/static/src/img/Chair.png"/>
|
|
</record>
|
|
</data>
|
|
</odoo>
|