← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 823055] Re: trunk - multi-line widgtes in form view

 

just to give you an idea of the importance to see the complete product
names (we had to increase the name size to 128 char)

select round((length(name))/10)*10  avg_name_length,count(*) from product_template group by 1 order by 1;
 avg_name_length | count 
-----------------+-------
               0 |    11
              10 |    26
              20 |    21
              30 |    17
              40 |    24
              50 |    26
              60 |    43
              70 |    36
              80 |    20
              90 |     5
             100 |     3

-- 
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/823055

Title:
  trunk - multi-line widgtes in form view

Status in OpenERP Web Client:
  Confirmed

Bug description:
  wheras fields with long content are multi-line in list views (best visible in dash boards), in form view text is cut of
  Example - warehouse board
  click on SO004/MO/0003
  the product name is cut of making the info unusable given the fact that  important details of the product attributes are usually on the right side of the name field

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/823055/+subscriptions


References