Commit Graph

115 Commits

Author SHA1 Message Date
Géry Debongnie 859e29a7ac NO TEST :( fix issue with some widget not being rendered 2019-03-06 14:00:00 +01:00
Géry Debongnie d1df2d53c3 add test to make sure we can load templates with empty str 2019-03-06 09:07:56 +01:00
Géry Debongnie a162e40fe0 test utils refactoring 2019-03-05 15:35:29 +01:00
Géry Debongnie 8926b8828f add support for notifications of type 'warning' 2019-03-05 10:31:03 +01:00
Géry Debongnie fa8919b36b qweb_vdom: add support for t-raw with siblings 2019-03-05 09:46:17 +01:00
Géry Debongnie 484692b53a support dynamic formatted attributes with dashes 2019-03-05 08:35:19 +01:00
Géry Debongnie ca5fa9ff18 display notifications in a declarative way 2019-03-04 15:47:51 +01:00
Géry Debongnie e59b976dcb refactoring: widgets -> ui, discuss in subfolder 2019-03-04 14:49:00 +01:00
Géry Debongnie 3a761da764 refactoring (action management is now applied in root widget) 2019-03-04 14:40:40 +01:00
Géry Debongnie 0983ff0d24 allow static and dynamic attributes to combine in qweb 2019-03-04 11:26:15 +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 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 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 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 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 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 0eb68b7f77 change menuinfo data structure 2019-02-06 10:10:53 +01:00
Géry Debongnie 311141a9e3 move Env definition to Widget 2019-02-05 15:59:22 +01:00
Géry Debongnie 3fd00f72af rename base_widget -> component 2019-02-05 14:17:00 +01:00
Géry Debongnie 52d855241d work on navbar 2019-02-05 14:14:46 +01:00