1. 12 Oct, 2015 10 commits
    • Klaus Wölfel's avatar
      simulation: handle partial building and split with same dates · f187131e
      Klaus Wölfel authored
      Add "planned" state to Purchase/Sale Packing Lists so that builders first build planned deliveries.
      Then if there is no expected additional movement, the delivery is automatically moved to "confirmed".
      This allows to support partial build that could come with global builders. Now builders will complete
      only "planned" deliveries. This also solve the split of packing list when the same date was used,
      the builder was updating current delivery. Now we can change packing list only in confirmed state
      (not in planned state), therefore the builder will never add movement to the delivery the user is
      changing.
      
      This was adapted from seb commit to project repo. The difference is that here we do not confirm if
      related movements belong to more then one root delivery value (packing list). This way we try to
      handle the case of multiple split on the same date where the user first splits a packing list and
      then splits again. In this case we want these splitted movements end up in the same packing list,
      so the created packing list still has to be able to receive new movements, it is thus kept in
      planned state. The user then hast to confirm this packing list manually.
      f187131e
    • Klaus Wölfel's avatar
      More Chinese transaltions · fd09ed0a
      Klaus Wölfel authored
      fd09ed0a
    • Klaus Wölfel's avatar
      erp5_l10n_zh: fix some translations · 8937d6ed
      Klaus Wölfel authored
      8937d6ed
    • Klaus Wölfel's avatar
      2f97c387
    • Rafael Monnerat's avatar
      Re-implement Order.getTotalPrice when base_contribution is provided. · 36fce11c
      Rafael Monnerat authored
      (cherry picked from commit eed6ff24799a73a63327152a662669ba3ecfc391)
      36fce11c
    • Rafael Monnerat's avatar
      Included more ReturnedOrder code · a16560ff
      Rafael Monnerat authored
      (cherry picked from commit d9283f7b85720cbc4f5321dd6bff6e99d078ca2c)
      
      Conflicts:
      	bt5/erp5_trade/bt/revision
      a16560ff
    • Rafael Monnerat's avatar
      Added Item related Actions to Returned [Purchase|Sale] Order · f33aedd9
      Rafael Monnerat authored
      Added aggregate item and item creations actions on new portal types.
      
      (cherry picked from commit a32a565f2e4921c087803aa526bca8c853e18887)
      
      Conflicts:
      	bt5/erp5_item/bt/revision
      f33aedd9
    • Rafael Monnerat's avatar
      Added Returned [Purchase|Sale] Order · cd7a9efd
      Rafael Monnerat authored
      Implemented Returned Orders like any other Order.
      
      (cherry picked from commit 4a6bc31363a86976d6d8eac8991568cf6f3cd0c9)
      
      Conflicts:
      	bt5/erp5_trade/bt/revision
      cd7a9efd
    • Rafael Monnerat's avatar
      Make Builder able to generate Temp Objects · f2bfed0f
      Rafael Monnerat authored
       Introduce temp_object parameter on builder.build() and propagate it
       over until the newContent() calls. This change allow use create
       Temporary Documents intestead real ones, like a "preview".
      
      (cherry picked from commit 959776ce50c2e7ee2b8f9945ec91a2e0fbe08619)
      
      Conflicts:
      	product/ERP5/Document/SimulatedDeliveryBuilder.py
      f2bfed0f
    • Vincent Pelletier's avatar
      erp5_stock_cache: Allow easy stock cache disabling. · 9a96bd86
      Vincent Pelletier authored
      Disable stock cache by removing erp5_syock_cache from skin selection.
      9a96bd86
  2. 09 Oct, 2015 19 commits
  3. 08 Oct, 2015 3 commits
  4. 07 Oct, 2015 8 commits