[FIX]: point_of_sale: Sales of the day menu did not worked because the query did not matched any lines

bzr revid: olt@tinyerp.com-20090626132127-w2mp6xpzq4zxe526
This commit is contained in:
Olivier Laurent 2009-06-26 15:21:27 +02:00
parent c5ddab66ee
commit 8fd66541e1
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
<field name="res_model">report.transaction.pos</field>
<field name="view_type">form</field>
<field name="view_mode">tree</field>
<field name="domain">[('date_create','=',time.strftime('%Y-%m-%d'))]</field>
<field name="domain">[('date_create','like',time.strftime('%Y-%m-%d'))]</field>
</record>
<menuitem name="Reporting" parent="menu_point_root" id="menu_point_rep"/>
<menuitem name="Sales of the day" parent="menu_point_rep" action="action_trans_pos_tree_today" id="menu_trans_pos_tree_today"/>