1. 06 Sep, 2017 5 commits
    • Thibault Delavallée's avatar
      [IMP] sale: support error, warning and success codes in sale customer portal · 5e619ceb
      Thibault Delavallée authored
      Purpose is to allow to display error, warning or success messages based
      on some user action like signature or payment. This is done using kwargs
      in the order view route. Codes are added in URL and message display has to
      be managed in the template itself. Inheriting modules and/or new features
      will have to add their specific message according to the error, warning
      or success messages they want to support.
      5e619ceb
    • Thibault Delavallée's avatar
      [IMP] sale, website_quote: update sign, pay and online quote settings · e9948e4f
      Thibault Delavallée authored
       * separate signature and payment option from website_quote template
         feature;
       * add a settings to choose whether to display the confirmation or
         pay buttons in customer portal;
       * simplify settings about website_quote now talking only about
         the module itself;
      
      This commit only adds the settings and parameter. Future commits will
      use those parameters to effectively trigger some features and hide or
      display part of customer portal.
      e9948e4f
    • Thibault Delavallée's avatar
      [IMP] portal: add a generic signature widget to be used in customer portal · 27f0d311
      Thibault Delavallée authored
      This generic widget allow to confirm and sign documents on the customer
      portal. Purpose is to reuse it in sale customer portal and online quotes
      notably. It is made generic to call a route using parameters given to the
      widget. It also supports access token to ease its use in various customer
      portal pages where the customer is not always connected but is granted
      access through an access token.
      27f0d311
    • Thibault Delavallée's avatar
      [FIX] website_portal_sale: fix override not giving correctly parameters to super · 93436f45
      Thibault Delavallée authored
      It does not have any impact in current stable as the inherited
      method does not use it. However if another addon inherit it
      it will not receive access_token depending on call chain. Let
      us fix it.
      
      This is a manual forward-port of ce9ed600.
      93436f45
    • Parth Gajjar's avatar
      [MOV] marketing_campaign: Move to enterprise · 1c3c3ab9
      Parth Gajjar authored
      According to fp, this outdated and incomplete module will be moved to enterprise to become a fully developed and integrated application.
      1c3c3ab9
  2. 05 Sep, 2017 17 commits
  3. 04 Sep, 2017 12 commits
  4. 01 Sep, 2017 6 commits