1. 29 Jan, 2021 3 commits
    • Jérome Perrin's avatar
      Enable "Lines Report" in ERP5JS and MRP · 451ce413
      Jérome Perrin authored
      Nowadays Line Report works fine in ERP5JS. It is also useful in context of MRP.
      
      See merge request nexedi/erp5!1347
      451ce413
    • Jérome Perrin's avatar
      trade: support "Asset Price" valuation method in stock report · fe941384
      Jérome Perrin authored
      This shows the asset price from `stock.total_price` which can be just the
      movement prices or the evaluated prices if getDestinationAssetPrice and/or
      getSourceAssetPrice type based methods are defined.
      fe941384
    • Jérome Perrin's avatar
      item: fix a conflict in field libraries · 196975c0
      Jérome Perrin authored
      erp5_trade contains Base_viewTradeFieldLibrary which contain
      my_dialog_mode_portal_type, which is a multi list field where user can
      select multiple lines portal types. It is used in
      DeliveryModule_viewDeliveryLineReportDialog/your_portal_type
      
      erp5_item also contains Base_viewTradeFieldLibrary , for cases where
      erp5_item extend trade module to select items. It also contains a
      my_dialog_mode_portal_type field, where user can select item portal type.
      That field is not a multi-list field, but a list-field. It is used in
      DeliveryLine_viewSelectItemListDialog
      
      So when erp5_item is installed, it overrides
      Base_viewTradeFieldLibrary/my_dialog_mode_portal_type with a list field
      instead of a multi-list field and breaks
      DeliveryModule_viewDeliveryLineReportDialog, because user can no longer
      select more than one portal type.
      
      This renames the field in erp5_item, now we have:
       * Base_viewTradeFieldLibrary/my_dialog_mode_portal_type for movement
      portal types
       * Base_viewTradeFieldLibrary/my_dialog_mode_item_portal_type for item
      portal type
      196975c0
  2. 28 Jan, 2021 4 commits
  3. 27 Jan, 2021 6 commits
  4. 26 Jan, 2021 7 commits
  5. 25 Jan, 2021 9 commits
  6. 22 Jan, 2021 1 commit
  7. 20 Jan, 2021 5 commits
  8. 19 Jan, 2021 5 commits