Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
How to put Taxes name in seletion on sale order line creation?
Hi,
I wonder where is defined that in the sale order line the selection of Taxes shows the code instead of the name.
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','<>','purchase')]"/>
I would like to know how to change this behavior and show the name...
Thanks
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 1/30/14, 1:22 PM |
Seen: 1568 times |
Last updated: 3/16/15, 8:10 AM |
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
Thanks @OpenERP Vietnam, if you put this in an answer I will check it like the right answer =)