Commit Graph

74341 Commits

Author SHA1 Message Date
Thibault Delavallée 205a5c37c0 [CLEAN] qweb, kanban: removed forgotten console.log + unnecessary void line
bzr revid: tde@openerp.com-20130906101155-0o58oycwb992s093
2013-09-06 12:11:55 +02:00
Thibault Delavallée 20ba3bd349 [IMP] crm, mass_mailing, sale_crm: added dependencies to web_kanban_gauge/sparkline newly introduced modules
bzr revid: tde@openerp.com-20130906100554-vcg4rux2f5omyq3t
2013-09-06 12:05:54 +02:00
Thibault Delavallée 5245e732bc [MOV] [ADD] Moved gauge and sparkline widgets into their own modules.
Introducing two new web modules: web_kanban_gauge and web_kanban_sparkline.

bzr revid: tde@openerp.com-20130906100528-rfk9u9op5u8kadl9
2013-09-06 12:05:28 +02:00
Thibault Delavallée a937b5679b [IMP] [FIX] kanban: updated justgage and sparklin libraries; fixed gauge widget showing 0 as value by forcing a refresh
bzr revid: tde@openerp.com-20130906093221-n94whqrrj2meknwf
2013-09-06 11:32:21 +02:00
Turkesh Patel (Open ERP) bf1649ff74 [ADD] remove currency_id logic and set currency_id based on ir.values
bzr revid: tpa@tinyerp.com-20130906090052-mr2hcurvsu573pm1
2013-09-06 14:30:52 +05:30
Thibault Delavallée 60b0c0ae95 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130906081628-4bskgke3f3oqw9vn
2013-09-06 10:16:28 +02:00
Thibault Delavallée 38e75127d9 [MERGE] Syn with trunk
bzr revid: tde@openerp.com-20130906081534-n273weq3h1fvfh2b
2013-09-06 10:15:34 +02:00
Launchpad Translations on behalf of openerp 7de48c9694 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060710-1qwkxqo16uzz2p0c
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905051828-i1zdq38yhq6s25t3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060727-odhvfd4fhco9svya
bzr revid: launchpad_translations_on_behalf_of_openerp-20130830052505-e346k0xxesqii63n
bzr revid: launchpad_translations_on_behalf_of_openerp-20130902053728-uro81onc51apjhyk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904050346-hhqkp2lcpiuhxrvo
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905051839-5lbu7tnnilowbws2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060737-4r2sin3a91544c6s
2013-09-06 06:07:37 +00: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
Olivier Dony 95b7d5bcaf [FIX] res.partner: current name_search() implementation tends to skip a few valid results during early autocompletion - mitigation attempt
The main reason for the semi-random behavior
observed during auto-completion is the
missing ORDER BY clause in the pre-filtering
SQL query.

The ORDER BY clause is expensive but inevitable
if we want to apply a correct LIMIT, otherwise
we would return random `limit` results among
all the possible matches.

The current SQL query seems convoluted due
to the duplicated CASE clause but it
performs slightly better than the equivalent
CTE-based (WITH...) query, so it was preferred.


There is still a chance of returning too
few results due to double limit application,
as further discussed in bug 1203727

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

bzr revid: odo@openerp.com-20130905170251-x47w1zrm43d0k9wb
2013-09-05 19:02:51 +02:00
Anael Closson dbedded58e [FIX] OPW 597162 : context not properly retreived and therefore not sent when retreiving o2m and m2m lines
lp bug: https://launchpad.net/bugs/1217374 fixed

bzr revid: acl@openerp.com-20130905155817-llmjnsmd252q3286
2013-09-05 17:58:17 +02: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
Frédéric van der Essen 74a550dae8 [IMP] point_of_sale: this line doesn't make any sense and should never have been committed
bzr revid: fva@openerp.com-20130905134217-2ij45szmu4tzsqiw
2013-09-05 15:42:17 +02:00
Frédéric van der Essen 3443f6cd9e [IMP] point_of_sale: forgot a few changes related to previous commit
bzr revid: fva@openerp.com-20130905133831-5nwuy2njplvekd2y
2013-09-05 15:38:31 +02:00
Frédéric van der Essen 84cd290018 [IMP] point_of_sale: remove hover effects, and change button colors when pressed instead (use :active) + tooltip removal was not always effective
bzr revid: fva@openerp.com-20130905133159-8pu2kd8ex5tdbirl
2013-09-05 15:31:59 +02:00
Frédéric van der Essen 71ae60324b [IMP] point_of_sale: sane multi order workflow + remove existing tooltips when we load the pos
bzr revid: fva@openerp.com-20130905104357-xlf51euhnclymj7x
2013-09-05 12:43:57 +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
Anael Closson 1bd6608df9 [FIX] OWP 593963 : limit results when opening "search more" as it's really slow when lot of records in database
bzr revid: acl@openerp.com-20130905092122-47ynnssvvvo4aef2
2013-09-05 11:21:22 +02:00
Olivier Dony bb67905bc5 [DOC] module dev: description of view attributes @edit|@create|@delete, courtesy of Alexande Fayolle (Camptopcamp)
bzr revid: odo@openerp.com-20130905091841-ncn16pmcck54tj76
2013-09-05 11:18:41 +02:00
Launchpad Translations on behalf of openerp 1d02a933e3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905051758-jl50461zfgvthh7j
2013-09-05 05:17:58 +00: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
Martin Trigaux d60c0be37c [FIX] point_of_sale: pass reference of customer from pos to order
bzr revid: mat@openerp.com-20130904140628-4p9xnedoh3p2xgcw
2013-09-04 16:06:28 +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
alexandre.fayolle@camptocamp.com cebc744117 [IMP] update the documentation patch
add all supported attributes
add list of supported views
add example use case
add information about the default value of these attributes

