odoo/odoo.git
10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:53 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062728-i1jpi6te7pdo5e2b
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062349-lu6ul1tda7q1xmf0
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054349-cuyjpk6rrh1uxb65
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060253-e23y1yvc5pmnrg7v

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:49 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062724-823uztz81d48e7zk
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062340-1guhkeb34orj1d77
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054341-mg7xr0dkzd2rp6rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060249-fio493wxgjvvlthm

10 years ago[FIX] oe: listing of modules only take directories having a __openerp__.py file
Christophe Simonis [Thu, 31 Oct 2013 15:27:16 +0000 (16:27 +0100)]
[FIX] oe: listing of modules only take directories having a __openerp__.py file

bzr revid: chs@openerp.com-20131031152716-sda5397b4n0be1ih

10 years ago[IMP] l10n_multilang: remove force_write from function call, mark parameter as deprecated
Martin Trigaux [Thu, 31 Oct 2013 10:53:18 +0000 (11:53 +0100)]
[IMP] l10n_multilang: remove force_write from function call, mark parameter as deprecated

bzr revid: mat@openerp.com-20131031105318-zkzwdrtbvvmxkzv1

10 years ago[IMP] l10n_multilang: revert previous change and move it to l10n_multilang, the accou...
Martin Trigaux [Thu, 31 Oct 2013 10:44:01 +0000 (11:44 +0100)]
[IMP] l10n_multilang: revert previous change and move it to l10n_multilang, the accounts are now translatable and with the correct source value

bzr revid: mat@openerp.com-20131031104401-9tgjzs3hohebtit0

10 years ago[FIX] account: generate the accounts based on templates with untranslated terms ...
Martin Trigaux [Thu, 31 Oct 2013 10:08:09 +0000 (11:08 +0100)]
[FIX] account: generate the accounts based on templates with untranslated terms (so benefit from translation)

bzr revid: mat@openerp.com-20131031100809-p0irwjbq3chxjsd9

10 years ago[FIX] stock: use eventual serial number attribute into account while doing product...
Martin Trigaux [Wed, 30 Oct 2013 14:54:32 +0000 (15:54 +0100)]
[FIX] stock: use eventual serial number attribute into account while doing product reservation

bzr revid: mat@openerp.com-20131030145432-2sij3p1dae8ghzuz

10 years ago[FIX] l10n_multilang: remove force_write attribute in process_translations
Martin Trigaux [Wed, 30 Oct 2013 11:13:03 +0000 (12:13 +0100)]
[FIX] l10n_multilang: remove force_write attribute in process_translations

When processing a translation, the module used to replace the original term by the translated value for accounts (only object with force_write=True).
This lead to only having the translated version for every user, independent of user's language.
On new chart of accounts, will have different account names according to the user preference.
Keep argument force_write in API for stability reason (will be removed in trunk)

bzr revid: mat@openerp.com-20131030111303-ziusplk330oj9wf4

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 23 Oct 2013 05:22:21 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131023052221-vwbblwzow9zkbd7l

10 years ago[FIX] im: do not search users before start polling. This avoid a race condition for...
Christophe Simonis [Tue, 22 Oct 2013 17:10:10 +0000 (19:10 +0200)]
[FIX] im: do not search users before start polling. This avoid a race condition for im.user creation

bzr revid: chs@openerp.com-20131022171010-ilfvqced6q8qta3h

10 years ago[FIX]web: test testing the customer filter save was wrong, was using wrong method...
Denis Ledoux [Tue, 22 Oct 2013 16:53:18 +0000 (18:53 +0200)]
[FIX]web: test testing the customer filter save was wrong, was using wrong method text() instead of val() to set the filter name

bzr revid: dle@openerp.com-20131022165318-2imkhgb6iecalbbi

10 years ago[FIX]web: filter name input for custom filters in search dropdown is now required
Denis Ledoux [Tue, 22 Oct 2013 16:25:19 +0000 (18:25 +0200)]
[FIX]web: filter name input for custom filters in search dropdown is now required

bzr revid: dle@openerp.com-20131022162519-u03cn5k5od8jg6ka

10 years ago[IMP] tools: mail: added a protection in a string.find, could have a None argument
Thibault Delavallée [Tue, 22 Oct 2013 14:29:08 +0000 (16:29 +0200)]
[IMP] tools: mail: added a protection in a string.find, could have a None argument

bzr revid: tde@openerp.com-20131022142908-sol44xaprx1b0b0a

