odoo/odoo.git
10 years ago[FIX] remove password storing in localstorage
niv-openerp [Tue, 13 Aug 2013 14:16:51 +0000 (16:16 +0200)]
[FIX] remove password storing in localstorage

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

bzr revid: nicolas.vanhoren@openerp.com-20130813141651-b5f9eegs2edz4mny

10 years ago[MERGE] [IMP] hr_holidays: days computation and workflow update
Thibault Delavallée [Mon, 12 Aug 2013 13:17:23 +0000 (15:17 +0200)]
[MERGE] [IMP] hr_holidays: days computation and workflow update

Remaining days calculation:
- get_days now also calculate virtual remaining days that take into account the confirmed leave requests.
- virtual remaining days are taken into account when confirming / validating a leave request. This allows to avoid having several pending leave requests that cannot be validated because of a lack of remaining days once all requests are validated.

Workflow update:
- begins in confirm state
- added transition confirm->draft; transition draft->confirm is not automatic anymore (Confirm button)
- added transition refuse->draft, to reset the leave request and allow edition

Misc
- leave summary does not show refused leave requests anymore
- added tests + some fixes for bugs trigerred by the tests (mainly access rights issues)
- added changelog

bzr revid: tde@openerp.com-20130812131723-ioe7sfgvl20z0npc

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 12 Aug 2013 12:27:19 +0000 (14:27 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130812122719-58yirruv0g3e7o02

10 years ago[IMP] hr_holidays: leave summary: removed default filter default_validated, but added...
Thibault Delavallée [Mon, 12 Aug 2013 12:26:57 +0000 (14:26 +0200)]
[IMP] hr_holidays: leave summary: removed default filter default_validated, but added a domain to exclude refused requests from the summary. This was creating wrong numbers that do not make any sense.

bzr revid: tde@openerp.com-20130812122657-g09wsfepdb2dh2dy

10 years ago[MERGE] [REF] crm stage management cleaning
Thibault Delavallée [Mon, 12 Aug 2013 12:07:25 +0000 (14:07 +0200)]
[MERGE] [REF] crm stage management cleaning
[REM] base_stage removal

Using stages and states is not easy to manage. Indeed those two fields mess with the same basic concept. This task remove the state on crm.lead and crm.claim models, leaving only stages.

Main features:
- removed base_stage inheritance on crm.lead and crm.claim models
- removed state field on crm.lead and crm.claim models
- removed state field on crm.case.stage model
- added date_last_stage_update on crm.lead and crm.claim models, holding the date of the last stage change, allowing reporting and analysis on time spend in stages
- date_open is set when assigning an user to the lead / claim; date_open now means assignation date

This allows nearly to remove all buttons on the form view, leaving only a dynamic stage management using the statusbar. On opportunities, Mark Won / Lost are kept.

Subtypes have been updated :
- new: stage_id.sequence=1
- stage changed: stage_id changed, not new
- user assigned: when user_id is set

This branch is the last one removing state where stage already exits. There is no need anymore of base_stage that is removed.

Misc:
- [IMP] views accordingly;
- [IMP] reports accordingly, added date_last_stage_update in reports;
- [IMP] subtypes;
- [DOC] doc directory + changelog + stage explanation in crm_lead

bzr revid: tde@openerp.com-20130812120725-u10zptg2m4z8ah4k

10 years ago[CLEAN] crm: some cleaning in demo data
Thibault Delavallée [Mon, 12 Aug 2013 11:47:48 +0000 (13:47 +0200)]
[CLEAN] crm: some cleaning in demo data

bzr revid: tde@openerp.com-20130812114748-sngknmr1pjaq13ag

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 12 Aug 2013 07:58:53 +0000 (09:58 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130812075853-d12p01w8a5h0ez6w

10 years ago[DOC] hr_holidays: added basic changelog
Thibault Delavallée [Fri, 9 Aug 2013 14:50:26 +0000 (16:50 +0200)]
[DOC] hr_holidays: added basic changelog

bzr revid: tde@openerp.com-20130809145026-z8c8akzbcyxo5gir

10 years ago[IMP] hr_holidays:
Thibault Delavallée [Fri, 9 Aug 2013 14:47:52 +0000 (16:47 +0200)]
[IMP] hr_holidays:
- added a workflow transition from refuse to draft, to allow resetting
a refused request
- resetting is now based on a can_reset field, taht is based on whether
it is my own request or I am an hr manager
- added an access right on crm_meeting that was preventing hr officers
to validate some requests
- improved form view to show reset to draft button accordingly
- added tests that helped trigerred the various bugs and improvements

bzr revid: tde@openerp.com-20130809144752-o21pjbc56o0t8fym

10 years ago[FIX] workflows: fixed a regression in transition check, group attribute on transacti...
Thibault Delavallée [Fri, 9 Aug 2013 10:51:22 +0000 (12:51 +0200)]
[FIX] workflows: fixed a regression in transition check, group attribute on transaction is group_id, not groups_id

bzr revid: tde@openerp.com-20130809105122-a1433kqvznj4sntp

10 years ago[FIX] crm: mark lost button does not appear everytime anymore
Thibault Delavallée [Fri, 9 Aug 2013 07:52:28 +0000 (09:52 +0200)]
[FIX] crm: mark lost button does not appear everytime anymore

bzr revid: tde@openerp.com-20130809075228-umybo4y635kf1mrf

10 years ago[FIX] sale_crm: fixed call to case_close that does not exits anymore; using case_mark...
Thibault Delavallée [Fri, 9 Aug 2013 07:52:13 +0000 (09:52 +0200)]
[FIX] sale_crm: fixed call to case_close that does not exits anymore; using case_mark_won instead

bzr revid: tde@openerp.com-20130809075213-cffxz6rx8t1s2gq1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Aug 2013 05:06:10 +0000 (05:06 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130809050610-mx1qw5tdynklmz25

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 8 Aug 2013 14:10:04 +0000 (16:10 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130808141004-8mqu6808m7p5bjzi

10 years ago[MERGE] [IMP] mail: Chatter: better read more / read less in messages, using the...
Thibault Delavallée [Thu, 8 Aug 2013 14:08:37 +0000 (16:08 +0200)]
[MERGE] [IMP] mail: Chatter: better read more / read less in messages, using the improved html_email_clean.

[REM] mail: removed jquery.expander library as there is no need anymore of this external lib

bzr revid: tde@openerp.com-20130808140837-4re8tgsoobs8x847

10 years ago[MERGE] [IMP] tools: improved html_email_clean :
Thibault Delavallée [Thu, 8 Aug 2013 14:08:24 +0000 (16:08 +0200)]
[MERGE] [IMP] tools: improved html_email_clean :
- improved heuristics to find a quote, added MsOffice / Hotmail specific heuristics
- added an option to shorten the html, adding the 'read more' link
- it now flags nodes to remove; an option to remove them has been added.

This improvement allows to display a shortened and cleaned version of emails in the chatter, with a 'read more' link that displays the full email. See the addons branch for more details.

[TESTS] Added tests, based on cases that fails with the previous implementation

bzr revid: tde@openerp.com-20130808140824-h37vgi5clfeoexne

10 years ago[IMP] Moved the date formatting functions in openerpframework.js
niv-openerp [Thu, 8 Aug 2013 13:45:20 +0000 (15:45 +0200)]
[IMP] Moved the date formatting functions in openerpframework.js

bzr revid: nicolas.vanhoren@openerp.com-20130808134520-v0n2b29vuffstyu0

10 years ago[TESTS] tools: mail: added some tests + some cleaning in tests
Thibault Delavallée [Thu, 8 Aug 2013 13:22:58 +0000 (15:22 +0200)]
[TESTS] tools: mail: added some tests + some cleaning in tests

bzr revid: tde@openerp.com-20130808132258-01sv0w1hrgtdyogq

10 years ago[DOC] Added change in changelod.
Thibault Delavallée [Thu, 8 Aug 2013 12:46:31 +0000 (14:46 +0200)]
[DOC] Added change in changelod.

bzr revid: tde@openerp.com-20130808124631-g15336v3p0mfhayt

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 8 Aug 2013 12:12:56 +0000 (14:12 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130808121256-q56ygxzm7vplw58o

10 years ago[FIX] views: fixed form view not being able to launch any sidebar action
Thibault Delavallée [Thu, 8 Aug 2013 10:47:33 +0000 (12:47 +0200)]
[FIX] views: fixed form view not being able to launch any sidebar action

bzr revid: tde@openerp.com-20130808104733-gg0vpwxzy631pj0x

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 8 Aug 2013 08:35:41 +0000 (10:35 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130808083541-x1grch2pugu0p78f

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 8 Aug 2013 08:34:51 +0000 (10:34 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130808083451-plvcks1kwjhh2vzi

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 8 Aug 2013 08:34:26 +0000 (10:34 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130808083426-46cvo5e1g3x8nvgs

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 Aug 2013 04:45:42 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130808044542-thrriv5eavhc79dy

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 Aug 2013 04:39:24 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130808043924-8c2ozuaxc87zx12b

10 years ago[MERGE][ADD] add css for module html description
Christophe Simonis [Wed, 7 Aug 2013 15:59:40 +0000 (17:59 +0200)]
[MERGE][ADD] add css for module html description

bzr revid: chs@openerp.com-20130807155940-scd4lb0eoi6364kd

10 years ago[MERGE] [FIX] mail_mail: computation of reply_to after create to avoid
Thibault Delavallée [Wed, 7 Aug 2013 14:50:43 +0000 (16:50 +0200)]
[MERGE] [FIX] mail_mail: computation of reply_to after create to avoid
interfering with automatic message_id creation of mail_message
[FIX] mail_thread: fixed issues with private messages through mailgateway
(wrong route checking, variable erasing)
[TEST] mail: added test for private discussions
[CLEAN] mail: tests: cleaned test_mail_gateway file about indentation

bzr revid: tde@openerp.com-20130807145043-l652oyxe1a31h7c8

10 years ago[CLEAN] mail: tests: cleaned test_mail_gateway file about indentation
Thibault Delavallée [Wed, 7 Aug 2013 14:29:28 +0000 (16:29 +0200)]
[CLEAN] mail: tests: cleaned test_mail_gateway file about indentation

bzr revid: tde@openerp.com-20130807142928-ocgzim1hdi95uyby

10 years ago[FIX] mail_mail: computation of reply_to after create to avoid
Thibault Delavallée [Wed, 7 Aug 2013 14:24:18 +0000 (16:24 +0200)]
[FIX] mail_mail: computation of reply_to after create to avoid
interfering with automatic message_id creation of mail_message
[FIX] mail_thread: fixed issues with private messages through mailgateway
(wrong route checking, variable erasing)
[TEST] mail: added test for the second bug

bzr revid: tde@openerp.com-20130807142418-3h5qxdt3ekosj9x6

10 years ago[FIX] mimetype problem that made Firefox crash
niv-openerp [Wed, 7 Aug 2013 12:30:41 +0000 (14:30 +0200)]
[FIX] mimetype problem that made Firefox crash

bzr revid: nicolas.vanhoren@openerp.com-20130807123041-8tvf9u14xderh3hr

10 years ago[FIX] regression that made the qweb modules be loaded 2 times
niv-openerp [Wed, 7 Aug 2013 09:54:57 +0000 (11:54 +0200)]
[FIX] regression that made the qweb modules be loaded 2 times

bzr revid: nicolas.vanhoren@openerp.com-20130807095457-gdm1ixzk0rcev2sg

10 years ago[FIX] Fixed regression that made the debug mode unavailable
niv-openerp [Wed, 7 Aug 2013 09:22:32 +0000 (11:22 +0200)]
[FIX] Fixed regression that made the debug mode unavailable

bzr revid: nicolas.vanhoren@openerp.com-20130807092232-jgkap3b3cfa2grfq

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 7 Aug 2013 04:46:48 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130803055522-fcjgcnhlfmzbpk1t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130806044754-4d3d8qgnfyuu1v8e
bzr revid: launchpad_translations_on_behalf_of_openerp-20130807044648-mspjcf73m77dwwb3

10 years ago[FIX] Potential problems with server-side autodetection of request type.
niv-openerp [Tue, 6 Aug 2013 15:25:47 +0000 (17:25 +0200)]
[FIX] Potential problems with server-side autodetection of request type.

bzr revid: nicolas.vanhoren@openerp.com-20130806152547-2b5puachpvcjsci3

10 years ago[IMP] added doc
niv-openerp [Tue, 6 Aug 2013 13:28:07 +0000 (15:28 +0200)]
[IMP] added doc

bzr revid: nicolas.vanhoren@openerp.com-20130806132807-rbiafmcqvbh1o79y

10 years ago[IMP] Moved Mutex class to openerpframework.js
niv-openerp [Tue, 6 Aug 2013 13:17:46 +0000 (15:17 +0200)]
[IMP] Moved Mutex class to openerpframework.js

bzr revid: nicolas.vanhoren@openerp.com-20130806131746-l43mz6aos7eupehm

10 years ago[IMP] Improved shim for function.bind
niv-openerp [Tue, 6 Aug 2013 13:07:34 +0000 (15:07 +0200)]
[IMP] Improved shim for function.bind

bzr revid: nicolas.vanhoren@openerp.com-20130806130734-lov3aq0m4b1r4sto

10 years ago[IMP] Removed old JavaScript module loading system in the 'web' addons. Still has...
niv-openerp [Tue, 6 Aug 2013 12:50:22 +0000 (14:50 +0200)]
[IMP] Removed old JavaScript module loading system in the 'web' addons. Still has some retro-compatibility for other addons.

bzr revid: nicolas.vanhoren@openerp.com-20130806125022-bzjbtn0nqk40ak4g

10 years ago[IMP] Merged corelib.js and coresetup.js into core.js
niv-openerp [Tue, 6 Aug 2013 12:26:23 +0000 (14:26 +0200)]
[IMP] Merged corelib.js and coresetup.js into core.js

bzr revid: nicolas.vanhoren@openerp.com-20130806122623-pq6bpkjk65jx0fnp

10 years ago[IMP] Mostly improvements of openerpframework.js . Moved a lot of necessary features...
niv-openerp [Tue, 6 Aug 2013 12:07:24 +0000 (14:07 +0200)]
[IMP] Mostly improvements of openerpframework.js . Moved a lot of necessary features to it (jsonrpc, models, translations,...). Added tests. Also some other style improvements.

bzr revid: nicolas.vanhoren@openerp.com-20130806120724-55nsh8ay9qiac72r

10 years ago[FIX] workerst: revert commit 4930, remove useless loop and if condition always validated
Martin Trigaux [Tue, 6 Aug 2013 09:42:22 +0000 (11:42 +0200)]
[FIX] workerst: revert commit 4930, remove useless loop and if condition always validated

bzr revid: mat@openerp.com-20130806094222-w61oolrjo66ulg3n

10 years ago[IMP] workers: remove unused code, _acquire_job does not return any value
Martin Trigaux [Tue, 6 Aug 2013 09:10:32 +0000 (11:10 +0200)]
[IMP] workers: remove unused code, _acquire_job does not return any value

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

bzr revid: mat@openerp.com-20130806091032-5w6km2pmbl20zicl

10 years agoPut everything in the framework directly in the openerp namespace instead of the...
niv-openerp [Tue, 6 Aug 2013 08:58:12 +0000 (10:58 +0200)]
Put everything in the framework directly in the openerp namespace instead of the openerp.web namespace.

bzr revid: nicolas.vanhoren@openerp.com-20130806085812-ek8v8k0x4m7ocu4f

10 years agoSome commas
niv-openerp [Mon, 5 Aug 2013 15:15:44 +0000 (17:15 +0200)]
Some commas

bzr revid: nicolas.vanhoren@openerp.com-20130805151544-pdaebd2o8bh70z7z

10 years agoPerfected translations integration in the framework
niv-openerp [Mon, 5 Aug 2013 15:10:12 +0000 (17:10 +0200)]
Perfected translations integration in the framework

bzr revid: nicolas.vanhoren@openerp.com-20130805151012-wnc7wkyiz0eay5oh

10 years agoPotential problems with request and context
niv-openerp [Mon, 5 Aug 2013 14:58:35 +0000 (16:58 +0200)]
Potential problems with request and context

bzr revid: nicolas.vanhoren@openerp.com-20130805145835-6yro8zp4exx3uz8v

10 years agoCopied a part of translation database to openerpframework.js
niv-openerp [Mon, 5 Aug 2013 14:55:14 +0000 (16:55 +0200)]
Copied a part of translation database to openerpframework.js

bzr revid: nicolas.vanhoren@openerp.com-20130805145514-uuywlhleyfz2xoj4

10 years agoImproved translation controller to be more flexible
niv-openerp [Mon, 5 Aug 2013 14:44:31 +0000 (16:44 +0200)]
Improved translation controller to be more flexible

bzr revid: nicolas.vanhoren@openerp.com-20130805144431-ycv6gwv99c5bh1p1

10 years ago[REM] crm_lead: removed _check, because should use base action rule
Thibault Delavallée [Mon, 5 Aug 2013 14:19:05 +0000 (16:19 +0200)]
[REM] crm_lead: removed _check, because should use base action rule

bzr revid: tde@openerp.com-20130805141905-watnhgi6z29w3l1q

10 years agoDesactivated some tests that, once again, do not work in the runbot
niv-openerp [Mon, 5 Aug 2013 14:04:04 +0000 (16:04 +0200)]
Desactivated some tests that, once again, do not work in the runbot

bzr revid: nicolas.vanhoren@openerp.com-20130805140404-x15shdy1a4b3zqvk

10 years agoAdded tests for the models
niv-openerp [Mon, 5 Aug 2013 13:45:48 +0000 (15:45 +0200)]
Added tests for the models

bzr revid: nicolas.vanhoren@openerp.com-20130805134548-n6j48iv7823u3eh7

10 years agoCorrected some stuff in openerp.web.Model
niv-openerp [Mon, 5 Aug 2013 13:40:59 +0000 (15:40 +0200)]
Corrected some stuff in openerp.web.Model

bzr revid: nicolas.vanhoren@openerp.com-20130805134059-3ayw6b0tqqberkaw

10 years agoFixed potential security issue + some details
niv-openerp [Mon, 5 Aug 2013 13:33:09 +0000 (15:33 +0200)]
Fixed potential security issue + some details

bzr revid: nicolas.vanhoren@openerp.com-20130805133309-jds80qa5j5lgwslq

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 5 Aug 2013 13:26:18 +0000 (15:26 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130805132618-ewjjxjfwnkeg8hue

10 years agoSimplified a little the Query class by removing a reference to a controller and using...
niv-openerp [Mon, 5 Aug 2013 13:04:58 +0000 (15:04 +0200)]
Simplified a little the Query class by removing a reference to a controller and using call_kw instead

bzr revid: nicolas.vanhoren@openerp.com-20130805130458-21w806v9wc456oq4

10 years agoDesactivated some tests because the phantomjs runner crashed
niv-openerp [Mon, 5 Aug 2013 12:50:45 +0000 (14:50 +0200)]
Desactivated some tests because the phantomjs runner crashed

bzr revid: nicolas.vanhoren@openerp.com-20130805125045-q1x1bciwcdyabg8v

10 years agoPorted model to the framework
niv-openerp [Mon, 5 Aug 2013 12:39:16 +0000 (14:39 +0200)]
Ported model to the framework

bzr revid: nicolas.vanhoren@openerp.com-20130805123916-s62upxq3jwqjygt0

10 years agoEven more tests
niv-openerp [Mon, 5 Aug 2013 11:40:34 +0000 (13:40 +0200)]
Even more tests

bzr revid: nicolas.vanhoren@openerp.com-20130805114034-7xcpjmses5aodjhr

10 years agoAdded some tests about authentication
niv-openerp [Mon, 5 Aug 2013 11:39:28 +0000 (13:39 +0200)]
Added some tests about authentication

bzr revid: nicolas.vanhoren@openerp.com-20130805113928-yldn5qh2lm0vc8j9

10 years ago[IMP] hr_holidays: workflow update
Thibault Delavallée [Mon, 5 Aug 2013 11:30:23 +0000 (13:30 +0200)]
[IMP] hr_holidays: workflow update
starts in confirm
from confirm, possible to get back to draft with reset signal, calling old set_to_draft, now
renamed holidays_reset, in the same workflow
from draft, possible to go to confirm

bzr revid: tde@openerp.com-20130805113023-1cs1s18dd5m4mi20

10 years agoPorted some authentication methods to the Session class
niv-openerp [Mon, 5 Aug 2013 11:12:50 +0000 (13:12 +0200)]
Ported some authentication methods to the Session class

bzr revid: nicolas.vanhoren@openerp.com-20130805111250-ws23n3b6os54qsp3

10 years agominor improvements
niv-openerp [Mon, 5 Aug 2013 10:18:49 +0000 (12:18 +0200)]
minor improvements

bzr revid: nicolas.vanhoren@openerp.com-20130805101849-rqqx4jcmbymv5hfl

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 3 Aug 2013 05:55:04 +0000 (05:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130803055504-6ay7gnpxm1jno8g3

10 years agoMake it a little bit cleaner to fetch the session_id
niv-openerp [Fri, 2 Aug 2013 15:24:32 +0000 (17:24 +0200)]
Make it a little bit cleaner to fetch the session_id

bzr revid: nicolas.vanhoren@openerp.com-20130802152432-stvg9eed7f6juvq9

10 years agoMake the three jsonrpc protocols work correctly with and without session overriding...
niv-openerp [Fri, 2 Aug 2013 15:08:15 +0000 (17:08 +0200)]
Make the three jsonrpc protocols work correctly with and without session overriding and added tests for all the cases.
That's one small step for a man, a giant leap for all the poor programmers that would have to use that shit one day.

bzr revid: nicolas.vanhoren@openerp.com-20130802150815-k2yuf0b3ku5fvx7a

10 years agoMade the 2-steps jsonp rpc work more or less
niv-openerp [Fri, 2 Aug 2013 14:32:23 +0000 (16:32 +0200)]
Made the 2-steps jsonp rpc work more or less

bzr revid: nicolas.vanhoren@openerp.com-20130802143223-49mf5dayd8ape1a5

10 years ago[FIX]google_spreadsheet: not using requests anymore
Denis Ledoux [Fri, 2 Aug 2013 13:03:49 +0000 (15:03 +0200)]
[FIX]google_spreadsheet: not using requests anymore

bzr revid: dle@openerp.com-20130802130349-206ms4c5s5dnzbti

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Aug 2013 05:38:52 +0000 (05:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130727050216-3lqngtzz3y4eal03
bzr revid: launchpad_translations_on_behalf_of_openerp-20130728055452-udjnnr7f174dwx7s
bzr revid: launchpad_translations_on_behalf_of_openerp-20130729052557-z3cyhulfa50uou01
bzr revid: launchpad_translations_on_behalf_of_openerp-20130731051700-toxlygnbrq3rfi75
bzr revid: launchpad_translations_on_behalf_of_openerp-20130802053852-k0z9t3xzddxkqibc

10 years agoAdded more tests
niv-openerp [Thu, 1 Aug 2013 16:42:07 +0000 (18:42 +0200)]
Added more tests

bzr revid: nicolas.vanhoren@openerp.com-20130801164207-wwv34s2fgtlxbzxz

10 years agoAdded some tests for jsonrpc
niv-openerp [Thu, 1 Aug 2013 16:32:21 +0000 (18:32 +0200)]
Added some tests for jsonrpc

bzr revid: nicolas.vanhoren@openerp.com-20130801163221-uat5w2j1p5t9m5ve

10 years agoYiiiiha! This day was shitty but that damn tests finally work.
niv-openerp [Thu, 1 Aug 2013 16:08:47 +0000 (18:08 +0200)]
Yiiiiha! This day was shitty but that damn tests finally work.

bzr revid: nicolas.vanhoren@openerp.com-20130801160847-tcx6va9x1kp0q7eo

10 years agoMerge trunk
niv-openerp [Thu, 1 Aug 2013 12:58:45 +0000 (14:58 +0200)]
Merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20130801125845-2aoeb7l6bicdmk59

10 years ago[IMP] http.py: Make it possible to implement a new authentication method for the...
niv-openerp [Thu, 1 Aug 2013 11:31:36 +0000 (13:31 +0200)]
[IMP] http.py: Make it possible to implement a new authentication method for the routes

bzr revid: nicolas.vanhoren@openerp.com-20130801113136-5fg9hyrptjckhtkm

10 years ago[FIX] reinstate basic grouping test, replace strictEqual call on widgets by ok(===)
Xavier Morel [Thu, 1 Aug 2013 09:13:26 +0000 (11:13 +0200)]
[FIX] reinstate basic grouping test, replace strictEqual call on widgets by ok(===)

There seems to be a problem with QUnit's serialization routines when
applied to complex widgets (the view here) while running inside
PhantomJS. It does not seem to be cycles in datastructures (that is
handled) but looks related to complex objects linked from multiple
"children" (skipping any object already serialized makes the issue
disappear).

The bug leads to unbounded memory growth, and on runbot to the process
being summarily terminated (likely by the OOM killer) not even
resulting in an OOM error (which is displayed locally). The issue can
not be observed within browsers. This may be a difference in GC
strategy.

The serialization is applied by the driver on high-level comparison
methods (e.g. strictEqual) so the caller can display the structures if
desired.

Replace the strictEqual(a, b) call by ok(a === b) to avoid any risk of
such serialization.

bzr revid: xmo@openerp.com-20130801091326-u2q9e163zls4k8ad

10 years ago[IMP] update QUnit to 1.12.0 (doesn't fix issue, adds features)
Xavier Morel [Thu, 1 Aug 2013 09:12:39 +0000 (11:12 +0200)]
[IMP] update QUnit to 1.12.0 (doesn't fix issue, adds features)

bzr revid: xmo@openerp.com-20130801091239-6lz0ya595i226l85

10 years ago[FIX] unneeded & dangerous start call in async test
Xavier Morel [Thu, 1 Aug 2013 09:11:30 +0000 (11:11 +0200)]
[FIX] unneeded & dangerous start call in async test

bzr revid: xmo@openerp.com-20130801091130-vx7ow7vxifu7ak84

10 years agoTry to reimplement jsonrpc with niv's methods, still a lot of tests fail
niv-openerp [Wed, 31 Jul 2013 16:34:15 +0000 (18:34 +0200)]
Try to reimplement jsonrpc with niv's methods, still a lot of tests fail

bzr revid: nicolas.vanhoren@openerp.com-20130731163415-v6ec0nqsr0qj91a6

10 years agoRemoved some more references to _.str
niv-openerp [Wed, 31 Jul 2013 15:19:58 +0000 (17:19 +0200)]
Removed some more references to _.str

bzr revid: nicolas.vanhoren@openerp.com-20130731151958-bgc0w02et69mf1ok

10 years agoAdded niv's functions to make jsonrpc and removed some references to _.str
niv-openerp [Wed, 31 Jul 2013 15:17:20 +0000 (17:17 +0200)]
Added niv's functions to make jsonrpc and removed some references to _.str

bzr revid: nicolas.vanhoren@openerp.com-20130731151720-1iiohpkc1f6jqv3o

10 years ago[MERGE] workflows: added some documentation and some tests.
Vo Minh Thu [Wed, 31 Jul 2013 15:16:36 +0000 (17:16 +0200)]
[MERGE] workflows: added some documentation and some tests.

bzr revid: vmt@openerp.com-20130731151636-05lgd5i08rie6yqp

10 years ago[REM] workflows: removed temporary run.py script from the tests.
Vo Minh Thu [Wed, 31 Jul 2013 15:11:04 +0000 (17:11 +0200)]
[REM] workflows: removed temporary run.py script from the tests.

bzr revid: vmt@openerp.com-20130731151104-mxo8qu5x12krto0h

10 years ago[DOC] workflows: typos, and removed inaccurate environment symbols.
Vo Minh Thu [Wed, 31 Jul 2013 15:09:43 +0000 (17:09 +0200)]
[DOC] workflows: typos, and removed inaccurate environment symbols.

bzr revid: vmt@openerp.com-20130731150943-etfvn08fnkhcecvt

10 years agoPut JSONRpc class in openerpframework
niv-openerp [Wed, 31 Jul 2013 14:56:23 +0000 (16:56 +0200)]
Put JSONRpc class in openerpframework

bzr revid: nicolas.vanhoren@openerp.com-20130731145623-lxac6w12ocoh2e8e

10 years agoRemoved dependency to underscore.string in openerpframework.js
niv-openerp [Wed, 31 Jul 2013 14:48:05 +0000 (16:48 +0200)]
Removed dependency to underscore.string in openerpframework.js

bzr revid: nicolas.vanhoren@openerp.com-20130731144805-9hbxxfbrweb0clhx

10 years ago[FIX] avoid error message in the web client when we go on the Apps menu, replace...
niv-openerp [Wed, 31 Jul 2013 14:41:29 +0000 (16:41 +0200)]
[FIX] avoid error message in the web client when we go on the Apps menu, replace it with a warning message explaining that the apps is not working currently

bzr revid: nicolas.vanhoren@openerp.com-20130731144129-x9po16ihtbp4rj8m

10 years agoUpdated qweb
niv-openerp [Wed, 31 Jul 2013 14:11:39 +0000 (16:11 +0200)]
Updated qweb

bzr revid: nicolas.vanhoren@openerp.com-20130731141139-7ssepci9vxnp9hpf

10 years ago[IMP] doc: improve workflow documentation
Raphael Collet [Wed, 31 Jul 2013 13:58:14 +0000 (15:58 +0200)]
[IMP] doc: improve workflow documentation

bzr revid: rco@openerp.com-20130731135814-386v5w6rkc40kwwv

10 years agobowered qweb
niv-openerp [Wed, 31 Jul 2013 13:55:31 +0000 (15:55 +0200)]
bowered qweb

bzr revid: nicolas.vanhoren@openerp.com-20130731135531-jugn65jmh60rt9se

10 years agoAdapted libs paths
niv-openerp [Wed, 31 Jul 2013 13:42:48 +0000 (15:42 +0200)]
Adapted libs paths

bzr revid: nicolas.vanhoren@openerp.com-20130731134248-d1z1wylgkezt3irh

10 years ago[FIX] desactivated test creating random false positive
niv-openerp [Wed, 31 Jul 2013 13:35:04 +0000 (15:35 +0200)]
[FIX] desactivated test creating random false positive

bzr revid: nicolas.vanhoren@openerp.com-20130731133504-vt2fx11jziyad47e

10 years ago[FIX] attempt to solve false-positive in js tests on the runbot
niv-openerp [Wed, 31 Jul 2013 13:19:33 +0000 (15:19 +0200)]
[FIX] attempt to solve false-positive in js tests on the runbot

bzr revid: nicolas.vanhoren@openerp.com-20130731131933-ur5vdahgnbjsj16o

10 years ago[IMP] now uses bower for some libs
niv-openerp [Wed, 31 Jul 2013 13:17:31 +0000 (15:17 +0200)]
[IMP] now uses bower for some libs

bzr revid: nicolas.vanhoren@openerp.com-20130731131731-9yq9deun2b5q6sxv

10 years ago[IMP] Added compass compilation to grunt file
niv-openerp [Wed, 31 Jul 2013 10:20:37 +0000 (12:20 +0200)]
[IMP] Added compass compilation to grunt file

bzr revid: nicolas.vanhoren@openerp.com-20130731102037-ai9ldek3vaph27l8

10 years ago[IMP] Removed the JavaScript module system of OpenERP and added a layer of retro...
niv-openerp [Wed, 31 Jul 2013 09:53:36 +0000 (11:53 +0200)]
[IMP] Removed the JavaScript module system of OpenERP and added a layer of retro-compatibility instead.
Also create the openerpframework.js file and put some basic tools in it. Made it reusable so it can be added in any project.

bzr revid: nicolas.vanhoren@openerp.com-20130731095336-9a5jchoe89svkfo7

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 30 Jul 2013 04:44:24 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130727050954-96mxb3jjb92i8ebt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130730044424-p2gnfpj9j7r2rgx2

10 years ago[FIX] module views: fix css for html description
Christophe Simonis [Mon, 29 Jul 2013 17:04:05 +0000 (19:04 +0200)]
[FIX] module views: fix css for html description

bzr revid: chs@openerp.com-20130729170405-twhk9uo29t90ktmv

10 years agoRemoved jshint in the "test" task of grunt
niv-openerp [Mon, 29 Jul 2013 16:49:52 +0000 (18:49 +0200)]
Removed jshint in the "test" task of grunt

bzr revid: nicolas.vanhoren@openerp.com-20130729164952-srjsdg8pmq1x2ahd

10 years ago[ADD] module views: add css for html description (wip)
Christophe Simonis [Mon, 29 Jul 2013 16:33:45 +0000 (18:33 +0200)]
[ADD] module views: add css for html description (wip)

bzr revid: chs@openerp.com-20130729163345-lvabk8fu23plvtm4

10 years ago[IMP] Added command in openerp command to launch tests with grunt.
niv-openerp [Mon, 29 Jul 2013 15:06:55 +0000 (17:06 +0200)]
[IMP] Added command in openerp command to launch tests with grunt.

bzr revid: nicolas.vanhoren@openerp.com-20130729150655-z25icrvpmd045thf