1. 01 Oct, 2021 1 commit
    • Jérome Perrin's avatar
      pdm: expose quantity unit in default supply · 3905c22e
      Jérome Perrin authored
      Quantity unit was not defined in default supply property sheet, so the
      fields were created local properties, because the accessors were not
      existant. This change make the accessors for quantity unit on default
      supply lines generated.
      
      The implementation details is that it replaces priced_quantity, which was
      defined twice
      3905c22e
  2. 30 Sep, 2021 3 commits
  3. 27 Sep, 2021 2 commits
  4. 23 Sep, 2021 6 commits
  5. 22 Sep, 2021 1 commit
  6. 21 Sep, 2021 8 commits
  7. 20 Sep, 2021 14 commits
  8. 17 Sep, 2021 1 commit
  9. 15 Sep, 2021 1 commit
    • Nicolas Wavrant's avatar
      erp5_discussion: discover metadata synchronously of discussion thread's attachment · e08ace32
      Nicolas Wavrant authored
      When some types of files are attached to a forum thread, they may be
      subjected to a portal type migration. This is the case of CSV files, for exemple. What
      happens in that case, is that the document D1 is created with portal_type PT1, then
      discoverMetadata is called, which triggers a portal type migration. Then D1 is deleted, and
      recreated as D2 with portal type D2. The problem is that the migration happens after D1 was attached to
      the Discussion Post (in a different transaction), so the relation between both is broken.
      e08ace32
  10. 14 Sep, 2021 1 commit
  11. 10 Sep, 2021 2 commits