Commit Graph

36026 Commits

Author SHA1 Message Date
Antony Lesuisse d1e40a55af [IMP] directory cleanups, moved historical cruft into history
bzr revid: al@openerp.com-20110926005444-a7vqjb05vep7xbvj
2011-09-26 02:54:44 +02:00
Fabien Pinckaers 371366702b [FIX] receive and manually create a new one
bzr revid: fp@tinyerp.com-20110925232056-9t1lz4wf6t3ufjyz
2011-09-26 01:20:56 +02:00
Fabien Pinckaers b8140d9138 fix
bzr revid: fp@tinyerp.com-20110925225332-bdrdq48tvu8wpj9a
2011-09-26 00:53:32 +02:00
Fabien Pinckaers 8d31afee04 merge
bzr revid: fp@tinyerp.com-20110925224950-1l4oxm6tz12z623d
2011-09-26 00:49:50 +02:00
Fabien Pinckaers 732f778f4e [FIX] is price not in pricelist for a PO
bzr revid: fp@tinyerp.com-20110925224429-nb300pvodh02vh1y
2011-09-26 00:44:29 +02:00
Fabien Pinckaers 592305f15e merge
bzr revid: fp@tinyerp.com-20110925223357-3b22ga5nfwmhf3jl
2011-09-26 00:33:57 +02:00
Fabien Pinckaers 42baed019e merge
bzr revid: fp@tinyerp.com-20110925222445-vcji6x4ww9ve2lf0
2011-09-26 00:24:45 +02:00
Fabien Pinckaers c0b3e81445 merge
lp bug: https://launchpad.net/bugs/828603 fixed

bzr revid: fp@tinyerp.com-20110925222242-9j04ly571rociz59
2011-09-26 00:22:42 +02:00
Fabien Pinckaers 97a5464faf merge
lp bug: https://launchpad.net/bugs/806914 fixed

bzr revid: fp@tinyerp.com-20110925222014-739rw6mpsurzo1cj
2011-09-26 00:20:14 +02:00
Fabien Pinckaers 1c97ceb4bc merge
lp bug: https://launchpad.net/bugs/838887 fixed

bzr revid: fp@tinyerp.com-20110925221706-suqxfmodiwjpabsx
2011-09-26 00:17:06 +02:00
Fabien Pinckaers a81772f07e merge
lp bug: https://launchpad.net/bugs/842758 fixed

bzr revid: fp@tinyerp.com-20110925221543-650h1jd4q57fyu0i
2011-09-26 00:15:43 +02:00
Fabien Pinckaers 440ed51b9f fix
bzr revid: fp@tinyerp.com-20110925215457-a40td30n6bedg2ug
2011-09-25 23:54:57 +02:00
Fabien Pinckaers d0b7b34c1d [IMP] Point of Sale Useability and code cleaning
bzr revid: fp@tinyerp.com-20110925214829-w11t4boo7wxceee9
2011-09-25 23:48:29 +02:00
Fabien Pinckaers 51d9c952ed [IMP] Point of Sale Useability and code cleaning
bzr revid: fp@tinyerp.com-20110925214710-dvl6qnf3h3siders
2011-09-25 23:47:10 +02:00
Fabien Pinckaers 597412b09a [IMP] Point of Sale Useability and code cleaning
bzr revid: fp@tinyerp.com-20110925214532-1scgzy6tk9r70091
2011-09-25 23:45:32 +02:00
Fabien Pinckaers 9bbeaca7d3 [IMP] useability and code cleaning
bzr revid: fp@tinyerp.com-20110925210844-g86ikbvnvnsjpzpk
2011-09-25 23:08:44 +02:00
Fabien Pinckaers d0f8dc83e5 [IMP] Useability and misc fixes in POS
bzr revid: fp@tinyerp.com-20110925210020-5jvd7x38asnbzv5b
2011-09-25 23:00:20 +02:00
Fabien Pinckaers 17dcdf8136 [IMP] some fixes
bzr revid: fp@tinyerp.com-20110925190200-zo2elh6ntlckdqkt
2011-09-25 21:02:00 +02:00
Fabien Pinckaers aa96975247 [IMP] pos, -u point_of_sale works better
bzr revid: fp@tinyerp.com-20110925184012-t1x14v2it65zsm0o
2011-09-25 20:40:12 +02:00
Fabien Pinckaers fccc5304ed [fIX]
bzr revid: fp@tinyerp.com-20110925170713-wuc03wqxlaenmvt2
2011-09-25 19:07:13 +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
Vo Minh Thu 007da7d0c7 [FIX] openerp.service: call wsgi.stop_server upon server shutdown.
bzr revid: vmt@openerp.com-20110925150232-qidzjypddp22el1f
2011-09-25 17:02:32 +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
Fabien Pinckaers dee06af4b1 [FIX] YAML empty records
bzr revid: fp@tinyerp.com-20110925140802-gnyr92iepj73ceg0
2011-09-25 16:08:02 +02:00
Antony Lesuisse e3fb2ccea1 [IMP] setup.py remove python2.5 compatibility
bzr revid: al@openerp.com-20110925122822-njsjvs8d0qlwf4l5
2011-09-25 14:28:22 +02:00
Antony Lesuisse 124fcbbd9b [FIX] temporary web module heuristics use static/
bzr revid: al@openerp.com-20110925114051-y3eex2xnn4guu3d0
2011-09-25 13:40:51 +02:00
Antony Lesuisse da30237801 [FIX] local backend catch exceptions
bzr revid: al@openerp.com-20110925104234-plzpwopgcdxgni8m
2011-09-25 12:42:34 +02:00
Antony Lesuisse 96b9454a32 [FIX] revert 5138 revid:fp@tinyerp.com-20110924090407-x4e0ptu2am495rpv incorrect tests
bzr revid: al@openerp.com-20110925095948-hgtg1djicpvcm3nc
2011-09-25 11:59:48 +02:00
Launchpad Translations on behalf of openerp e33f8abf7c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110925044050-bjkzm7pf2t39mxwn
bzr revid: launchpad_translations_on_behalf_of_openerp-20110925044108-geoyxpt8oeooq8op
2011-09-25 04:41:08 +00:00
Olivier Dony 5eb95a3fd4 [REVERT] incorrect substitution, also causing duplicate fields in form, r.5073
Revision 5073 has revid fp@tinyerp.com-20110917153740-pbzrq432ilbi5pb5

