Files
rma/website_rma/data/website_data.xml
Ernesto Tejeda a3a68af04e [ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
2021-11-10 21:11:49 +01:00

14 lines
526 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2020 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<data>
<record id="request_rma_thanks_page" model="website.page">
<field name="url">/requestrma-thank-you</field>
<field name="website_indexed" eval="False"/>
<field name="website_published">True</field>
<field name="view_id" ref="request_rma_thanks_page_view"/>
</record>
</data>
</odoo>