This question has been flagged

Hi,

I wonder where is defined that in the sale order line the selection of Taxes shows the code instead of the name.

image description

I needed to be shown the name, but I can't find the code where is defined to show the code of taxes...

I think the problem is with the many2many_tags that is in the view:

<field name="tax_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]"/>

I would like to know how to change this behavior and show the name...

Thanks

Avatar
Discard
Author

I've changed to widget="selection" and I have the same problem...

you can super again name_get of object account_tax in openerp to fix it

Author

Thanks @OpenERP Vietnam, if you put this in an answer I will check it like the right answer =)