Hello community, Don't know if it was already done, but I made a module to hide 'Duplicate' action from 'Other' section in sidebar.
OpenERP web module allows you to hide this button by using create="false" but it has a drawback, you will also hide create button, so if you only want to hide duplicate button add duplicate="false" to form declaration. Github repo: https://github.com/menecio/oerp-addons
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

