mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[MIG] website_rma: Migration to 13.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user