콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4958 화면

image description In various forms (pickings, products etc.) the Note fields do not permit text selection. Why? Is there a fix for this?

(please refer to screenshot - result of CTRL-A in Firefox)

In this example the field is defined in product template:

class product_template(osv.osv):
    _name = "product.template"
    _description = "Product Template"

    _columns = {
        'name': fields.char('Name', size=128, required=True, translate=True, select=True),
        'product_manager': fields.many2one('res.users','Product Manager'),
        'description': fields.text('Description',translate=True),
아바타
취소

Do you mean mouse text selection?

작성자

Or with CTRL-A

Please right click on the description and then click on Inspect Element, then paste the screenshot here.`

베스트 답변

Text can be selected in every kind of field.

Something is wrong.

Also, Pickings and Products don't have Note fields at version 7.0.

Visit http://runbot.openerp.com and verify with the latest build of OpenERP 7.0 for yourself.

image description

EDIT

When I do CTRL-A in Firefox 23.0.1:

image description

When I select via mouse in Firefox 23.0.1:

image description

아바타
취소
작성자

In this example I am looking at product description.

See the edit to my answer - I can select the description both ways.

관련 게시물 답글 화면 활동
2
12월 17
17089
0
4월 15
4084
0
3월 15
10688
1
3월 15
9611
1
12월 24
1703