odoo/addons/point_of_sale
Denis Ledoux d5c7234474 [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.
2015-01-22 15:32:29 +01:00
..
controllers [IMP] remove standalone web client, fix imports 2012-10-10 22:46:17 +02:00
doc [WIP] point_of_sale: adding untracked files before bisect galore 2012-07-27 16:05:52 +02:00
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [FIX] point_of_sale: pos details report company taxes and payments 2014-12-23 13:17:54 +01:00
security [FIX] point_of_sale: ACLs for pos users 2015-01-13 18:15:30 +01:00
static [FIX] point_of_sale: fixed rounding issue for pos order when discount added(maintenance: 615322). 2014-10-17 19:00:49 +05:30
test [TEST] add unit test to ensure POS only considere product taxes from current session's company 2013-02-27 11:45:05 +01:00
tools [WIP] point_of_sale: adding untracked files before bisect galore 2012-07-27 16:05:52 +02:00
wizard [FIX] point_of_sale: share is not a dependence of point_of_sale 2015-01-22 15:32:29 +01:00
__init__.py changed the clients to be partners instead of users, fixed receipt print css 2012-11-21 12:26:44 +01:00
__openerp__.py [cherry picking] manual merge of lp:~openerp-dev/openobject-addons/trunk-screenshots-main-modules-vba 2013-01-31 19:41:41 +01:00
account_bank_statement.py [FIX] point_of_sale, usability: added help tooltip on confusing field explaining the behavior 2013-02-27 18:01:43 +01:00
account_statement_demo.xml [IMP] Misc addons: product_image -> image. 2012-08-14 10:16:16 +02:00
account_statement_report.xml
account_statement_view.xml [IMP] account: Merge the opening_control and closing_control flags in cash_control 2012-08-28 13:21:16 +02:00
point_of_sale.py [FIX] point_of_sale: ACLs for pos users 2015-01-13 18:15:30 +01:00
point_of_sale_data.xml [IMP] point_of_sale: forgot views and decls for partner's ean13. Demo data where at the wrong place also 2012-11-21 17:58:23 +01:00
point_of_sale_demo.xml [FIX] point_of_sale: fixing bad translation in demo data 2013-07-08 16:58:32 +02:00
point_of_sale_report.xml [IMP] point_of_sale: Add a report for the printing of the EAN13 2012-05-29 15:36:42 +02:00
point_of_sale_sequence.xml [FIX] point_of_sale: fix point of sale sequence declaration, github issue #3218 2014-11-18 18:04:30 +01:00
point_of_sale_view.xml [FIX] point_of_sale: clear tag in pos order sheet layout 2014-08-06 11:58:38 +02:00
point_of_sale_workflow.xml [FIX] POS close session without cash register 2012-11-03 18:12:25 +01:00
res_partner.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
res_partner_view.xml [IMP] point_of_sale: forgot views and decls for partner's ean13. Demo data where at the wrong place also 2012-11-21 17:58:23 +01:00
res_users.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
res_users_view.xml [IMP]pos tab in user will show edit button only in edit form and change string of form and help 2012-11-05 18:41:21 +05:30