Commit Graph

222 Commits

Author SHA1 Message Date
Fabien Pinckaers 5e0cce7d55 [FIX] point of sale addons fixes + YAML test improve
bzr revid: fp@tinyerp.com-20120716164129-6u8ejw0h6rw3fstq
2012-07-16 18:41:29 +02:00
Frédéric van der Essen 7fa6ccb47e [FIX] point_of_sale: missing default images
bzr revid: fva@openerp.com-20120713143647-ys3jrymkb58ukygl
2012-07-13 16:36:47 +02:00
Frédéric van der Essen f8d32d3304 [MERGE] point_of_sale
bzr revid: fva@openerp.com-20120710142447-s0z5ca89bofh0n2c
2012-07-10 16:24:47 +02:00
Frédéric van der Essen 0a2c340f92 [IMP] point_of_sale: new weighting workflow
bzr revid: fva@openerp.com-20120709155351-u8cgp4ft14ytwfdw
2012-07-09 17:53:51 +02:00
Thibault Delavallée 3650c035f5 [IMP] product: images modified accordign to new spec. Propagated changes to stock/product and point of sale, and also to demo data.
bzr revid: tde@openerp.com-20120628090133-zmdbmjeiajhtmo3m
2012-06-28 11:01:33 +02:00
Stephane Wirtel da5d0d890c [IMP] point_of_sale: Add a photo on the pos category object
bzr revid: stw@openerp.com-20120607131930-tmov89slcyucgi15
2012-06-07 15:19:30 +02:00
Stephane Wirtel ed1ceca6f9 [FIX] point_of_sale: fix a bug in the create_from_ui function
bzr revid: stw@openerp.com-20120604160833-1ma8uim5usqgsfrc
2012-06-04 18:08:33 +02:00
Stephane Wirtel 357c91c4d4 [REF] point_of_sale: remove print statements
bzr revid: stw@openerp.com-20120604132637-ne679fbry13pvowr
2012-06-04 15:26:37 +02:00
Stephane Wirtel 98206ad425 [IMP] point_of_sale: Change the text of a field
bzr revid: stw@openerp.com-20120604132239-7t9px9qvhmsvqbxp
2012-06-04 15:22:39 +02:00
Stephane Wirtel 33354e8bc0 [FIX] point_of_sale: the create_from_ui function works fine now :-)
bzr revid: stw@openerp.com-20120604111550-196pwq62clodezq7
2012-06-04 13:15:50 +02:00
Stephane Wirtel 88e2b3f401 [FIX] point_of_sale: fix the group_by algo
bzr revid: stw@openerp.com-20120604105610-cvdaz2w2j6f81cwz
2012-06-04 12:56:10 +02:00
Stephane Wirtel 0b03d97146 [IMP] point_of_sale: group by product/tax in the account_move_line: to fix
bzr revid: stw@openerp.com-20120601154429-wtxf7ylo1jpe22ga
2012-06-01 17:44:29 +02:00
Stephane Wirtel 5e8e7f461c [IMP] point_of_sale: Create one account_move for the pos.session object
bzr revid: stw@openerp.com-20120601095356-89tygdydofcdogzg
2012-06-01 11:53:56 +02:00
Stephane Wirtel 1f99a8f8de [FIX] point_of_sale: remove unused 'get_current_session' method from the pos.session object
bzr revid: stw@openerp.com-20120531074713-3za9x5krv1fs41mj
2012-05-31 09:47:13 +02:00
Stephane Wirtel 4096fff322 [REF] point_of_sale: Remove unused code
bzr revid: stw@openerp.com-20120530144208-qh8898k2qaokbc9u
2012-05-30 16:42:08 +02:00
Stephane Wirtel fa7d30035c [FIX] point_of_sale: Fix the pos.session's workflow
bzr revid: stw@openerp.com-20120530143543-1dkfudbub83ga71c
2012-05-30 16:35:43 +02:00
Stephane Wirtel e83f930dcb [IMP] point_of_sale: move the 'to_weight' field from the pos.category to the product object
bzr revid: stw@openerp.com-20120529121556-q91gf18qf5a3uf1q
2012-05-29 14:15:56 +02:00
Stephane Wirtel bd78e2ce68 [IMP] point_of_sale: Call the front-end from the back-end
bzr revid: stw@openerp.com-20120525130759-tmkuks2nw9oy91ot
2012-05-25 15:07:59 +02:00
Stephane Wirtel cf46c8653c [FIX] point_of_sale: Fix some bugs
bzr revid: stw@openerp.com-20120525122415-30r3e2phsfdqgz8l
2012-05-25 14:24:15 +02:00
Fabien Pinckaers 56cfae3a8b [IMP] setting closing cash position on all journals which does not requires control
bzr revid: fp@openerp.com-20120513120812-yabr9ngdxh32xk0n
2012-05-13 14:08:12 +02:00
Fabien Pinckaers 8607b4eb8a [IMP] tooltips on PoS
bzr revid: fp@openerp.com-20120513113937-v7e5bcvaqa87d0ku
2012-05-13 13:39:37 +02:00
Fabien Pinckaers 478f949df9 [IMP] useability, name get on sessions
bzr revid: fp@openerp.com-20120513110417-hv20fk3janm6h52f
2012-05-13 13:04:17 +02:00
Fabien Pinckaers bdac4ab7ad [FIX] pos backend, small bug
bzr revid: fp@openerp.com-20120513101641-7cpbvos3hcgnx91m
2012-05-13 12:16:41 +02:00
Fabien Pinckaers 341c6b0843 [IMP] PoS Backend
Improved layout of "PoS orders", "PoS Sessions" and "PoS Config" for useability
	Apply new design layouts for web client v7.0
	Rename PoS by Point of Sale everywhere
	Some typos, improved views
	Reviewed menu structure
