Skip to content
Snippets Groups Projects
  1. Jul 30, 2019
  2. Jul 29, 2019
  3. Jul 22, 2019
  4. Jul 26, 2019
  5. Jul 29, 2019
  6. Jul 25, 2019
  7. Jul 29, 2019
    • Julien Mougenot's avatar
      [IMP] base: Configure document layout · ed180951
      Julien Mougenot authored
      
      The onboarding modal for setting up the few base fields of a company
      has now been moved to a wizard
      It is accessible from the general settings, but also in the onboarding
      section of sale and account modules.
      
      The following company settings are editable with that wizard:
      
      - Set report **layout**:
      The user can chose the overall look of the report. The current choices
      are : *Standard* (default), *Background*, *Boxed* and *Clean*.
      
      - Set company **logo**:
      Changes the company logo.
      
      - Set report **colors**:
      The user can set the primary and secondary colors of the report through
      a newly added widget allowing to pick a custom color.
      When changing the **logo**, colors are automatically set to its most dominant
      colors.
      > A "Reset colors" button also triggers the color calculation.
      
      - Set report **font**:
      Changes the overall font of the report. Only Google Fonts are used
      for enhanced compatibility.
      
      - Company **tagline**, also called "header"
      - **Footer**
      - **Paper format**
      - Report **preview**:
      A mockup of a final report
      Automatically updates when changing **layout**, **logo**, **colors** or **font**
      
      Co-authored by: Julien Mougenot <jum@odoo.com>
      
      closes odoo/odoo#33863
      
      Signed-off-by: default avatarVincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
      
      
      Co-authored-by: default avatarLucas Perais <lpe@odoo.com>
      ed180951
    • Julien Mougenot's avatar
      [IMP] web: add noTransparency option for colorpicker dialog · a8c93df9
      Julien Mougenot authored
      Added a boolean option to toggle opacity settings on the colorpicker dialog widget.
      When set to true, both the opacity slider and the opacity input are hidden in the
      dialog. When not set or set to false, opacity settings remain unchanged.
      a8c93df9
    • Julien Mougenot's avatar
      [REF] web,web_editor: moved ColorpickerDialog to web · edc60f7f
      Julien Mougenot authored
      The reason this widget was moved is that the next improvement
      ([IMP] base: Configure document layout) defines a new field (FieldColor)
      which needs to call the colorpicker dialog inside of the base module.
      This couldn't be done while the dialog was located in the wysiwyg assets.
      edc60f7f
  8. Jul 26, 2019
Loading