odoo/odoo.git
10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Oct 2013 05:21:02 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052102-y6y20mjt0raox65i

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:34:32 +0000 (17:34 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

bzr revid: mat@openerp.com-20131023153432-o7p90h9vmsp04ujb

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:13:42 +0000 (17:13 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

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

bzr revid: mat@openerp.com-20131023151342-328egar30upq5d5u

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]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[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 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 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[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 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 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 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[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] 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 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 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 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] 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[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

10 years ago[IMP] procurement: better workflow
Martin Trigaux [Wed, 16 Oct 2013 15:03:35 +0000 (17:03 +0200)]
[IMP] procurement: better workflow

bzr revid: mat@openerp.com-20131016150335-oikqm6twbukp666t

10 years ago[MERGE] sync with 7.0
Martin Trigaux [Wed, 16 Oct 2013 14:22:20 +0000 (16:22 +0200)]
[MERGE] sync with 7.0

bzr revid: mat@openerp.com-20131016142220-42psrgilc99gs3pp

10 years ago[FIX] document: overridden ORM methods need to respect API idiosyncrasies, otherwise...
Olivier Dony [Wed, 16 Oct 2013 10:58:12 +0000 (12:58 +0200)]
[FIX] document: overridden ORM methods need to respect API idiosyncrasies, otherwise check() calls may fail

bzr revid: odo@openerp.com-20131016105812-844cd9xljvkjwtm3

10 years ago[FIX] hr: fixed priorities of kanban views. Employees see the
Thibault Delavallée [Wed, 16 Oct 2013 09:21:06 +0000 (11:21 +0200)]
[FIX] hr: fixed priorities of kanban views. Employees see the
kanban view defined for portal users because of priorities all equal to 16.
Now employees see the correct kanban view defined in HR, portal users see
the portal kanban view defined in portal_hr_employees.

bzr revid: tde@openerp.com-20131016092106-pqtjp7tyw27or3ow

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131016051402-s4et4c32h28r73sg

10 years ago[FIX] account: include reconciled move lines generated at the opening of a new fiscal...
Martin Trigaux [Tue, 15 Oct 2013 14:29:48 +0000 (16:29 +0200)]
[FIX] account: include reconciled move lines generated at the opening of a new fiscal year (and indirectly take into account moves from previous fiscal years)

bzr revid: mat@openerp.com-20131015142948-db6x1py5auwzbn3e

10 years ago[REM] account: unused test (merged with account_fiscalyear_close.yml)
Martin Trigaux [Tue, 15 Oct 2013 14:14:53 +0000 (16:14 +0200)]
[REM] account: unused test (merged with account_fiscalyear_close.yml)

bzr revid: mat@openerp.com-20131015141453-dbznqlqfo4beglz9

10 years ago[ADD] account: test for added check
Martin Trigaux [Tue, 15 Oct 2013 14:14:08 +0000 (16:14 +0200)]
[ADD] account: test for added check

bzr revid: mat@openerp.com-20131015141408-rpdp110btoc0wll3

10 years ago[FIX] product: wrong product and supplierinfo demo data. Because product_id of produc...
Christophe Matthieu [Tue, 15 Oct 2013 13:27:38 +0000 (15:27 +0200)]
[FIX] product: wrong product and supplierinfo demo data. Because product_id of product.supplierinfo is a product.template field and not a product.product field

bzr revid: chm@openerp.com-20131015132738-d1l7bb8vbndz5mu5

10 years ago[FIX] account: correctly compute debit/credit for partner including previous moves...
Martin Trigaux [Tue, 15 Oct 2013 12:10:15 +0000 (14:10 +0200)]
[FIX] account: correctly compute debit/credit for partner including previous moves reported to new fiscal year

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

bzr revid: mat@openerp.com-20131015121015-jdwkzv9tjicg2m1u

10 years ago[FIX] stock: correctly handle case when we have no child location
Martin Trigaux [Tue, 15 Oct 2013 11:20:16 +0000 (13:20 +0200)]
[FIX] stock: correctly handle case when we have no child location

bzr revid: mat@openerp.com-20131015112016-vj6yr6kfxfe8go2p

10 years ago[FIX] double-escaping of section labels in m2o completion
Xavier Morel [Tue, 15 Oct 2013 08:55:23 +0000 (10:55 +0200)]
[FIX] double-escaping of section labels in m2o completion

bzr revid: xmo@openerp.com-20131015085523-5s5f587486gaa9zj

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131013053740-rinm5yfv4pp3toj2
bzr revid: launchpad_translations_on_behalf_of_openerp-20131015051750-ss2jdlo4w12420rv
bzr revid: launchpad_translations_on_behalf_of_openerp-20131015051826-9alld47gks4izhjq

10 years ago[FIX] null >= 0 is true...
Xavier Morel [Mon, 14 Oct 2013 15:57:09 +0000 (17:57 +0200)]
[FIX] null >= 0 is true...

bzr revid: xmo@openerp.com-20131014155709-9cg4bzof02bhtyts

10 years ago[FIX] pos: check constraint on session instead of uid (eg: runbot import demo data...
Martin Trigaux [Mon, 14 Oct 2013 12:19:59 +0000 (14:19 +0200)]
[FIX] pos: check constraint on session instead of uid (eg: runbot import demo data with uid=1 but other user_id

bzr revid: mat@openerp.com-20131014121959-fp4gs26xh8cdte1w

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Oct 2013 05:33:13 +0000 (05:33 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131011052941-f4x7ued38x0siu4u
bzr revid: launchpad_translations_on_behalf_of_openerp-20131013053842-x6nja74l8by5vd1q
bzr revid: launchpad_translations_on_behalf_of_openerp-20131014053313-j22u5qen55na9js8

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 13 Oct 2013 05:38:46 +0000 (05:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060157-qwah3z17ksnrmhzi
bzr revid: launchpad_translations_on_behalf_of_openerp-20130922053500-ovnczb82b49pg6f7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130928055413-78fot6ftst9k7als
bzr revid: launchpad_translations_on_behalf_of_openerp-20131004054531-787wl7i8e8bqy44e
bzr revid: launchpad_translations_on_behalf_of_openerp-20131013053846-rei6ary4wt43kqeq

10 years ago[FIX] registry: restore `elif` changed to `if` in previous commit, for better readabi...
Olivier Dony [Fri, 11 Oct 2013 12:39:14 +0000 (14:39 +0200)]
[FIX] registry: restore `elif` changed to `if` in previous commit, for better readability (no effect)

This should have no effect because when the first `if`
is entered a new registry is instantiated with
the default value for base_cache_signaling_sequence
set to 1, preventing entering the next `if` even
without `elif`.

bzr revid: odo@openerp.com-20131011123914-7zuvd9mch21yxgj8

10 years ago[FIX] registry: avoid discarding registry or cache when the registry is fresh
Olivier Dony [Fri, 11 Oct 2013 10:03:13 +0000 (12:03 +0200)]
[FIX] registry: avoid discarding registry or cache when the registry is fresh

When the sequence value is 1 it means that either:
 - the registry was just instantiated, so there is no
   reason to reload it immediately, the real checks will
   start at next request
 - the db was just created with new sequences set to 1,
   so there has been no change to reload

In both cases there is no good reason to reload the
registry, and it is actually a performance killer,
especially for cron workers that keep iterating on
the list of databases.

bzr revid: odo@openerp.com-20131011100313-4bud8e9xq2afp9z7

10 years ago[FIX] ir.model: FK constraints for custom m2o fields were never created, creating...
Olivier Dony [Thu, 10 Oct 2013 17:07:18 +0000 (19:07 +0200)]
[FIX] ir.model: FK constraints for custom m2o fields were never created, creating possible data integrity errors

bzr revid: odo@openerp.com-20131010170718-lwoxkqc1tx7i8vhg

10 years ago[MERGE] l10n_fr: update tax templates for 2014 taxes, courtesy of Frederic Clementi...
Olivier Dony [Thu, 10 Oct 2013 11:44:24 +0000 (13:44 +0200)]
[MERGE] l10n_fr: update tax templates for 2014 taxes, courtesy of Frederic Clementi (Camptocamp)

summary of VAT rates changes for the 01/01/2014:
Taux normal : 20% replace 19.6%
Taux intermédaire : 10% replace 7%
Taux spécial DOM-TOM : no change (8.5%)
Taux réduit : 5% replace 5.5%
Taux super réduit : no change (2.1%)

see also: http://www.service-public.fr/professionnels-entreprises/actualites/00891.html

bzr revid: odo@openerp.com-20131010114424-atzr3bl9e9diir2g

10 years agoEnabled sort in o2m
niv-openerp [Thu, 10 Oct 2013 09:11:25 +0000 (11:11 +0200)]
Enabled sort in o2m

bzr revid: nicolas.vanhoren@openerp.com-20131010091125-0t1v8wmkrn8bnc5y

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131010052550-62ak1fdjn6kbivh0

10 years ago[FIX] note: copy default stages as SUPERUSER_ID to avoid access error. Only do it...
Christophe Simonis [Wed, 9 Oct 2013 16:29:20 +0000 (18:29 +0200)]
[FIX] note: copy default stages as SUPERUSER_ID to avoid access error. Only do it for employees

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

bzr revid: chs@openerp.com-20131009162920-lg56wwmtg8qm1kuf

10 years ago[IMP] purchase: put back sql request to set exception message and avoid context hack
Martin Trigaux [Wed, 9 Oct 2013 12:27:14 +0000 (14:27 +0200)]
[IMP] purchase: put back sql request to set exception message and avoid context hack

bzr revid: mat@openerp.com-20131009122714-rqhciu8ozy059pyn

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131009054822-v57c9imyteomp381
bzr revid: launchpad_translations_on_behalf_of_openerp-20131009054909-1nmq8z3sk3ao5j0m

10 years ago[FIX] account: revert commit 9265, show every invoice line in the list view and do...
Martin Trigaux [Tue, 8 Oct 2013 15:28:12 +0000 (17:28 +0200)]
[FIX] account: revert commit 9265, show every invoice line in the list view and do not force domain on it to remove 0 debit/credit lines

bzr revid: mat@openerp.com-20131008152812-j3cll4jrwic1864r

10 years ago[FIX] function fields: bound symbol methods of function field, type char, to the...
Martin Trigaux [Tue, 8 Oct 2013 11:20:03 +0000 (13:20 +0200)]
[FIX] function fields: bound symbol methods of function field, type char, to the correct methods of the char field

bzr revid: mat@openerp.com-20131008112003-sjc193tteex1mirk

10 years ago[FIX]mail: mail_thread, trying to send a message in the chatter while the emails...
Denis Ledoux [Tue, 8 Oct 2013 11:18:45 +0000 (13:18 +0200)]
[FIX]mail: mail_thread, trying to send a message in the chatter while the emails where all mal-formed raised an error.

bzr revid: dle@openerp.com-20131008111845-tx3bpp8snfl03cnk

10 years ago[IMP] remove useless comment
Martin Trigaux [Tue, 8 Oct 2013 11:16:31 +0000 (13:16 +0200)]
[IMP] remove useless comment

bzr revid: mat@openerp.com-20131008111631-y47f0y4wyf8hsf2g

10 years ago[IMP] move comment to the right line
Martin Trigaux [Tue, 8 Oct 2013 10:54:12 +0000 (12:54 +0200)]
[IMP] move comment to the right line

bzr revid: mat@openerp.com-20131008105412-pqxpo2q12odjyqp4

10 years ago[IMP] correctly bound _symbol_f and redifine self._symbol_set_char to keep the API
Martin Trigaux [Tue, 8 Oct 2013 10:47:37 +0000 (12:47 +0200)]
[IMP] correctly bound _symbol_f and redifine self._symbol_set_char to keep the API

bzr revid: mat@openerp.com-20131008104737-eellli48re2pfmos

10 years ago[FIX] function fields: bound symbol methods of function field (type char) to the...
Martin Trigaux [Tue, 8 Oct 2013 10:21:35 +0000 (12:21 +0200)]
[FIX] function fields: bound symbol methods of function field (type char) to the correct methods of the char field

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

bzr revid: mat@openerp.com-20131008102135-r7lqvky0vd75yo1q

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131008061831-bdjye3gukolsjmjn

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131008061813-6iqrtiyhjo3otr9v

10 years ago[FIX]mail: update.py, using message_post instead of mail.message create, in order...
Denis Ledoux [Mon, 7 Oct 2013 12:39:25 +0000 (14:39 +0200)]
[FIX]mail: update.py, using message_post instead of mail.message create, in order to notify users and the administrator

bzr revid: dle@openerp.com-20131007123925-k6zfffuq6hzcijc2

10 years ago[FIX] sale: don't set mrp_properties by default for root user (adding sale order...
Martin Trigaux [Mon, 7 Oct 2013 12:33:18 +0000 (14:33 +0200)]
[FIX] sale: don't set mrp_properties by default for root user (adding sale order lines in a popup instead of editable mode)

bzr revid: mat@openerp.com-20131007123318-v40lxc3yafb0cwv3

10 years ago[MERGE] [FIX] purchase: block workflow when supplier check fails, even if already...
Martin Trigaux [Mon, 7 Oct 2013 08:42:30 +0000 (10:42 +0200)]
[MERGE] [FIX] purchase: block workflow when supplier check fails, even if already has set an error message

bzr revid: mat@openerp.com-20131007084230-313996890uu6rr27

10 years ago[FIX] purchase: block workflow when supplier check fails, even if already has set...
Martin Trigaux [Mon, 7 Oct 2013 08:10:14 +0000 (10:10 +0200)]
[FIX] purchase: block workflow when supplier check fails, even if already has set an error message

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

bzr revid: mat@openerp.com-20131007081014-8p0u7s0svx7gokg1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 7 Oct 2013 05:58:31 +0000 (05:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131005061626-bil05wphgqg21ynn
bzr revid: launchpad_translations_on_behalf_of_openerp-20131007055831-r9ymylmj0fj4ls98

10 years ago[MERGE] [FIX] purchase: avoid being spammed with workflow exceptions when don't have...
Martin Trigaux [Fri, 4 Oct 2013 16:12:33 +0000 (18:12 +0200)]
[MERGE] [FIX] purchase: avoid being spammed with workflow exceptions when don't have the required suppliers info

bzr revid: mat@openerp.com-20131004161233-yivjybmoccmeng0g

10 years ago[FIX] purchase: use the correct variable, finally
Martin Trigaux [Fri, 4 Oct 2013 15:56:00 +0000 (17:56 +0200)]
[FIX] purchase: use the correct variable, finally

bzr revid: mat@openerp.com-20131004155600-vqasj1w07uhnvdmy

10 years ago[FIX] purchase: avoid getting trigger loop (again), apply same fix on procurement...
Martin Trigaux [Fri, 4 Oct 2013 15:39:15 +0000 (17:39 +0200)]
[FIX] purchase: avoid getting trigger loop (again), apply same fix on procurement to be consistent

bzr revid: mat@openerp.com-20131004153915-2urkq50bp8rnddnt

10 years ago[FIX] purchase: avoid workflow trigger infinite loop
Martin Trigaux [Fri, 4 Oct 2013 15:07:10 +0000 (17:07 +0200)]
[FIX] purchase: avoid workflow trigger infinite loop

bzr revid: mat@openerp.com-20131004150710-mtecvsj9ad7qrisc

10 years ago[IMP] purchase: don't send messages at all when exception, already logged in message...
Martin Trigaux [Fri, 4 Oct 2013 14:40:29 +0000 (16:40 +0200)]
[IMP] purchase: don't send messages at all when exception, already logged in message field

bzr revid: mat@openerp.com-20131004144029-rp0j2z53zxt7ddh5

10 years ago[FIX] purchase: reduce the number of mail messages sent to when procurement in exception
Martin Trigaux [Fri, 4 Oct 2013 14:06:02 +0000 (16:06 +0200)]
[FIX] purchase: reduce the number of mail messages sent to when procurement in exception

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

bzr revid: mat@openerp.com-20131004140602-8gic5ojgadso5801

10 years ago[MERGE] l10n_it: fix taxes, add new 22% IVA introduced on 2013-10-01, courtesy of...
Olivier Dony [Fri, 4 Oct 2013 14:03:41 +0000 (16:03 +0200)]
[MERGE] l10n_it: fix taxes, add new 22% IVA introduced on 2013-10-01, courtesy of Leonardo Pistone (Agile BG)

bzr revid: odo@openerp.com-20131004140341-coq0oiytr5p6v3vw

10 years ago[MERGE] account_voucher, product, stock: use selection widgets for magic context...
Olivier Dony [Fri, 4 Oct 2013 12:22:57 +0000 (14:22 +0200)]
[MERGE] account_voucher, product, stock: use selection widgets for magic context fields, to pass IDs in the context instead of strings

Many2one fields resolve to strings when used
as `self` within the @context or @filter_domain
attributes of a search field, because they
must be able to support partial matches,
e.g. search for "Sto" to match "Stock".
In many case the code was not prepared to accept
string for the magic context values, so the
magic fields now caused crashes.

The widget="selection" attribute was dropped
during the search view cleanup for 7.0,
without noticing this unfortunate side-effect,
at revision:
  addons 7.0 revno 7142 revid:qdp-launchpad@openerp.com-20120731150358-jqd3eoz06imzlx01

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

bzr revid: odo@openerp.com-20131004122257-5cx5sf3nm8qi5auc

10 years ago[MERGE] account: CoA installer: include parent charts when determining default taxes...
Olivier Dony [Fri, 4 Oct 2013 12:12:45 +0000 (14:12 +0200)]
[MERGE] account: CoA installer: include parent charts when determining default taxes, otherwise they cannot be set during install

See comments on this MP for some background:
  https://code.launchpad.net/~pedro.baeza/openobject-addons/7.0-updated_l10n_es/+merge/161654

bzr revid: odo@openerp.com-20131004121245-xkqz024d3zzt1xki

10 years ago[add] l10n_it: add new 22% tax
Leonardo Pistone [Fri, 4 Oct 2013 11:39:56 +0000 (13:39 +0200)]
[add] l10n_it: add new 22% tax

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

bzr revid: leonardo.pistone@agilebg.com-20131004113956-05g2jyq506gu3ykw

10 years ago[fix] l10n_it: 2% tax has code 22a, 22b instead of 2a, 2b
Leonardo Pistone [Fri, 4 Oct 2013 11:11:11 +0000 (13:11 +0200)]
[fix] l10n_it: 2% tax has code 22a, 22b instead of 2a, 2b

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

bzr revid: leonardo.pistone@agilebg.com-20131004111111-ji9rekvpo71afl05

10 years ago[FIX] account_voucher, product, stock: use selection widgets for magic context fields...
Olivier Dony [Fri, 4 Oct 2013 10:52:18 +0000 (12:52 +0200)]
[FIX] account_voucher, product, stock: use selection widgets for magic context fields, to pass IDs in the context instead of strings

Many2one fields resolve to strings when used
as `self` within the @context or @filter_domain
attributes of a search field, because they
must be able to support partial matches,
e.g. search for "Sto" to match "Stock".
In many case the code was not prepared to accept
string for the magic context values, so the
magic fields now caused crashes.

The widget="selection" attribute was dropped
during the search view cleanup for 7.0,
without noticing this unfortunate side-effect,
at revision:
  addons 7.0 revno 7142 revid:qdp-launchpad@openerp.com-20120731150358-jqd3eoz06imzlx01

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

bzr revid: odo@openerp.com-20131004105218-edvb5ewduqar3x88

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131004054526-wrer2m4h9u0lpvmm

10 years ago[MERGE] l10n_br: addition of some IPI taxes, courtesy of Renato Lima (Akretion)
Olivier Dony [Thu, 3 Oct 2013 15:56:13 +0000 (17:56 +0200)]
[MERGE] l10n_br: addition of some IPI taxes, courtesy of Renato Lima (Akretion)

bzr revid: odo@openerp.com-20131003155613-g4zibfq32766j1wi

10 years ago[MERGE] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtes...
Olivier Dony [Thu, 3 Oct 2013 14:54:28 +0000 (16:54 +0200)]
[MERGE] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtesy of Moisés López (Vauxoo)

bzr revid: odo@openerp.com-20131003145428-wdhjxwmdzx7i1nue

10 years ago[FIX] account: CoA installer: include parent charts when determining default taxes...
Olivier Dony [Thu, 3 Oct 2013 13:48:20 +0000 (15:48 +0200)]
[FIX] account: CoA installer: include parent charts when determining default taxes, otherwise they cannot be set during install

bzr revid: odo@openerp.com-20131003134820-ksc52izjwfpxn2ps

10 years ago[MERGE] auth_signup: invitation mail - fallback to user email when company has no...
Olivier Dony [Thu, 3 Oct 2013 10:51:49 +0000 (12:51 +0200)]
[MERGE] auth_signup: invitation mail - fallback to user email when company has no email

This avoids a confusing error message. The email
sender does not matter much in this case anyway.

bzr revid: odo@openerp.com-20131003105149-6v1vpv53k0dol53e

10 years ago[IMP] hr_timesheet_invoice: cleanup/simplify previous commit
Olivier Dony [Thu, 3 Oct 2013 10:43:55 +0000 (12:43 +0200)]
[IMP] hr_timesheet_invoice: cleanup/simplify previous commit

bzr revid: odo@openerp.com-20131003104355-2ttyu8wnactkawmn

10 years ago[FIX] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtesy...
Olivier Dony [Thu, 3 Oct 2013 10:00:42 +0000 (12:00 +0200)]
[FIX] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtesy of Moisés López (Vauxoo)

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

bzr revid: odo@openerp.com-20131003100042-g1fjtk36c4dcehng

10 years ago[FIX]mail: backport of fix 8787 from saas-1 branch, rev-id: chm@openerp.com-201310030...
Denis Ledoux [Thu, 3 Oct 2013 09:54:00 +0000 (11:54 +0200)]
[FIX]mail: backport of fix 8787 from saas-1 branch, rev-id: chm@openerp.com-20131003091603-rarztafazl56ugid

bzr revid: dle@openerp.com-20131003095400-wgfwaazfdfhho3vb

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131003055550-0r0oqctbd69hv6ud

10 years ago[FIX] point_of_sale: remove useless or condition in tax computation
Martin Trigaux [Wed, 2 Oct 2013 14:37:34 +0000 (16:37 +0200)]
[FIX] point_of_sale: remove useless or condition in tax computation

bzr revid: mat@openerp.com-20131002143734-b51sl1taumajaaus

10 years ago[IMP] update 2014 new VAT
fclementi@camptocamp.com [Wed, 2 Oct 2013 13:38:41 +0000 (15:38 +0200)]
[IMP] update 2014 new VAT

bzr revid: fclementi@camptocamp.com-20131002133841-07rjon3m7bjwqo2e

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m

10 years ago[FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends...
Denis Ledoux [Tue, 1 Oct 2013 17:30:20 +0000 (19:30 +0200)]
[FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends on share, portal is, so moving the values['share'] = true to portal module

bzr revid: dle@openerp.com-20131001173020-kv8upxloazihz5uh

10 years ago[FIX]portal: add share flag to portaltemplate user and portal demo user
Denis Ledoux [Tue, 1 Oct 2013 15:59:01 +0000 (17:59 +0200)]
[FIX]portal: add share flag to portaltemplate user and portal demo user

bzr revid: dle@openerp.com-20131001155901-3hmb81sw6yvjmuav

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131001053913-1x0pa0ji7vetnbls

10 years ago[FIX]crm: wizard lead to opportunities, match exact email, insensitive
Denis Ledoux [Mon, 30 Sep 2013 14:12:02 +0000 (16:12 +0200)]
[FIX]crm: wizard lead to opportunities, match exact email, insensitive

bzr revid: dle@openerp.com-20130930141202-ghnujem348kydd2m

10 years ago[IMP] orm: don't compute twice the same function for stored fields if two fields...
Martin Trigaux [Mon, 30 Sep 2013 14:05:15 +0000 (16:05 +0200)]
[IMP] orm: don't compute twice the same function for stored fields if two fields have the same trigger function

bzr revid: mat@openerp.com-20130930140515-4kbzkotjh2ify5vm

10 years ago[IMP] store fields: do not add twice the same function field in the store_function...
Martin Trigaux [Mon, 30 Sep 2013 12:15:11 +0000 (14:15 +0200)]
[IMP] store fields: do not add twice the same function field in the store_function list

bzr revid: mat@openerp.com-20130930121511-94a2k0ka91bsgrnf

10 years ago[FIX] auth_signup: invitation mail - fallback to user email when company has no email
Olivier Dony [Mon, 30 Sep 2013 08:38:29 +0000 (10:38 +0200)]
[FIX] auth_signup: invitation mail - fallback to user email when company has no email

This avoids a confusing error message. The email
sender does not matter much in this case anyway.

bzr revid: odo@openerp.com-20130930083829-h7s3vmvmld91d67e