1. 17 Jul, 2020 5 commits
    • Jérome Perrin's avatar
      configurator_standard_categories: add metric_type · 0fa28958
      Jérome Perrin authored
      from erp5_configurator_standard/standard_category.ods
      0fa28958
    • Jérome Perrin's avatar
      configurator_standard_categories: add social_title categories · d1548b2a
      Jérome Perrin authored
      from erp5_configurator_standard/standard_category.ods
      d1548b2a
    • Jérome Perrin's avatar
      configurator_standard_categories: add some trade_phase categories · eeda37dc
      Jérome Perrin authored
      trade/order trade/discount and trade/tax were only in
      erp5_configurator_standard/standard_category.ods
      eeda37dc
    • Gabriel Monnerat's avatar
      fixup! web_renderjs_ui: enable google login · 64635469
      Gabriel Monnerat authored
      It seems that with ${here/portal_url} returns the ERP5 url , for example http://nohost/erp5 instead of
      
      http://nohost/erp5/web_site_module/renderjs_runner/
      64635469
    • Jérome Perrin's avatar
      "Disable Node" option for categories · fced4e25
      Jérome Perrin authored
      Since a89afa43 (Formulator: Support disabled items in all ItemWidget subclasses., 2014-04-02) we can include disabled items in listfields.
      This was used for example in erp5_crm to show the services with their hierarchy as disabled items and was useful to display the hierarchy.
      
      In some fields, we don't want user to select "nodes" categories, but only select "leaves" categories (ie. select the most precise category).
      This always had a problem when using "Indented title" as display method for categories, because the user can not see the actual hierarchy. This is about making it possible to display hierarchy of categories in this case where we select only leaves, so that it displays like this:
      
      ![screenshot of a category with disabled items for hierarchy](/uploads/0f3e8ef68ab6e2ec424e4e8d42fc5e2a/image.png)
      
      This required to:
      
       - introduce a new category API, `disable_node`, which is semantically very close to `filter_node` except that instead of filtering out node categories that are kept with `None` as related URL. Symmetrically, we also introduce `disable_leave`
       - make `ParallelListField` support disabled items. Even if this was properly supported in underlying fields, some parts in `ParallelListField` did not differentiate between `None` and `''`.
       - modify several forms to use `disable_node` instead of `filter_node`
      
      See merge request nexedi/erp5!1199
      fced4e25
  2. 16 Jul, 2020 4 commits
  3. 15 Jul, 2020 5 commits
  4. 14 Jul, 2020 1 commit
    • Jérome Perrin's avatar
      invoicing: "section category" fields in field library · 2df5287b
      Jérome Perrin authored
      Unlike trade and like accounting, for invoice we are using "Section Category"
      term for section category, it's no longer about "who is the owner of this
      stock" like in trade, but already "who is the entity" like in accounting
      2df5287b
  5. 13 Jul, 2020 23 commits
  6. 10 Jul, 2020 2 commits