[IMP] qweb doc, tests
authorXavier Morel <xmo@openerp.com>
Tue, 9 Sep 2014 07:17:32 +0000 (09:17 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 6 Oct 2014 17:13:43 +0000 (19:13 +0200)
commit494dcbd0e3ee4370e3c4a5ac6635acf86f0d7481
treeb0b84286216ee50d8f4480292435cf5afc64be22
parentbed6b01c53b520591e6f693dbb5c25cc5b772bbc
[IMP] qweb doc, tests

* document qweb based (mostly) on JS version
* convert JS qweb tests to (mostly) language-independent XML so they can be
  used for JS and Python implementations
* add some more tests (e.g. precedence between t-value and body in t-set)
* remove ``t-import``
* fix parity in foreach(dict) (and rename some variables to make array and
  object versions more similar)
17 files changed:
addons/web/doc/index.rst
addons/web/doc/qweb.rst [deleted file]
addons/web/static/lib/qweb/qweb-test-attributes.xml
addons/web/static/lib/qweb/qweb-test-call.xml
addons/web/static/lib/qweb/qweb-test-conditionals.xml
addons/web/static/lib/qweb/qweb-test-extend.xml
addons/web/static/lib/qweb/qweb-test-foreach.xml
addons/web/static/lib/qweb/qweb-test-output.xml
addons/web/static/lib/qweb/qweb-test-set.xml
addons/web/static/lib/qweb/qweb-test.js.html
addons/web/static/lib/qweb/qweb2.js
doc/glossary.rst
doc/index.rst
doc/reference/http.rst
doc/reference/javascript.rst
doc/reference/qweb.rst
openerp/addons/base/ir/ir_ui_view.py