odoo/addons/point_of_sale/wizard
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
..
__init__.py [IMP] cleaning POS reports, removed bad reports 2011-12-11 11:51:30 +01:00
pos_box_entries.py [FIX] point_of_sale: some wizards not working because IDs were automatically casted into string because the database type was wrongly chosen at the isntallation time 2012-01-03 11:19:30 +01:00
pos_box_entries.xml [IMP] useability and code cleaning 2011-09-25 23:08:44 +02:00
pos_box_out.py [FIX] point_of_sale: some wizards not working because IDs were automatically casted into string because the database type was wrongly chosen at the isntallation time 2012-01-03 11:19:30 +01:00
pos_box_out.xml [IMP] useability and code cleaning 2011-09-25 23:08:44 +02:00
pos_close_statement.py [IMP] Cleaned return when closing cash registers, to match the opening of cash registers. 2012-02-10 15:02:42 +01:00
pos_close_statement.xml [FIX] point_of_sale: typo: 'belance' -> 'balance' 2012-02-08 11:02:15 +01:00
pos_confirm.py [FIX] POS invoice are marked as paid 2012-02-09 20:20:50 +01:00
pos_confirm.xml fix 2012-02-09 18:23:03 +01:00
pos_details.py [IMP] point_of_sale: Correct typo. 2011-12-20 11:15:14 +05:30
pos_details.xml [IMP] point_of_sale: Improved Sales Details report. Completed point 3. 2011-09-13 11:50:36 +05:30
pos_discount.py [IMP+FIX] Complete cleaning of point_of_sale module 2011-09-25 16:09:30 +02:00
pos_discount.xml [IMP] some fixes 2011-09-25 21:02:00 +02:00
pos_open_statement.py [FIX] Fixed the previous fix. 2012-02-10 14:57:54 +01:00
pos_open_statement.xml [IMP] some fixes 2011-09-25 21:02:00 +02:00
pos_payment.py fix 2012-02-09 18:17:32 +01:00
pos_payment.xml [IMP+FIX] Complete cleaning of point_of_sale module 2011-09-25 16:09:30 +02:00
pos_payment_report.py [REF] account, account_analytic_analysis, account_voucher, membership, pos : Remove warnings Builtbot 2010-10-27 16:41:08 +05:30
pos_payment_report.xml [Fix] point_of_sale: remove the field from report 2010-04-01 15:04:56 +05:30
pos_payment_report_user.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
pos_payment_report_user.xml [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places 2010-08-13 17:50:05 +05:30
pos_payment_report_user_view.xml [IMP] point_of_sale: improve the view and set the indent 2010-03-22 11:16:37 +05:30
pos_receipt.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
pos_receipt_view.xml [IMP] point_of_sale: Fixed view errors. Improved reports. 2010-09-20 12:40:38 +05:30
pos_return.py [FIX] all: use newly introduced fields.date.context_today 2012-02-13 19:07:41 +01:00
pos_return_view.xml [IMP+FIX] Complete cleaning of point_of_sale module 2011-09-25 16:09:30 +02:00
pos_sales_user.py [REF]: Replace the condition 'if not context' with 'if context is None'. 2010-11-23 12:35:05 +05:30
pos_sales_user.xml [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places 2010-08-13 17:50:05 +05:30
pos_sales_user_current_user.py [REF]: Replace the condition 'if not context' with 'if context is None'. 2010-11-23 12:35:05 +05:30
pos_sales_user_today.py [IMP] removed some lint warnings 2010-12-30 08:31:46 +01:00