10 years ago[FIX] tools: mail: fixed shortening of html content.
Thibault Delavallée [Tue, 22 Oct 2013 13:50:37 +0000 (15:50 +0200)]
[FIX] tools: mail: fixed shortening of html content.

Fixed length computation of text in html nodes: multiples successive
whitespaces are considered as one whitespaces; better truncate position
when adding a read more link; now always protect words (placed after
the first word that exceeds the shorten position); pre nodes are preserved
about whitespaces; when the read more link should go into a quote, it instead
goes at the end of the first parent node not being quoted instead of at
a wrong position.

Added tests for shorten position.

bzr revid: tde@openerp.com-20131022135037-igauu2kkglvdrqu7

10 years ago[FIX] Bug in form view. When a on_change alters the domain of a field, the view_conte...
niv-openerp [Tue, 22 Oct 2013 13:34:32 +0000 (15:34 +0200)]
[FIX] Bug in form view. When a on_change alters the domain of a field, the view_content_has_changed event is
triggered *before* we alter the domain of the field. So, it is not possible for the fields to really know
when they have to re-calculate their domain.

bzr revid: nicolas.vanhoren@openerp.com-20131022133432-l0m36mfiwx8z6014

10 years ago[IMP] Altered behavior of form selection fields when used on many 2 one. Now it will...
niv-openerp [Tue, 22 Oct 2013 13:15:25 +0000 (15:15 +0200)]
[IMP] Altered behavior of form selection fields when used on many 2 one. Now it will query directly
the possible selections from the server instead of using the data sent by the fields_view_get. This
allows to dynamically change the possible values during edition with a domain on the selection field.

bzr revid: nicolas.vanhoren@openerp.com-20131022131525-d0i61sbm0w6katfs

10 years agofix
niv-openerp [Tue, 22 Oct 2013 13:15:10 +0000 (15:15 +0200)]
fix

bzr revid: nicolas.vanhoren@openerp.com-20131022131510-zvqt6xgsln0bk6zp

