Odoo18-Base/addons/website_sale_slides/data/slide_demo.xml

24 lines
1.0 KiB
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?xml version="1.0" encoding="utf-8"?>
<odoo><data noupdate="1">
<!-- CHANNEL 1: Taking care of Trees -->
<!-- ================================================== -->
<record id="website_slides.slide_channel_demo_1_gard1" model="slide.channel">
<field name="enroll">payment</field>
<field name="product_id" ref="product_course_channel_1"/>
</record>
<!-- CHANNEL 5: Basics of Furniture Creation -->
<!-- ================================================== -->
<record id="website_slides.slide_channel_demo_5_furn2" model="slide.channel">
<field name="enroll">payment</field>
<field name="product_id" ref="product_course_channel_5"/>
</record>
<!-- CHANNEL 6: DIY Furniture -->
<!-- ================================================== -->
<record id="website_slides.slide_channel_demo_6_furn3" model="slide.channel">
<field name="enroll">payment</field>
<field name="product_id" ref="product_course_channel_6"/>
</record>
</data></odoo>