"Default Point of Sale" field accessible through users preferences
PoS Config:
	Sequence is readonly
	Removed the "Draft" state --> easier, you do not need to active a PoS Config
	Default values on Shop and Journals
PoS Orders:
	Changed shop_id & journal_id on PoS Orders --> from normal fields to related field, depending on the session
Open Session:
	Fixed the wizard
	Several bugfixes and useability improvements
	Accounting Transactions posted at the close (not at the control)
Cash Registers:
	Lots of cleanups and bugfixes
Pos Sessions:
	Fixes and improved layout
	Better computation of all fields
	removed unused object "pos.config.journal"
PoS Orders:
	Default session_id

bzr revid: fp@openerp.com-20120512223743-b1vvbbybo8xq7e54
2012-05-13 00:37:43 +02:00
Stephane Wirtel 589b298125 [IMP] point_of_sale
bzr revid: stw@openerp.com-20120511212912-htftara5senojo1w
2012-05-11 23:29:12 +02:00
Stephane Wirtel 0df2c9e559 [IMP] point_of_sale: Add two constraints on the pos.session object.
1. We can't create twice sessions of the same user
2. We can't create twice sessions of the same config

[IMP] point_of_sale: In the PoS Session wizard, if the journal ask to check the opening control,
    we don't by pass the code

bzr revid: stw@openerp.com-20120510112533-hn6r6abyg1jxepj7
2012-05-10 13:25:33 +02:00
Stephane Wirtel 471bb6a67e [IMP] point_of_sale: show the opening and closing details
[FIX] point_of_sale: Use tools.translate library

bzr revid: stw@openerp.com-20120510074804-8jf12enzw3jghrrf
2012-05-10 09:48:04 +02:00
Stephane Wirtel 23ca8aaa38 [IMP] point_of_sale: Add the statement line with the right statement"
[IMP] point_of_sale: Add a new iface boolean for the printing

bzr revid: stw@openerp.com-20120509151221-hbkcpxp5vwck7x50
2012-05-09 17:12:21 +02:00
Stephane Wirtel c57cc2a2b6 [FIX] point_of_sale: Confirm the bank statements for the pos session
[FIX] account_bank_statement_extensions: fix

