From 303a168a3afa34816f6c2245373b44148e040c39 Mon Sep 17 00:00:00 2001 From: "Sbh (Openerp)" Date: Thu, 19 Apr 2012 10:56:44 +0530 Subject: [PATCH] [ADD] add the rst file for font feature bzr revid: sbh@tinyerp.com-20120419052644-nkczuqh4zfzftcee --- doc/api/font_style.rst | 22 ++++++++++++++++++++++ doc/index.rst.inc | 1 + 2 files changed, 23 insertions(+) create mode 100644 doc/api/font_style.rst diff --git a/doc/api/font_style.rst b/doc/api/font_style.rst new file mode 100644 index 00000000000..f0261e9d144 --- /dev/null +++ b/doc/api/font_style.rst @@ -0,0 +1,22 @@ +Font style Feature +===================== + + +This revision adds font style feature in List view. + +Font style feature can be used by List view able to define the style of fonts based on the state of records. +we can set the style of fonts bold , italic and underline by defining in the view. + +Rng modification ++++++++++++++++++ + +This revision adds attribute fonts in view.rng + +Addon implementation example +++++++++++++++++++++++++++++ + +In your ``foo`` module, you want to specify that when it is in state ``pending`` then fons of the record should bold in list view + +:: + + diff --git a/doc/index.rst.inc b/doc/index.rst.inc index 80873a696ec..98c01c8354e 100644 --- a/doc/index.rst.inc +++ b/doc/index.rst.inc @@ -15,3 +15,4 @@ New feature merges api/user_img_specs api/need_action_specs + api/font_style