openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #05209
Re: [Merge] lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma into lp:openobject-client-web/6.0
Review: Approve
Thank you, I merging it with just a small modification: the lines are the same except for ``addClass`` and ``removeClass``, and those directly depend on ``readonly`` (``readonly`` => ``addClass``; ``!readonly`` => ``removeClass``) so I removed the external ``if (readonly)`` to get only one line and used ``toggleClass('readonlyfield', readonly)``.
--
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4916-sma/+merge/55889
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma.
References