bzr revid: stw@openerp.com-20120509144108-n5ol7twovy639s7s
2012-05-09 16:41:08 +02:00
Stephane Wirtel b4d61d8de9 [IMP] point_of_sale: Add a list of bank statement in the PoS Session
bzr revid: stw@openerp.com-20120509142211-z1x3c24tya2rcvyb
2012-05-09 16:22:11 +02:00
Stephane Wirtel a4dd08a340 [IMP] point_of_sale: review the session workflow
[REF] point_of_sale: move the 'to_weight' field into the pos.category

bzr revid: stw@openerp.com-20120509133018-mu06479yu2yahvu4
2012-05-09 15:30:18 +02:00
Stephane Wirtel cd171effd5 [FIX] point_of_sale: Use the right values for the state and fix the closing button
bzr revid: stw@openerp.com-20120509103959-dgb2qzd7v1afh2hp
2012-05-09 12:39:59 +02:00
Stephane Wirtel 2def801d80 [IMP] point_of_sale: Add some fields in readonly mode
bzr revid: stw@openerp.com-20120509081942-oo65eepvzi0whz03
2012-05-09 10:19:42 +02:00
Stephane Wirtel 72c89a2028 [FIX] point_of_sale: Begin the connection between the frontend and the backend
bzr revid: stw@openerp.com-20120508152805-874rbq1jv8mpvwo6
2012-05-08 17:28:05 +02:00
Stephane Wirtel 9fe2a57c11 [REF] Remove the pdb call
bzr revid: stw@openerp.com-20120507141409-kfhugzui4z1d9pox
2012-05-07 16:14:09 +02:00
Stephane Wirtel 6cefb2c802 [FIX] point_of_sale: Fix some bugs
bzr revid: stw@openerp.com-20120507130946-13i3yq82oi69zjjt
2012-05-07 15:09:46 +02:00
Stephane Wirtel d7b5e5a6ef [IMP] point_of_sale: create a session if there is not session for the connected user
bzr revid: stw@openerp.com-20120504152720-nqfhr5aclihpfiis
2012-05-04 17:27:20 +02:00
Stephane Wirtel ec308a08e7 [IMP] account: Add new wizard for the cash register "Take Money Out", "Put Money In"
[FIX] point_of_sale: Fix some bugs

bzr revid: stw@openerp.com-20120504125158-p45qfzo8mif6x9xe
2012-05-04 14:51:58 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Stephane Wirtel b9f8c8dec1 [FIX] fix some bugs in the point of sale
bzr revid: stw@openerp.com-20120430150557-5hw97hbcze4ngw3b
2012-04-30 17:05:57 +02:00
Stephane Wirtel 1070cda369 [MERGE] lp:~openerp-dev/openobject-addons/trunk-pos-fva
bzr revid: stw@openerp.com-20120430092650-3oozjjx9pgbqh73j
2012-04-30 11:26:50 +02:00
Stephane Wirtel 9fe0bbc472 [COMMIT] Don't want to lose my work
bzr revid: stw@openerp.com-20120426123017-joglkawvmn0f3pe0
2012-04-26 14:30:17 +02:00
Stephane Wirtel 24687ac6bc [FIX] point_of_sale: Add some basic elements for new features
bzr revid: stw@openerp.com-20120416090122-52h5qt0tyga70p3r
2012-04-16 11:01:22 +02:00
Stephane Wirtel cd7d047cf8 [IMP] point_of_sales: Add the POS Session
bzr revid: stw@openerp.com-20120410112429-dckcpq3hfemlnr5n
2012-04-10 13:24:29 +02:00
Stephane Wirtel bc05498416 [IMP] point_of_sale: Add the POS Config object
bzr revid: stw@openerp.com-20120404123114-e557auyszvy4uy3a
2012-04-04 14:31:14 +02:00
Sbh (Openerp) 0a28fafb75 [IMP] : rename address_id with parnter_id
bzr revid: sbh@tinyerp.com-20120330082751-3dsfrym5vr1sv2r0
2012-03-30 13:57:51 +05:30
Quentin (OpenERP) 980e27e099 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120223094804-0cm66x44ddvllelj
2012-02-23 10:48:04 +01:00
Thibault Delavallée bd2e58fe4f [REF] Refactored the fix. It now uses the add_payment method to ensure that the back-end and front-end behaviors are the same.
bzr revid: tde@openerp.com-20120213161201-xsc581kb4rdc65a5
2012-02-13 17:12:01 +01:00
Thibault Delavallée 413e09e5fe [FIX] Fixed wrong account_id not using property_account_receivable by default when using web-based POS front-end
bzr revid: tde@openerp.com-20120213112823-6mdf83hqiawoca27
2012-02-13 12:28:23 +01:00
Olivier Dony b73acbab66 [FIX] pos: better PIL import, courtesy of Mohammad Alhashash
lp bug: https://launchpad.net/bugs/930550 fixed

