From c5c46ebbdfff116332a19cf836f91498f54738f6 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 17 Jul 2015 11:47:03 +0200 Subject: [PATCH] [ADD] Extra demo data; --- web_dashboard_tile/demo/tile_tile.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web_dashboard_tile/demo/tile_tile.yml b/web_dashboard_tile/demo/tile_tile.yml index c40b5903..6b23b71b 100644 --- a/web_dashboard_tile/demo/tile_tile.yml +++ b/web_dashboard_tile/demo/tile_tile.yml @@ -31,3 +31,10 @@ model_id: base.model_ir_module_module domain: [['state', 'in', ['installed', 'to upgrade', 'to remove']], ['author', 'ilike', 'Odoo Community Association (OCA)']] action_id: base.open_module_tree + +- !record {model: tile.tile, id: all_currency_with_rate}: + name: Currencies (Max Rate) + model_id: base.model_res_currency + domain: [] + field_function: max + field_id: base.field_res_currency_rate