[FIX] point_of_sale: share is not a dependence of point_of_sale

This reverts commit d970cc40f8.

point_of_sale does not depends on share. This domain can therefore not be applied.
It works for new databases as the module share is auto installed.
But as soon as the module share is uninstalled, this domain will lead to a crash
There is no way to "solve" this issue, other than by a view customization
if the issue is critical for the customer.

I did not pay enough attention when I reviewed the PR.
This commit is contained in:
Denis Ledoux 2015-01-22 15:32:29 +01:00
parent 25f5329deb
commit d5c7234474
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" domain="[('share', '=', False)]"/>
<field name="user_ids"/>
<footer>
<button name="print_report" type="object" string="Print Report" class="oe_highlight"/>
or