Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
  2. Aug 31, 2016
  3. Aug 29, 2016
  4. Aug 25, 2016
  5. Aug 04, 2016
    • Ravi Gadhia's avatar
      [MIG] website: migration to new api · fd09ddb6
      Ravi Gadhia authored
      Migration of website module to new API.
      The tricky phase is ir_http.py : we need to use `request.env`
      only when the authenfication phase is done. Normally by
      calling `super` of `_dispatch` method, but website module
      required it to be done before. This is important since
      `env`is a lazy property of `request` object.
      
      Some hack were kept since this commit is a migration ('RequestUID'
      in ir.http, ...)
      
      Some docstrings were added.
      fd09ddb6
    • Jérome Maes's avatar
      2becc4a5
  6. Apr 20, 2016
    • Fabien Pinckaers's avatar
      [FIX] account: demo data invoice line without required name · 4b2091e8
      Fabien Pinckaers authored
      [IMP] account: d'ont create journal items for invoice lines with quantity 0 (not amount because of tax)
      [IMP] crm: usability kanban view and schedule an activity
      [FIX] crm: schedule an activity bug when no activity yet
      [IMP] website: app for website (not a menu in website admin)
      4b2091e8
  7. Mar 22, 2016
  8. Mar 18, 2016
  9. Mar 11, 2016
  10. Mar 10, 2016
  11. Mar 07, 2016
  12. Feb 10, 2016
    • Olivier Dony's avatar
      [FIX] website: confusion/dangerous config options for CDN · e901ef29
      Olivier Dony authored
      Users are tempted to enable all features they
      see under the former "Speed" section of the
      website settings, even if they have no idea
      what they do.
      One of them was `CDN Base URL` and had a default
      value that was wrong and very likely to break
      your website if enabled by mistake.
      
      This commit replaces the default value with
      a placeholder that looks more like a `sample`
      URL, and makes the fields required when the
      CDN option is enabled.
      
      It also moves the whole "Speed" options to
      technical features / debug mode.
      e901ef29
  13. Oct 08, 2015
  14. Oct 05, 2015
  15. Oct 01, 2015
  16. Aug 19, 2015
  17. Aug 11, 2015
  18. Jul 06, 2015
  19. May 28, 2015
    • Yannick Tivisse's avatar
      [IMP] Several menuitems readjustments · 92583db0
      Yannick Tivisse authored
      - Jump on Users tree view when clicking on settings
      - Move Companies into Users menuitem
      - MRP menus sequence fix
      - Website Admin menus sequence fix
      - Move slides menus into Website Admin
      92583db0
  20. May 27, 2015
  21. Apr 24, 2015
    • Yannick Tivisse's avatar
      [IMP] New design : menus reorganization · 74f3cbc6
      Yannick Tivisse authored
      - Several Modules have been splitted into several apps
        Examples :
            Human Resources : Splitted into Leaves, Recruitment, Expenses, Appraisals, Timesheets, Employees, Payroll
            Marketing : Mass Mailing, Events, ...
            Messaging : Chat, Agenda, Notes, Address Book, ...
      - Generally, the related reports have been moved in the apps, as last menu
      - Also, configuration menu (no_one group) have been moved into a config root menu
        exception made for the warehouse and lunch modules
      - Configuration for typical frontend modules have been moved into the website settings
        Related modules : Ecommerce, blog, slides, forum
      - When they are present, menus like 'product' or 'customers' have been moved
        ex : Customers in Sales menu, Product in POS menu
      - A lot of sequences and xmlids have been added or modified in this commit
      - List of apps :
      1  Chat : Inbox, Channels
      2  Agenda : Calendar
      3  Notes
      4  Address Book : The view contact is still laying in the mail module (1 app => 2 icons)
      5  eCommerce : Still to define : Config + Orders Analysis + Shipping + incoming Amazon module
      6  Sales : Dashboard (Sales Team Kanban), CRM, Sales (note that they are splitted into 2 submenus)
               Assignation, After-Sales (Invoicing and Services), Reports
      7  Point of Sale : Dashboard (POS status), Orders, Reports
      8  Project : Dashboard (Project Kanban), Search (all tasks, issues), Incoming Forecasts module, Reports
         Project.issue.version feature has been removed completely
      9  Members : Dashboard (Members Kanban), Report, Config
      10 Timesheets : Time Tracking, Approvals, Reports
      11 Purchase : Purchase, Control (Products and Bills)
      12 Warehouse : Dashboard (Warehouse Kanban), Operations, Inventory Control, Schedulers, Configuration
      13 Manufacturing : Same menu structure
      14 Mass Mailing : Mailings, Campaigns, Reports
      15 Events : Events, Reports
      16 Lead Automation : Campaigns, Reports
      17 Surveys : Surveys, Reports
      18 Human Resources : Dashboard (Departments Kanban), Employees, Contracts, Engagement (Gamification)
      19 Recruitment : Job Positions, Applications, Resumes & Letters, Reports
      20 Expenses : Expenses, Approvals, Reports
      21 Leaves : My Leaves, Approvals, Reports
      22 Appraisals : Appraisals, Interview, Reports --> Will probably be modified by the incoming refactoring
      23 Payroll : Current Menu
      24 Lunch : My Lunch, Manager, Configuration
      25 Accounting : Same menus currently, waiting the new accounting to be merged
      26 Fleet : Current menu
      27 Sign : Incoming docusign module
      28 No root menuitem with this sequence
      29 Attendance : Attendance, Reports
         Sign in/out by project feature has been removed completely
      30 Link Tracker (group_no_one) : Link Tracker, UTMs
         New view added : URL Shortner, which is the frontend view embedded in backend
      31 Versionning : Website domain, Versions, Experiments
      32 Slides (group_no_one) : Channels, Categories, Slides, Tags
      33 No root menu item with this sequence
      34 Livechat : Channels, History, Reports
      35 Dashboards : My Boards, Configuration
      36 App Store : Local Modules, Apps, Updates
      Last Settings : Incoming Dashboard Settings, Sales, ...., Website Settings
      General Pattern for all modules' settings :
      | Module_name
      |-- Settings : General Config view (checkbox screen)
      |-- Record setting 1
      |-- ...
      |-- Record setting n
      Example for Sale module
      | Sales
      |-- Settings : Checkbox screen
      |-- Quotations
      |---- Quotation Templates
      |---- Report Layout Categories
      |---- Contract Template
      |---- Invoice Type
      |-- Contract
      |---- Deduplicate Contacts
      |-- Delivery
      |---- Delivery Methods
      |---- Delivery Pricelist
      74f3cbc6
  22. Dec 11, 2014
  23. Dec 01, 2014
  24. Oct 22, 2014
  25. Sep 18, 2014
  26. Sep 16, 2014
  27. Jun 12, 2014
  28. May 12, 2014
  29. Jan 27, 2014
  30. Oct 03, 2013
  31. Jul 26, 2013
Loading