mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
- Add dependency sale because group "group_sale_salesman" and "group_sale_manager" are defined on modul sales_team * sale depend to sales_team * update ir.model.access base. -> sales_team. - Fix product.prod_config_main not compatible and moved to sale.prod_config_main - Make removed col="6 when add product supplier info field too small (width)
65 lines
3.7 KiB
XML
65 lines
3.7 KiB
XML
<?xml version="1.0"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<record id="return_instruction_1" model="return.instruction">
|
|
<field name="name">Default Instruction</field>
|
|
<field name="instructions">To return a product purchased through our platform vendor Marketplace access our online Returns Center and click Return products to begin the application process for the return.
|
|
Select the product you want to return and the reason for the return. You will need you to provide detailed information to enable the seller to handle your request. Once the seller has reviewed your application, it will respond by e-mail within 3 working days.</field>
|
|
<field name="is_default">1</field>
|
|
</record>
|
|
|
|
<record id="return_instruction_2" model="return.instruction">
|
|
<field name="name">Provisional Instruction</field>
|
|
<field name="instructions">Under the provisions of these Conditions of Sale, you may return the products received once you have contacted our customer service department adidas Mexico and the request is authorized. If you choose to return your order, we will refund: the full purchase price, as long as we have previously returned the products you order in perfect condition: (i) new product unused, (ii) with packaging, original box and tags (iii) be in the period of 30 calendar days after receiving the product. If you do not return the products to fulfill the above conditions, we are entitled to charge the products or the costs of recovery.</field>
|
|
</record>
|
|
|
|
<!-- Warranty Information of PC Assemble SC234 Product in Supplier Info -->
|
|
|
|
<record id="product.product_product_3_product_template" model="product.template">
|
|
<field name="warranty">5</field>
|
|
</record>
|
|
|
|
<record id="product_supplierinfo_warranty_31" model="product.supplierinfo">
|
|
<field name="return_instructions" ref="return_instruction_2"/>
|
|
<field name="warranty_return_partner">other</field>
|
|
<field name="warranty_return_other_address"
|
|
ref="base.res_partner_address_7"/>
|
|
<field name="warranty_duration">8</field>
|
|
<field name="product_tmpl_id" ref="product.product_product_3_product_template"/>
|
|
<field name="name" ref="base.res_partner_4"/>
|
|
<field name="delay">5</field>
|
|
<field name="min_qty">1</field>
|
|
</record>
|
|
|
|
<record id="product_supplierinfo_warranty_32" model="product.supplierinfo">
|
|
<field name="return_instructions" ref="return_instruction_1"/>
|
|
<field name="warranty_return_partner">supplier</field>
|
|
<field name="warranty_duration">12</field>
|
|
<field name="product_tmpl_id" ref="product.product_product_3_product_template"/>
|
|
<field name="name" ref="base.res_partner_3"/>
|
|
<field name="delay">5</field>
|
|
<field name="min_qty">1</field>
|
|
</record>
|
|
|
|
<!-- Warranty Information of iMac Product in Supplier Info -->
|
|
|
|
<record id="product.product_product_8_product_template" model="product.template">
|
|
<field name="warranty">5</field>
|
|
</record>
|
|
|
|
<record id="product.product_supplierinfo_5" model="product.supplierinfo">
|
|
<field name="return_instructions" ref="return_instruction_1"/>
|
|
<field name="warranty_return_partner">supplier</field>
|
|
<field name="warranty_duration">10</field>
|
|
</record>
|
|
|
|
<record id="product.product_supplierinfo_6" model="product.supplierinfo">
|
|
<field name="return_instructions" ref="return_instruction_2"/>
|
|
<field name="warranty_return_partner">supplier</field>
|
|
<field name="warranty_duration">6</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|