mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
This commit is contained in:
committed by
Nikolaus Weingartmair
parent
fe7f66a530
commit
1d84cdca60
13
website_rma/data/website_data.xml
Normal file
13
website_rma/data/website_data.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user