Markup * Do we really need 5 billion nested tables? * Avoid using (non-generated) ids, prefer classes as the template may need to be used in several places. This also applies to the JS code. * All QWeb directives (t-attributes) can be put on "HTML" nodes, if there's no explicit need to add a <t> element just to put a directive on it. For instance in base.xml:1449, there's a <t> element just to have a `t-if` directive on it. The directive could just be put on the <table> element and the <t> removed. -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-import-kch/+merge/74216 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-import-kch.
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

