Commit Graph

74118 Commits

Author SHA1 Message Date
Antony Lesuisse 082b1dc9fc restore the original gevent detection
bzr revid: al@openerp.com-20130909231946-aglho23enxhfwm0i
2013-09-10 01:19:46 +02:00
Antony Lesuisse 65c0538a83 autoreload, first working version for both python and data, still wip
bzr revid: al@openerp.com-20130909230553-jn26ue5qenv0sd3p
2013-09-10 01:05:53 +02:00
Antony Lesuisse 3bc9a499d4 add signals to increase/decrease number of workers
bzr revid: al@openerp.com-20130909201706-sllijtol7p6mi5nr
2013-09-09 22:17:06 +02:00
Antony Lesuisse 2a6d0299d9 revert to use a separate executable for gevent, add --dev option
bzr revid: al@openerp.com-20130909200825-sm5c3invmg7tt70j
2013-09-09 22:08:25 +02:00
Stephane Wirtel f8c0310d8e [FIX] Use psycogreen instead of gevent-psycopg2
green-psycopg2 has been deprecated by the developer, he asks to use an
alternative, in this case, the alternative is psycogreen
https://bitbucket.org/dvarrazzo/psycogreen

bzr revid: stw@openerp.com-20130909131123-u0gqhvxqwv13yqke
2013-09-09 15:11:23 +02:00
Stephane Wirtel 093dec2ab0 [FIX] Add the platform lib
[IMP] Log when the Long Polling Service is running

bzr revid: stw@openerp.com-20130909131024-23an5cvt1qaa90su
2013-09-09 15:10:24 +02:00
Antony Lesuisse 025616ee14 [MERGE] trunk
bzr revid: al@openerp.com-20130909123905-oio8e1qyzjewrxkl
2013-09-09 14:39:05 +02:00
Antony Lesuisse dfb9d317f2 [MERGE] data file loading refactoring, ready for code autoreload
bzr revid: al@openerp.com-20130909105523-jkffhy5gr34k25hr
2013-09-09 12:55:23 +02:00
Antony Lesuisse 12580e690a [IMP] openerp threaded, gevent, prefork service cleanup
- unify signal handling
- unify start and stop
no new feature yet, it paves the way for
- developement mode auto reload
- graceful restart on HUP
- multiprocessing and gevent on windows

bzr revid: al@openerp.com-20130908173535-xomt5w7xmqtwkmyy
2013-09-08 19:35:35 +02:00
Olivier Dony a382a62555 [FIX] Revert data.js test that was not reverted along with the corresponding patch in previous commit
See also reverted commit revid:nicolas.vanhoren@openerp.com-20130805130458-21w806v9wc456oq4

bzr revid: odo@openerp.com-20130906154422-jkdf2v2stgcd6akx
2013-09-06 17:44:22 +02:00
Xavier Morel 4a1d3f16ce [FIX] broken pager
Turns out when code looks somewhat odd there may well be a good reason
for it, and changing it without wondering breaks the pager.

In this case, `/web/dataset/search_read` has a significant difference
with Model.search_read: it returns the records slice specified by
(``limit``, ``offset``) but it also returns the *total number of
records* for ``domain`` which is sort-of useful to generating the
pager.

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

bzr revid: xmo@openerp.com-20130906150101-2qb349fzaz6rye36
2013-09-06 17:01:01 +02:00
Antony Lesuisse 6da5da7aa0 [FIX] activate import by default
bzr revid: al@openerp.com-20130906143719-rl1vqf06p6f3o2na
2013-09-06 16:37:19 +02:00
Xavier Morel 945376a066 [FIX] no Logger.getChild in Python 2.6
bzr revid: xmo@openerp.com-20130906135331-zt3uzoeupvlba513
2013-09-06 15:53:31 +02:00
Launchpad Translations on behalf of openerp 82fef0738c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905044442-2nckqy301e4qn914
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906053435-k4p131092yhrlhv1
2013-09-06 05:34:35 +00:00
Launchpad Translations on behalf of openerp 99f6eeb2bc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906052817-wyvuqej48ixzfwqd
2013-09-06 05:28:17 +00:00
Stephane Wirtel d43f093f3c [FIX] Bad domain in the crm
bzr revid: stw@openerp.com-20130905144837-qt1n3twxhzhobuez
2013-09-05 16:48:37 +02:00
Thibault Delavallée a8201c6891 [MERGE] [IMP] point_of_sale
Removed default POS category
Removed 'other' category from data
Fixed pos payment methods not all listed when creating a pos