bzr revid: alexandre.fayolle@camptocamp.com-20130904125842-wza567qnuc2m9gdu
2013-09-04 14:58:42 +02:00
Olivier Dony 04560e356e [FIX] product: avoid triggering warning about pricelist_id being non-searchable
It is a dummy file that is not meant to be used
for filtering, but only for setting the context.

bzr revid: odo@openerp.com-20130904123949-z1zfoxucspx7avwv
2013-09-04 14:39:49 +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
Christophe Simonis d30b756c1e [FIX] project_mrp: correct process to not depends of indirect installation of sale_stock
bzr revid: chs@openerp.com-20130904085533-ehpqffbvkb9wd91r
2013-09-04 10:55:33 +02:00
Bharat R. Devnani (OpenERP) 9adf175561 [IMP] refered sale_line_id of procurement_order from stock_move object
bzr revid: bde@tinyerp.com-20130904061451-ouptbee94gb2dsht
2013-09-04 11:44:51 +05:30
Launchpad Translations on behalf of openerp 3ef8dbeac3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904050344-pjsmx05h22n09162
2013-09-04 05:03:44 +00:00
Launchpad Translations on behalf of openerp 6186327ac5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130830052438-jvtrussyel6pvhct
bzr revid: launchpad_translations_on_behalf_of_openerp-20130831052818-otlyca13ztra51hb
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904050324-d39zv23qepnx3bzm
2013-09-04 05:03:24 +00: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
Olivier Dony 1b004bce32 [FIX] ir.filters: deduplicate redundant ACL on ir.filters
By default everybody should be able to read and modify
filters, and this is coupled with a global ir.rule that
only permits viewing and touching global filters and
owned filters.

bzr revid: odo@openerp.com-20130903172606-7vn0z2gz71urfdtz
2013-09-03 19:26:06 +02:00
Olivier Dony 1d1b66bdee [FIX] hr_expense: duplicate copy() method corrected, courtesy of Yannick Vaucher, Camptocamp
lp bug: https://launchpad.net/bugs/1219691 fixed

bzr revid: odo@openerp.com-20130903170433-u6f66lcgjp4w57th
2013-09-03 19:04:33 +02:00
Martin Trigaux 9530012d09 [IMP] account: set default value on account invoice line and fallback on id for ordering if no sequence is available
bzr revid: mat@openerp.com-20130903160108-gc7hnhdmzx7rg6tm
2013-09-03 18:01:08 +02:00
Thibault Delavallée 68f9b63c73 [IMP] mass_mailing: added fields on segment form view + rules for segment model
bzr revid: tde@openerp.com-20130903152553-y0s4jhqagu0ff92m
2013-09-03 17:25:53 +02:00
Thibault Delavallée c971e0c175 [FIX] mass_mailing, crm: fixed sparkline options
bzr revid: tde@openerp.com-20130903152036-wqcdpn2fn28ukrpo
2013-09-03 17:20:36 +02:00
Thibault Delavallée bf1fd1d071 [FIX] sparkline widget: fixed some default values computation
bzr revid: tde@openerp.com-20130903152028-6gr51965tmva0npu
2013-09-03 17:20:28 +02:00
Thibault Delavallée 903ca548c7 [IMP] mass_mailing: added kanban views for mass_mailing, implemented segment for campaigns. Moved sparkline and gauge widgets to web.
Segment: template, date, mails.
Campaign: grouped statistics.

bzr revid: tde@openerp.com-20130903145936-nwy250w1suxmtbl3
2013-09-03 16:59:36 +02:00