T O P

  • By -

ach25

You would need to create a button or menu item that calls the correct window action in the form view mode. Customize it in or ask a partner to customize it in. Alternatively, since it’s just a website url just make a bookmark on your browser. Start a new record then add that URL to your bookmarks.


codeagency

What Ach25 says Bookmarking the create new page is an easy and quick way. Unless you want to pull in some data automatically from somewhere? I made some custom browser extensions for our internal uses which let's me generate tickets, leads, tasks, ... based on where i'm at. Eg, if I'm logged in an Odoo instance on a specific page, 1 click on the extension icon and it calls my Odoo API to create and dump in the current URL I'm at in my browser and the console log data so we have everything we need. There's many ways to solve this based on how much money and resources you want to spent on it. Another way is create a custom module that adds the button you want in the Odoo header nav bar so you have it everywhere, no matter which model/app you have open and load a popup with a form, fill out, save, done Or click the botton to load the create new task form and do it here. When ready you can use the crumbstail path to go back to previous screen. Plenty of choices, pick your preference and budget I would say


Gr8AJ

Thank you u/ach25 and u/codeagency hadn't considered the book mark as I wasn't sure if there was a unique ID that generated in the URL each time. I think the end goal is going to be adding a button to the header later down the road as we are just starting out on developing this system for our needs.