gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
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.
 
 
 
 

17 lines
689 B

<odoo>
<record id="kalachakra_product_template_form_view" model="ir.ui.view">
<field name="name">kalachakra.product.template.form</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<div name="options" position="inside">
<br></br>
<field name="membership_product" />
<label for="membership_product" />
<br></br>
<field name="super_membership_product" />
<label for="super_membership_product" />
</div>
</field>
</record>
</odoo>