Commit Graph

1026 Commits

Author SHA1 Message Date
Géry Debongnie 0983ff0d24 allow static and dynamic attributes to combine in qweb 2019-03-04 11:26:15 +01:00
Géry Debongnie ca32d8b856 add generic o_hidden class 2019-03-04 11:03:10 +01:00
Géry Debongnie ceb089f945 slightly improve root template 2019-03-04 10:43:28 +01:00
Géry Debongnie 5435dd6d25 fix issue with test make store helper 2019-03-04 09:57:48 +01:00
Géry Debongnie 78c6dca104 allow t-if directive with t-widget 2019-03-04 09:44:19 +01:00
Géry Debongnie dc4738f1d3 fix small type issues 2019-03-04 08:31:56 +01:00
Géry Debongnie 9d715cb40d update readme 2019-03-04 08:31:49 +01:00
Géry Debongnie fec7a9caec work on action manager 2019-03-02 08:37:44 +01:00
Géry Debongnie 1f0ae87262 update document title on action done 2019-03-01 15:23:31 +01:00
Géry Debongnie 0e9edd4d17 update demo data for actions 2019-03-01 14:44:23 +01:00
Géry Debongnie 470154f8f9 add action cache to action manager 2019-03-01 11:26:00 +01:00
Géry Debongnie 3a44d41654 restore odoo behaviour on home url 2019-03-01 11:03:58 +01:00
Géry Debongnie 724181a5ba reorganize store code 2019-03-01 09:54:37 +01:00
Géry Debongnie 385156ee72 make doAction async 2019-02-27 13:37:21 +01:00
Géry Debongnie 264420a96b store refactoring 2019-02-27 13:28:46 +01:00
Géry Debongnie 16dc33cc05 fix issue with navbar in home menu with no active app 2019-02-20 15:04:06 +01:00
Géry Debongnie 203ce91e92 adapt tests 2019-02-20 10:22:18 +01:00
Géry Debongnie 7f3886ebba implement store, refactoring 2019-02-19 23:10:04 +01:00
Géry Debongnie 6ce1af636d move env from widget to env 2019-02-19 09:33:09 +01:00
Géry Debongnie 3446c5b504 work on initialization 2019-02-18 16:33:35 +01:00
Géry Debongnie 7c54787c32 rename services -> store 2019-02-18 15:08:27 +01:00
Géry Debongnie 5b68b396ad display notifications instantly (imperative way) 2019-02-18 12:04:49 +01:00
Géry Debongnie efc5e3a1d4 display loading indicator immediately when necessary 2019-02-17 14:36:40 +01:00
Géry Debongnie d7d0912853 fix issue with t-if confusing patching algorithm 2019-02-15 15:46:12 +01:00
Géry Debongnie d9ef6d1e93 add test (snapshot of t-widget directive in one case) 2019-02-14 12:37:07 +01:00
Géry Debongnie 85889d6cd2 fix issue with event binding in some cases 2019-02-14 10:51:29 +01:00
Géry Debongnie 6331d9e2ac add bootstrap/jquery/popper in static/libs 2019-02-14 09:23:09 +01:00
Géry Debongnie 08fe373422 add fontawesome to local libs instead of cdn 2019-02-13 16:35:13 +01:00
Géry Debongnie 7d4e32106b slightly improve qweb compiler code 2019-02-09 13:21:04 +01:00
Géry Debongnie 69047135a1 small qweb optimisation: reuse bound handlers if possible 2019-02-09 13:03:44 +01:00
Géry Debongnie 8d94c69223 add loading indicator 2019-02-09 12:44:44 +01:00
Géry Debongnie 971b798803 protect against widget destruction before being started 2019-02-09 12:44:06 +01:00
Géry Debongnie fa13bbb919 add concurrent rendering test 2019-02-07 20:28:42 +01:00
Géry Debongnie 66da26f92f properly handle concurrent rendering passes 2019-02-07 16:32:03 +01:00
Géry Debongnie f648f47197 small refactoring to prepare async work 2019-02-07 16:32:03 +01:00
Géry Debongnie 87facd993b make ajax emit rpc events 2019-02-06 16:38:52 +01:00
Géry Debongnie 82d8ca9da8 make ajax configurable 2019-02-06 16:17:32 +01:00
Géry Debongnie e2fad78eeb move ajax to services, prepare actionmanager to use ajax 2019-02-06 15:57:09 +01:00
Géry Debongnie a33a077173 display toggle button differently in navbar in home 2019-02-06 14:40:35 +01:00
Géry Debongnie 91e51b2798 fix issue with actioncontainer, add tests 2019-02-06 14:21:14 +01:00
Géry Debongnie 7aa252c222 add data-menu attributes to home menu items
useful for testing purposes
2019-02-06 11:29:06 +01:00
Géry Debongnie e398ee2668 allow non alphanumeric dynamic attributes in qweb 2019-02-06 11:27:25 +01:00
Géry Debongnie 7b5610802a t-debug now add a debugger in top of the compiled function 2019-02-06 11:20:45 +01:00
Géry Debongnie 9299cb5df3 add demo data in its own file 2019-02-06 11:13:25 +01:00
Géry Debongnie 78e8986ae9 add web client test 2019-02-06 10:42:00 +01:00
Géry Debongnie 9b947d8118 update test helpers and improve widget tests 2019-02-06 10:33:12 +01:00
Géry Debongnie 49ecc05297 make purewidget reactive on isMobile key change 2019-02-06 10:15:07 +01:00
Géry Debongnie 0eb68b7f77 change menuinfo data structure 2019-02-06 10:10:53 +01:00
Géry Debongnie 5f49f82a04 move code in init file, remove menu helpers 2019-02-05 20:49:00 +01:00
Géry Debongnie abbf077977 move mobile reactiveness code from main to root 2019-02-05 16:04:02 +01:00