> i think you have some misunderstanding in you mind, patch is directly created from pure TRUNK, and it was not "your" branch
I think there are misunderstanding all arounds, but in this case Kunal is probably justified: he did the trunk fix (which you partially exported for your patch), and then ported it himself to 6.0 (if you diff the two patches, you will see that his branch is not the same as your patch). Don't get me wrong, I love it when people provide fixes for openerp (or try to) and I strongly believe attribution is primordial, but on this precise patch I don't think you have much of a leg to stand on, he didn't apply your patch and both your and his 6.0 fixes are mostly backports of his original trunk fix. > so please grow up. be a mature person. :) > why worry about a speck in your friend's eye when you have a log in your own? -- You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/735933 Title: widget="html" not working in web-client 6.0 Status in OpenERP Web Client: Fix Committed Bug description: widget="html" for text field in not working and it is giving error as below <type 'exceptions.AttributeError'>: 'HtmlView' object has no attribute 'get_value' args = ("'HtmlView' object has no attribute 'get_value'",) message = "'HtmlView' object has no attribute 'get_value'" I have make change in res.partner form comment field <field colspan="4" name="comment" nolabel="1" widget="html"/> and giving the error as above. I think there is some half development for the Html widget. i have checked for the method in web_client/addons/openerp/widgets/form/_form.py in the "class HtmlView(TinyWidget): " there no method named get_value() not even in base class TinyWidget . web browser : FireFox 3.6.10 Google Chrome 5.0.375.70 Operating System : Ubuntu 10.10 bzr revno 4535 _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

