Review: Needs Fixing

i'm not getting what you've done and i'm not able to see any change. 

What i wanted is, on the form view of hr.salary.rule a new ir.act_window in the 
right of the screen. If i click on it, it opens a tree view with all the 
children of the active_id.

That's simply done with that code:
+        <act_window name="All Children Rules"
+            domain="[('id', 'in', [active_id])]"
+            res_model="hr.salary.rule"
+            src_model="hr.salary.rule"
+            view_id="hr_salary_rule_tree"
+            view_type="tree"
+            id="act_children_salary_rules"/>

the rest was ok, so i merged your branch.

 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-act-button-on-rule-psi/+merge/75523
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-act-button-on-rule-psi.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to