Skip to content
Snippets Groups Projects
  1. Aug 14, 2017
    • ODOO's avatar
      [I18N] remove es_DO translations · aaa70fb4
      ODOO authored
      Dominican team is focused on Transifex traductions using es.po,
      as es_DO.po has a lot of issues in the website and reviewed strings
      with wrong wording and mixing english and spanish. From now on
      Dominican Republic will inherit es.po and just make specific changes
      on github just in the needed words or setences that change base on
      region.
      
      Closes #18834
      aaa70fb4
  2. Aug 13, 2017
  3. Aug 11, 2017
  4. Aug 10, 2017
  5. Aug 09, 2017
    • Christophe Simonis's avatar
    • Christophe Simonis's avatar
      acbcfa37
    • Christophe Simonis's avatar
      [FIX] mail: force attachment type · baca743c
      Christophe Simonis authored
      Do not rely on default value. The context can contains a `default_type`
      value intended for another model.
      baca743c
    • Christophe Simonis's avatar
      6a767a89
    • Nicolas Martinelli's avatar
      [FIX] website_sale: mandatory fields · 0c92b616
      Nicolas Martinelli authored
      All fields appears in bold (= mandatory) in the checkout form, while ony
      some of them are.
      
      opw-760328
      0c92b616
    • Lucas Perais (lpe)'s avatar
      [FIX] point_of_sale: correct inheriting from pos_order_line being an issue · 3d119c44
      Lucas Perais (lpe) authored
      Before this commit, when creating a pos_order_line_pro_forma, which inherits from pos_order_line but in a different table, the create confused an overriden field (order_id)
      When pos_blackbox was installed, pro forma lines would search for an pos_order instead of a pos_order_proforma upon their creation
      
      This commit allows an inheritant of pos_order_line to use the super.create function
      
      OPW 745685
      
      Closes #18755
      3d119c44
    • Jerther's avatar
      [FIX] web: display full error message · 64190abe
      Jerther authored
      Add missing parenthesis, fixes ebc23b59
      64190abe
    • Sylvain GARANCHER's avatar
      [FIX] product: Avoid browsing on product.product when using product.template · c29ac80c
      Sylvain GARANCHER authored
      Steps to reproduce the bug:
      
      On an empty database, install the sale module
      -Activate product variants : Sales > Settings > Check Products can have
      several attributes, defining variants (Example: size, color,...)
      -Activate advanced pricelists : Sales > Settings > Check Advanced pricing based
      on formulas (discounts, margins, rounding)
      -Activate the developer mode
      -Go to the product.templates list : Sales > Products
      -Go to the debug menu > Edit TreeView and add the price field in the view
      -Go to the debug menu > Edit Action and add the value 'uom': 1 in the context field
      -Search for a pricelist : Type the name of an existing pricelist, then go to the pricelists
      proposal, open the list of proposed pricelists, and select the pricelist
      
      Bug:
      
      The wrong value was sometimes displayed in the price field. To be more exact, the displayed
      value for each product.template was the price of the product.product that has the same id.
      If a product.template has an id which doesn't exist in the product_product table,
      this product disapears from the list.
      
      opw:762663
      c29ac80c
    • Sylvain GARANCHER's avatar
      [FIX] product: The pricelist variable must be a recordset, not a list · 10f6e145
      Sylvain GARANCHER authored
      Steps to reproduce the bug:
      
      -On an empty database, install the sale module
      -Activate product variants : Sales > Settings > Check Products can have several attributes, defining variants (Example: size, color,...)
      -Activate advanced pricelists : Sales > Settings > Check Advanced pricing based on formulas (discounts, margins, rounding)
      -Activate the developer mode
      -Go to the product.templates list : Sales > Products
      -Go to the debug menu > Edit TreeView and add the price field in the view
      -Search for a pricelist : Type the name of an existing pricelist, then go to the pricelists proposal,
      open the list of proposed pricelists, and select the pricelist
      
      Bug:
      
      A traceback was raised.
      
      opw:762663
      10f6e145
  6. Aug 08, 2017
  7. Aug 07, 2017
  8. Aug 06, 2017
  9. Aug 04, 2017
    • Jairo Llopis's avatar
      [FIX] base: preserve context when cancelling module install · e43d73c3
      Jairo Llopis authored
      Closes #18597
      e43d73c3
    • Lucas Perais (lpe)'s avatar
      [FIX] account: reconciliation of payments and invoices, diff currencies and times · 2cd63aa2
      Lucas Perais (lpe) authored
      Use case:
      - 2 invoices in foreign currencies, made at different times (and different exchange rates)
      - 2 payments (same characteristics as invoices)
      - allocate the 1st payment to inv A
      - allocate the 2nd payment to inv A and then B so that A is fully paid, but B is not
      - try to make the final payment on B to fully reconcile everything
      
      Results (all in the payable account)
      - let CB be the credit line of B
      - let D2 be the debit line of 2nd payment
      - let D3 be the debit line of the 3rd and final payment
      
      Before this commit, the exchange difference computation dailed because:
      - There were 2 amls that had an amount_residual and needed to be reconciled (CB and D2)
      - Also, there was a structural flaw in the code that did not allow for multiple lines to have a residual
      
      After this commit, we still make 1 move to log the exchange difference,
      but we make exchange difference lines for each line that need to be reconciled: CB and D2
      
      OPW 751710
      Commit in master c36f70f6726e0c7ccca1002f78e4d402e27cae3d (2017-07-20)
      
      Closes #18347
      
      [FIX] account: testing partial and full reconciliation
      2cd63aa2
    • Nicolas Martinelli's avatar
      [FIX] *: cancel settings · 7cd2f637
      Nicolas Martinelli authored
      To reproduce:
      - Go Website Admin > Configuration > Settings
      - Change the Website Name
      - Click on 'Cancel'
      
      The name is saved.
      
      When the "Cancel" button is clicked, we automatically save the record
      (which is a transient model). Since the field is a related to the
      company, the name is changed even if we canceled.
      
      opw-760749
      7cd2f637
  10. Aug 03, 2017
Loading