Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Prevent to delete product imported by a module
Re: Prevent to delete product imported by a module
Re: Prevent to delete product imported by a module
by
Vauxoo, Moisés López Calderón
What is your use case?
Odoo in old version had 100 issues by this situation and It many xml_ids used in methods was removed.
I dont have the real cases now.
But I remember restriction rules problems (e.g. multi-companies)
What about use a param field?
if you can't avoid it be careful with the exceptions when this record is not achievable or when the configuration should be different by context (e.g. multi-company).
El 19/05/2016 04:23 a.m., "David Beal" <david.beal@akretion.com> escribió:
Hi all,I need a generic way to prevent the user to delete product or any other record created by a module.What are the best options ?I suggest:
- a base module
- which override unlink() by monkey patching
- check if in this record a boolean field named 'protected' or other convention exist and is True- then prevent unlinkWhat do you think ?
Thanks for your suggestions
David BEAL - Akretion
Odoo Development / Integration_______________________________________________
Mailing-List: http://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe
Reference
-
Prevent to delete product imported by a module
byAkretion France., David BEAL-
Re: Prevent to delete product imported by a module
byAkretion France., David BEAL -
Re: Prevent to delete product imported by a module
bySYLEAM SARL, Sylvain Garancher -
Re: Prevent to delete product imported by a module
byVauxoo, Moisés López Calderón -
Re: Prevent to delete product imported by a module
byElico Corp, Eric Caudal -
Re: Prevent to delete product imported by a module
byClosingAp Open Source Integrators Europe, LDA, Daniel Reis
-