~dorian-kemps/unifield-web/US-10051

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/form/_form.py

  • Committer: jf
  • Date: 2021-08-10 12:28:03 UTC
  • Revision ID: jfb@tempo-consulting.fr-20210810122803-oj5jyf30zeao16vs
US-8364 [IMP] full_text widget: italic arg

Show diffs side-by-side

added added

removed removed

Lines of Context:
600
600
class FullText(TinyInputWidget):
601
601
    template = "/openerp/widgets/form/templates/full_text.mako"
602
602
 
 
603
    params = ['italic']
603
604
    def set_value(self, value):
604
605
        if value:
605
606
            super(FullText, self).set_value(value)