1. 05 Apr, 2012 1 commit
    • Julien Muchembled's avatar
      Do nothing on 'calculate' instead of disabling *_causality_interaction_workflow · 0da22035
      Julien Muchembled authored
      This reverts commit ec8aa158 partially in order
      to reenable:
      - delivery_causality_interaction_workflow
      - delivery_movement_causality_interaction_workflow
      - simulation_movement_causality_interaction_workflow
      
      These interaction workflows do not generate activities directly, and do work
      that can't be postponed.
      
      By contrast, 'calculate' transition of delivery_causality_workflow is modified
      so that no 'updateCausalityState' activity is created by default.
      0da22035
  2. 04 Apr, 2012 1 commit
    • Julien Muchembled's avatar
      Disable most interaction workflows related to simulation · ec8aa158
      Julien Muchembled authored
      - container_interaction_workflow
      - delivery_causality_interaction_workflow
      - delivery_movement_causality_interaction_workflow
      - delivery_movement_simulation_interaction_workflow
      - delivery_simulation_interaction_workflow
      - simulation_movement_causality_interaction_workflow
      - trade_model_line_interaction_workflow
      - transformation_interaction_workflow
      ec8aa158
  3. 23 Mar, 2012 2 commits
  4. 22 Mar, 2012 5 commits
  5. 20 Mar, 2012 9 commits
  6. 19 Mar, 2012 1 commit
  7. 15 Mar, 2012 2 commits
    • Romain Courteaud's avatar
      Add getPromiseParameter · 56cd520a
      Romain Courteaud authored
        Read external promise parameters.
      
        The parameters should be provided by an external configuration file.
        Location of this configuration file is defined in the zope configuration
        file in a product_config named as the path of the ERP5 site.
        Example if the site id is erp5:
          <product-config /erp5>
            promise_path /tmp/promise.cfg
          </product-config>
      
        The promise configuration is a simple ConfigParser readable file (a list of
        section containing a list of string parameters.
      
        getPromiseParameter returns None if the parameter isn't found.
      56cd520a
    • Romain Courteaud's avatar
      Only rely on periodicity to set dates. · 219e01d9
      Romain Courteaud authored
      This will prevent creating compensation movement if stop date of the open order
      line is increased.
      219e01d9
  8. 13 Mar, 2012 1 commit
  9. 12 Mar, 2012 4 commits
  10. 09 Mar, 2012 1 commit
  11. 08 Mar, 2012 7 commits
  12. 07 Mar, 2012 6 commits