odoo/addons/point_of_sale
Denis Ledoux 99ce17cfca [FIX] point_of_sale: report, product_id of line is product_product
product_id column of pos_order_line is a product_product
the left join of l.product_id was done on product_template, instead of product_product

It worked as long as the ids product_product were the same as product_template. Meaning that, if you used variants, this report view was screwed.
2014-08-21 11:20:09 +02: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] Update 7.0 translations with latest changes on Launchpad 2014-08-14 03:38:58 +02:00
report [FIX] point_of_sale: report, product_id of line is product_product 2014-08-21 11:20:09 +02:00
security [FIX] point_of_sale: add multi-companies rules on pos.config 2014-03-20 16:44:36 +01:00
static [FIX] pos: display cashier name on receipt, not the user 2014-08-08 16:05:32 +02:00
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: correct call to default value 2014-06-04 15:19:57 +02: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: opw-607551, mark the pos order as paid before trying to create the picking, so in case the picking could not be created for one reason or another, the pos order workflow process continue. 2014-05-19 15:33:39 +02: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 [IMP] point_of_sales: Add the POS Session 2012-04-10 13:24:29 +02: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