bzr revid: odo@openerp.com-20120213102432-tl0d0yhfyrg8iwnn
2012-02-13 11:24:32 +01:00
Fabien Pinckaers 264fd84294 [FIX] scale product images for POS frontend
bzr revid: fp@tinyerp.com-20120209142355-5sbet2x1zjdow3z5
2012-02-09 15:23:55 +01:00
niv-openerp 7791dc8ea8 [fix] make the workflow progress in pos orders
bzr revid: nicolas.vanhoren@openerp.com-20120105133337-1atnng0bh5pqzsfd
2012-01-05 14:33:37 +01:00
niv-openerp 3598bddb7c [imp] copied order creation login to the server
bzr revid: nicolas.vanhoren@openerp.com-20120105131319-9pnr25ms12szttx7
2012-01-05 14:13:19 +01:00
Divyesh Makwana (Open ERP) 873aaacc50 [FIX] account, account_bank_statement_extensions, point_of_sale : account_bank_statement_extension conflicts with point_of_sale
lp bug: https://launchpad.net/bugs/909124 fixed

bzr revid: mdi@tinyerp.com-20120102090833-ytztgr3vsq2jkm4v
2012-01-02 14:38:33 +05:30
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Bharat Devnani (OpenERP) d49337abb0 [FIX] pos : After installing pos product has two fields img and product_image
lp bug: https://launchpad.net/bugs/908750 fixed

bzr revid: bde@tinyerp.com-20111230100931-k9ub0nqq4ae0ivrv
2011-12-30 15:39:31 +05:30
Bharat Devnani (OpenERP) 0ee2be6bc1 [FIX] point_of_sale : point of sale invoice action wrong view_id type
lp bug: https://launchpad.net/bugs/909137 fixed

bzr revid: bde@tinyerp.com-20111228090608-b1t0tfjv0hyxg305
2011-12-28 14:36:08 +05:30
Fabien Pinckaers d0364f8ed2 [FIX] use correct account on categ if not on product
bzr revid: fp@tinyerp.com-20111222094914-7qz3pktoqyc9cr2z
2011-12-22 10:49:14 +01:00
Jagdish Panchal (Open ERP) 810315fec1 [FIX] point_of_sale: remove the domain from pos catagory field in product form
lp bug: https://launchpad.net/bugs/906726 fixed

