Skip to content
Snippets Groups Projects
  1. Dec 24, 2018
  2. Dec 06, 2018
  3. Nov 20, 2018
    • Thibault Delavallée's avatar
      [REM] survey_crm: remove module · c95b1494
      Thibault Delavallée authored
      This module only adds an action allowing to send some invitations to surveys to
      leads. It is safer to go through the survey module especially that its use is
      about to be improved.
      
      Commit linked to task ID 1910982.
      
      closes odoo/odoo#28801
      c95b1494
  4. Oct 08, 2018
  5. Oct 02, 2018
  6. Sep 26, 2018
  7. Sep 25, 2018
    • Aurélien Warnon's avatar
      [IMP] product,(website_)sale: Move product options configurator into sale module · 856c2e90
      Aurélien Warnon authored
      Task #1871557
      
      Purpose
      =======
      
      - Configure a product from a sales order as easily as in the ecommerce
        The backend uses the same template as the frontend to configure a products and its options
      
      - Display optionnal products of optionnal products in the "sale options" section
      
      - Allow adding exlusions to some combinations of the product and/or
        to some combinations of the optionnal and accessory products
      
      Specification
      =============
      
      PHASE I
      
      1. Improve the "Add to cart" with optional products
      
      - When you add an option to cart, move the product to the cart & show the options of this option
      - Don't open the option wizard if no option available (in case this module becomes generic,
        it's better to skip this step when it's not needed)
      - Display the options right under their related product in the cart
      
      2. Do not allow to add the product as an optional product for itself
      Why ?
      - No functional sense
      - Creates issues in the add to cart wizard
      
      3. Exclude some attribute combinations within the product or with related options and accessory products
      
      - Rename VARIANT PRICES button -> CONFIGURE VARIANTS
      - When you click this button and select a value, open form view rather than inline edition
      - Form view of variant values:
      	- Attribute
      	- Value
      	- HTML Color Index
      	- Attribute Price Extra
      	- Not Compatible with: o2m tab with 2 fields: Product AND Attribute Value (of this product)
      	  [m2m tag selection]
      	- in any new line, autocomplete the current product by default
      	- Tooltip: A list of product and attribute values that you want to exclude for
                this product's attribue value. Also applies on optionnal and accessory products.
      
      4. New option to configure a product in a sales order line
      
      - This option is only visible if the corresponding option is activated in the sales settings
      - It opens a wizard to select a product template, configure related attribute values
        and select optional products (based on frontend view)
      - Attributes not compatible with other selected attributes should not be selectable
      - Must work like in the frontend
      856c2e90
  8. Sep 21, 2018
  9. Sep 18, 2018
  10. Aug 24, 2018
  11. Aug 14, 2018
  12. Aug 02, 2018
  13. Jul 27, 2018
  14. Jun 25, 2018
  15. Mar 22, 2018
  16. Jan 10, 2018
  17. Dec 13, 2017
  18. Dec 12, 2017
    • Jérome Maes's avatar
      [REM] website_rating_project: move feature in project · d7d30f69
      Jérome Maes authored
      Displaying the rating of project is moved directly
      in project module, since it does not depends on website.
      User may want to display rating of its support project
      even without website.
      d7d30f69
    • Jérome Maes's avatar
      [REM] rating_project: kill the module and move feature in project · 95698bd4
      Jérome Maes authored
      Impacted modules: project, rating_project,
      sale_service_rating and website_rating_project.
      
      Removed modules: rating_project and sale_service_rating.
      
      Move code to empty 'rating_project' module, in order
      to kill it.
      Code is not modified, simply copy/paste at the right
      place in 'project' module code.
      
      However, 'enable rating on task' options is convert
      into a res.groups that can be activated from the
      project settings.
      95698bd4
  19. Nov 30, 2017
  20. Oct 10, 2017
  21. Oct 02, 2017
  22. Sep 20, 2017
  23. Sep 15, 2017
  24. Sep 06, 2017
  25. Aug 25, 2017
  26. Aug 21, 2017
  27. Aug 14, 2017
  28. Aug 08, 2017
  29. Aug 07, 2017
  30. Jul 25, 2017
  31. Jul 17, 2017
  32. Jun 23, 2017
  33. May 11, 2017
  34. Apr 11, 2017
    • Géry Debongnie's avatar
      [REF] web, *: redesign all JS views · 905e0192
      Géry Debongnie authored
      This commit introduce a full redesign of all JS views.  We started
      basically from scratch.  The goal was to unify all the various views
      under a common framework, to make them testable, to make then usable in
      different conditions (in studio, or in the frontend), and to make our
      lives easier.
      
      Some important points are:
      - we introduced new coding guidelines (camelCase, 80 chars width, ...)
      - we have a brand new testing framework (still QUnit based)
      - kanban view moved to the web addon
      - calendar view (formerly web_calender) moved to web as well
      - the tree view was removed
      - all new code should be documented
      
      We hope that this code is the start of a new era for the Odoo web
      client, we want to have a high quality codebase, well documented, well
      tested, well designed.
      
      Work done by the framework team: mostly aab, ged, chm, dmo, qsm
      905e0192
  35. Mar 23, 2017
    • Jérome Maes's avatar
      [REM] portal: kill the module · 3e310515
      Jérome Maes authored
      All portal features were moved into base
      and website_portal, portal module is obsolete.
      This commit remove its code, and modify the modules
      dependencies accordingly. website_portal now depends
      on auth_signup.
      3e310515
Loading