From 70cd0865f680775db4f650bf40c72a322941a55a Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 11 Mar 2015 17:06:42 +0700 Subject: [PATCH] new: added ``.oem.rc`` with dispatching informations. --- {{name}}/.oem.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 {{name}}/.oem.rc diff --git a/{{name}}/.oem.rc b/{{name}}/.oem.rc new file mode 100644 index 0000000..05c79c6 --- /dev/null +++ b/{{name}}/.oem.rc @@ -0,0 +1,11 @@ +rec: + import: + dispatch: + ir.ui.menu: menu.xml + ir.actions.act_window: actions/act_window.xml + ir.actions.client: actions/client.xml + ir.actions.actions: actions/action.xml + ir.actions.act_url: actions/act_url.xml + ir.actions.server: actions/server.xml + ir.ui.views: views/view.xml + '*': 'data/%(_model_underscore)s.xml'