bzr revid: jap@tinyerp.com-20111220094129-ws1y1pgtbn2io74i
2011-12-20 15:11:29 +05:30
Fabien Pinckaers bcc2b76699 [FIX] multiple payments on POS
bzr revid: fp@tinyerp.com-20111219220053-tn5gc1lmc13fjpyf
2011-12-19 23:00:53 +01:00
Fabien Pinckaers c96a049fb3 [FIX] point of sale addons
bzr revid: fp@tinyerp.com-20111218183339-itucpnld6lxjypen
2011-12-18 19:33:39 +01:00
Fabien Pinckaers b04c36d786 [IMP] point of sale fixes
bzr revid: fp@tinyerp.com-20111218135304-pqhosuljfrol5wtx
2011-12-18 14:53:04 +01:00
Fabien Pinckaers 785f2bb5af [FIX] account bank statement
bzr revid: fp@tinyerp.com-20111211101845-ejswkmmty1kba1sg
2011-12-11 11:18:45 +01:00
Fabien Pinckaers 75fb009dae [IMP] fix on PoS module
bzr revid: fp@tinyerp.com-20111208120111-skr3af91uiqot1ie
2011-12-08 13:01:11 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Antony Lesuisse 7399463070 [MERGE] pos by ahu,mit,ddm,niv
bzr revid: al@openerp.com-20111010211623-lov3zpm0dl6jaf7p
2011-10-10 23:16:23 +02:00
Quentin (OpenERP) cab1f52242 [FIX] point_of_sale: error message translation if no receivable account defined for partner
bzr revid: qdp-launchpad@openerp.com-20111007132246-2ilpi2t1ii6s4tnw
2011-10-07 15:22:46 +02:00
niv-openerp 974a6f8002 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20111003133225-l2gyc88soeufg55m
2011-10-03 15:32:25 +02:00
Ujjvala Collins (OpenERP) 0910749ef8 [IMP] point_of_sale: Small improvements.
bzr revid: uco@tinyerp.com-20110930085049-53nfiptok3xcx37g
2011-09-30 14:20:49 +05:30
Ujjvala Collins (OpenERP) e8c77666e0 [IMP] point_of_sale: Improved string.
bzr revid: uco@tinyerp.com-20110930083548-vm2x72t38dio33lo
2011-09-30 14:05:48 +05:30
Ujjvala Collins (OpenERP) caf42da3e3 [FIX] point_of_sale: Fixed AttributeError on Make Payment wizard when no demo data loaded.
lp bug: https://launchpad.net/bugs/856501 fixed

bzr revid: uco@tinyerp.com-20110930071248-570qszd7rft2p6y3
2011-09-30 12:42:48 +05:30
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Antony Lesuisse 4ceacd71ea [MERGE] trunk and point_of_sale js
bzr revid: al@openerp.com-20110927155600-qkmex8omktegcrxw
2011-09-27 17:56:00 +02:00
Fabien Pinckaers 9633196fdc [IMP] payment, reference not required
bzr revid: fp@tinyerp.com-20110926073846-wzaetyo8pmvuwhp4
2011-09-26 09:38:46 +02:00
Fabien Pinckaers ca0a60c2e7 fix
bzr revid: fp@tinyerp.com-20110925170416-9lfef6yxl8bcntre
2011-09-25 19:04:16 +02:00
Fabien Pinckaers 5e6a1ecb76 [IMP] clean test YML for point_of_sale
bzr revid: fp@tinyerp.com-20110925155050-cqkwsar8azfmis87
2011-09-25 17:50:50 +02:00
Fabien Pinckaers d4febfe788 [IMP+FIX] Complete cleaning of point_of_sale module
- refactorisation of the code: 2000 lines of code removed
   - fixed all the bugs
      - support for tax included/excluded prices
      - fixed rounding troubles
      - don't print the ticket if partial payment
   - cleaning features:
      - workflow reviewed: New -> Done -> Posted / Invoiced
      - generation of journal entries/invoice is now correct
      - only one picking per PoS order
      - wizard to apply global discount (on each lines)
   - useability:
      - reviewed the main point_of_sale screen
      - statements are open by default
   - removed non-useful features
      - advances (you use a special product for this)
      - contracts numbers
      - refund with exchange (you just create a new sale with negatives qty)
      - removed validation steps
      - scan product wizard
   - clean and complete YAML tests (work in progress)

