odoo/odoo.git
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 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 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 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 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 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] 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 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[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

10 years agoAdded grunt-tests command
niv-openerp [Mon, 29 Jul 2013 15:05:53 +0000 (17:05 +0200)]
Added grunt-tests command

bzr revid: nicolas.vanhoren@openerp.com-20130729150553-ps7w9g6fuqx4qxes

10 years agomerge trunk
niv-openerp [Mon, 29 Jul 2013 14:11:49 +0000 (16:11 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20130729141149-63jsx00l9zqckmkv

10 years agocosmetic
niv-openerp [Mon, 29 Jul 2013 09:36:57 +0000 (11:36 +0200)]
cosmetic

bzr revid: nicolas.vanhoren@openerp.com-20130729093657-p0xdm0nyhg4jn3i7

10 years agoAdded strict mode and es3 mode to framework and corrected some problems
niv-openerp [Mon, 29 Jul 2013 09:25:12 +0000 (11:25 +0200)]
Added strict mode and es3 mode to framework and corrected some problems

bzr revid: nicolas.vanhoren@openerp.com-20130729092512-1ip4abjrypf74qr2

10 years agoDesactivated some sample tests
niv-openerp [Fri, 26 Jul 2013 16:11:43 +0000 (18:11 +0200)]
Desactivated some sample tests

bzr revid: nicolas.vanhoren@openerp.com-20130726161143-z77m3ez5vm9kcehn

10 years agoCorrected class tests
niv-openerp [Fri, 26 Jul 2013 16:08:45 +0000 (18:08 +0200)]
Corrected class tests

bzr revid: nicolas.vanhoren@openerp.com-20130726160845-z2ug9cwp41y1h9yj

10 years agoPut class and widgets tests in framework.js
niv-openerp [Fri, 26 Jul 2013 16:07:15 +0000 (18:07 +0200)]
Put class and widgets tests in framework.js

bzr revid: nicolas.vanhoren@openerp.com-20130726160715-adjyalkubyismvao

10 years agoNow uses only openerpframework in widget's tests
niv-openerp [Fri, 26 Jul 2013 16:03:15 +0000 (18:03 +0200)]
Now uses only openerpframework in widget's tests

bzr revid: nicolas.vanhoren@openerp.com-20130726160315-l60r6z706urv2hga

10 years agoFixed potential problem in web_test_demo
niv-openerp [Fri, 26 Jul 2013 15:44:54 +0000 (17:44 +0200)]
Fixed potential problem in web_test_demo

bzr revid: nicolas.vanhoren@openerp.com-20130726154454-9hu2gpxcz4ynhmkj

10 years agoChanged some testing code creating side effects and making other tests crash
niv-openerp [Fri, 26 Jul 2013 14:36:47 +0000 (16:36 +0200)]
Changed some testing code creating side effects and making other tests crash

bzr revid: nicolas.vanhoren@openerp.com-20130726143647-rz01o0cnwm2a1gyo

10 years agoFixed multiple side effects related to the session
niv-openerp [Fri, 26 Jul 2013 14:27:07 +0000 (16:27 +0200)]
Fixed multiple side effects related to the session

bzr revid: nicolas.vanhoren@openerp.com-20130726142707-eyfq5hmubm38slk1

10 years ago[FIX] mrp_operations: undefined name.
Vo Minh Thu [Fri, 26 Jul 2013 13:58:30 +0000 (15:58 +0200)]
[FIX] mrp_operations: undefined name.

bzr revid: vmt@openerp.com-20130726135830-86mrf92bz49rhqzb

10 years agoFixed problem with parsing functions tests that created side effects
niv-openerp [Fri, 26 Jul 2013 13:35:50 +0000 (15:35 +0200)]
Fixed problem with parsing functions tests that created side effects

bzr revid: nicolas.vanhoren@openerp.com-20130726133550-96zyro1znep8ip6x

10 years agoFixed some problems about testing framework
niv-openerp [Fri, 26 Jul 2013 13:18:05 +0000 (15:18 +0200)]
Fixed some problems about testing framework

bzr revid: nicolas.vanhoren@openerp.com-20130726131805-wstt1de2qqq7w7hx

10 years agoMoved proxy()
niv-openerp [Fri, 26 Jul 2013 12:48:37 +0000 (14:48 +0200)]
Moved proxy()

bzr revid: nicolas.vanhoren@openerp.com-20130726124837-yze64evp7r70uv5y

10 years agoPut some qweb globals in the framework
niv-openerp [Fri, 26 Jul 2013 12:44:46 +0000 (14:44 +0200)]
Put some qweb globals in the framework

bzr revid: nicolas.vanhoren@openerp.com-20130726124446-6z3xpm1mu22mgep3

10 years ago[IMP] Put Class and Widget in a openerpframework.js
niv-openerp [Fri, 26 Jul 2013 12:40:57 +0000 (14:40 +0200)]
[IMP] Put Class and Widget in a openerpframework.js

bzr revid: nicolas.vanhoren@openerp.com-20130726124057-qwmslhhheso5xy1x

10 years ago[MERGE] active_domain management for mass actions
Thibault Delavallée [Fri, 26 Jul 2013 12:37:05 +0000 (14:37 +0200)]
[MERGE] active_domain management for mass actions
[IMP] list_view: uncheck header hook when unchecking one of the row displayed in the list view. This is done through the propagation of a deselected flag through the 'selected' event.

[IMP] list_view: added get_active_domain method that returns the evaluated current domain (from the search view), if the header hook is checked

[IMP] sidebar (More menu): add in the action context the active_domain if the list header hook is checked

[IMP] export: now works on the active_domain if the list header hook is checked; otherwise use selected_ids. The search using the active_domain is done in the python code, not JS-side.

bzr revid: tde@openerp.com-20130726123705-vdtzxmmk5tszrwqf

10 years ago[MERGE] [IMP] mass mailing improvements: use active_domain from list view, better...
Thibault Delavallée [Fri, 26 Jul 2013 12:36:42 +0000 (14:36 +0200)]
[MERGE] [IMP] mass mailing improvements: use active_domain from list view, better management of templates

mail.message: now have mail_server_id field, taken from mail_mail, to be able to store preferences about the server to use to send notification emails

email.template: mail.compose.message:
- now handles mail_server_id from the template
- improved user_signature management from templates

mail.compose.message: now can use the active_domain form context, taken from the list view. This means that when checking all records through the header hook, the mass mailing is done on all the records that match the search domain, not only to the ones in the displayed pager.

bzr revid: tde@openerp.com-20130726123642-vmey18jiacwng1pz

10 years ago[FIX] mail: minor potential problem with JavaScript module loading
niv-openerp [Fri, 26 Jul 2013 12:19:38 +0000 (14:19 +0200)]
[FIX] mail: minor potential problem with JavaScript module loading

bzr revid: nicolas.vanhoren@openerp.com-20130726121938-b2uapok2dup56ol9

10 years ago[IMP] Removed openerp's ineffective JavaScript module loader and added retro-compatib...
niv-openerp [Fri, 26 Jul 2013 12:15:14 +0000 (14:15 +0200)]
[IMP] Removed openerp's ineffective JavaScript module loader and added retro-compatibility layer

bzr revid: nicolas.vanhoren@openerp.com-20130726121514-ss0omrhed76ybv5a

10 years ago[DOC] mail, email_template: added changelog
Thibault Delavallée [Fri, 26 Jul 2013 11:59:18 +0000 (13:59 +0200)]
[DOC] mail, email_template: added changelog

bzr revid: tde@openerp.com-20130726115918-5g4sfapjql4hs7zr

10 years ago[TEST] mail: added test for support of active_domain
Thibault Delavallée [Fri, 26 Jul 2013 11:48:54 +0000 (13:48 +0200)]
[TEST] mail: added test for support of active_domain

bzr revid: tde@openerp.com-20130726114854-y05kwah4v5k9v6bx

10 years ago[CLEAN] data_export: removed a not-completely-deleted line
Thibault Delavallée [Fri, 26 Jul 2013 10:58:01 +0000 (12:58 +0200)]
[CLEAN] data_export: removed a not-completely-deleted line

bzr revid: tde@openerp.com-20130726105801-2sh62ew7kpn7qudp

10 years ago[IMP] mail_compose_message: pass new fields as invisible before merging
Thibault Delavallée [Fri, 26 Jul 2013 10:49:02 +0000 (12:49 +0200)]
[IMP] mail_compose_message: pass new fields as invisible before merging

bzr revid: tde@openerp.com-20130726104902-l3ax6ycautky97gh

10 years ago[FIX] mail_compose_message: keep empty domains
Thibault Delavallée [Fri, 26 Jul 2013 10:43:42 +0000 (12:43 +0200)]
[FIX] mail_compose_message: keep empty domains

bzr revid: tde@openerp.com-20130726104342-8o5s2k85d7sjuwoy

10 years ago[FIX] workflows: fixed the non-deterministic workflow K, added workflow L in tests.
Vo Minh Thu [Fri, 26 Jul 2013 10:36:00 +0000 (12:36 +0200)]
[FIX] workflows: fixed the non-deterministic workflow K, added workflow L in tests.

bzr revid: vmt@openerp.com-20130726103600-t58rshix01q7vpot

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 26 Jul 2013 10:23:42 +0000 (12:23 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130725135057-a8m4pxqjbwnxzvs3
bzr revid: tde@openerp.com-20130726102342-1luyh4sh6rbziev4

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 26 Jul 2013 10:23:15 +0000 (12:23 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130726102315-9e77xp76333un48g

10 years ago[MERGE] Server action cleaning and usability improvements. This branch comes with...
Thibault Delavallée [Fri, 26 Jul 2013 10:18:15 +0000 (12:18 +0200)]
[MERGE] Server action cleaning and usability improvements. This branch comes with a server-side branch.

[IMP] Addons: cleaned server action definition according to refactoring.

[ADD] email_template: added support for 'email' server action.
Email server action are now entirely based on templates.

[IMP] crm: fixed an issue with an on_change + specific template used in the email server action to remind users of their forgotten leads

[TEST] email_template: added tests for the email server action

bzr revid: tde@openerp.com-20130726101815-z6b7pghb33u65u4x

10 years ago[MERGE] [REF] Server action cleaning and usability improvements.
Thibault Delavallée [Fri, 26 Jul 2013 10:18:05 +0000 (12:18 +0200)]
[MERGE] [REF] Server action cleaning and usability improvements.

Main modifications:
- removed dummy, email (moved to email_template), loop, sms types; merged object_create and object_copy; renamed other to multi
- cleaned code, made it easier to override
- improved view to ease the definition of new server actions
- changed/updated fields
- added tests
- added changelog and base for documentation

[ADD] ORM: added _check_m2m_recursion on BaseModel. This method checks for recursions in intramodel many2manyrelationships, aka models having childs in the same model.

bzr revid: tde@openerp.com-20130726101805-a2vby7q1j7df9wte

10 years ago[ADD] ir_actions: added documentation
Thibault Delavallée [Fri, 26 Jul 2013 10:15:45 +0000 (12:15 +0200)]
[ADD] ir_actions: added documentation

bzr revid: tde@openerp.com-20130726101545-o4mtnaz18cni4pm3

10 years ago[IMP] crm: improved reminder ot user template
Thibault Delavallée [Fri, 26 Jul 2013 09:56:38 +0000 (11:56 +0200)]
[IMP] crm: improved reminder ot user template

bzr revid: tde@openerp.com-20130726095638-0pdkph3xl9cl8v3j

10 years ago[IMP] crm: reminder to user: uses a different and more adequate template
Thibault Delavallée [Fri, 26 Jul 2013 09:33:47 +0000 (11:33 +0200)]
[IMP] crm: reminder to user: uses a different and more adequate template

bzr revid: tde@openerp.com-20130726093347-jhu39cmvg2b947gj

10 years ago[IMP] email_template: server action: better management of template fields, saved...
Thibault Delavallée [Fri, 26 Jul 2013 09:33:35 +0000 (11:33 +0200)]
[IMP] email_template: server action: better management of template fields, saved but not editable

bzr revid: tde@openerp.com-20130726093335-vxniwn121djpaw32

10 years ago[REM] crm: removed new_email_send, now unused and deprecated with chatter / templates.
Thibault Delavallée [Fri, 26 Jul 2013 09:13:05 +0000 (11:13 +0200)]
[REM] crm: removed new_email_send, now unused and deprecated with chatter / templates.

bzr revid: tde@openerp.com-20130726091305-8lsmidcxyau3shw0

10 years ago[FIX] email_template: ir_actions: fixed email server action form view, a copy and...
Thibault Delavallée [Fri, 26 Jul 2013 09:12:12 +0000 (11:12 +0200)]
[FIX] email_template: ir_actions: fixed email server action form view, a copy and paste introduced an error

bzr revid: tde@openerp.com-20130726091212-kzt029fechedq0yp

10 years ago[FIX] crm: fixed a typo in onchange method name
Thibault Delavallée [Fri, 26 Jul 2013 08:54:26 +0000 (10:54 +0200)]
[FIX] crm: fixed a typo in onchange method name

bzr revid: tde@openerp.com-20130726085426-gpw86mn4ugno43o1

10 years ago[FIX] Problem with exports that make them crash
niv-openerp [Fri, 26 Jul 2013 08:46:40 +0000 (10:46 +0200)]
[FIX] Problem with exports that make them crash

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

bzr revid: nicolas.vanhoren@openerp.com-20130726084640-lz11kdlsk27mrjec

10 years ago[DOC] server actions: added comments in various methods
Thibault Delavallée [Fri, 26 Jul 2013 08:41:38 +0000 (10:41 +0200)]
[DOC] server actions: added comments in various methods

bzr revid: tde@openerp.com-20130726084138-vca3lamr0ye3bwuv

10 years ago[DOC] email_template: added changelod
Thibault Delavallée [Fri, 26 Jul 2013 08:18:25 +0000 (10:18 +0200)]
[DOC] email_template: added changelod

bzr revid: tde@openerp.com-20130726081825-xmq8agjvph3trb7t

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 26 Jul 2013 08:07:58 +0000 (10:07 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130726080758-zsogt79b2mn983we

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 26 Jul 2013 08:07:51 +0000 (10:07 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130726080751-mlegngtci0w9z7yb

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130726051510-qp7tlkt1tmnazfdr

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 26 Jul 2013 05:14:50 +0000 (05:14 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130725051258-3nzwdk9vxqbek8el
bzr revid: launchpad_translations_on_behalf_of_openerp-20130726051450-12v8h0so01s5y7xn

10 years ago[IMP] export: delegated ids computation to the python side, the js gives ids or the...
Thibault Delavallée [Thu, 25 Jul 2013 15:57:40 +0000 (17:57 +0200)]
[IMP] export: delegated ids computation to the python side, the js gives ids or the domain to use; + fixed statically export formats

bzr revid: tde@openerp.com-20130725155740-g9a76z08ogjejp86

10 years ago[IMP] export: work on selected_ids or all_ids if header is selected; ugly hack to...
Thibault Delavallée [Thu, 25 Jul 2013 15:31:14 +0000 (17:31 +0200)]
[IMP] export: work on selected_ids or all_ids if header is selected; ugly hack to solve issue when exporting

bzr revid: tde@openerp.com-20130725153114-6rjhktvuz1k1qrnb

10 years ago[FIX] Fixed last commits
Thibault Delavallée [Thu, 25 Jul 2013 15:28:46 +0000 (17:28 +0200)]
[FIX] Fixed last commits

bzr revid: tde@openerp.com-20130725152846-zlfd5gluz15tjg2t

10 years ago[IMP] view_list: better active_domain computation
Thibault Delavallée [Thu, 25 Jul 2013 15:02:43 +0000 (17:02 +0200)]
[IMP] view_list: better active_domain computation

bzr revid: tde@openerp.com-20130725150243-or624rj2qw6dgxiz

10 years ago[ADD] workflows: some split_mode tests.
Vo Minh Thu [Thu, 25 Jul 2013 14:30:56 +0000 (16:30 +0200)]
[ADD] workflows: some split_mode tests.

I am not sure if the Workflow K is determinist though
so it could maybe end up in activity c instead of b
(and thus fail the tests).

bzr revid: vmt@openerp.com-20130725143056-p6oic1m9jjke9j8r

10 years ago[REM] Removed console.log statemetn
Thibault Delavallée [Thu, 25 Jul 2013 13:55:35 +0000 (15:55 +0200)]
[REM] Removed console.log statemetn

bzr revid: tde@openerp.com-20130725135535-qjucav1ss11a2sgd

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 25 Jul 2013 13:51:18 +0000 (15:51 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130725135118-urwxu1ilv1m6ljwh

10 years ago[IMP] mail: better implementation of active domain / use active domain
Thibault Delavallée [Thu, 25 Jul 2013 13:50:29 +0000 (15:50 +0200)]
[IMP] mail: better implementation of active domain / use active domain

bzr revid: tde@openerp.com-20130725135029-mx946vaibvz1rzii

10 years ago[IMP] Better implementation of header hook check
Thibault Delavallée [Thu, 25 Jul 2013 13:50:01 +0000 (15:50 +0200)]
[IMP] Better implementation of header hook check
- list_view: propagate a deselected flag when (un)checking a row
- list_view: define a get_active_domain method that returns an active domain
when having header hook selected

bzr revid: tde@openerp.com-20130725135001-zt8x1leexf7ion4z

10 years ago[ADD][IMP]google_spreadsheet: module which adds the possibility to display data from...
Denis Ledoux [Thu, 25 Jul 2013 12:50:16 +0000 (14:50 +0200)]
[ADD][IMP]google_spreadsheet: module which adds the possibility to display data from OpenERP in Google Spreadsheet in real time, + some adaption to google_drive and google_base_account for more generic to anticipate other google related modules

bzr revid: dle@openerp.com-20130725125016-a20m4qad40xs24ob

10 years ago[FIX]google_spreadsheet: typo
Denis Ledoux [Thu, 25 Jul 2013 12:42:59 +0000 (14:42 +0200)]
[FIX]google_spreadsheet: typo

bzr revid: dle@openerp.com-20130725124259-h6apjfjpu579tl6z

10 years ago[FIX]google_spreadsheet: i18n add pot file
Denis Ledoux [Thu, 25 Jul 2013 12:28:04 +0000 (14:28 +0200)]
[FIX]google_spreadsheet: i18n add pot file

bzr revid: dle@openerp.com-20130725122804-sx4airv20d7a278s

10 years ago[IMP] server action: improved form view to be more clear
Thibault Delavallée [Thu, 25 Jul 2013 12:22:57 +0000 (14:22 +0200)]
[IMP] server action: improved form view to be more clear

bzr revid: tde@openerp.com-20130725122257-im3172kw7k1ksgu7

10 years ago[IMP] Added grunt file to use jshint on all the javascript files in the 'web' addons...
niv-openerp [Thu, 25 Jul 2013 12:08:11 +0000 (14:08 +0200)]
[IMP] Added grunt file to use jshint on all the javascript files in the 'web' addons and corrected all the potential errors highlighted by jshint

bzr revid: nicolas.vanhoren@openerp.com-20130725120811-vehacpc8scpfef0p

10 years agoMinor modifs to grunt file
niv-openerp [Thu, 25 Jul 2013 12:07:42 +0000 (14:07 +0200)]
Minor modifs to grunt file

bzr revid: nicolas.vanhoren@openerp.com-20130725120742-0omjb6l80kwon2vi

10 years ago[MERGE]upstream
Denis Ledoux [Thu, 25 Jul 2013 11:58:29 +0000 (13:58 +0200)]
[MERGE]upstream

bzr revid: dle@openerp.com-20130725115829-jtb3v3q42j15nl61

10 years agoDoes not allow functions in loops anymore
niv-openerp [Thu, 25 Jul 2013 11:30:41 +0000 (13:30 +0200)]
Does not allow functions in loops anymore

bzr revid: nicolas.vanhoren@openerp.com-20130725113041-n6u9gyo1vbv1blw5

10 years agoApplied jshint on test files and corrected errors
niv-openerp [Thu, 25 Jul 2013 11:24:16 +0000 (13:24 +0200)]
Applied jshint on test files and corrected errors

bzr revid: nicolas.vanhoren@openerp.com-20130725112416-j6wbm254yx05i890

10 years ago[IMP] ir_actions_server: added doc + comments + recursion check
Thibault Delavallée [Thu, 25 Jul 2013 10:49:14 +0000 (12:49 +0200)]
[IMP] ir_actions_server: added doc + comments + recursion check
orm: added _check_m2my_recursion, to check loops in many2many recursive fields
tools: removed sms_send

bzr revid: tde@openerp.com-20130725104914-dutxfon3odp8z167

10 years ago[ADD] workflows: more tests.
Vo Minh Thu [Thu, 25 Jul 2013 10:43:27 +0000 (12:43 +0200)]
[ADD] workflows: more tests.

bzr revid: vmt@openerp.com-20130725104327-l7onjhipi6fdnrj6

10 years agoAdded semicolons
niv-openerp [Thu, 25 Jul 2013 10:33:01 +0000 (12:33 +0200)]
Added semicolons

bzr revid: nicolas.vanhoren@openerp.com-20130725103301-65nld10p1if7k0zt

10 years agoAdded Gruntfile with jshint and corrected most js errors
niv-openerp [Thu, 25 Jul 2013 10:07:49 +0000 (12:07 +0200)]
Added Gruntfile with jshint and corrected most js errors

bzr revid: nicolas.vanhoren@openerp.com-20130725100749-0i82gf3k3nvt4r44

10 years ago[ADD] workflows: added some tests.
Vo Minh Thu [Thu, 25 Jul 2013 09:42:46 +0000 (11:42 +0200)]
[ADD] workflows: added some tests.

bzr revid: vmt@openerp.com-20130725094246-4v2p0sgzocnt5vwf

10 years ago[DOC] workflows: added Kinds section.
Vo Minh Thu [Thu, 25 Jul 2013 09:42:19 +0000 (11:42 +0200)]
[DOC] workflows: added Kinds section.

bzr revid: vmt@openerp.com-20130725094219-tintybvpdl5izdca

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Thu, 25 Jul 2013 08:36:06 +0000 (10:36 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130725083606-4nnhytqmt8o5takm

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

bzr revid: tde@openerp.com-20130725083500-xp21mgp9w2cu8vzi

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 25 Jul 2013 05:13:15 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130724053159-8wdv92pt9hwa3qgp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130725051315-bc4hramkauuexjra

10 years ago[FIX]google_drive, google_spreadsheet: move of get_google_scope in google objects...
Denis Ledoux [Wed, 24 Jul 2013 15:37:54 +0000 (17:37 +0200)]
[FIX]google_drive, google_spreadsheet: move of get_google_scope in google objects instead of config

bzr revid: dle@openerp.com-20130724153754-thj2l0b1t4lw136j

10 years ago[DOC] workflows: added remaining sections for the Activities.
Vo Minh Thu [Wed, 24 Jul 2013 15:25:18 +0000 (17:25 +0200)]
[DOC] workflows: added remaining sections for the Activities.

bzr revid: vmt@openerp.com-20130724152518-gab0fa44t8a81u30

10 years ago[IMP] removed hack to force disable the browser's cache and use http headers instead
niv-openerp [Wed, 24 Jul 2013 15:19:29 +0000 (17:19 +0200)]
[IMP] removed hack to force disable the browser's cache and use http headers instead

bzr revid: nicolas.vanhoren@openerp.com-20130724151929-8j1bo1ae64lwkxdw

10 years ago[DOC] workflows: added Subflow section.
Vo Minh Thu [Wed, 24 Jul 2013 13:51:02 +0000 (15:51 +0200)]
[DOC] workflows: added Subflow section.

bzr revid: vmt@openerp.com-20130724135102-2zzaoqpjpebim59k

10 years ago[FIX]ir_attachement: if res_id = 0, allow to read if allowed to read model
Denis Ledoux [Wed, 24 Jul 2013 13:09:36 +0000 (15:09 +0200)]
[FIX]ir_attachement: if res_id = 0, allow to read if allowed to read model

bzr revid: dle@openerp.com-20130724130936-u1payhg18hcssj0z

10 years ago[FIX]google_drive, google_spreadsheet: go to configuration panel only for group setti...
Denis Ledoux [Wed, 24 Jul 2013 13:05:34 +0000 (15:05 +0200)]
[FIX]google_drive, google_spreadsheet: go to configuration panel only for group settings,  spreadsheet attached to model without res_id

bzr revid: dle@openerp.com-20130724130534-axyvc0u0g1um07fg

10 years ago[IMP] Simplified db detection by removing 'db' http parameter handling in http.py...
niv-openerp [Wed, 24 Jul 2013 13:00:36 +0000 (15:00 +0200)]
[IMP] Simplified db detection by removing 'db' http parameter handling in http.py to put it in main.py

bzr revid: nicolas.vanhoren@openerp.com-20130724130036-owht2qy2aayynpoi

10 years ago[DOC] workflows: added Flow start and flow stop section.
Vo Minh Thu [Wed, 24 Jul 2013 12:37:41 +0000 (14:37 +0200)]
[DOC] workflows: added Flow start and flow stop section.

bzr revid: vmt@openerp.com-20130724123741-jf3l9w3flxf7ty4k

10 years agoSome more correction to always have the db in the url
niv-openerp [Wed, 24 Jul 2013 12:23:28 +0000 (14:23 +0200)]
Some more correction to always have the db in the url

bzr revid: nicolas.vanhoren@openerp.com-20130724122328-kbnwq2uois37q74n

10 years ago[MERGE]upstream
Denis Ledoux [Wed, 24 Jul 2013 12:04:35 +0000 (14:04 +0200)]
[MERGE]upstream

bzr revid: dle@openerp.com-20130723141356-5lgimgx0vxmvx1h3
bzr revid: dle@openerp.com-20130724120435-o99sa0t5x91ytxp0

10 years ago[IMP] Removed http param 'db' handling from http.py and put it in the main controller...
niv-openerp [Wed, 24 Jul 2013 10:00:30 +0000 (12:00 +0200)]
[IMP] Removed http param 'db' handling from http.py and put it in the main controller in main.py

bzr revid: nicolas.vanhoren@openerp.com-20130724100030-yxbpntlz58kohy1n