1. 16 Jul, 2020 5 commits
  2. 15 Jul, 2020 5 commits
  3. 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
  4. 13 Jul, 2020 12 commits
  5. 10 Jul, 2020 2 commits
  6. 09 Jul, 2020 4 commits
    • Jérome Perrin's avatar
      tests: simplify and deprecate assertSameSet · 232167c1
      Jérome Perrin authored
      Since a long time python unittest provides good assertions and we don't need to
      build out own.
      232167c1
    • Jérome Perrin's avatar
      credential: prevent multiple failures · 2c80a461
      Jérome Perrin authored
      If a Credential Request/Recovery can not be accepted, the alarm should not
      retry again and again.
      
      We use an hasActivity test before trying to accept to prevent causing multiple
      failing activities, if it already failed once, no need to retry more,
      CMFActivity built-in retry mechanism is enough.
      2c80a461
    • Jérome Perrin's avatar
      pdm: fix "Volume" field · 7e34f3b1
      Jérome Perrin authored
      - Use ³ instead of the HTML entity form, ERP5JS does not allow HTML in field names
      - Make Component_view uses Base_viewPDMFieldLibrary, like Product_view
      - Add the proper description of this in field library
      - Resource_viewFieldLibrary/my_base_volume is kept, for compatibility (not sure it's needed)
      - Adjust ERP5Site_checkNamingConventions to allow m³, not m&179;
      - Update all translations
      7e34f3b1
    • Jérome Perrin's avatar
      web_renderjs_ui: use consistent term for "Invalid Search Criteria" · e3752612
      Jérome Perrin authored
      We sometimes used "Invalid search criteria", sometimes "Invalid Search
      Criteria". Unify to use "Invalid Search Criteria" everywhere
      e3752612
  7. 07 Jul, 2020 5 commits
  8. 06 Jul, 2020 6 commits
    • Romain Courteaud's avatar
      erp5_web_renderjs_ui: display the module title instead of its portal type · 57dd6126
      Romain Courteaud authored
      Improve consistency with document view
      57dd6126
    • Romain Courteaud's avatar
    • Arnaud Fontaine's avatar
    • Jérome Perrin's avatar
      Improve stock browser navigation · 5a0780e1
      Jérome Perrin authored
      The changes from nexedi/erp5!1158 were not so good in ERP5JS, it was good to have the action here:
      
      ![stock browser dialog showing Stock as a view action](/uploads/0e9495858295016926da484b6c5fa68f/image.png)
      
      and not under "Exports", because this is not an export, it's an interactive report.
      
      Also, the "Stock" button is not easy to understand, this is not an action, so we use only an update button now:
      
      
      ![stock browser dialog with only an update action, no action](/uploads/71f40b3e2e951f3c95f7ff885dd91090/image.png)
      
      Also, the action button in movement history was confusing, it's not a button where user have to click. It was like this, with a confusing button (but this button was sometimes useful, because with this button we can go back to stock browser):
      
      ![movement history before](/uploads/75450d7fbfe1f208ca17e14b22059b38/image.png)
      
      Now it's like this, the button is not here, but since the action is now listed in Views, it's easy to go back to stock browser:
      
      ![movement history after](/uploads/d66d28f1fc66b69b84baba6d88574afc/image.png)
      
      See merge request nexedi/erp5!1179
      5a0780e1
    • Jérome Perrin's avatar
      Support dialog without action button · 9262d3a5
      Jérome Perrin authored
      Since 5eb06085 (erp5_web_renderjs_ui: do not display submit and cancel if action is empty in form_dialog., 2020-06-10) ERP5JS does not display submit button, this continues in this direction to:
      
       - Apply the same possibility in xhtml_style to not show a submit button when there's no action. In xhtml_style we show the cancel button using the same rules as everywhere else.
       - Fix error in ERP5JS for dialogs with only an update action but no action.
      
      See merge request nexedi/erp5!1181
      9262d3a5
    • Jérome Perrin's avatar
      Google login in ERP5JS · bbf420a5
      Jérome Perrin authored
      Change login button to comply with Google's branding guidelines.
      
      Add support for google login in ERP5JS.
      
      
      See merge request nexedi/erp5!1166
      bbf420a5