crm_claim categ_id domain is not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP R&D Addons Team 1 |
Bug Description
hello,
In the module crm_claim, the field categ_id has a domain :
'categ_id': fields.
However, in the view crm_case_
So two problems appears here.
First the domain does not consider the section_id anymore.
Second, when the field is a selection, dynamical domains are not allowed anymore.
The result is that the categories showed in the selection are not depending on the section_id chosen.
Best regards,
Benoît
Related branches
- Turkesh Patel (openERP) (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+1/-2)1 file modifiedcrm_claim/crm_claim_view.xml (+1/-2)
- OpenERP Core Team: Pending requested
-
Diff: 60 lines (+12/-5)4 files modifiedcrm_claim/crm_claim.py (+9/-1)
crm_claim/crm_claim_view.xml (+1/-2)
crm_claim/report/crm_claim_report.py (+1/-1)
portal_claim/security/portal_security.xml (+1/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
importance: | Medium → Low |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Confirmed |
tags: | added: claim crm |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Hello Benoit Guillot ,
For second issue please refer odo comment #4 in lp:695089 .
So we can not consider second point as a bug .
Thanks.