odoo/odoo.git
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 ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9493 rev-id: launchpad_transl...
Denis Ledoux [Thu, 3 Oct 2013 09:45:41 +0000 (11:45 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9493 rev-id: launchpad_translations_on_behalf_of_openerp-20131003055550-0r0oqctbd69hv6ud

bzr revid: dle@openerp.com-20131003094541-ro29hhkas03rdvw8

10 years ago[FIX] mail.js: not found do_reload_menu_emails; fix: Use instanceof insead of compara...
Christophe Matthieu [Thu, 3 Oct 2013 09:16:03 +0000 (11:16 +0200)]
[FIX] mail.js: not found do_reload_menu_emails; fix: Use instanceof insead of comparaison of __proto__ arguments

bzr revid: chm@openerp.com-20131003091603-rarztafazl56ugid

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 ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9491 rev-id: launchpad_transl...
Denis Ledoux [Wed, 2 Oct 2013 10:12:19 +0000 (12:12 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9491 rev-id: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m

bzr revid: dle@openerp.com-20131002101219-h765e9awts5rovye

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_sale: re-add auto-subscribe of customer when confirming invoice
Olivier Dony [Tue, 1 Oct 2013 16:41:25 +0000 (18:41 +0200)]
[FIX] portal_sale: re-add auto-subscribe of customer when confirming invoice

It was removed by mistake in commit [1]
when fixing the forward-port of 7.0
to saas-1. Only the mail notification
had to be removed, not the auto-follow
of the customer, which is important
in the portal, otherwise customers
cannot see their invoices.

[1] 8699 revid:chm@openerp.com-20130506135653-7e8nukr68s9255oq

bzr revid: odo@openerp.com-20131001164125-1smk4mi3eulcbkab

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[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9487 rev-id: dle@openerp...
Denis Ledoux [Mon, 30 Sep 2013 15:08:04 +0000 (17:08 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9487 rev-id: dle@openerp.com-20130930141202-ghnujem348kydd2m

bzr revid: dle@openerp.com-20130930150804-b4j080uy06t4n7f1

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

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Sep 2013 05:43:18 +0000 (05:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054304-7r885mda98p411ax
bzr revid: launchpad_translations_on_behalf_of_openerp-20130928055410-zlzdspq6yjqrkq33
bzr revid: launchpad_translations_on_behalf_of_openerp-20130929054547-erco56ru1eyc6iq7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054318-brbtsqs7pdngwg51

10 years ago[FIX] ir.fields.converter: fields.reference values were not importable because the...
Olivier Dony [Fri, 27 Sep 2013 14:23:03 +0000 (16:23 +0200)]
[FIX] ir.fields.converter: fields.reference values were not importable because the (trivial) converter was missing

bzr revid: odo@openerp.com-20130927142303-ykcjnxgdiuni3lnk

10 years ago[FIX] point_of_sale: return empty list instead of False for report computation (opw...
Martin Trigaux [Fri, 27 Sep 2013 11:11:18 +0000 (13:11 +0200)]
[FIX] point_of_sale: return empty list instead of False for report computation (opw 598437)

bzr revid: mat@openerp.com-20130927111118-bis9odhacjqaqmyp

10 years ago[FIXED] pos: Fixed the issue of pos detail report when trying to pring report having...
Hardik Ansodariya [Fri, 27 Sep 2013 10:35:43 +0000 (16:05 +0530)]
[FIXED] pos: Fixed the issue of pos detail report when trying to pring report having order without TAX were throwing error(Maintenance case: 598437)

bzr revid: han@tinyerp.com-20130927103543-jppq53ugkj1gk2cl

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 27 Sep 2013 06:16:58 +0000 (06:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054843-vx0nogr2rpf5amw4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055416-ubjv2v9mogsb49f3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061626-2rcumswg0tc4e10e
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055451-072mn28h3ew4cwfp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061658-4svrcqcw04av1e5w

10 years ago[FIX] report_webkit: correctly catch error in rendering
Martin Trigaux [Thu, 26 Sep 2013 12:24:37 +0000 (14:24 +0200)]
[FIX] report_webkit: correctly catch error in rendering

bzr revid: mat@openerp.com-20130926122437-nx7idmpjmm8k1r9d

10 years ago[FIX]share: embed url action= instead of action_id=
Denis Ledoux [Wed, 25 Sep 2013 14:00:58 +0000 (16:00 +0200)]
[FIX]share: embed url action= instead of action_id=

bzr revid: dle@openerp.com-20130925140058-hahb3gtrs97a71lw

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054914-zqgjgcb39ny7ejt5

10 years ago[FIX]portal_crm: add default_type in action, in order to select properly the stage...
Denis Ledoux [Tue, 24 Sep 2013 16:09:12 +0000 (18:09 +0200)]
[FIX]portal_crm: add default_type in action, in order to select properly the stage and the section_id

bzr revid: dle@openerp.com-20130924160912-iyxcrngzfgge32q6

10 years ago[FIX]base, ir_translation: in _get_src, if model or record id does not exist anymore...
Denis Ledoux [Tue, 24 Sep 2013 12:46:54 +0000 (14:46 +0200)]
[FIX]base, ir_translation: in _get_src, if model or record id does not exist anymore, do not apptempt to read it

bzr revid: dle@openerp.com-20130924124654-9lz76t6hx0cmxnx5

10 years ago[FIX] mrp: don't select bom out of current date range, replace sql query by orm request
Martin Trigaux [Tue, 24 Sep 2013 12:21:23 +0000 (14:21 +0200)]
[FIX] mrp: don't select bom out of current date range, replace sql query by orm request

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

bzr revid: mat@openerp.com-20130924122123-v4sgyx5v08ikqzsx

10 years ago[FIX] account_analytic_analysis: expected browse record instead of id for map_account...
Martin Trigaux [Tue, 24 Sep 2013 12:13:26 +0000 (14:13 +0200)]
[FIX] account_analytic_analysis: expected browse record instead of id for map_account call (opw #597966)

bzr revid: mat@openerp.com-20130924121326-tb4jr7nqttsxbddu

10 years ago[FIX] account_analytic_analysis: fix the traceback, AttributeError: 'long' object...
Ravi Gohil (OpenERP) [Tue, 24 Sep 2013 10:57:28 +0000 (16:27 +0530)]
[FIX] account_analytic_analysis: fix the traceback, AttributeError: 'long' object has no attribute 'account_ids' when automatic recurring invoice is enabled.(Maintenance Case : 597966)

bzr revid: rgo@tinyerp.com-20130924105728-gtmc1862gcazs7lb

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 24 Sep 2013 06:37:29 +0000 (06:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130924063729-1k9xlx0630vx6is5

10 years ago[FIX] mrp: improved fix, used DEFAULT_SERVER_DATETIME_FORMAT for date, removed extra...
Rifakat [Tue, 24 Sep 2013 06:26:48 +0000 (11:56 +0530)]
[FIX] mrp: improved fix, used DEFAULT_SERVER_DATETIME_FORMAT for date, removed extra AND and _order from search()

bzr revid: rha@tinyerp.com-20130924062648-qshruwnukmtn0b7w

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9475 rev-id: dle@openerp...
Denis Ledoux [Mon, 23 Sep 2013 16:56:51 +0000 (18:56 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9475 rev-id: dle@openerp.com-20130923162428-g0s3o9tid09ogfv3

bzr revid: dle@openerp.com-20130923165651-0jt823r5wy37enw6

10 years ago[FIX]sale_crm: add context to categ_ids for sale order object. Its dummy to set ...
Denis Ledoux [Mon, 23 Sep 2013 16:24:28 +0000 (18:24 +0200)]
[FIX]sale_crm: add context to categ_ids for sale order object. Its dummy to set 'crm.lead' for object_name in context while the current object is a 'sale.order', but its less dummy to copy crm.lead tags to sale.order tags while using the convert to quotation wizard

bzr revid: dle@openerp.com-20130923162428-g0s3o9tid09ogfv3

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045555-o80w0vjyl4g3d2qn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060115-eauj5wlxmkpyxwys
bzr revid: launchpad_translations_on_behalf_of_openerp-20130922053444-ai66yjl1419gee8h
bzr revid: launchpad_translations_on_behalf_of_openerp-20130923053502-xuqx6gazdvsak6e5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130921055928-8y21w291t5w0k13o
bzr revid: launchpad_translations_on_behalf_of_openerp-20130922053456-pcgrwl35kk8b7ff8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130923053531-3twd4g12gj4iqmv3

10 years ago[MERGE] [FIX] plugin_outlook: allow using instances with SSL enabled
Martin Trigaux [Fri, 20 Sep 2013 15:20:18 +0000 (17:20 +0200)]
[MERGE] [FIX] plugin_outlook: allow using instances with SSL enabled

bzr revid: mat@openerp.com-20130920152018-a99haffsf7gn4uj6

10 years ago[FIX] sale: duplication of an existing sale order should change the date
Martin Trigaux [Fri, 20 Sep 2013 15:00:10 +0000 (17:00 +0200)]
[FIX] sale: duplication of an existing sale order should change the date

bzr revid: mat@openerp.com-20130920150010-zj6ug2mdvagr9dv0

10 years ago[FIX] product: avoid getting date=False in pricelist if wrong value in context, court...
Martin Trigaux [Fri, 20 Sep 2013 14:45:29 +0000 (16:45 +0200)]
[FIX] product: avoid getting date=False in pricelist if wrong value in context, courtesy of Alexis de Lattre

bzr revid: mat@openerp.com-20130920144529-800nviktzebexwtt

10 years ago[FIX] project: allow deleting project members from kanban view instead of opening...
Martin Trigaux [Fri, 20 Sep 2013 14:00:59 +0000 (16:00 +0200)]
[FIX] project: allow deleting project members from kanban view instead of opening the user view (opw #590451)

bzr revid: mat@openerp.com-20130920140059-hhupk5qsawaoxms4

10 years ago[FIX] stock: show button check availibility on stock.picking instead of only stock...
Martin Trigaux [Fri, 20 Sep 2013 13:54:03 +0000 (15:54 +0200)]
[FIX] stock: show button check availibility on stock.picking instead of only stock.picking.out (was not present for internal moves) opw #591370

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

bzr revid: mat@openerp.com-20130920135403-49j6c3ihhkh8yh3e

10 years ago[FIX] mrp_operations: change icon to start a work orders to be different than the...
Martin Trigaux [Fri, 20 Sep 2013 13:36:10 +0000 (15:36 +0200)]
[FIX] mrp_operations: change icon to start a work orders to be different than the one for scrap product (opw #591367)

bzr revid: mat@openerp.com-20130920133610-pemveaek0171wmeb

10 years ago[IMP] account: remove wrong colspan on partner ledger wizard
Martin Trigaux [Fri, 20 Sep 2013 13:03:04 +0000 (15:03 +0200)]
[IMP] account: remove wrong colspan on partner ledger wizard

bzr revid: mat@openerp.com-20130920130304-ntbaz1dkea0c5hpe

10 years ago[FIX] survey: add missing translations
Martin Trigaux [Fri, 20 Sep 2013 12:39:38 +0000 (14:39 +0200)]
[FIX] survey: add missing translations

bzr revid: mat@openerp.com-20130920123938-ioifrlv200rkalhe

10 years ago[FIX]purchase: It was no possible to validate invoices of several purchase orders...
Denis Ledoux [Fri, 20 Sep 2013 11:54:31 +0000 (13:54 +0200)]
[FIX]purchase: It was no possible to validate invoices of several purchase orders due to a message_post with a list of more than 1 id

bzr revid: dle@openerp.com-20130920115431-ub87n3wgobuq4ic3

10 years ago[IMP] stock: improve performances of _product_reserve by reducing the number of locat...
Martin Trigaux [Fri, 20 Sep 2013 11:24:37 +0000 (13:24 +0200)]
[IMP] stock: improve performances of _product_reserve by reducing the number of locations that are checked (opw#590466)

bzr revid: mat@openerp.com-20130920112437-giswgxm7o6d17iaf

10 years ago[FIX] account: allow ordering of lines on all invoices (opw#590277)
Martin Trigaux [Fri, 20 Sep 2013 09:50:26 +0000 (11:50 +0200)]
[FIX] account: allow ordering of lines on all invoices (opw#590277)

bzr revid: mat@openerp.com-20130920095026-qv0o2ohcys8druf5

10 years ago[FIX] account,purchase,stock: update report sxw to match latest rml
Martin Trigaux [Fri, 20 Sep 2013 09:39:47 +0000 (11:39 +0200)]
[FIX] account,purchase,stock: update report sxw to match latest rml

bzr revid: mat@openerp.com-20130920093947-os5o6b7ugsqft737

10 years ago[FIX] plugin_outlook: Removed method check_connectivity as it is removed from server...
Ravi Gohil (OpenERP) [Fri, 20 Sep 2013 08:51:23 +0000 (14:21 +0530)]
[FIX] plugin_outlook: Removed method check_connectivity as it is removed from server in a commit at rev: openobject-server/saas-1/revision/4842 and fixed the issue faced when login using SSL and recompiled the plugin: (Maintenance Case : 596114)

bzr revid: rgo@tinyerp.com-20130920085123-j622oabndu1zjisy

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 20 Sep 2013 06:01:45 +0000 (06:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045624-x71znzpi3rpnvpcs
bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060145-80h8zse3uw3jg2fx

10 years ago[FIX]web base: when kanban view was setted after the tree view in the views sequence...
Denis Ledoux [Thu, 19 Sep 2013 13:55:17 +0000 (15:55 +0200)]
[FIX]web base: when kanban view was setted after the tree view in the views sequence, the form view was located in the footer of the web page.

bzr revid: dle@openerp.com-20130919135517-5e3pvtbyvz13vn31

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 19 Sep 2013 04:56:31 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061126-sqjgy1285qq56ss2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045631-12f8i3qaw4d309mp

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp...
Denis Ledoux [Wed, 18 Sep 2013 16:13:05 +0000 (18:13 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x

bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd

10 years ago[FIX] point_of_sale: barcode scanner was not working in firefox due to usage of event...
Frédéric van der Essen [Wed, 18 Sep 2013 15:33:47 +0000 (17:33 +0200)]
[FIX] point_of_sale: barcode scanner was not working in firefox due to usage of event.keyCode instead of event.which

bzr revid: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x

10 years ago[FIX] ir.mail.server: improve support for user names with emails
Olivier Dony [Wed, 18 Sep 2013 14:38:07 +0000 (16:38 +0200)]
[FIX] ir.mail.server: improve support for user names with emails

The previous fix in revision 5072 only allowed user names
that contained the exact same emails, but users will do
the wildest things like having `someone@domain.com` as
name but setting their email to `someone@domain2.com`.

This was blocked by our sanity check looking for a single
email in the From header. As this check is only done
in order to provide a better error message, it should
not impact valid cases.
Modifying the check to pass when at least one email
was found should be enough to catch most invalid cases,
without requiring a more advanced analysis of the
header value (the RFCs allows very strange things!)

bzr revid: odo@openerp.com-20130918143807-wqqpqomyu1ppa2ih

10 years ago[IMP] account: performance improvement on the creation of new account.move (opw ...
Martin Trigaux [Wed, 18 Sep 2013 14:31:46 +0000 (16:31 +0200)]
[IMP] account: performance improvement on the creation of new account.move (opw #597719)

bzr revid: mat@openerp.com-20130918143146-bnmoje96alatdyc1

10 years ago[IMP] point_of_sale: when the product search returns only one product, order it on...
Frédéric van der Essen [Wed, 18 Sep 2013 13:42:08 +0000 (15:42 +0200)]
[IMP] point_of_sale: when the product search returns only one product, order it on 'enter' keypress

bzr revid: fva@openerp.com-20130918134208-t9g50q8whdft4xzq

10 years ago[FIX] point_of_sale: currency should be fetched from the pricelist instead of the...
Frédéric van der Essen [Wed, 18 Sep 2013 12:28:36 +0000 (14:28 +0200)]
[FIX] point_of_sale: currency should be fetched from the pricelist instead of the company

bzr revid: fva@openerp.com-20130918122836-pqi1w41swu4rcrga

10 years ago[MERGE] tools.translate: add compatibility with Babel v.1.3, courtesy of Stefan Rijnh...
Olivier Dony [Wed, 18 Sep 2013 08:12:16 +0000 (10:12 +0200)]
[MERGE] tools.translate: add compatibility with Babel v.1.3, courtesy of Stefan Rijnhart (Therp)

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

bzr revid: odo@openerp.com-20130918081216-8dnkmyp4wif3nm24

10 years ago[FIX] Keep backwards compatibility with Babel 0.9.6
Stefan Rijnhart [Wed, 18 Sep 2013 07:45:05 +0000 (09:45 +0200)]
[FIX] Keep backwards compatibility with Babel 0.9.6

bzr revid: stefan@therp.nl-20130918074505-59q1fs3ixlev1ein

10 years ago[RVT] Undo previous fix
Stefan Rijnhart [Wed, 18 Sep 2013 07:44:07 +0000 (09:44 +0200)]
[RVT] Undo previous fix

bzr revid: stefan@therp.nl-20130918074407-ae6yu2f001vxl0le

10 years ago[FIX] sale_crm: move code reverted at revision 9452 to the sale_crm module instead...
Martin Trigaux [Wed, 18 Sep 2013 07:33:33 +0000 (09:33 +0200)]
[FIX] sale_crm: move code reverted at revision 9452 to the sale_crm module instead of project_mrp

bzr revid: mat@openerp.com-20130918073333-xikarmzmmmdzp3ia

10 years ago[MERGE] project_mrp: correct reference to process.node from sales process
Olivier Dony [Wed, 18 Sep 2013 07:40:02 +0000 (09:40 +0200)]
[MERGE] project_mrp: correct reference to process.node from sales process

The project_mrp process extends the sales process at
the procurement phase, however that part of the sales
process has now been moved to the `sale_stock` module,
which is not a dependency of `project_mrp` anymore.
There is however little reason to duplicate that
process node, so as a temporary hack, we can copy
its external ID, even though there is no direct
dependency between the two.

For next version we should fix this hack by moving
the node to a common dependency between sale_stock
and project_mrp, such as `sale`.

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

bzr revid: odo@openerp.com-20130918074002-wrhnq0w4t8xx3rgv

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 18 Sep 2013 05:11:17 +0000 (05:11 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130918051117-44x8mgdnm0ucqyp4

10 years ago[FIX] project_mrp: revert addition in commit 9445 breaking databases withtout mrp...
Martin Trigaux [Tue, 17 Sep 2013 16:09:18 +0000 (18:09 +0200)]
[FIX] project_mrp: revert addition in commit 9445 breaking databases withtout mrp module

bzr revid: mat@openerp.com-20130917160918-dohb1lb5vtqsy5lv

10 years ago[FIX] project_mrp: correct reference to process.node from sales process
Olivier Dony [Tue, 17 Sep 2013 16:03:37 +0000 (18:03 +0200)]
[FIX] project_mrp: correct reference to process.node from sales process

The project_mrp process extends the sales process at
the procurement phase, however that part of the sales
process has now been moved to the `sale_stock` module,
which is not a dependency of `project_mrp` anymore.
There is however little reason to duplicate that
process node, so as a temporary hack, we can copy
its external ID, even though there is no direct
dependency between the two.

For next version we should fix this hack by moving
the node to a common dependency between sale_stock
and project_mrp, such as `sale`.

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

bzr revid: odo@openerp.com-20130917160337-lih7bjqastozga8w

10 years ago[FIX] Restore compatibility with Babel > 0.9.6
Stefan Rijnhart [Tue, 17 Sep 2013 12:23:12 +0000 (14:23 +0200)]
[FIX] Restore compatibility with Babel > 0.9.6

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

bzr revid: stefan@therp.nl-20130917122312-r6s7dgzdsfil7xyg

10 years ago[MERGE] [FIX] base_calendar: Fix domain evaluation for calendar recursive and fix...
Martin Trigaux [Tue, 17 Sep 2013 09:39:06 +0000 (11:39 +0200)]
[MERGE] [FIX] base_calendar: Fix domain evaluation for calendar recursive and fix search method for recurrency date

bzr revid: mat@openerp.com-20130917093906-3oe3xr7zaoc1r80m

10 years ago[FIX] stock: use user's language as default value to fetch product translation
Martin Trigaux [Tue, 17 Sep 2013 07:40:45 +0000 (09:40 +0200)]
[FIX] stock: use user's language as default value to fetch product translation

bzr revid: mat@openerp.com-20130917074045-4o5t46t7fucqr354

10 years ago[FIX] stock: decimal precision of new_price field on update cost price wizard is...
Martin Trigaux [Tue, 17 Sep 2013 07:38:05 +0000 (09:38 +0200)]
[FIX] stock: decimal precision of new_price field on update cost price wizard is not same as defined in cost_price field

bzr revid: mat@openerp.com-20130917073805-dg4yvxrjkv35k7p1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 17 Sep 2013 05:19:03 +0000 (05:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130913060803-zltruvkg213vqm57
bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061052-1kts2jol7uvq1n4f
bzr revid: launchpad_translations_on_behalf_of_openerp-20130917051850-e1s8v09muo1atjwh
bzr revid: launchpad_translations_on_behalf_of_openerp-20130917051903-257acdjbxi60zyv8

10 years ago[FIX] hr_timesheet_sheet: use timezone in hour computation for timesheet
Martin Trigaux [Mon, 16 Sep 2013 14:33:00 +0000 (16:33 +0200)]
[FIX] hr_timesheet_sheet: use timezone in hour computation for timesheet

bzr revid: mat@openerp.com-20130916143300-sa3zpm505ac6r145

10 years ago[MERGE] [FIX] mrp_subproduct: correctly take into account subproduct_factor when...
Martin Trigaux [Mon, 16 Sep 2013 12:34:42 +0000 (14:34 +0200)]
[MERGE] [FIX] mrp_subproduct: correctly take into account subproduct_factor when checking quantities on BoM

bzr revid: mat@openerp.com-20130916123442-cch34mghmwh1p18e

10 years ago[MERGE] [FIX] mrp: producing a BoM of type service is no longer blocked in ready...
Martin Trigaux [Mon, 16 Sep 2013 11:33:23 +0000 (13:33 +0200)]
[MERGE] [FIX] mrp: producing a BoM of type service is no longer blocked in ready state, correctly transmit project reference when create task from sale order

bzr revid: mat@openerp.com-20130916113323-8an09x0d7svv2j7d

10 years ago[IMP] project_mrp: cleaning and add condition for triggering signal
Martin Trigaux [Mon, 16 Sep 2013 10:01:20 +0000 (12:01 +0200)]
[IMP] project_mrp: cleaning and add condition for triggering signal

bzr revid: mat@openerp.com-20130916100120-kuuyofh3o8e3iv8c

10 years ago[IMP] mrp: trigger workflow only if no move lines
Martin Trigaux [Mon, 16 Sep 2013 09:46:04 +0000 (11:46 +0200)]
[IMP] mrp: trigger workflow only if no move lines

bzr revid: mat@openerp.com-20130916094604-zonoyxeic948mjn2

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 16 Sep 2013 06:14:18 +0000 (06:14 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130914055308-488d7jp6pk12s4oq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061118-idedxdulpa7nb0s0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130916061418-3r990vgrtgj1quyt

10 years ago[IMP]Improved code for multiple bom.
Paramjit Singh Sahota [Fri, 13 Sep 2013 13:30:08 +0000 (19:00 +0530)]
[IMP]Improved code for multiple bom.

bzr revid: psa@tinyerp.com-20130913133008-z1k76sq6jkvu8e6i

10 years ago[MERGE] Merged lp:openobject-addon/7.0
Paramjit Singh Sahota [Fri, 13 Sep 2013 13:11:40 +0000 (18:41 +0530)]
[MERGE] Merged lp:openobject-addon/7.0

bzr revid: psa@tinyerp.com-20130913091747-elttufebavyzk79s
bzr revid: psa@tinyerp.com-20130913131140-my74y02s9ojgmfmu

10 years ago[FIX] sale.shop: The pricelist should be a required field
Frédéric van der Essen [Fri, 13 Sep 2013 12:57:48 +0000 (14:57 +0200)]
[FIX] sale.shop: The pricelist should be a required field

bzr revid: fva@openerp.com-20130913125748-x5wa2zsyc7rijim2