bzr revid: odo@openerp.com-20110925021339-l6546pvwhr65j0da
2011-09-25 04:13:39 +02:00
Antony Lesuisse adc30aa10f [IMP] web.common.dispatch only load module with controllers
bzr revid: al@openerp.com-20110925015054-1223jdthddb1wrah
2011-09-25 03:50:54 +02:00
Olivier Dony da705a6b55 [FIX] rpc: honor *_interface options + log it
bzr revid: odo@openerp.com-20110925014243-0q1o67twburpga0z
2011-09-25 03:42:43 +02:00
Antony Lesuisse 404e545365 [FIX] revert 3651 al@openerp.com-20110925003322-yioqd1cdlffvr6uc http static is used by webdav
bzr revid: al@openerp.com-20110925012039-4hmqj2v5aaxxtxwy
2011-09-25 03:20:39 +02:00
Antony Lesuisse cd95f48ee7 [IMP] dbfilter option from openerp-server in embedded mode
bzr revid: al@openerp.com-20110925005523-krlap0jdgc5ukott
2011-09-25 02:55:23 +02:00
Antony Lesuisse d3b76ea7f1 [IMP] temporary web dbfilter before metaoptions
bzr revid: al@openerp.com-20110925005437-7jdgrzl7i4ihx44y
2011-09-25 02:54:37 +02:00
Antony Lesuisse eda28246ee [REM] http static crap (you may use web controllers or /static dir)
bzr revid: al@openerp.com-20110925003322-yioqd1cdlffvr6uc
2011-09-25 02:33:22 +02:00
Antony Lesuisse 828d12b07c [MERGE] wsgification and more, thanks to vmt
bzr revid: al@openerp.com-20110925000221-hctc1t18njh98oal
2011-09-25 02:02:21 +02:00
Antony Lesuisse 34a19a3a68 [MERGE] wsgification and more, thanks to vmt
bzr revid: al@openerp.com-20110925000139-nvg1i3afklbylvx5
2011-09-25 02:01:39 +02:00
Antony Lesuisse b91d70a42d [MERGE] trunk
bzr revid: al@openerp.com-20110925000038-qwfvcrmndstygt2d
2011-09-25 02:00:38 +02:00
Antony Lesuisse 895a60f322 [IMP] web runs nicely in the server, That s one small commit for a man, a giant leap for openerp
bzr revid: al@openerp.com-20110924234416-b9pzbhpqfxi319te
2011-09-25 01:44:16 +02:00
Vo Minh Thu 459213444d [MERGE] tests: added database creation test via XML-RPC.
bzr revid: vmt@openerp.com-20110924171507-p6x41jshfkrquz2f
2011-09-24 19:15:07 +02:00
Antony Lesuisse c845bef206 [IMP] web.common.sesion local backend part2
bzr revid: al@openerp.com-20110924165705-c0wd7hcup9ib74ry
2011-09-24 18:57:05 +02:00
Antony Lesuisse 0a02a38739 [IMP] web.common.sesion local backend part1
bzr revid: al@openerp.com-20110924163828-gbys8t65gyz0qkcu
2011-09-24 18:38:28 +02:00
Vo Minh Thu 58ebd45efe [IMP] openerp.service: import at the top.
bzr revid: vmt@openerp.com-20110924163358-svx1yjuwdybxxr6k
2011-09-24 18:33:58 +02:00
Antony Lesuisse 5db809ea0b [MERGE] trunk
bzr revid: al@openerp.com-20110924160802-ebb7rawu71rykluu
2011-09-24 18:08:02 +02:00
Antony Lesuisse 94393cc074 [REM] python25-compat
bzr revid: al@openerp.com-20110924153418-kgkrqg0s2mtniofm
2011-09-24 17:34:18 +02:00
Antony Lesuisse 02ee5ee64c [FIX] remove old-style test wsgi hook
bzr revid: al@openerp.com-20110924152401-5ilujqvg6gnhdrbz
2011-09-24 17:24:01 +02:00
Antony Lesuisse 73cdf6159e [FIX] wsgi server listen to ipv4 0.0.0.0
bzr revid: al@openerp.com-20110924151831-7nra57wpqq6oqose
2011-09-24 17:18:31 +02:00
Fabien Pinckaers 522f90e7d5 merge
bzr revid: fp@tinyerp.com-20110924151533-d2yiea7d28mdd5k2
2011-09-24 17:15:33 +02:00