Commit Graph

1695 Commits

Author SHA1 Message Date
Géry Debongnie c3c060a028 move registries into env, reorganize some code 2019-03-07 17:01:02 +01:00
Géry Debongnie 4b02b74440 add different view types 2019-03-06 17:36:22 +01:00
Géry Debongnie 4fe7745a8a better log for mock rpcs 2019-03-06 16:17:46 +01:00
Géry Debongnie c0ea764481 work on action manager 2019-03-06 16:03:07 +01:00
Géry Debongnie 4145a5ebac add some docstring 2019-03-06 14:52:31 +01:00
Géry Debongnie 7d317a3764 improve root widget code 2019-03-06 14:28:41 +01:00
Géry Debongnie 9dffcf4cf6 display empty action when invalid tag for client action 2019-03-06 14:12:03 +01:00
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 b15761de8b refactoring: move files around 2019-03-04 17:00:29 +01:00
Géry Debongnie 0e31798459 display view type in views 2019-03-04 16:33:16 +01:00
Géry Debongnie ca5fa9ff18 display notifications in a declarative way 2019-03-04 15:47:51 +01:00
Géry Debongnie 1833f9e4a9 cleanup (remove old template) 2019-03-04 14:51:14 +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 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