frm.add_custom_button(__('Navbar Settings'),
function() {
frappe.msgprint(“Custom Information”); })
}, __("Show")
);
The Navbar Settings is the name of the button.
The Show is the name of button group.
frm.add_custom_button(__('Navbar Settings'),
function() {
frappe.msgprint(“Custom Information”); })
}, __("Show")
);
The Navbar Settings is the name of the button.
The Show is the name of button group.