10 years agowip
niv-openerp [Tue, 22 Oct 2013 13:13:23 +0000 (15:13 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20131022131323-jicyw0pchzs5x38t

10 years ago[FIX] board: correct /board/add_to_dashboard to use new @route decorator and request...
Christophe Simonis [Tue, 22 Oct 2013 13:10:49 +0000 (15:10 +0200)]
[FIX] board: correct /board/add_to_dashboard to use new @route decorator and request object

bzr revid: chs@openerp.com-20131022131049-lb6mva47y0i3kpvq

10 years agoNow selection fields on m2o query the records directly
niv-openerp [Tue, 22 Oct 2013 12:19:52 +0000 (14:19 +0200)]
Now selection fields on m2o query the records directly

bzr revid: nicolas.vanhoren@openerp.com-20131022121952-piye1e3k80w217r0

10 years ago[FIX] web: avoid useless redirection when in mono db mode
Christophe Simonis [Tue, 22 Oct 2013 10:41:45 +0000 (12:41 +0200)]
[FIX] web: avoid useless redirection when in mono db mode

bzr revid: chs@openerp.com-20131022104145-janmthq1r6sibm2e

10 years ago[FIX] account: computation of debit/credit on partner is based on past year moves...
Martin Trigaux [Tue, 22 Oct 2013 09:53:01 +0000 (11:53 +0200)]
[FIX] account: computation of debit/credit on partner is based on past year moves instead of reported entries, courtesy of Nhomar Hernandez (vauxoo)
This change allows to have consistency in values instead of depending on when the fiscal year is closed and when the entries are generated

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

bzr revid: mat@openerp.com-20131022095301-tigk2ixheljvqxwc

10 years ago[FIX] account: compute debit credit based on previous year to have consistent result...
Martin Trigaux [Tue, 22 Oct 2013 09:19:25 +0000 (11:19 +0200)]
[FIX] account: compute debit credit based on previous year to have consistent result all the time, courtesy of Nhomar (vauxoo)

bzr revid: mat@openerp.com-20131022091925-mqj2etd71guplhm7

10 years ago[REV] revert partner.py to revision 9043 (error cf lp:1219381 comment #11)
Martin Trigaux [Tue, 22 Oct 2013 09:17:28 +0000 (11:17 +0200)]
[REV] revert partner.py to revision 9043 (error cf lp:1219381 comment #11)

bzr revid: mat@openerp.com-20131022091728-hebgvt1m26y9wjot

10 years ago[MERGE] sync with 7.0
Martin Trigaux [Tue, 22 Oct 2013 09:13:19 +0000 (11:13 +0200)]
[MERGE] sync with 7.0

bzr revid: mat@openerp.com-20131022091319-dzpe0i8936alq22y

10 years ago[ADD] localization of numeric and date/time t-field output
Xavier Morel [Tue, 22 Oct 2013 09:06:23 +0000 (11:06 +0200)]
[ADD] localization of numeric and date/time t-field output

bzr revid: xmo@openerp.com-20131022090623-blmtuxprp42rdfet

10 years ago[FIX] numbers formatting to correctly apply user locales
Xavier Morel [Tue, 22 Oct 2013 08:54:36 +0000 (10:54 +0200)]
[FIX] numbers formatting to correctly apply user locales

bzr revid: xmo@openerp.com-20131022085436-5845r3q51g9pl2ct

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 22 Oct 2013 05:15:35 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131022051531-skzykboyadt54zs1
bzr revid: launchpad_translations_on_behalf_of_openerp-20131018061132-rzws6tazubx0zysd
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050513-83ofvmdau85nhc89
bzr revid: launchpad_translations_on_behalf_of_openerp-20131022051535-g7vpsdx91u9d7zbs

10 years ago[FIX] hr_timesheet: cost and revenues of parent analytic accounts aggregate from...
Martin Trigaux [Mon, 21 Oct 2013 16:03:26 +0000 (18:03 +0200)]
[FIX] hr_timesheet: cost and revenues of parent analytic accounts aggregate from child analytic accounts

bzr revid: mat@openerp.com-20131021160326-62hpxyypgu70v6w2

10 years agohr_holidays: force refuse.@flow_stop to False to correctly update existing databases
Olivier Dony [Mon, 21 Oct 2013 15:51:20 +0000 (17:51 +0200)]
hr_holidays: force refuse.@flow_stop to False to correctly update existing databases

bzr revid: odo@openerp.com-20131021155120-vn63of44ya0od9e2

10 years ago[ADD] formatting of date and datetime t-field
Xavier Morel [Mon, 21 Oct 2013 15:26:39 +0000 (17:26 +0200)]
[ADD] formatting of date and datetime t-field

bzr revid: xmo@openerp.com-20131021152639-2o2j2knhuppdlbzm

10 years ago[MERGE] forward port of branch saas-2 up to revid 8962 chs@openerp.com-20131021145334...
Christophe Simonis [Mon, 21 Oct 2013 14:57:35 +0000 (16:57 +0200)]
[MERGE] forward port of branch saas-2 up to revid 8962 chs@openerp.com-20131021145334-i9gtbk52mre1bu1x

bzr revid: chs@openerp.com-20131021145735-7jkmltsbdj02pjo8

10 years ago[MERGE] forward port of branch saas-1 up to revid 8794 chs@openerp.com-20131021141431...
Christophe Simonis [Mon, 21 Oct 2013 14:53:34 +0000 (16:53 +0200)]
[MERGE] forward port of branch saas-1 up to revid 8794 chs@openerp.com-20131021141431-5bdk9waai17julkb

bzr revid: chs@openerp.com-20131021145334-i9gtbk52mre1bu1x

10 years ago[IMP] ir.translation: `module` field is useful for admin/debugging
Olivier Dony [Mon, 21 Oct 2013 14:36:41 +0000 (16:36 +0200)]
[IMP] ir.translation: `module` field is useful for admin/debugging

bzr revid: odo@openerp.com-20131021143641-eflzertf2r7hap44

10 years ago[MERGE] forward port of branch 7.0 up to revid 9535 odo@openerp.com-20131021124748...
Christophe Simonis [Mon, 21 Oct 2013 14:14:31 +0000 (16:14 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9535 odo@openerp.com-20131021124748-x4jnibwyab4gam23

bzr revid: chs@openerp.com-20131021141431-5bdk9waai17julkb

10 years ago[ADD] format floating-point values (including monetary values) according to user...
Xavier Morel [Mon, 21 Oct 2013 12:57:23 +0000 (14:57 +0200)]
[ADD] format floating-point values (including monetary values) according to user lang

bzr revid: xmo@openerp.com-20131021125723-66rc4w5ist6rx22o

10 years ago[FIX] l10n_fr: 2014 tax update patch has removed obsolete templates, causing an error...
Olivier Dony [Mon, 21 Oct 2013 12:47:48 +0000 (14:47 +0200)]
[FIX] l10n_fr: 2014 tax update patch has removed obsolete templates, causing an error at module update

Due to the relationship between fiscal position
templates and tax templates, the removal of
obsolete tax templates may crash if the corresponding
fiscal positions are not deleted before.
In a recent l10n_fr patch [1] a number of
templates disappeared, which causes an error during
subsequent updates on databases where the obsolete
templates are still present.

As a workaround, we can force a deletion of
all fiscal position templates before loading
them. This is relatively safe because the templates
are not connected to live data, and will be
re-created during the update (except for the
obsolete ones which will be gone forever).

[1] addons 7.0 rev 9515 rev-id: odo@openerp.com-20131010114424-atzr3bl9e9diir2g

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

bzr revid: odo@openerp.com-20131021124748-x4jnibwyab4gam23

10 years ago[REF] simplification of res.lang format
Xavier Morel [Mon, 21 Oct 2013 11:14:57 +0000 (13:14 +0200)]
[REF] simplification of res.lang format

bzr revid: xmo@openerp.com-20131021111457-k9rgt5ojnk9doqh9

10 years ago[ADD] comment to ir.qweb.field.monetary to explain its workings/purpose
Xavier Morel [Mon, 21 Oct 2013 10:05:43 +0000 (12:05 +0200)]
[ADD] comment to ir.qweb.field.monetary to explain its workings/purpose

bzr revid: xmo@openerp.com-20131021100543-wlsc93puu23qnv8c

10 years ago[FIX] procurement: change SQL query to be compatible with both postgres 8.4 and 9.3
Martin Trigaux [Mon, 21 Oct 2013 09:57:35 +0000 (11:57 +0200)]
[FIX] procurement: change SQL query to be compatible with both postgres 8.4 and 9.3

bzr revid: mat@openerp.com-20131021095735-yz9pb5pphfdgl44j

10 years ago[ADD] hook in qweb.field.float for overriding precision
Xavier Morel [Mon, 21 Oct 2013 09:16:07 +0000 (11:16 +0200)]
[ADD] hook in qweb.field.float for overriding precision

bzr revid: xmo@openerp.com-20131021091607-mirzojqhsbskx57g

10 years ago[ADD] context all the things!
Xavier Morel [Mon, 21 Oct 2013 08:31:20 +0000 (10:31 +0200)]
[ADD] context all the things!

bzr revid: xmo@openerp.com-20131021083120-6v6xy0bm4w686d2m

10 years ago[REF] small refactoring of rendering tests
Xavier Morel [Mon, 21 Oct 2013 08:22:23 +0000 (10:22 +0200)]
[REF] small refactoring of rendering tests

bzr revid: xmo@openerp.com-20131021082223-5b0pv39b2ucdkpjf

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 21 Oct 2013 04:57:23 +0000 (04:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131019052801-ouw53m70o0eabxnv
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050509-ar8koyz20p82rdjq
bzr revid: launchpad_translations_on_behalf_of_openerp-20131021045723-bkmqoimoalwb3lzq

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 21 Oct 2013 04:36:17 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131019045915-qsravpk1h784kxxf
bzr revid: launchpad_translations_on_behalf_of_openerp-20131021043617-dqegufnc6us9o3n6

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 4913 rev-id: odo@openerp...
Olivier Dony [Fri, 18 Oct 2013 15:48:05 +0000 (17:48 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 4913 rev-id: odo@openerp.com-20131018145638-0evfafu4yqg2itia

bzr revid: odo@openerp.com-20131018154805-axo5jrsbyd24qwle

10 years ago[FIX] base.import.module: this wizard is disabled and should be dropped entirely...
Olivier Dony [Fri, 18 Oct 2013 14:56:38 +0000 (16:56 +0200)]
[FIX] base.import.module: this wizard is disabled and should be dropped entirely in trunk

Kept the model for backwards compatibility until then

bzr revid: odo@openerp.com-20131018145638-0evfafu4yqg2itia

10 years ago[FIX] mail: mail_mail: fixed url embedded in notification emails.
Thibault Delavallée [Fri, 18 Oct 2013 14:49:24 +0000 (16:49 +0200)]
[FIX] mail: mail_mail: fixed url embedded in notification emails.
When having emails not linked to a notification (mail.notification = False)
the link is generated without any clue about the source record.
However we can try to use model and res_id defined on the mail_mail record
to correctly format a link.

Added support of model and res_id in message_redirect_action. This method
now can redirect based on a message_id, or based on model / res_id.

bzr revid: tde@openerp.com-20131018144924-j4f22hen3lsua7cb

10 years ago[FIX] recursive qweb render calls to pass (void) cr and uid
Xavier Morel [Fri, 18 Oct 2013 14:48:38 +0000 (16:48 +0200)]
[FIX] recursive qweb render calls to pass (void) cr and uid

both are already in the qwebcontext passed as last argument

bzr revid: xmo@openerp.com-20131018144838-xvtg0f7uoxf360zr

10 years ago[ADD] cr, uid, context to qweb.render & qweb rendering context
Xavier Morel [Fri, 18 Oct 2013 14:45:46 +0000 (16:45 +0200)]
[ADD] cr, uid, context to qweb.render & qweb rendering context

bzr revid: xmo@openerp.com-20131018144546-p693x1iur5gm98ez

10 years ago[FIX] import/reference warning
Xavier Morel [Fri, 18 Oct 2013 14:36:59 +0000 (16:36 +0200)]
[FIX] import/reference warning

bzr revid: xmo@openerp.com-20131018143659-e9tapiu7c5tf5t2i

10 years ago[IMP] use existing tools for the job
Xavier Morel [Fri, 18 Oct 2013 14:15:10 +0000 (16:15 +0200)]
[IMP] use existing tools for the job

bzr revid: xmo@openerp.com-20131018141510-1x1w5ba5fqfzebfk

10 years agoEnabled controllers not contained in modules
niv-openerp [Fri, 18 Oct 2013 14:07:52 +0000 (16:07 +0200)]
Enabled controllers not contained in modules

bzr revid: nicolas.vanhoren@openerp.com-20131018140752-ha9qpb0mormxp7l0

10 years ago[FIX] account: correct test on closing fiscal year to fail with error message and...
Martin Trigaux [Fri, 18 Oct 2013 14:04:24 +0000 (16:04 +0200)]
[FIX] account: correct test on closing fiscal year to fail with error message and set the test to the previous year instead of next year (makes more sense)

bzr revid: mat@openerp.com-20131018140424-yyfc561nisym2gem

10 years ago[FIX] account: go green test\!, also set the test to previous year
Martin Trigaux [Fri, 18 Oct 2013 13:59:25 +0000 (15:59 +0200)]
[FIX] account: go green test\!, also set the test to previous year

bzr revid: mat@openerp.com-20131018135925-x2n1yw96973srmk1

10 years ago[TEST] test with failing test
Martin Trigaux [Fri, 18 Oct 2013 13:46:13 +0000 (15:46 +0200)]
[TEST] test with failing test

bzr revid: mat@openerp.com-20131018134613-27lsl5vln5yu26pa

10 years agomerge trunk
niv-openerp [Fri, 18 Oct 2013 13:45:53 +0000 (15:45 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20131018134553-a7dshmtv8yp70qzp

10 years ago[MERGE] saas2
niv-openerp [Fri, 18 Oct 2013 13:41:49 +0000 (15:41 +0200)]
[MERGE] saas2

bzr revid: nicolas.vanhoren@openerp.com-20131018134149-yveqfs6tqwnjo6xt

10 years ago[FIX] account: correct test with valid error message
Martin Trigaux [Fri, 18 Oct 2013 13:40:58 +0000 (15:40 +0200)]
[FIX] account: correct test with valid error message

bzr revid: mat@openerp.com-20131018134058-wpuyqnhb3xtshqs8

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 8960 rev-id: dle@openerp...
Denis Ledoux [Fri, 18 Oct 2013 13:10:07 +0000 (15:10 +0200)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 8960 rev-id: dle@openerp.com-20131018125818-1k168nlo2ferj25w

bzr revid: dle@openerp.com-20131018131007-etdut0wpjqhnexz2

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8793 rev-id: dle@openerp...
Denis Ledoux [Fri, 18 Oct 2013 12:58:18 +0000 (14:58 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8793 rev-id: dle@openerp.com-20131018124037-v3501acvv4fh1077

bzr revid: dle@openerp.com-20131018125818-1k168nlo2ferj25w

10 years ago[FIX] potential bug in server-side web framework, now forbids users to call method...
niv-openerp [Fri, 18 Oct 2013 12:57:27 +0000 (14:57 +0200)]
[FIX] potential bug in server-side web framework, now forbids users to call method when not authentified

bzr revid: nicolas.vanhoren@openerp.com-20131018125727-qtkzkiwkhw4z78kr

10 years ago[IMP] account: set test on closing account invoice on previous year instead of next one
Martin Trigaux [Fri, 18 Oct 2013 12:43:42 +0000 (14:43 +0200)]
[IMP] account: set test on closing account invoice on previous year instead of next one

bzr revid: mat@openerp.com-20131018124342-yccp0ftebmug4aco

10 years ago[FIX]account: test account_fiscalyear_close, the test was triggering the workflow...
Denis Ledoux [Fri, 18 Oct 2013 12:40:37 +0000 (14:40 +0200)]
[FIX]account: test account_fiscalyear_close, the test was triggering the workflow with the 7.0 way, (due to the forward port of 7.0 bugfixes)

bzr revid: dle@openerp.com-20131018124037-v3501acvv4fh1077

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3747 rev-id: dle@openerp...
Denis Ledoux [Fri, 18 Oct 2013 12:32:53 +0000 (14:32 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3747 rev-id: dle@openerp.com-20131018120136-fvoq337kgx74njsy

bzr revid: dle@openerp.com-20131018123253-pvf2tg747vflfp6x

10 years agoMoved http.py to server
niv-openerp [Fri, 18 Oct 2013 12:13:12 +0000 (14:13 +0200)]
Moved http.py to server

bzr revid: nicolas.vanhoren@openerp.com-20131018121312-z5rjbmda3nlvxc86

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9529 rev-id: mat@openerp...
Denis Ledoux [Fri, 18 Oct 2013 12:12:36 +0000 (14:12 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9529 rev-id: mat@openerp.com-20131018120428-2vdmdm2th8rz57zr

bzr revid: dle@openerp.com-20131018121236-zp221von16vekthp

10 years agomerge trunk
niv-openerp [Fri, 18 Oct 2013 12:06:18 +0000 (14:06 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20131018120618-0o7hsq6pb7b4zw37

10 years ago[FIX] mrp_repair: use action_done to validate a operation componenents when ending...
Martin Trigaux [Fri, 18 Oct 2013 12:04:28 +0000 (14:04 +0200)]
[FIX] mrp_repair: use action_done to validate a operation componenents when ending a repair
This allows to generate journal entries in case of real time stock evaluation (opw 599170)

bzr revid: mat@openerp.com-20131018120428-2vdmdm2th8rz57zr

10 years ago[FIX] mrp_repair: use action_done to validate a operation componenents when ending...
Martin Trigaux [Fri, 18 Oct 2013 11:44:00 +0000 (13:44 +0200)]
[FIX] mrp_repair: use action_done to validate a operation componenents when ending a repair

bzr revid: mat@openerp.com-20131018114400-f1iaoynu1vlq325o

10 years ago[IMP] ir_qweb: better exception with message, node, template
Christophe Matthieu [Fri, 18 Oct 2013 11:39:27 +0000 (13:39 +0200)]
[IMP] ir_qweb: better exception with message, node, template

bzr revid: chm@openerp.com-20131018113927-vnsk2mj1g8gsl5hs

10 years ago[MERGE] website-al improvements to web addon
niv-openerp [Fri, 18 Oct 2013 10:43:02 +0000 (12:43 +0200)]
[MERGE] website-al improvements to web addon

bzr revid: nicolas.vanhoren@openerp.com-20131018104302-ltt3dt0xqa0csoc3

10 years ago[MERGE] saas2
niv-openerp [Fri, 18 Oct 2013 10:38:20 +0000 (12:38 +0200)]
[MERGE] saas2

bzr revid: nicolas.vanhoren@openerp.com-20131018103820-a0sklx6hyx3hx93e

10 years ago[MERGE] saas2
niv-openerp [Fri, 18 Oct 2013 10:36:31 +0000 (12:36 +0200)]
[MERGE] saas2

bzr revid: nicolas.vanhoren@openerp.com-20131018103631-vennug4iy21zhp3x

10 years ago[MERGE] saas2
niv-openerp [Fri, 18 Oct 2013 10:35:01 +0000 (12:35 +0200)]
[MERGE] saas2

bzr revid: nicolas.vanhoren@openerp.com-20131018103501-sns9zca0nmpm9efn

10 years ago[IMP] ir_qweb: add a class QWebException and raise a better exception message
Christophe Matthieu [Fri, 18 Oct 2013 09:59:13 +0000 (11:59 +0200)]
[IMP] ir_qweb: add a class QWebException and raise a better exception message

bzr revid: chm@openerp.com-20131018095913-7ut45k9r9c1qp2wf

10 years ago[FIX] web: correct StatusField widget to use dropdown menu
Christophe Simonis [Fri, 18 Oct 2013 09:43:36 +0000 (11:43 +0200)]
[FIX] web: correct StatusField widget to use dropdown menu

bzr revid: chs@openerp.com-20131018094336-3s8s3uggs60jwkl0

10 years ago[FIX] dropdown menu: compute document width *before* showing the dropdown menu
Christophe Simonis [Fri, 18 Oct 2013 09:33:07 +0000 (11:33 +0200)]
[FIX] dropdown menu: compute document width *before* showing the dropdown menu

bzr revid: chs@openerp.com-20131018093307-plgk3y4qugv4o784

10 years ago[FIX] tools.mail: typo causing infinite loop + fix test parameters to actually enter it
Olivier Dony [Fri, 18 Oct 2013 08:51:18 +0000 (10:51 +0200)]
[FIX] tools.mail: typo causing infinite loop + fix test parameters to actually enter it

bzr revid: odo@openerp.com-20131018085118-9b2ltkpff5c8yzmr

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 18 Oct 2013 06:11:29 +0000 (06:11 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131018061129-4wcyxayj6darv5op

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 18 Oct 2013 05:51:54 +0000 (05:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131016043744-ndoaph0q8ii4w005
bzr revid: launchpad_translations_on_behalf_of_openerp-20131017053322-jq2sy3zx8arizsue
bzr revid: launchpad_translations_on_behalf_of_openerp-20131018055154-vsi79g8qo0a613ya

10 years ago[FIX]google_spreadsheet: was checking if module auth_crypt was installed, to decide...
Denis Ledoux [Thu, 17 Oct 2013 14:34:09 +0000 (16:34 +0200)]
[FIX]google_spreadsheet: was checking if module auth_crypt was installed, to decide to display popup in the spreadsheet to ask the credentials. Now it only check if the password is empty (works for auth_crypt module and ldap module).

bzr revid: dle@openerp.com-20131017143409-m783tf5ozmotlld2

10 years ago[FIX]google_drive: permission granted for anyone with the link has been set to readon...
Denis Ledoux [Thu, 17 Oct 2013 14:25:45 +0000 (16:25 +0200)]
[FIX]google_drive: permission granted for anyone with the link has been set to readonly, and add write permission to current user (email) only

bzr revid: dle@openerp.com-20131017142545-81ab6xbqi5nb6c06

10 years ago[FIX]google_drive: when create a document in drive, add the permission 'writer' to...
Denis Ledoux [Thu, 17 Oct 2013 13:47:44 +0000 (15:47 +0200)]
[FIX]google_drive: when create a document in drive, add the permission 'writer' to 'anyone with the link'. Hence, anyone that can see the attachement, can edit the document

bzr revid: dle@openerp.com-20131017134744-nr9g21rhebtpkq4s

10 years ago[FIX] mail: followers widget: wrong default value when calling read_followers_data...
Thibault Delavallée [Thu, 17 Oct 2013 13:16:34 +0000 (15:16 +0200)]
[FIX] mail: followers widget: wrong default value when calling read_followers_data, should be a list, not a dict

bzr revid: tde@openerp.com-20131017131634-b1j9evzgu9q837i8

10 years ago[FIX]project_issue: add onchange_partner_id which was inherited before with base_stag...
Denis Ledoux [Thu, 17 Oct 2013 12:10:13 +0000 (14:10 +0200)]
[FIX]project_issue: add onchange_partner_id which was inherited before with base_stage, but the inheritance has been removed

bzr revid: dle@openerp.com-20131017121013-mtzvjogi2hxgfcpq

10 years ago[FIX] procurement: avoid getting loop of state change when a procurement is stuck...
Martin Trigaux [Thu, 17 Oct 2013 11:37:36 +0000 (13:37 +0200)]
[FIX] procurement: avoid getting loop of state change when a procurement is stuck in an exception and retried by the scheduler (opw 598606)

bzr revid: mat@openerp.com-20131017113736-inell5fxydr71xyk

10 years ago[IMP] procurement: track only once the change of state to exception and confirmed
Martin Trigaux [Thu, 17 Oct 2013 11:35:21 +0000 (13:35 +0200)]
[IMP] procurement: track only once the change of state to exception and confirmed

bzr revid: mat@openerp.com-20131017113521-5u2k9glb3o7cnmmk

10 years ago[FIX] project_issue: onchange_partner_id does not take any email_from anymore in...
Thibault Delavallée [Thu, 17 Oct 2013 11:35:03 +0000 (13:35 +0200)]
[FIX] project_issue: onchange_partner_id does not take any email_from anymore in parameter.
Removed from the view.

bzr revid: tde@openerp.com-20131017113503-hw02unqai9ytoee3

10 years ago[FIX] tools: mail: fixed / improved html_email_clean.
Thibault Delavallée [Thu, 17 Oct 2013 11:05:25 +0000 (13:05 +0200)]
[FIX] tools: mail: fixed / improved html_email_clean.
Read more links could not appear when the shorten limit was obtained
inside a quote that is removed in the process, removing the read
more link node. It now get the first parent that is not inside a
quote to be sure the link is displayed.

Added the test-case that helped find this bug.

bzr revid: tde@openerp.com-20131017110525-etn0u5s91zbnvul1

10 years agorevert change of workflow
Martin Trigaux [Thu, 17 Oct 2013 10:44:26 +0000 (12:44 +0200)]
revert change of workflow

bzr revid: mat@openerp.com-20131017104426-260y7v0113q8iue9

10 years ago[IMP] data_export: when exporting on active_domain instead of
Thibault Delavallée [Thu, 17 Oct 2013 09:44:57 +0000 (11:44 +0200)]
[IMP] data_export: when exporting on active_domain instead of
selected ids, display a message to tell the user what
he is doing.

bzr revid: tde@openerp.com-20131017094457-q1b7j3927eeoy4fo

10 years ago[FIX] list_view: when composing the active_domain
Thibault Delavallée [Thu, 17 Oct 2013 09:43:55 +0000 (11:43 +0200)]
[FIX] list_view: when composing the active_domain
in list view because of the list header being checked,
also take into account the current action domain;

bzr revid: tde@openerp.com-20131017094355-murxot4rqirw3g68

10 years ago[IMP] mail: mail.compose.message: when working on an active_domain
Thibault Delavallée [Thu, 17 Oct 2013 09:38:30 +0000 (11:38 +0200)]
[IMP] mail: mail.compose.message: when working on an active_domain
due to list view header being checked, display
an info in the mass mailing wizard to warn the
user he is about to mail all records matching
its search filter, not only the selected ids.

bzr revid: tde@openerp.com-20131017093830-cvxihr3zwohos9ol

10 years ago[FIX] changed back default authetication level of old routes to "user" to remove...
niv-openerp [Thu, 17 Oct 2013 08:48:18 +0000 (10:48 +0200)]
[FIX] changed back default authetication level of old routes to "user" to remove inconsistency

bzr revid: nicolas.vanhoren@openerp.com-20131017084818-ijen4a2ywyg9lrxe

10 years ago[IMP] procurement: redifine workflow to avoid going back to confrmed state
Martin Trigaux [Thu, 17 Oct 2013 07:46:35 +0000 (09:46 +0200)]
[IMP] procurement: redifine workflow to avoid going back to confrmed state

bzr revid: mat@openerp.com-20131017074635-qp1n3x8955bf3aqd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 17 Oct 2013 05:59:26 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131017055926-8w96inwlj7rhey0e

10 years ago[FIX] google_drive: base.config.settings must be a TransientModel
Olivier Dony [Wed, 16 Oct 2013 16:41:35 +0000 (18:41 +0200)]
[FIX] google_drive: base.config.settings must be a TransientModel

Making it a real Model causes access right errors,
as it has no ACLs.
+ cleanup other model declarations

bzr revid: odo@openerp.com-20131016164135-uf3gxe0p1i6h3xyq

10 years ago[FIX] google_drive, google_base_account: safer management of auth code, better usability
Olivier Dony [Wed, 16 Oct 2013 16:39:08 +0000 (18:39 +0200)]
[FIX] google_drive, google_base_account: safer management of auth code, better usability

Persist the auth code in the settings to show
that it has already been set, even if it is not
technically used by the system.
Also fixed a variable referenced before assignment.

bzr revid: odo@openerp.com-20131016163908-9d05x85me3n30ala

10 years ago[IMP] enabled sorting in o2m in list view
niv-openerp [Wed, 16 Oct 2013 15:52:00 +0000 (17:52 +0200)]
[IMP] enabled sorting in o2m in list view

bzr revid: nicolas.vanhoren@openerp.com-20131016155200-ojmuj844yd5sx40b