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.
 
 
 
 
 

11 lines
361 B

<?xml version="1.0"?>
<odoo>
<!-- To create donation product-->
<data noupdate="1">
<record id="product_product_view_create" model="product.product">
<field name="name">Donation</field>
<field name="detailed_type">service</field>
<field name="list_price">0.00</field>
</record>
</data>
</odoo>