Skip to content
Snippets Groups Projects
  1. Jun 25, 2014
    • Dharti Ratani's avatar
      [FIX] account: add multicompany rule to account.subscription.line · df6b37c4
      Dharti Ratani authored
      The wizard to generate recurring entries did not respect multicompany rules as the request was done in plain sql.
      Add ir.rule and use the orm (opw 607782)
      df6b37c4
    • Denis Ledoux's avatar
      [FIX] purchase_requisition: duplicated stock moves · dee96992
      Denis Ledoux authored
      When a purchase requisition is created from a procurement order, a first stock move is created, not associated to any purchase orders
      Then, on purchase order creation and confirmation, in the purchase requisition, new stock moves are created, associated to the purchase order.
      The existing stock move issued from the procurement order which created the purchase requisition remained untouched, leading to wrong inventory values
      To fix this, the destination location of the stock move of the procurement order is written on the source location
      A proper fix should be to use a dedicated workflow for puchase requisition, but this can't be done in 7.0, it has to be done in master/trunk
      dee96992
    • Alexandre Fayolle's avatar
      [FIX] fields property: do not create empty properties · 4bfcbb2a
      Alexandre Fayolle authored
      fixes #595
      In the case where a property for the company exists but has no related record (e.g. in case of type m2o with no defined value), not setting a value to this field for a new record would create a new property (as browse_null is not an instance of browse_record)
      4bfcbb2a
    • Thibault Delavallée's avatar
      Merge pull request #725 from odoo-dev/7.0-bug-1235237-ypa · 50871bb4
      Thibault Delavallée authored
      [FIX] crm_claim: copy: reset stage + add a copy marker to the name
      50871bb4
  2. Jun 24, 2014
  3. Jun 23, 2014
  4. Jun 20, 2014
  5. Jun 19, 2014
  6. Jun 18, 2014
  7. Jun 17, 2014
  8. Jun 16, 2014
  9. Jun 13, 2014
  10. Jun 12, 2014
Loading