From 642deb82e1ded57cb86955165c28c0c42e8b4fa3 Mon Sep 17 00:00:00 2001 From: David Beal Date: Tue, 16 Oct 2018 10:05:52 +0200 Subject: [PATCH] IMP Readme for Sql Export Module --- sql_export/README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sql_export/README.rst b/sql_export/README.rst index 8eaec5b96..da0a9dea1 100644 --- a/sql_export/README.rst +++ b/sql_export/README.rst @@ -37,6 +37,16 @@ Dashboards > Sql Export. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/149/10.0 + + +Specific use with parameters +---------------------------- + +- `%(company_id)s` allows to set in the query the company id of the user +- `%(user_id)s` allows to set in the query the user id +- for any created field with `Sql Export Variables` menu, you can use it with `%(x_field_example)s` syntax + (Limitation for relational fields) + Bug Tracker ===========