[MIG] website_rma: Migration to 13.0

This commit is contained in:
Ernesto Tejeda
2020-12-01 10:21:35 -05:00
committed by iwkse
parent 9f937c9462
commit 16b9dd427f
15 changed files with 874 additions and 29 deletions

View File

@@ -19,15 +19,11 @@ odoo.define("website_sale_vat_required.tour", function(require) {
content: "Click on RMA form page link",
trigger: ".o_portal_my_home a[href='/requestrma']",
},
{
content: "Click on request button with the form empty",
trigger: "a.o_website_form_send",
},
{
content: "Fill form",
trigger: "#rma_request_form",
extra_trigger: "#rma_request_form",
run: function(actions) {
run: function() {
$("select[name='operation_id'] > option:eq(1)").prop(
"selected",
true