Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
  2. Jun 13, 2016
  3. Jun 10, 2016
  4. Jun 09, 2016
    • Yannick Tivisse's avatar
      [IMP] base,sales_team: Move res_groups and menuitems to sales_team · 9e571854
      Yannick Tivisse authored
      Purpose:
      Having the res_group defined in base and sales_team auto installed
      with mail doens't make sense.
      
      - Move the empty res_config class and the related view from
        base_setup to sales_team (base_setup only contains the 'General Settings'
        model and views
      - Move the 'sale' related content from product to sale module (Access rights,
        menuitems,...)
      - Set sales_team at autoinstall False. The module is installed when needed by
        crm or sale for example
      - Set sales_team as a dependency of voip. (Access rights defined for configuration
        purpose)
      - Set sales_team ad a dependency of subscription (Access rights issue too)
      
      [FIX] account: move some ir.model.access to sale module
      [FIX] payment: Move some ir.rule to website_sale
      [FIX] stock: move some ir.model.access rule to sale_stock
      [FIX] project: Move some ir.model.access rules to crm_project_issue
      [FIX] mrp: Move some ir.model.access rules to sale_mrp
      [FIX] calendar: move some ir.model.access rules to crm
      
      Rename xmlids accordingly. Example: 'base.group_sale_manager' becomes
      sales_team.group_sale_manager.
      
      [ADD] sales_team: See own documents => See only his sales team
      Moved the "User: Own Leads Only", "User: All Leads" and "Manager" groups from sale and crm
      into sales_team module. Add the record rules so that user can see only his Own Sales Team
      if "See Own Leads" is sales right and can see all sales teams if he is having sales rights
      of "See All Leads" or manager.
      9e571854
    • Jairo Llopis's avatar
      [IMP] tools: support wdb in dev mode. · 5cfadf5e
      Jairo Llopis authored
      5cfadf5e
    • Yannick Tivisse's avatar
      [IMP] stock: Remove domain on source/destination on Operation Details · 49067573
      Yannick Tivisse authored
      When doing an internal trasnfer, you can choose any destination
      location in the header, but not on the line
      
      This is problematic when doing a pick-pack-ship transfer. For the pick
      move, you may want to change the source destination location (maybe another
      warehouse why not) but as the transfer is already validated you cannot
      modify it on the form. But with the Operation Details (Pencil button) you
      can modify the source/destination location. The only problem is that a domain
      is forcing the user to choose a source destination that is a child of the source
      destination on the transfer, which makes impossible to choose a destination on
      another warehouse. This tool is pretty much advanced, so we don't need to be so
      restrictive.
      49067573
    • Goffin Simon's avatar
      [FIX] crm: field expected_revenue in crm.opportunity.report · dbff4c6c
      Goffin Simon authored
      The expected revenue in opportunity.report is in fact the probable
      turnover. It was confusing with the field expected revenue in crm.lead.
      
      opw:678062
      dbff4c6c
    • Goffin Simon's avatar
      [FIX] account_asset: create move for a depreciation line · 28a7bcd8
      Goffin Simon authored
      The color of the button "create_move" in a depreciation line is
      green if the related move is posted, orange if it exists but not posted and
      red in the other case.
      
      opw:678905
      28a7bcd8
  5. Jun 08, 2016
  6. Jun 07, 2016
Loading