Vauxoo / odoo-ifrs

Odoo ifrs_report module from addons-vauxoo
6 stars 26 forks source link

Usability: Name search on print process #74

Open nhomar opened 8 years ago

nhomar commented 8 years ago

In the print process the name is shown only the code then it is confusig IMHO the name, title and code should be concatenated in order to give a proper search experience positive.

As you can see on the example the only text shown is the code:

But when you explore on the list of templates what you find is the name as control field and the code isn't even shown.

nhomar commented 8 years ago

Solution proposed:

  1. Concatenate the name in the template search (al'a partner)
  2. name_search should look for the tree elements mentioned.
hbto commented 8 years ago

Fixed at https://github.com/Vauxoo/odoo-ifrs/commit/57cc80a4ceaa226d4b80eb4039bf2726b4a57803

print_report

nhomar commented 8 years ago

@hbto

As you can see the name_get solve just part of the problem, you need to improve the search also.

And the tree view should show the code also in order to have the same information in all possible views.

This should be closed when both other little topics are solved.

hbto commented 8 years ago

To be continued