Skip to content

Commits on Source 2

  • Simone Rubino's avatar
    [FIX] base: trans_implied_ids recursive computation · 6390551c
    Simone Rubino authored
    1. Install `sale` module
    2. In the Odoo shell execute: `env["res.groups"].get_groups_by_application()`
    
    *Actual result*
    `[...,  (ir.module.category(52,), 'boolean', res.groups(22, 21, 20), (100, 'Other')) , ...]`
    
    *Expected result*
    `[...,  (ir.module.category(52,), 'selection', res.groups(20, 21, 22), (5, 'Sales')) , ...]`
    
    *Additional info*
    The result of `get_groups_by_application` is correct if the computation of `res.groups.trans_implied_ids` is called executing:
    `env["res.groups"].search([])._compute_trans_implied()`
    6390551c
  • Tom's avatar
    Merge pull request #1306 from PyTech-SRL/14.0-fix-base-trans_implied_groups · 36288c6c
    Tom authored
    [FIX] base: trans_implied_ids recursive computation
    36288c6c
Loading