Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Mar 02, 2020
    • Antoine Prieels's avatar
      [ADD] pos_six: Six payment terminals with TIM · 3d43e65b
      Antoine Prieels authored
      
      Deprecate MPD integration for Six payment terminals and replace it
      with TIM because:
      - MPD broadcasts connection messages to the network so having
        multiple terminals and MPD servers in the same network results
        in connection issues
      - TIM has a JS SDK so it doesn't require an IoT Box.
      - MPD supports only Yomani and Yoximo terminals while TIM also
        supports Ingenico.
      
      closes odoo/odoo#46182
      
      Taskid: 2188566
      Related: odoo/enterprise#8813
      Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
      3d43e65b
  3. Jan 21, 2020
  4. Dec 05, 2019
  5. Oct 07, 2019
  6. Sep 10, 2019
  7. Aug 13, 2019
  8. Aug 26, 2019
  9. Jul 01, 2019
  10. Jun 12, 2019
  11. Jul 03, 2019
  12. Mar 20, 2019
  13. Jan 08, 2019
  14. Dec 24, 2018
  15. Dec 06, 2018
  16. 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
  17. Oct 08, 2018
  18. Oct 02, 2018
  19. Sep 26, 2018
  20. 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
  21. Sep 21, 2018
  22. Sep 18, 2018
  23. Aug 24, 2018
  24. Aug 14, 2018
  25. Aug 02, 2018
  26. Jul 27, 2018
  27. Jun 25, 2018
  28. Mar 22, 2018
  29. Jan 10, 2018
  30. Dec 13, 2017
  31. 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
  32. Nov 30, 2017
  33. Oct 10, 2017
  34. Oct 02, 2017
  35. Sep 20, 2017
  36. Sep 15, 2017
Loading