Skip to content
Snippets Groups Projects
  1. Jul 30, 2019
    • Xavier Morel's avatar
      [REM] doc: autodoc of removed api.* decorators · 38b91925
      Xavier Morel authored
      * @one was removed in 407f1f6c
      * @v7 and @v8 were removed in c552fb7a
      * @multi was removed in a8767716
      38b91925
    • Robot Odoo's avatar
      [MERGE] generic: set some fields as optional to improve and ease tree views usage · 8e132f50
      Robot Odoo authored
      
      PURPOSE
      
      Purpose of this merge is to set the new attribute OPTIONAL = SHOW/Hide on
      tree views so the user can easily hide/show the optional fields on the tree view.
      
      SPECIFICATIONS
      
      contacts (not used as main view but generic to all modules):
      * phone: show
      * email: show
      * city: hide
      * state: hide
      * country: hide
      * next partner review: hide
      * level: hide
      * activation: hide
      * tags: hide
      * current membership status: hide
      
      leads
      * created on: show
      * company name: hide
      * contact name: show
      * email: show
      * phone: show
      * city: show
      * state: hide
      * country: show
      * score: hide
      * assigned partner: show
      * sales team: show
      * salesperson: show
      * company: show
      * tags: hide
      * priority: hide
      
      product template
      * internal reference: show
      * barcode: hide (to move after internal ref)
      * website: show
      * company: hide
      * sales price: show
      * cost: show:
      * product category: hide
      * product type: hide
      * quantity on hand: show
      * forecast quantity: show (rename to Forecasted Quantity)
      * unit of measure: show
      * ebay status: show
      
      product product
      * internal reference: show
      * barcode: hide (to move after internal ref)
      * website: show
      * company: hide
      * public price: show (to rename in Sales price, to be consistent with product template form)
      * cost: show:
      * product category: hide
      * product type: hide
      * quantity on hand: show
      * forecast quantity: show
      * unit of measure: show
      
      quotation
      * quotation date: show
      * website: show
      * sales team: hide (before sales person)
      * sales person: show
      * company: show
      * warehouse: hide
      * company: show
      * total: show
      * status: show
      * invoice status: hide
      * tags: hide
      
      sales order
      * confirmation date: show
      * website: show
      * sales team: hide
      * salesperson: show
      * company: show
      * warehouse: hide
      * total: show
      * invoice status: show
      * tags: hide
      
      helpdesk tickets
      * customer: show
      * assigned to: show
      * ticket type: hide
      * priority: hide
      * tags: hide
      * stage: show
      * company: show
      
      RQP/purchase orders
      * vendor reference: hide
      * order date: show
      * company: show
      * scheduled date: show
      * Purchase rep: show
      * source document: show
      * untaxed: hide
      * total: show
      * status: show
      
      Purchase agreement
      * purchase rep: show
      * company: show
      * ordering date: show
      * delivery date: hide
      * deadline: show
      * source document: show
      * status: show
      
      Incoming products
      * date: hide (to rename into Creation date)
      * source document: show
      * status: show
      
      Invoices & bills:
      * invoice date: show
      * origin: show
      * payment reference: hide
      * company: show
      * sales team: hide
      * salesperson: show
      * due date: show
      * tax excluded: show
      * tax: hide
      * total: show
      * amount due: show
      * payment status: hide
      
      Journal entries
      * partner: show
      * reference: show
      * company: show (after journal)
      
      Journal items
      * reference: show
      * partner: show
      * analytic account: show
      * matching number: show
      * due date: hide
      
      Analytic items
      * ref: hide
      * tags: hide (after analytic account)
      * financial account: hide
      * journal item: hide
      * partner: hide (before company)
      * company: show
      * product: hide
      * quantity: hide
      * unit of measure: hide
      * amount: show
      
      Transfers (stock.picking)
      * from: show
      * to: show
      * partner: show
      * responsible: hide
      * operation type: hide
      * company: show
      * scheduled date: show
      * effective date: hide
      * source document: show
      * back order of: hide
      * status: show
      * batch picking: show
      * carrier: hide
      * tracking ref: hide
      * weight: hide
      * weight for shipping: hide
      * priority: hide
      
      Inventory adjustment
      * location: hide (to add after inventory date)
      * company: show
      * accounting date: hide
      
      Inventory report (stock.quant)
      * reserved: hide
      * company: show
      
      Lot/serial
      * best before: hide (after creation date)
      * removal date: hide
      * end of life date: hide
      * alert date: hide
      * created on: show
      * internal ref: show
      
      MO
      * deadline start: show
      * planning start date: hide (rename to planned start date)
      * product: show
      * bill of material: hide
      * source: show
      * responsible: hide
      * company: show
      * quantity: show
      * uom: show
      * routing: show
      * state: show
      * material availability: show
      
      BoM
      * Reference: show
      * variant: show
      * version: show
      * quantity: show
      * unit of measure: show
      * bom type: hide
      * company: show
      * routing: show
      
      Repair order:
      * product to repair: show
      * product quantity: hide
      * uom: hide
      * customer: show
      * delivery address: show
      * warranty expiration: show
      * location: hide
      * company: show
      * status: show
      
      Quality alerts
      * product: show
      * product variant: hide
      * lot: hide
      * work center: show
      * team: show
      * responsible: show
      * check: show
      * tags: hide
      * root cause: hide
      * priority: hide
      * description: hide
      * date assigned: show
      * vendor: hide
      
      Quality control points (and reorder tree view according to the list)
      * reference
      * title: show
      * product: show
      * product variant: hide
      * operation type: show
      * operation: hide
      * work order operation: hide
      * control type: hide
      * device: hide
      * type: show
      * team: show
      * responsible: hide
      * company: show
      
      Quality checks (add the fields in the following order in the list view)
      * product: show
      * lot: show
      * picking: hide (rename to Transfer)
      * checked date: show
      * checked by: show
      * control point: hide
      * team: show
      * status: show
      
      Project tasks
      * project: show
      * assigned to: show
      * customer: hide
      * tags: hide
      * planned hour: show
      * remaining hour: show
      * deadline: hide
      * stage: show
      * progress: show
      * company: show
      
      LINKS
      
      See task 1997453
      
      closes odoo/odoo#33888
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      Unverified
      8e132f50
    • Prakash Prajapati's avatar
      [IMP] sale(_*): set optional field to simplify the tree view · f8814f2a
      Prakash Prajapati authored
      * = sale_crm, sale_stock, website_sale
      
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      f8814f2a
    • Prakash Prajapati's avatar
      [IMP] stock(_*): set optional field to simplify the tree view · 16db6d8f
      Prakash Prajapati authored
      * = stock_account, stock_picking_batch, stock_product_expiry, delivery
      
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      Update string date field from incoming products tree view.
      
      Update string virtual_available field from product tree view.
      
      task-1997453
      Closes #33888
      16db6d8f
    • Prakash Prajapati's avatar
      [IMP] analytic, account: set optional field to simplify the tree view · 317802d6
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      317802d6
    • Prakash Prajapati's avatar
      [IMP] crm(_*): set optional field to simplify the tree view · cb9e69ce
      Prakash Prajapati authored
      * = website_crm_partner_assign
      
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      cb9e69ce
    • Prakash Prajapati's avatar
      [IMP] purchase(_requisition): set optional field to simplify the tree view · e0389c0f
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes #33888
      e0389c0f
    • Prakash Prajapati's avatar
      [IMP] product: set optional field to simplify the tree view · fd5e2977
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      fd5e2977
    • Prakash Prajapati's avatar
      [IMP] base: set optional field to simplify the tree view · 5f6c698a
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      5f6c698a
    • Prakash Prajapati's avatar
      [IMP] repair: set optional field to simplify the tree view · d5ffe890
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      d5ffe890
    • Prakash Prajapati's avatar
      [IMP] mrp: set optional field to simplify the tree view · 67ad4632
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      Update string date_start_wo field from mrp.production model.
      
      task-1997453
      Closes: #33888
      67ad4632
    • Prakash Prajapati's avatar
      [IMP] project, hr_timesheet: set optional field to simplify the tree view · 668193fd
      Prakash Prajapati authored
      Purpose of the commit is to set the new attribute OPTIONAL = SHOW/Hide on tree
      view so the user can easily hide/show the optional fields on the tree view.
      
      task-1997453
      Closes: #33888
      668193fd
  2. Jul 22, 2019
  3. Jul 30, 2019
  4. Jul 29, 2019
  5. Jul 22, 2019
  6. Jul 26, 2019
  7. Jul 29, 2019
  8. Jul 25, 2019
  9. 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
  10. Jul 26, 2019
Loading