bzr revid: fp@tinyerp.com-20110925140930-s6zibvn51k3914in
2011-09-25 16:09:30 +02:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Bharat (OpenERP) 2a373c64c6 [IMP] fetched sale description directly from the product_id
bzr revid: bde@tinyerp.com-20110921060552-zltdpunvj4fmk5ws
2011-09-21 11:35:52 +05:30
Bharat (OpenERP) c3752d57d7 [IMP] optimized the code point_of_sale.py
bzr revid: bde@tinyerp.com-20110921054008-xay8jkfwjdodw4h1
2011-09-21 11:10:08 +05:30
Bharat (OpenERP) 76191badff [FIX] fix the description problem in invoice report and in notes of customer invoice in point_of_sale
bzr revid: bde@tinyerp.com-20110921051159-ahmg85y9113jembo
2011-09-21 10:41:59 +05:30
Fabien Pinckaers 844437eeaa merge
bzr revid: fp@tinyerp.com-20110917131120-njpefjtevyd41c3z
2011-09-17 15:11:20 +02:00
Fabien Pinckaers 280e652335 merge
bzr revid: fp@tinyerp.com-20110917113229-ijef4nzbcq3hm135
2011-09-17 13:32:29 +02:00
Olivier Dony c65b4cb152 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110817084841-7yj9p8grqiqxkx56
2011-08-17 10:48:41 +02:00
Minh Tran fedd3f9b78 Some field cleanup
bzr revid: mit@openerp.com-20110810222849-hksoumxf7dmvnigk
2011-08-11 00:28:49 +02:00
Vo Minh Thu 68244bf404 [FIX] pos test: a selection field is stored as a string but used as an int.
bzr revid: vmt@openerp.com-20110727152315-kl2mi6dglmbdztq8
2011-07-27 17:23:15 +02:00
Minh Tran 43f0746480 [imp] Added POS category
bzr revid: mit@openerp.com-20110718161746-megdu9xb1jeu19g9
2011-07-18 18:17:46 +02:00
Raphael Collet adafbc707a [MERGE] from trunk
bzr revid: rco@openerp.com-20110708092232-mlezo4330k2j8vvw
2011-07-08 11:22:32 +02:00
mtr f840ea4937 [FIX] pos:-increments the sequence and does not copy the productlot while duplicating the POS order
lp bug: https://launchpad.net/bugs/805932 fixed

bzr revid: mtr@mtr-20110707103106-q9pc6h2mbbov2asa
2011-07-07 16:01:06 +05:30
Olivier Dony f36e724804 [IMP] removed remaining method=True params from fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields.

bzr revid: odo@openerp.com-20110705122857-zvzpamu0n24zst1q
2011-07-05 14:28:57 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Raphael Collet 44a6af1f4e [FIX] in POS, rename all 'Product for expenses' into 'Product for Output'
bzr revid: rco@openerp.com-20110523085625-t1r3k84umw3u31ww
2011-05-23 10:56:25 +02:00
Harry (OpenERP) d96ceb7e74 [MERGE] fixing usability
bzr revid: hmo@tinyerp.com-20110426073918-j333hzotq62a69nz
2011-04-26 13:09:18 +05:30
Husen Daudi 8485607c81 fixed delivery address in picking from POS
bzr revid: hda@hda-laptop-20110420063553-kp8zm30r4gah4zpn
2011-04-20 12:05:53 +05:30
AMP (OpenERP) ab16169e1b [FIX] point_of_sale : pass the partner refernce in delivery order
bzr revid: amp@tinyerp.com-20110419092443-hq2fn23jjc9a4h1c
2011-04-19 14:54:43 +05:30
pso (OpenERP) ec90de83c3 [IMP] Usability Improvements
bzr revid: pso@tinyerp.com-20110414094054-q9yxjhj1nmjid027
2011-04-14 15:10:54 +05:30
pso (OpenERP) acc57dfb30 [FIX] point_of_sale: Making payment doesn't register payment date
lp bug: https://launchpad.net/bugs/756606 fixed

bzr revid: pso@tinyerp.com-20110411101656-st5ajwom0015a61d
2011-04-11 15:46:56 +05:30
Quentin (OpenERP) cfced62547 [FIX] point_of_sale: use the pricelist on the pos order instead of the one from the partner (by default it will be the same)
bzr revid: qdp-launchpad@openerp.com-20110223143455-8vf1ve68gn3t9wrr
2011-02-23 15:34:55 +01:00
Mustufa Rangwala 8f43d299d0 [FIX] POS: Lots in POS => Add product lot on pos order line for validate pos order for product which has tracking outgoing set to true
lp bug: https://launchpad.net/bugs/710561 fixed

bzr revid: mra@mra-laptop-20110204113247-732fgockzszz7n6k
2011-02-04 17:02:47 +05:30
Mustufa Rangwala eff87b20ec [FIX] pos: [wizard: pos_payment] When you create invoices with different currencies set, the price is well mapped, but with the wrong currency
lp bug: https://launchpad.net/bugs/710462 fixed

