~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to commission_rate/commission_view.xml

  • Committer: hda (Tiny)
  • Date: 2009-01-01 12:12:15 UTC
  • mto: (3387.3.11 addons-extra)
  • mto: This revision was merged to the branch mainline in revision 3392.
  • Revision ID: hda@tinyerp.com-20090101121215-a2t155kdxo2gnfu8
bugfix

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                <field name="view_type">form</field>
52
52
                <field name="view_mode">tree</field>
53
53
                <field name="domain">[('in_date','ilike',time.strftime('%Y-%m'))]</field>
54
 
 
55
54
        </record>
56
55
        
57
56
        <menuitem name="Reporting" id="menu_sale_commisions_reporting" parent="menu_sale_commisions"/>