Commit Graph

56 Commits

Author SHA1 Message Date
sgo@tinyerp.com d1e17fbde0 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130417061434-zry7pxo7fb17063k
2013-04-17 11:44:34 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
sgo@tinyerp.com a21b4b9b56 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130311045638-npwv6lb6bc9i3m1y
2013-03-11 10:26:38 +05:30
Ajay Chauhan (OpenERP) 85f6cb8239 [IMP] POS: made some changes in code
bzr revid: cha@tinyerp.com-20130204064142-xivaomscssibwsb8
2013-02-04 12:11:42 +05:30
Ajay Chauhan (OpenERP) 3589c008ad [IMP] POS: use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130201062421-luknla6wp3yqxhqm
2013-02-01 11:54:21 +05:30
sgo@tinyerp.com e4250d1558 [IMP]remove sale.shop from pos and improve code
bzr revid: sgo@tinyerp.com-20130123113306-n7enol5as84sv0g2
2013-01-23 17:03:06 +05:30
Olivier Dony 2eb26fb107 [MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion
bzr revid: odo@openerp.com-20121218174225-vheaos3zxh2q578l
2012-12-18 18:42:25 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Benoit Guillot 4b614305d4 [IMP] add context on the call of the method refund
bzr revid: benoit.guillot@akretion.com.br-20120829084032-9ow83wx3kcmrvep7
2012-08-29 10:40:32 +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
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
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
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
Quentin (OpenERP) 0ebabe18bd [FIX] pos: picking sent to customer instead of back to stock when returning a product
lp bug: https://launchpad.net/bugs/753835 fixed

bzr revid: qdp-launchpad@openerp.com-20110504101557-ruvxploz6y22573q
2011-05-04 12:15:57 +02:00
Quentin (OpenERP) 559e65c84e [MERGE] merged the dev branch related to the change of read() of osv_memory in order to work by batch (server side change, revno: 3369, revision-id: odo@openerp.com-20110315132628-uhhpf95b9iyin482). It will now return a tuple (id, name) for the m2o instead and thus the osv_memory objects have been changed accordingly
bzr revid: qdp-launchpad@openerp.com-20110315132726-dpwcxa08a2l12yy6
2011-03-15 14:27:26 +01:00
ron@tinyerp.com c70f688377 [IMP]point_of_sale:correct string and code improve for property field
bzr revid: ron@tinyerp.com-20110309083839-pqfbqs85e2q6316m
2011-03-09 14:08:39 +05:30
ron@tinyerp.com 46a9cc3546 [IMP]point_of_sale:code Optimize in pos_return.py
bzr revid: ron@tinyerp.com-20110307062432-dtrkxb9xuq6fmsvj
2011-03-07 11:54:32 +05:30
ron@tinyerp.com 8b22515213 [IMP]point_of_sale:Remove fields_view_get method on wizard
bzr revid: ron@tinyerp.com-20110304124508-yvlaxanttvgqycbi
2011-03-04 18:15:08 +05:30
ron@tinyerp.com ec247ab4b3 [REF]point_of_sale:change the old wizard style .change dynamic field to one2many Field in pos_return.py
bzr revid: ron@tinyerp.com-20110303091222-tl0kfk2akmhdqign
2011-03-03 14:42:22 +05:30
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
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
pso 0d451d7fc5 [FIX] point_of_sale: save and close crash adding product in point of sale
lp bug: https://launchpad.net/bugs/666592 fixed

bzr revid: pso@tinyerp.com-20101115135905-koh2e5ojh6a7rd6r
2010-11-15 19:29:05 +05:30
jam-openerp af1ac033e1 [FIX] HR Evaluation Plan Phase \n[FIX] POS Retun Picking
bzr revid: jam@tinyerp.com-20101015132640-ieziln79k73pmtov
2010-10-15 18:56:40 +05:30
Olivier Dony 788881af5d [MERGE:IMP] merge addons-stock branch with latest improvement to Warehouse Management
bzr revid: odo@openerp.com-20101011175802-n705sldw70bp4xpx
2010-10-11 19:58:02 +02:00
uco (Open ERP) 69ba991732 [FIX] point_of_sale: Avoid errors if quantity is 0.
bzr revid: uco@tinyerp.com-20101006064225-y31cvvd5hxq63opz
2010-10-06 12:12:25 +05:30
uco (Open ERP) f881f95bfe [FIX] point_of_sale: Typo error corrected.
bzr revid: uco@tinyerp.com-20101004072532-33yw0bs97in3jsgq
2010-10-04 12:55:32 +05:30
sbh (Open ERP) 71d15a2b94 [MERGE]: merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101004052515-lz0t7uccgmetsc5h
2010-10-04 10:55:15 +05:30
uco (Open ERP) e9560e54bd [IMP] point_of_sale: Creating refund entries in Registers.
bzr revid: uco@tinyerp.com-20101001131235-pw2wjjd1h4s1ozru
2010-10-01 18:42:35 +05:30
uco (Open ERP) dc76e7ecb6 [IMP,REF] point_of_sale: Removed empty xml files. Improved files suggested by buildbot. Button name changed for Return picking wizard.
bzr revid: uco@tinyerp.com-20101001101526-v862mp6wa1nkp105
2010-10-01 15:45:26 +05:30
P. Christeas 8a2874060c [IMP]: SQL Queries Improved.
bzr revid: uco@tinyerp.com-20101001092628-j6tnaor3dhlq1gl9
2010-10-01 14:56:28 +05:30
uco (Open ERP) bf0d12e99f [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20100928104549-mwxiplx3s2fe42t1
2010-09-28 16:15:49 +05:30
uco (Open ERP) 9c721764ff [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20100927090110-9tk3ofemowc7wdqs
2010-09-27 14:31:10 +05:30
uco (Open ERP) a808490e09 [IMP] point_of_sale: Code cleaning.
bzr revid: uco@tinyerp.com-20100927083304-o1is7f525eawp2cz
2010-09-27 14:03:04 +05:30
uco (Open ERP) 60d1114258 [REF] mrp_repair, point_of_sale: Cleaning the code.
bzr revid: uco@tinyerp.com-20100923121436-35j9nenzuei3vl9d
2010-09-23 17:44:36 +05:30
uco (Open ERP) c00d171175 [IMP] point_of_sale: 'Return Picking' wizard corrected.
bzr revid: uco@tinyerp.com-20100923110537-se0su7963fdel66c
2010-09-23 16:35:37 +05:30
sbh (Open ERP) 1397b4df21 [IMP] point_of_sale: Rename the date_planned to date in stock_move
bzr revid: sbh@tinyerp.com-20100921122421-8q36feddjkzrxwwf
2010-09-21 17:54:21 +05:30
Harry (OpenERP) c178f70944 [MERGE]
bzr revid: hmo@tinyerp.com-20100817062757-0pyn7a54etz2pk0j
2010-08-17 11:57:57 +05:30
uco (Open ERP) afed4e1d89 [IMP] point_of_sale: yaml improvements. Small improvements in wizards.
bzr revid: uco@tinyerp.com-20100816120450-qyhu96kp2ev3xqlh
2010-08-16 17:34:50 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
uco (Open ERP) 9e19f017f3 [MOD/IMP] point_of_sale : Improvement in payment,return and invoice wizards
bzr revid: vir@tinyerp.com-20100811103012-rg0u3s0aieao6qhe
2010-08-11 16:00:12 +05:30
uco (Open ERP) cc48330da7 [IMP] point_of_sale: Changed licenses.
bzr revid: uco@tinyerp.com-20100809111453-1shnvdgamfw526gd
2010-08-09 16:44:53 +05:30
nel@tinyerp.com 2e6ff42f38 [IMP] point of sale
bzr revid: nel@tinyerp.com-20100621161229-xtb82392avghya68
2010-06-21 18:12:29 +02:00
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
sbh (Open ERP) 2ac7066e1d Task-ID:814: To add doc string to POS and related modules with wizards
bzr revid: sbh@tinyerp.com-20100527080106-1qpw6wrxu8veenxg
2010-05-27 13:31:06 +05:30
sbh (Open ERP) 541dd7a0d0 [IMP] point_of_sale: Fix the problem return wizard and merge the stock.py in pos
bzr revid: sbh@tinyerp.com-20100525102756-bd0vmkk3kc31cb0l
2010-05-25 15:57:56 +05:30
sbh (Open ERP) f06c15b364 Task-ID 527: Add the yml for point_of_sale and fix the bug in retrun wizard
bzr revid: sbh@tinyerp.com-20100514072823-pfer1lrt64botvi3
2010-05-14 12:58:23 +05:30
sbh (Open ERP) 1aa1cc8dcd Task ID-578: Rename the field of last_out_picking with picking_id
bzr revid: sbh@tinyerp.com-20100513082142-kr3r5sqp9hg01y4j
2010-05-13 13:51:42 +05:30
Harry (Open ERP) 7de93b1c1f [pos] fix: context problems
bzr revid: hmo@tinyerp.com-20100506143430-0kshbbhq00hm43q2
2010-05-06 20:04:30 +05:30