fix(kyc): Remove action_start_review button from simple form
- Remove reference to deleted action_start_review method from kyc_view_form_simple.xml - This fixes the 'action_start_review is not a valid action' error during module update
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<field name="arch" type="xml">
|
||||
<form string="KYC Request">
|
||||
<header>
|
||||
<button name="action_start_review" type="object" string="Start Review"/>
|
||||
<button name="action_approve" type="object" string="Approve"/>
|
||||
<button name="action_reject" type="object" string="Reject"/>
|
||||
<field name="status" widget="statusbar"/>
|
||||
|
||||
Reference in New Issue
Block a user