bzr revid: tde@openerp.com-20130905103952-kbew55mqxltjdoey
2013-09-05 12:39:52 +02:00
Thibault Delavallée 1b5d80d78d [MERGE] [IMP] warehouse/invoicing: minor usability improvements: hide group_by partner field when not necessary
bzr revid: tde@openerp.com-20130904144430-seei7on2rs8wk6mn
2013-09-04 16:44:30 +02:00
Thibault Delavallée 8b48cc9520 [MERGE] addons: added groups when quick creating user in various addons.
bzr revid: tde@openerp.com-20130904141122-uaxlnu7qxzri4q3a
2013-09-04 16:11:22 +02:00
Thibault Delavallée 1a6eb52a32 [MERGE] [IMP] hr_payroll: improved demo data and yml tests demo data
bzr revid: tde@openerp.com-20130904141110-svlfpvl3ddu12al7
2013-09-04 16:11:10 +02:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
Thibault Delavallée 920d50f585 [MERGE] [IMP] hr_recruitment: store current stage before doing stage modification. This allows to do some stage analysis, such as stages before refusing an applicant. Also added in reports.
bzr revid: tde@openerp.com-20130904141024-gku10b6841jwqh5y
2013-09-04 16:10:24 +02:00
niv-openerp 5b530b4722 [FIX] problem in kanban views, the little "+" button in grouped kanban views had a too high z-index that makes it appear above the instant messaging search bar
bzr revid: nicolas.vanhoren@openerp.com-20130904133505-uwuop0q6nwcs0a0l
2013-09-04 15:35:05 +02:00
niv-openerp 5e9f1c742c [IMP] im: some more improvements and bug fixes to make the group chat more usable
bzr revid: nicolas.vanhoren@openerp.com-20130904132904-1tabxcy8hhthwuoh
2013-09-04 15:29:04 +02:00
niv-openerp 146798a4ef merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20130904132830-zn80fl2ut6rbpmhw
2013-09-04 15:28:30 +02:00
niv-openerp ca234ac7c6 [FIX] problem with statusbar in form view that has a higher z-index for no reason, it makes it appear on top of the instant messaging search bar
bzr revid: nicolas.vanhoren@openerp.com-20130904132430-5cqmw44aevqkgcso
2013-09-04 15:24:30 +02:00
niv-openerp 85e52d1f86 Now can disconnect from a group chat
bzr revid: nicolas.vanhoren@openerp.com-20130904131753-bdp93e8vwtg4za7n
2013-09-04 15:17:53 +02:00
Thibault Delavallée e8e22a88f1 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904131134-2ocutcowwy609w9v
2013-09-04 15:11:34 +02:00
Thibault Delavallée e6b85985a5 [MERGE] [FIX] mail: Chatter recipients display fixes.
bzr revid: tde@openerp.com-20130904114911-qbz31cu6675rt603
2013-09-04 13:49:11 +02:00
niv-openerp acea8a695b Does not open window all the time when the session is modified
bzr revid: nicolas.vanhoren@openerp.com-20130904095746-yyqq7wh1h38x2ndx
2013-09-04 11:57:46 +02:00
Launchpad Translations on behalf of openerp 21c2c9f4b0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904044830-cbqtprj1ft3knb9p
2013-09-04 04:48:30 +00:00
Launchpad Translations on behalf of openerp 100afe9b18 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904044003-n1vkamvz0foqstzg
2013-09-04 04:40:03 +00:00
niv-openerp 0c03661b56 Added url detection
bzr revid: nicolas.vanhoren@openerp.com-20130903135940-3miafvmwtiiuc769
2013-09-03 15:59:40 +02:00
niv-openerp b183c50f3a [IMP] im: implemented group chat
bzr revid: nicolas.vanhoren@openerp.com-20130903083648-8xer767nsbi8fapr
2013-09-03 10:36:48 +02:00
Launchpad Translations on behalf of openerp cb8f9c5a0d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130903054857-i15nhvtthlho7chm
2013-09-03 05:48:57 +00:00
niv-openerp 6c6169da1b Added critical feature
bzr revid: nicolas.vanhoren@openerp.com-20130902173659-r5tl8ds8djcjdrb2
2013-09-02 19:36:59 +02:00
niv-openerp 599602bb76 [FIX] potential bug in application initialization
bzr revid: nicolas.vanhoren@openerp.com-20130902173629-be1r67o5vtbgb9yp
2013-09-02 19:36:29 +02:00
niv-openerp d8bbbdf7c5 wip
bzr revid: nicolas.vanhoren@openerp.com-20130902172923-n0ofkb51orxfrq75
2013-09-02 19:29:23 +02:00
niv-openerp 1a82946928 Now correctly send technical message.
bzr revid: nicolas.vanhoren@openerp.com-20130902170252-nmp5kw1023jx65ij
2013-09-02 19:02:52 +02:00
Frédéric van der Essen 25333a628d [MERGE] point_of_sale: fix regression due to session api change
lp bug: https://launchpad.net/bugs/1215323 fixed

