Skip to content
Snippets Groups Projects
  1. Aug 12, 2020
    • Laurent Smet's avatar
      [IMP] hr_expense(_check): Remove the custom register payment expense wizard · b25e53a0
      Laurent Smet authored
      - Use the one defined in the account module allowing paying multiple journal entries
      and group payments together.
      - Remove the hr_expense_check module that contains only duplicated features regarding the
      register payment wizard.
      
      --task: 2273528
      b25e53a0
    • Jeremy Kersten's avatar
      [IMP] website_event,sale_*,slides: use is_view_active · 8d343648
      Jeremy Kersten authored
      
      Use is_view_active instead of viewref which one is cached.
      
      closes odoo/odoo#55816
      
      Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
      8d343648
    • Nicolas Martinelli's avatar
      [FIX] account: tax rounding error · ebac669b
      Nicolas Martinelli authored
      - Create Tax 0:
        Percentage
        Amount: 0
        Tax Included
        Tax Group 0
      - Create Tax 8:
        Percentage
        Amount: 8
        Tax Included
        Tax Group 8
      - Create a customer invoice with one line
        Quantity: 8.0
        Price Unit: 15.55
        Taxes: Tax 8, Tax 0 (order is important)
      
      The tax amounts are:
        Tax 8: 9.22
        Tax 0: -0.01
      
      If the taxes are inverted, the tax amounts
        Tax 8: 9.21
        Tax 0: 0.00
      
      The difference is due to the rounding of the 8% tax done differently. In
      the second case, the computation of the 8% tax goes through:
      
      https://github.com/odoo/odoo/blob/8c5cd335a57c20ed5faa6b7c7630c296c1f2a5cf/addons/account/models/account.py#L1480
      
      In the first case, the amount is recomputed in:
      
      https://github.com/odoo/odoo/blob/8c5cd335a57c20ed5faa6b7c7630c296c1f2a5cf/addons/account/models/account.py#L1483
      
      
      
      The rounding is different in both cases, leading to an inconsistency.
      
      When the tax amount is zero, there is no need to save the amount in
      `total_included_checkpoints`.
      
      opw-2306676
      
      closes odoo/odoo#55812
      
      X-original-commit: e2776e188070221ef465a864bd2cb8dcfc971e14
      Signed-off-by: default avatarJorge Pinna Puissant (jpp) <jpp@odoo.com>
      ebac669b
    • Odoo's Mergebot's avatar
      [FW][MERGE] digest, various: add or improve digest tips and digest layout · 9039183f
      Odoo's Mergebot authored
      
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS: LAYOUT
      
      Besides changing the tips, a cleaning of digest layout was performed. Emails
      were reported to look not neat in Outlook and somewhat random in mail.com or
      gmail.com.
      
      Most recent HTML CSS cannot be used to make HTML emails because each email
      provider renders emails its own way. This means a given email may renders
      differently in gmail.com and outlook.
      
      The layout of the email was composed of several levels of embedded tables
      which means huge maintenance effort. So it was totally rewritten with divs
      and CSS, but some properties are not taken into account.
      
      A lot of page component improvements were done. It consisted in replacing most
      of the style attribute in tags with CSS classes and ids. This step is
      especially useful for tip formatting because before, if a style modification
      was needed, it had to be performed on each tip individually.
      
      SPECIFICATIONS: TIPS
      
      Add / Improve tips in cmr, purchase, hr_recruitment, website, hr_expense, project,
      digest, sale_management, im_livechat, stock, mrp, account.
      
      LINKS
      
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#11394
      
      closes odoo/odoo#55807
      
      Forward-port-of: odoo/odoo#53580
      Related: odoo/enterprise#12372
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      9039183f
    • Anousone Phaysomphot's avatar
      [IMP] website: add new digest tips · 73b5dfd6
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Engage with visitors to convert them into leads”
      “Use royalty-free photos”
      “Search Engine Optimization (SEO)”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: b78921d41ca1af3e56a4d874381c30d766c986fc
      73b5dfd6
    • Anousone Phaysomphot's avatar
      [IMP] stock: add new digest tips · 4c7ede7c
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Speed up inventory operations with barcodes”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: d679b6f2807b937c1765f20b8a4fb796aec821a7
      4c7ede7c
    • Anousone Phaysomphot's avatar
      [IMP] sale_(expense, management): improve digest tips · da920542
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Odoo supports configurable products”
      “Sell or buy products in bulk with matrixes”
      
      Remove sale_expense tips.
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 15398990a1b162fef3e2280d9c4a82de9f61491f
      da920542
    • Anousone Phaysomphot's avatar
      [IMP] purchase: add new digest tips · d1d11b33
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “How to keep late receipts under control?”
      “Never miss a purchase order”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 9cab3aea9a06e442f37329d350e9ecec41ca4911
      d1d11b33
    • Anousone Phaysomphot's avatar
      [IMP] project: improve digest tips · 950f999d
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATION
      
      “Customize tasks and stages according to the project”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: bd2cd2ca4e4fd1fa99d6a97b8af291363e4b1d84
      950f999d
    • Anousone Phaysomphot's avatar
      [IMP] mrp: add new digest tips · a2d3cc7d
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Use tablets in shop to control manufacturing”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 40100145e5bc8b2588b04b849a2c2cc306e126d3
      a2d3cc7d
    • Anousone Phaysomphot's avatar
      [IMP] hr_recruitment: add new digest tips · 91a3760d
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIO
      
      “Let candidates apply by email”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 5c6c52a8773b1994c9616900d9736cea500776fd
      91a3760d
    • Anousone Phaysomphot's avatar
      [IMP] hr_expense: add new digest tips · 356d9150
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Snap pictures of your receipts with the remote app”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 48bc75d340fa3a6d3c98bdd4b9f978036109f403
      356d9150
    • Anousone Phaysomphot's avatar
      [IMP] im_livechat: add new digest tips · bc1d6159
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Use canned responses to chat faster”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: fd8ee90adc5c759d591345a1676f01fc63c51f38
      bc1d6159
    • Anousone Phaysomphot's avatar
      [IMP] crm: add new digest tips · ac00b803
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “Did you know Odoo has built-in lead mining?”
      “Opportunity win rate is predicted with AI”
      “Manage your pipeline”
      “Do not waste time recording user's data”
      “Turn a selection of opportunities into a map”
      
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 93c7aa19397ae7a25e88e760f44d24a0b4f0dd9a
      ac00b803
    • Anousone Phaysomphot's avatar
      [IMP] account: add new digest tips · 1b67e2ed
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS
      
      “No need to print, put in an envelop and post your invoices”
      See code for specifications.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 58bcc8c3c509df9e3774369ac1a626d528eba598
      1b67e2ed
    • Thibault Delavallée's avatar
      [IMP] digest: allow to customize sending · 797fde62
      Thibault Delavallée authored
      Used in external tools.
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 6e2a50c06beae8433753f49f0acf07fdede3b7fc
      797fde62
    • Anousone Phaysomphot's avatar
      [IMP] digest: improve digest layout and add new digest tips · fd870951
      Anousone Phaysomphot authored
      PURPOSE
      
      Review the tips and digest layout design to make sure they have a WOW effect
      and increase trial conversion/retention.
      
      SPECIFICATIONS: LAYOUT
      
      Besides changing the tips, a cleaning of digest layout was performed. Emails
      were reported to look not neat in Outlook and somewhat random in mail.com or
      gmail.com.
      
      Most recent HTML CSS cannot be used to make HTML emails because each email
      provider renders emails its own way. This means a given email may renders
      differently in gmail.com and outlook.
      
      The layout of the email was composed of several levels of embedded tables
      which means huge maintenance effort. So it was totally rewritten with divs
      and CSS, but some properties are not taken into account.
      
      A lot of page component improvements were done. It consisted in replacing most
      of the style attribute in tags with CSS classes and ids. This step is
      especially useful for tip formatting because before, if a style modification
      was needed, it had to be performed on each tip individually.
      
      SPECIFICATIONS: TIPS
      
      “Speed up your workflow with shortcuts”
      “Click on an avatar to chat with a user”
      “A calculator in Odoo”
      “How to ping users in internal notes?”
      “Knowledge is power”
      
      LINKS
      
      Task ID-2274264
      COM PR: odoo/odoo#53580
      ENT PR: odoo/enterprise#1139
      
      X-original-commit: 04aa36da30c107e482935b1673374c9302e4cf6a
      fd870951
    • Julien Mougenot's avatar
      [FIX] web: Prevent field badge from overflowing · d9bbf1db
      Julien Mougenot authored
      
      Before this commit, the field badge could overflow from its boundaries
      and have part of its pill/text hidden.
      
      Now, the "overflow" mixin has been applied and the badge is properly
      contained.
      
      closes odoo/odoo#55806
      
      X-original-commit: f4b672bfcf21c7c7f0b6071a8dd18bd6e966266b
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      Signed-off-by: default avatarJulien Mougenot (jum) <jum@odoo.com>
      d9bbf1db
    • Jeremy Kersten's avatar
      [FIX] website_sale: fix tb on dashboard when no sale access · 5a006327
      Jeremy Kersten authored
      
      Before this commit, if you don't have the sale access right, when you arrive on
      main website menu, the dashboard try to load some utms data and will fail with
      a traceback.
      
      Now we don't render utm graph it you don't have the sale access right
      
      This commit closes odoo/odoo#54695
      
      closes odoo/odoo#55801
      
      X-original-commit: 8123bbc6
      Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
      5a006327
  2. Aug 11, 2020
  3. Aug 12, 2020
  4. Aug 11, 2020
  5. Aug 12, 2020
    • Kevin Baptiste's avatar
      [IMP] project: add recurring tasks · 1b62bd95
      Kevin Baptiste authored
      
      Some interventions are done on a regular basis (e.g. maintenance of
      fire alarms, safety inspections). Having tasks auto-generate would
      facilitate the process and would ensure that the next intervention
      isn't missed/forgotten.
      
      closes odoo/odoo#55517
      
      Taskid: 2172156
      Related: odoo/enterprise#12246
      Related: odoo/upgrade#1604
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      1b62bd95
Loading