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