[FIX] point_of_sale: exclude share users from sale details wizard

opw-621749
This commit is contained in:
Goffin Simon 2015-01-21 14:54:49 +01:00
parent d7ddd0a093
commit d970cc40f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<field name="date_start"/>
<field name="date_end"/>
</group>
<field name="user_ids"/>
<field name="user_ids" domain="[('share', '=', False)]"/>
<footer>
<button name="print_report" type="object" string="Print Report" class="oe_highlight"/>
or