bzr revid: mra@mra-laptop-20110203105528-0pe8uzhg0brgib58
2011-02-03 16:25:28 +05:30
qdp-launchpad@tinyerp.com cda9789c02 [FIX] point_of_sale: cleaning and fixing the point_of_sale for use cases with advance payments (+add product)
bzr revid: qdp-launchpad@tinyerp.com-20110120113951-8f8sy6il5g1mczxf
2011-01-20 12:39:51 +01:00
Fabien Pinckaers c916973c9e [FIX] removed unused code
bzr revid: fp@tinyerp.com-20110118030641-ohbhfmv0b60q8kti
2011-01-18 04:06:41 +01:00
Mustufa Rangwala 2d369b9f4e [MERGE] performance issues - account, sale, hr_*, pos: https://bugs.launchpad.net/openobject-addons/+bug/693833
bzr revid: mra@mra-laptop-20110117123659-t3etytigbjtd88uq
2011-01-17 18:06:59 +05:30
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
Fabien Pinckaers 4594829c20 [FIX] improvement in POS lp 702115
bzr revid: fp@tinyerp.com-20110117082847-n9evkxy2h8ceawiy
2011-01-17 09:28:47 +01:00
Cristian Salamea 974a8cacf0 [MERGE]
bzr revid: ovnicraft@gmail.com-20101227052633-hi3op794dkd3pn5m
2010-12-27 00:26:33 -05:00
Sbh (OpenERP) b8b2ac99da [Fix] fix buildbot Warnings
bzr revid: sbh@tinyerp.com-20101221084941-49jujlav0nw7e2eh
2010-12-21 14:19:41 +05:30
pso 7b130d9c81 [MERGE] merge from trunk addons3
bzr revid: pso@tinyerp.com-20101217055257-11er6oey5e9eg2df
2010-12-17 11:22:57 +05:30
pso 928d674dae [FIX] point_of_sale: Improved total and subtotal function
lp bug: https://launchpad.net/bugs/589256 fixed

bzr revid: pso@tinyerp.com-20101215132959-qv0fbojg4nbtzohr
2010-12-15 18:59:59 +05:30
uco (OpenERP) 2b27c8e7b3 [FIX]: Corrected minor problems.
bzr revid: uco@tinyerp.com-20101213074049-c32m68722abkpola
2010-12-13 13:10:49 +05:30
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 097ff85deb [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101123071135-712ya21x2v77mn36
2010-11-23 12:41:35 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
ARA (OpenERP) e3fdc5e329 [REF] point_of_sale: fix the yml partner_id warning
bzr revid: ara@tinyerp.com-20101122095007-b5128lopvy02ux1a
2010-11-22 15:20:07 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Cristian Salamea 612c454cc8 [IMP] fix code rules and simple improvements in POS
bzr revid: ovnicraft@gmail.com-20101105012952-6cqvt5iaxty5be3k
2010-11-04 20:29:52 -05:00
psi (Open ERP) f42cc55258 [IMP] sale, point_of_sale: use lambda with time.strftime in _defaults
bzr revid: psi@tinyerp.co.in-20101104122741-du08a4bt4031dhos
2010-11-04 17:57:41 +05:30
Mustufa Rangwala 2ce74d5177 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101029130659-8nbp159ha0o5tyqi
bzr revid: mra@mra-laptop-20101030074311-0egyyn0gsj1u9d17
2010-10-30 13:13:11 +05:30
Vir (Open ERP) 804b40ad23 [Merge]
bzr revid: vir@tinyerp.com-20101027050557-fa9dmeooh5se7udy
2010-10-27 10:35:57 +05:30
Mustufa Rangwala 8b0db0ccc4 [REF] Event, Membership, pos: Cleaning and code improved
bzr revid: mra@mra-laptop-20101027042913-y963rgrq3bcog1qs
2010-10-27 09:59:13 +05:30
mtr 21b05dafac [IMP] point_of_sale:-renamed files
bzr revid: mtr@mtr-20101026121259-tbowld1yx3skezpr
2010-10-26 17:42:59 +05:30