[REM] removed details_summary, sales_user, sales_user_today, payment_user reports...
authorSimon Lejeune <sle@openerp.com>
Mon, 14 Apr 2014 10:49:54 +0000 (12:49 +0200)
committerSimon Lejeune <sle@openerp.com>
Mon, 14 Apr 2014 10:49:54 +0000 (12:49 +0200)
commitafd490c98443159469893401218542926f9db7ba
tree77e24e2e129a1d63bb2211ab6159bcf03ca4663f
parente82fbf7d911355c3a9acef38f83040761258dd5d
[REM] removed details_summary, sales_user, sales_user_today, payment_user reports, wizards and rml
[REM] dead code:  pos_box_entries.py/xml, pos_box_out.py/xml, pos_return_view.py/xml
[ADD] lines, invoice, cashbox of the day, payment, receipt, users product reports converted to QWeb. Added YML tests for the bank statement reports.
[FIX] closed cashbox of the day sql using old fields in its queries, yml test not correctly generating an invoice from a pos order

bzr revid: sle@openerp.com-20140414104954-xj10wi640tyr3ufe
69 files changed:
addons/point_of_sale/__init__.py
addons/point_of_sale/__openerp__.py
addons/point_of_sale/account_statement_report.xml
addons/point_of_sale/controllers/__init__.py
addons/point_of_sale/data/report_paperformat.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale.py
addons/point_of_sale/point_of_sale_data.xml
addons/point_of_sale/point_of_sale_report.xml
addons/point_of_sale/report/__init__.py
addons/point_of_sale/report/account_statement.py
addons/point_of_sale/report/account_statement.rml [deleted file]
addons/point_of_sale/report/all_closed_cashbox_of_the_day.py
addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml [deleted file]
addons/point_of_sale/report/pos_details.py
addons/point_of_sale/report/pos_details.rml [deleted file]
addons/point_of_sale/report/pos_details_summary.py [deleted file]
addons/point_of_sale/report/pos_details_summary.rml [deleted file]
addons/point_of_sale/report/pos_invoice.py
addons/point_of_sale/report/pos_lines.py
addons/point_of_sale/report/pos_lines.rml [deleted file]
addons/point_of_sale/report/pos_payment_report.py
addons/point_of_sale/report/pos_payment_report.rml [deleted file]
addons/point_of_sale/report/pos_payment_report_user.py [deleted file]
addons/point_of_sale/report/pos_payment_report_user.rml [deleted file]
addons/point_of_sale/report/pos_receipt.py
addons/point_of_sale/report/pos_receipt.rml [deleted file]
addons/point_of_sale/report/pos_sales_user.py [deleted file]
addons/point_of_sale/report/pos_sales_user.rml [deleted file]
addons/point_of_sale/report/pos_sales_user_today.py [deleted file]
addons/point_of_sale/report/pos_sales_user_today.rml [deleted file]
addons/point_of_sale/report/pos_users_product.py
addons/point_of_sale/report/pos_users_product.py.WORK [deleted file]
addons/point_of_sale/report/pos_users_product.rml [deleted file]
addons/point_of_sale/test/02_order_to_invoice.yml
addons/point_of_sale/test/account_statement_reports.yml [new file with mode: 0644]
addons/point_of_sale/test/point_of_sale_report.yml
addons/point_of_sale/views/report_closedcashbox.xml [new file with mode: 0644]
addons/point_of_sale/views/report_detailsofsales.xml [new file with mode: 0644]
addons/point_of_sale/views/report_payment.xml [new file with mode: 0644]
addons/point_of_sale/views/report_receipt.xml [new file with mode: 0644]
addons/point_of_sale/views/report_saleslines.xml [new file with mode: 0644]
addons/point_of_sale/views/report_statement.xml [new file with mode: 0644]
addons/point_of_sale/views/report_usersproduct.xml [new file with mode: 0644]
addons/point_of_sale/wizard/__init__.py
addons/point_of_sale/wizard/pos_box.py
addons/point_of_sale/wizard/pos_box_entries.py [deleted file]
addons/point_of_sale/wizard/pos_box_entries.xml [deleted file]
addons/point_of_sale/wizard/pos_box_out.py [deleted file]
addons/point_of_sale/wizard/pos_box_out.xml [deleted file]
addons/point_of_sale/wizard/pos_confirm.py
addons/point_of_sale/wizard/pos_confirm.xml
addons/point_of_sale/wizard/pos_details.py
addons/point_of_sale/wizard/pos_discount.py
addons/point_of_sale/wizard/pos_payment.py
addons/point_of_sale/wizard/pos_payment_report.py [deleted file]
addons/point_of_sale/wizard/pos_payment_report.xml [deleted file]
addons/point_of_sale/wizard/pos_payment_report_user.py [deleted file]
addons/point_of_sale/wizard/pos_payment_report_user.xml [deleted file]
addons/point_of_sale/wizard/pos_payment_report_user_view.xml [deleted file]
addons/point_of_sale/wizard/pos_receipt.py [deleted file]
addons/point_of_sale/wizard/pos_receipt_view.xml [deleted file]
addons/point_of_sale/wizard/pos_return.py [deleted file]
addons/point_of_sale/wizard/pos_return_view.xml [deleted file]
addons/point_of_sale/wizard/pos_sales_user.py [deleted file]
addons/point_of_sale/wizard/pos_sales_user.xml [deleted file]
addons/point_of_sale/wizard/pos_sales_user_current_user.py [deleted file]
addons/point_of_sale/wizard/pos_sales_user_today.py [deleted file]
addons/report/controllers/main.py
addons/report/static/src/js/qwebactionmanager.js