<?xml version="1.0" encoding="UTF-8" ?>
<odoo><data>

    <record id="event_booth.event_booth_category_standard" model="event.booth.category">
        <field name="product_id" ref="event_booth_sale.product_product_event_booth"/>
        <field name="price">100</field>
    </record>

    <record id="event_booth.event_booth_category_premium" model="event.booth.category">
        <field name="product_id" ref="event_booth_sale.product_product_event_booth"/>
        <field name="price">500</field>
    </record>

    <record id="event_booth.event_booth_category_vip" model="event.booth.category">
        <field name="product_id" ref="event_booth_sale.product_product_event_booth"/>
        <field name="price">1000</field>
    </record>

</data></odoo>
