Hello Truong Nguyen, You are right. The related example is available in project_issue.
Please check the attached image which confirms the bug. It seems that your patch solves the issue. Thank you for your contribution. ** Attachment added: "progress_bar.png" https://bugs.launchpad.net/openobject-client-web/+bug/793618/+attachment/2246658/+files/progress_bar.png -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/793618 Title: In v6.0.2, the progressbar's background is hidden when it's placed inside a page of a notebook Status in OpenERP Web Client: Confirmed Bug description: In the view, when placing a field with the attribute [widget="progressbar"] inside a page of a notebook, the background of the progressbar is hidden. The field is a function field of type "float" with the value of 50.00 in this situation. There's supposed to be a gray half-length background as when it's placed outside the page of a notebook. This bug happens in OpenERP version 6.0.2. Suggested solutions: Add "z-index: 0;" to the end of the definition of class ".progress-bar" in [web/addons/openerp/static/css/style.css]. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-client-web/+bug/793618/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

