← Back to team overview

openerp-community-reviewer team mailing list archive

Re: [Merge] lp:~numerigraphe-team/ocb-web/7.0-hide-oe_read_only into lp:ocb-web

 

What are the problems exactly with having this snippet in a separate module? I created a simple module with only __openerp__.py, an empty __init__.py and the three lines below in a css file in static/src/css/. This allows me to use this feature in any module (with or without the dependency if I consider the feature optional). Upgrading is straightforward: the code using this feature needs no updating, and on my new OpenERP 8.0 instance I can (presumably, like in 7.0) simply uninstall the missing module from the installed modules list.

-- 
https://code.launchpad.net/~numerigraphe-team/ocb-web/7.0-hide-oe_read_only/+merge/213016
Your team OpenERP Community Backports Team is subscribed to branch lp:ocb-web.


References