Written from my android On Jul 9, 2014 4:00 PM, "David Arnold - El Alemán" <[email protected]> wrote: > > Hello Nhomar > > thanks for your answer. > > I work with the 8.0 tag, but experienced the problem throughout previous alpha/master versions. Thought it would be a temporary issue and not worth investigating until something would be tagged as "try it". (e9fae40faf742a0d2f89b0e01d7feb559aa142f7) > > The module is: https://github.com/odoo-colombia/odoo_advanced_tax_engine > > There is no traceback, it just doesn't show field labels in some of the added views (found at acocunting/configuration/advanced tax engine) > > It is really confusing... > > Maybe you could just verify if you can replicate?
On v80 view version=7.0 us by defauls which means if you dont put inside a <group> your fields they will be represented as simple inputs and you must join every field with a <label for="fieldname">. Try to.all your views round your fields for a group. And.... please use <sheet> too!. Regards. > > Thank you & best > > David
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

