Skip to content
Snippets Groups Projects
  1. Oct 09, 2019
  2. Oct 08, 2019
  3. Oct 09, 2019
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] project: can delete archived project with tasks · 1bb12ef8
      Andrea Grazioso (agr-odoo) authored
      
      Create a Project with tasks, archive it, delete it.
      
      The project is deleted, but this should not happen:
      tasks are present, but they are hidden because when the project is
      archived all its tasks are archived too (active flag is set to false).
      On project unlinking only active tasks are checked, thus allowing the
      deletion. Using a context flag to avoid filtering the non active tasks.
      
      opw-2080515
      
      closes odoo/odoo#38251
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      1bb12ef8
  4. Oct 08, 2019
  5. Sep 23, 2019
    • Mohammed Shekha's avatar
      [IMP] mrp: fix work center kanban card glitch · 7143e570
      Mohammed Shekha authored
      
      before this commit: mrp work center kanban card has UI glitch in
      kanban card, work center stage was overlapping kanban card right
      div
      
      after this commit: overlapping issue of work center stage will
      not occur, issue was occuring due to absolute position given on
      work center stage div, added margin bottom of 16px on kanban
      card right div
      
      task-2060181
      
      closes odoo/odoo#37228
      
      Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
      7143e570
  6. Oct 08, 2019
  7. Oct 07, 2019
  8. Sep 30, 2019
  9. Oct 07, 2019
  10. Oct 03, 2019
    • Nicolas Martinelli's avatar
      [IMP] web: add support for itemprop on img · ac505d7c
      Nicolas Martinelli authored
      Take the following QWeb snippet:
      
      ```
      <div t-field="product.image" itemprop="image" t-options="{'widget': 'image'}"/>
      ```
      
      When the image is rendered, the `itemprop="image"` remains on the
      `<div>` tag, it is not set on the `<img>` tag.
      
      We add the support of the `itemprop` option, so it can be added to the
      `<img>` tag:
      
      ```
      <div t-field="product.image" t-options="{'widget': 'image', 'itemprop': 'image'}"/>
      ```
      
      opw-2076934
      ac505d7c
  11. Oct 07, 2019
    • Nicolas Martinelli's avatar
      [FIX] l10n_es: Switch reconcile flag for direct VAT accounts · e84d9c36
      Nicolas Martinelli authored
      
      As the vat result is cleared at the end of the perior to the account 4751, there's
      no sense to have these intermediate accounts with the reconcile flag, as they are
      not going to be reconcile at all.
      
      This has been also reported to be unperformant on enterprise reports where this
      flag is used for obtaining the records to show.
      
      4751 account already has the reconcile flag, and it's the one which is reconciled
      on the bank reconciliation process when the fiscal authority (AEAT) charges you
      the result.
      
      closes odoo/odoo#37819
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      e84d9c36
  12. Oct 03, 2019
  13. Oct 02, 2019
    • Florimond Husquinet (fhu)'s avatar
      [FIX] sale, delivery: invoice status updated when adding note · 86301d36
      Florimond Husquinet (fhu) authored
      
      -Create a sales order.
      -Add product E-COM11 (invoicing policy "Delivered quantities").
      -Add Delivery method "Normal Delivery Charges".
      -Confirm Sale.
      -Sale Order Invoice Status = "Nothing to Invoice" (OK).
      -Now Open Sales Order again in Edit mode.
      -Add Choose "Add a note" in the order line section and add a random note and
      don't save yet.
      -Check the "Invoice Status" in the "Other Information" tab.
      
      Before this commit:
      
      -The status of the invoice changed to "Fully Invoiced".
      -If you save the invoice with the new note, the status changes to "To Invoice".
      
      After this commit:
      
      The status stays "Nothing to Invoice" in both cases.
      
      closes odoo/odoo#37757
      
      Opw: 2078581
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      86301d36
  14. Oct 01, 2019
    • Florimond Husquinet (fhu)'s avatar
      [FIX] purchase: missing variant description in portal view of purchase order · c2f2169a
      Florimond Husquinet (fhu) authored
      
      - Set Joel Willis (the portal user) as a vendor.
      - Create a purchase order and add a line with a variant product, such as the
      conference chair (aluminium).
      - Confirm the order.
      - Then switch user to the portal user.
      - In the portal view, go to the purchase orders and select the purchase order.
      
      Before this commit:
      
      the product line does not show the variant, only the base name of the product.
      
      After this commit:
      
      the product line now shows the vendor specific product name and product code.
      To set this name and code, go to the Purchase tab of the product, and add a
      line for the vendor in the Vendors table, or modify the existing line for
      the vendor.
      
      closes odoo/odoo#37702
      
      Opw: 2076962
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      c2f2169a
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] account,mrp,payment,purchase,purchase_stock,sale,sale_stock: studio crash on new view · 5964e063
      Andrea Grazioso (agr-odoo) authored
      
      Install stock and purchase. Make a RFQ for just one product, coonfirm
      and receive in one transfer. Click on the delivery (should be only 1).
      The picking will display. Open studio, select view, activate list view.
      
      Javascript traceback will popup. Moreover the view of the stock
      module will be altered in a faulty way (can be recovered from "Window
      Actions", looking for the stock.picking action with external id
      "stock.action_picking_tree_all" and removing the last added tree from
      "View Mode").
      
      This is caused by studio not detecting all the active views, thus giving
      the possibility to add an already active view, because when there is just
      one picking all other views are filtered out.
      Changing the way the form view is retrieved in case of a single picking
      fix the issue.
      
      opw-2076241
      
      closes odoo/odoo#37582
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      5964e063
  15. Oct 07, 2019
  16. Sep 30, 2019
    • Lucas Perais (lpe)'s avatar
      [FIX] web: dropdown boundary overflow · c3273b7a
      Lucas Perais (lpe) authored
      Open a search view modal ("search more" on a m2o)
      Select a filter that will make records fall to zero
      The modal will shrink
      Trigger the opening of a dropdown (Filters), and make sure
      that there are many many menu items there (many filters)
      
      Before this commit, the dropdown was bigger than the modal
      which had a scroll bar,
      however, the dropdown itself was not scrollable properly
      So, clicking in it to select a menu item will fail when scrolled
      all the way down, because elements did not actually followed the scroll
      
      After this commit, the dropdown follows the scroll, and it is possible
      to use it even way down
      
      We use a behavior of bootstrap 4 itself:
      FIX: https://github.com/twbs/bootstrap/pull/24976
      ISSUE: https://github.com/twbs/bootstrap/issues/24251
      
      
      
      OPW 2076337
      
      closes odoo/odoo#37594
      
      Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
      c3273b7a
  17. Oct 04, 2019
  18. Oct 10, 2019
    • Lucas Perais (lpe)'s avatar
      [FIX] web: calendar first day of week from res.lang domain · 0bd82ef6
      Lucas Perais (lpe) authored
      
      The feature that allows res.lang's first day of week parameter
      to be the reference point of web calendar
      has been introduced at 27b30dae
      A few other came on top of it to fix a few things
      
      Before this current commit though, only Fullcalendar was
      rendered using that initial value, nothing was done
      to actually fetch the right data
      
      After this current commit, we fetch data from the server
      according to the range displayed by the calendar
      
      OPW 2072872
      
      closes odoo/odoo#37202
      
      Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
      0bd82ef6
  19. Oct 04, 2019
  20. Oct 03, 2019
    • fw-bot's avatar
      [IMP] account: Dates on refund must be consistent · 1ba36eb7
      fw-bot authored
      
      When is created a refund from a invoice, the payment term its cleans,
      but not the date due.
      
      In the next case:
      1. Create an invoice with date 05/26/2019, with payment term "30 days".
      2. Create an invoice refund for invoice in 1, with the same date.
      
      In this case, the payment term in the refund is empty, but the date_due
      is the same that in the invoice.
      
      With this change, the date due in the refund is the same that invoice
      date.
      
      closes odoo/odoo#37932
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      1ba36eb7
  21. Oct 06, 2019
Loading