odoo/addons/point_of_sale
Denis Ledoux 78a29b3738 [FIX] point_of_sale: no need to specify numeric digits
In the report pos order, average_price was set as a numeric(16,2), therefore, if the amount was too big, it led to a psql crash:
A field with precision 16, scale 2 must round to an absolute value less than 10^14.
2014-10-21 10:13:44 +02:00
..
controllers [IMP] remove standalone web client, fix imports 2012-10-10 22:46:17 +02:00
doc
i18n [I18N] Update 7.0 translations with latest changes on Launchpad 2014-08-14 03:38:58 +02:00
report [FIX] point_of_sale: no need to specify numeric digits 2014-10-21 10:13:44 +02:00
security [FIX] point_of_sale: add multi-companies rules on pos.config 2014-03-20 16:44:36 +01:00
static [FIX] point_of_sale: do not display False as currency if symbol is not set 2014-10-03 12:10:16 +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
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
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: set journal as pos payment method on setting journal in the payment methods of a pos config when none is set. 2014-09-16 17:57:03 +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
point_of_sale_sequence.xml
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