Our situation is really complicated, as our odoo installation files are not store on local drives but with our developer remotely, so we can't edit the source codes by pycharm and we could only rely on what's available through Studio and the limited xml forms that we could get to. However, I'm trying to do simple things by myself so it doesn't cost us too much.
odoo has a default "Duplicate" action in Project's ACTION cog which is displayed on top of the screen.
(Project > edit a project > discard or save > Action cog button appears)
This Duplicate has the perfect functionality that we need, and if I could find out its Action ID (if it's an action id) or its xml code that I would be able to copy it on to the Project Kanban menu, which is where we really need it to be, instead of going in to an editing screen and save or discard, only then we would be able to use this function.
I've managed to get another reference online to perform a copy command.
But, this copy command is not the same as Duplicate as it really messes up the Analytic Account that's linked to new projects, hence why we really want that Duplicate ability which is built-in to the Action cog.
Can anyone point me into the right direction please?