bzr revid: fva@openerp.com-20130902163640-e5l70h7m8270flkf
2013-09-02 18:36:40 +02:00
niv-openerp 13a4d99568 Fixed small bug in live support
bzr revid: nicolas.vanhoren@openerp.com-20130902161517-2ljcr13d96sz0q9r
2013-09-02 18:15:17 +02:00
niv-openerp ee19c62e0a Make group chat really work
bzr revid: nicolas.vanhoren@openerp.com-20130902160811-fkdleeurq1g9msi2
2013-09-02 18:08:11 +02:00
Frédéric van der Essen a9f5a82986 [FIX] point_of_sale: fix regression due to session api change. + some cleanup on ressource release on quit.
bzr revid: fva@openerp.com-20130902155907-99qk1bnmj1o4ztpe
2013-09-02 17:59:07 +02:00
niv-openerp b4b74f9a20 Bases of the group chat work
bzr revid: nicolas.vanhoren@openerp.com-20130902151404-gyy9ydjqu5xucpf5
2013-09-02 17:14:04 +02:00
niv-openerp 1cb5d9ff8c [FIX] boring bug that throws an exception in some cases when we use the middle-click
bzr revid: nicolas.vanhoren@openerp.com-20130902142133-odxuddgbar4so3v7
2013-09-02 16:21:33 +02:00
niv-openerp c20b5a8fcc [IMP] Refactored the im and im_livechat modules to allow group chat
bzr revid: nicolas.vanhoren@openerp.com-20130902135948-73yfrc062yobavjp
2013-09-02 15:59:48 +02:00
niv-openerp 1f9d21552b Re-enabled history of live chat
bzr revid: nicolas.vanhoren@openerp.com-20130902135601-4hyeq0y1l1icgpno
2013-09-02 15:56:01 +02:00
niv-openerp 2689878df5 Put logged users on top in the search panel
bzr revid: nicolas.vanhoren@openerp.com-20130902125856-6ft2711c0sr29j83
2013-09-02 14:58:56 +02:00
niv-openerp f958499b9e make live support work again
bzr revid: nicolas.vanhoren@openerp.com-20130902122719-ezxkjlkc7d2812jr
2013-09-02 14:27:19 +02:00
niv-openerp 9071d01a28 wip
bzr revid: nicolas.vanhoren@openerp.com-20130902122311-gopkikbta9dg7cne
2013-09-02 14:23:11 +02:00