odoo/odoo.git
11 years ago[FIX] checkbox position for boolean field in list editable. Remove padding on the...
Christophe Matthieu [Fri, 28 Jun 2013 08:19:35 +0000 (10:19 +0200)]
[FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input. Bug-1166716

bzr revid: chm@openerp.com-20130628081935-shtvd3eaczr2cecc

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 28 Jun 2013 06:32:30 +0000 (06:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130628063230-vimvbe89j2208dpl

11 years ago[MERGE] [FIX] hr_timesheet_invoice: use invoice amount instead of product and product...
Martin Trigaux [Thu, 27 Jun 2013 14:37:12 +0000 (16:37 +0200)]
[MERGE] [FIX] hr_timesheet_invoice: use invoice amount instead of product and product not mandatory

bzr revid: mat@openerp.com-20130627143712-t2d9h4pewuhs0lhb

11 years ago[FIX] checkbox position for boolean field in list editable. Remove padding on the...
Christophe Matthieu [Thu, 27 Jun 2013 09:17:05 +0000 (11:17 +0200)]
[FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input

bzr revid: chm@openerp.com-20130627091705-ry0689d3dg4izhn4

11 years ago[MERGE] [FIX] l10n_ch: reStructuredText in description file, courtesy of Yannick...
Martin Trigaux [Thu, 27 Jun 2013 07:57:30 +0000 (09:57 +0200)]
[MERGE] [FIX] l10n_ch: reStructuredText in description file, courtesy of Yannick Vaucher (Camptocamp)

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

bzr revid: mat@openerp.com-20130627075730-k5xe5k68qlv0wufm

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 27 Jun 2013 06:19:34 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130627061934-xdytzx3ryrn54izu

11 years ago[FIX] Wrong account type
Maxime Chambreuil [Wed, 26 Jun 2013 21:42:44 +0000 (17:42 -0400)]
[FIX] Wrong account type

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130626214244-8qtjsphulr3ss0rh

11 years ago[FIX] project: removed old code that was messing with followers intorduced at revisio...
Thibault Delavallée [Wed, 26 Jun 2013 10:37:56 +0000 (12:37 +0200)]
[FIX] project: removed old code that was messing with followers intorduced at revision 8435.

bzr revid: tde@openerp.com-20130626103756-kbbrp87gn2h5160h

11 years ago[FIX] point_of_sale: don't group move lines if debit and credit
Martin Trigaux [Wed, 26 Jun 2013 09:34:12 +0000 (11:34 +0200)]
[FIX] point_of_sale: don't group move lines if debit and credit

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

bzr revid: mat@openerp.com-20130626093412-or5k3eznjsxbvgu3

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 26 Jun 2013 06:18:58 +0000 (06:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130625055814-0xhzq55bhk2yalpd
bzr revid: launchpad_translations_on_behalf_of_openerp-20130626061855-up0d9p61pblz40xa
bzr revid: launchpad_translations_on_behalf_of_openerp-20130625055818-kmfgjvq2jfrhd3zr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130626061858-aacxz9wf3f2e4b0v

11 years ago[FIX]account: fix of sxw of account_print_invoice, which was using o.address_invoice_...
Denis Ledoux [Mon, 24 Jun 2013 14:58:56 +0000 (16:58 +0200)]
[FIX]account: fix of sxw of account_print_invoice, which was using o.address_invoice_id.partner_id instead of o.partner_id

bzr revid: dle@openerp.com-20130624145856-vz0d8oezyqoj7gou

11 years ago[MERGE] [FIX] OPW 590066 account: remove accounting information lines from Journal...
Martin Trigaux [Mon, 24 Jun 2013 12:44:18 +0000 (14:44 +0200)]
[MERGE] [FIX] OPW 590066 account: remove accounting information lines from Journal items

bzr revid: mat@openerp.com-20130624124418-r6fkvaokbfn3dvbg

11 years ago[MERGE] [FIX] l10n_be_invoice_bba: correctly create bba reference when creating an...
Xavier ALT [Mon, 24 Jun 2013 08:33:22 +0000 (10:33 +0200)]
[MERGE] [FIX] l10n_be_invoice_bba: correctly create bba reference when creating an invoice

  When creating an invoice from another object (sale: invoice from sale order
  line, sale: invoice on delivery order, ...) we have to make sure that newly
  created invoice respect partner's default ``communication type``, and
  accordingly generate a new BBA if required and none provided.

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

bzr revid: xal@openerp.com-20130624083322-h3h4h8nn876585m3

11 years ago[FIX] evaluation context structures not being round-tripped through eval
Xavier Morel [Mon, 24 Jun 2013 05:59:29 +0000 (07:59 +0200)]
[FIX] evaluation context structures not being round-tripped through eval

JS objects are converted to py.object when passed in through the
evaluation context. py.object are not serializable by default (because
that doesn't really make sense), which breaks when the input is
intended as a dict and returned (e.g. o2m values, which are triples of
(int, int?, dict?)).

Intuitively, JS objects passed as part of the context should be mostly
JSON-ish and thus dicts, but that turns out not work work as some
addons use attribute accesses within contexts (e.g. parent.access in
account/account_invoice_view.xml)

=> Temporarily solve by converting raw js objects to an "attributed
dict" which acts as both a dict and an object and can be converted to
JSON.

Ideally, py.js should provide for a pluggable conversion, or should
use an attributed mapping internally. See issues 21 and 23.

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

bzr revid: xmo@openerp.com-20130624055929-3rtkgqrp4o87pvau

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 24 Jun 2013 05:26:01 +0000 (05:26 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130622062509-09p9c2ue6lp31hfi
bzr revid: launchpad_translations_on_behalf_of_openerp-20130623055456-p4wd0c25eb7i07g1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130624052601-ewqft8e70ql5qs27

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 24 Jun 2013 05:25:57 +0000 (05:25 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130622062505-fobx7ncp6bkpouyt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130623055452-s77jlu7z6kvjbdlz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130624052557-hsaix5c3fu6opbva

11 years ago[MERGE] Resync with lp:openobject-addons/7.0 to fix conflicts
Maxime Chambreuil [Sat, 22 Jun 2013 03:56:58 +0000 (23:56 -0400)]
[MERGE] Resync with lp:openobject-addons/7.0 to fix conflicts

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130622035658-fsiuszsmflgr08wh

11 years ago[IMP] Documentation
Maxime Chambreuil [Sat, 22 Jun 2013 03:30:26 +0000 (23:30 -0400)]
[IMP] Documentation

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130622033026-isqkcje1k4t6iu36

11 years ago[FIX] Typo
Maxime Chambreuil [Sat, 22 Jun 2013 03:14:03 +0000 (23:14 -0400)]
[FIX] Typo

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130622031403-89lakq6kzyy3xvfq

11 years ago[IMP] Add accounts mapping to fiscal positions
Maxime Chambreuil [Sat, 22 Jun 2013 02:57:28 +0000 (22:57 -0400)]
[IMP] Add accounts mapping to fiscal positions

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130622025728-ctugr41b0fulyr4i

11 years ago[IMP] Forgot one rule (intl2ab)
Maxime Chambreuil [Sat, 22 Jun 2013 01:40:40 +0000 (21:40 -0400)]
[IMP] Forgot one rule (intl2ab)

bzr revid: maxime.chambreuil@savoirfairelinux.com-20130622014040-v3mr2qmhcww4m5hv

11 years ago[IMP] Documentation
Maxime Chambreuil [Sat, 22 Jun 2013 01:26:26 +0000 (21:26 -0400)]
[IMP] Documentation

bzr revid: maxime.chambreuil@gmail.com-20130622012626-hk1e2wfexewwfuve

11 years ago[MERGE] [IMP] l10n_ca: Replaced french leftover tax names in l10n_ca's account_tax_en...
Martin Trigaux [Fri, 21 Jun 2013 14:58:38 +0000 (16:58 +0200)]
[MERGE] [IMP] l10n_ca: Replaced french leftover tax names in l10n_ca's account_tax_en.xml.

Replaced TVH by HST and TVQ by QST
courtesy of Virgil Dupras

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

bzr revid: mat@openerp.com-20130621145838-0dpupx3zp2jazdu1

11 years ago[MERGE] [IMP] l10n_ca: Replaced french leftover tax names in l10n_ca's account_tax_en...
Martin Trigaux [Fri, 21 Jun 2013 14:51:11 +0000 (16:51 +0200)]
[MERGE] [IMP] l10n_ca: Replaced french leftover tax names in l10n_ca's account_tax_en.xml.

Replaced TVH by HST and TVQ by QST
courtesy of Virgil Dupras

bzr revid: mat@openerp.com-20130621145111-ps7ep8qcpgzvafde

11 years ago[MERGE] [FIX] idea: remove filter on many2many field
Martin Trigaux [Fri, 21 Jun 2013 14:41:08 +0000 (16:41 +0200)]
[MERGE] [FIX] idea: remove filter on many2many field

bzr revid: mat@openerp.com-20130621144108-1ehuk2elr5a81i73

11 years ago[MERGE] [FIX] idea: remove filter on many2many field
Martin Trigaux [Fri, 21 Jun 2013 13:08:20 +0000 (15:08 +0200)]
[MERGE] [FIX] idea: remove filter on many2many field

bzr revid: mat@openerp.com-20130621130820-qcilacvqv2l9i3yo

11 years agoallow using price of 0 or less for expense
Martin Trigaux [Fri, 21 Jun 2013 12:47:37 +0000 (14:47 +0200)]
allow using price of 0 or less for expense

bzr revid: mat@openerp.com-20130621124737-zo01u5jbafnb0ges

11 years ago[FIX]web: views.js & coresetup.js, ir_actions_report_xml and get_file special case...
Denis Ledoux [Fri, 21 Jun 2013 12:44:49 +0000 (14:44 +0200)]
[FIX]web: views.js & coresetup.js, ir_actions_report_xml and get_file special case for iOS devices, which do not allow iframe use the way we do it

bzr revid: dle@openerp.com-20130621124449-e3qyz7m7yfvhta1d

11 years ago[MERGE] [FIX] Various improvements in quick create in kanban view.
Thibault Delavallée [Fri, 21 Jun 2013 12:27:37 +0000 (14:27 +0200)]
[MERGE] [FIX] Various improvements in quick create in kanban view.

- [FIX] crm: fixed crash when searching leads/opportunities on section_id then trying to create a new lead/opportunity. The crash was due to a 'default_section_id: self' in the search_view, that is not supported in 7.0.
- [FIX] crm, task, issue, hr_applicant: fixed quick create in kanban view not taking into account the stage in which it is being created.
- [FIX] mail: when tracking modified values for automatic subscription, also take into account default values coming from the context
- [FIX] issue: added default responsible

bzr revid: tde@openerp.com-20130621122737-yu9ui86t1hvc2t2g

11 years ago[FIX] hr_timehseet_invoice: allow use force product
Martin Trigaux [Fri, 21 Jun 2013 12:26:39 +0000 (14:26 +0200)]
[FIX] hr_timehseet_invoice: allow use force product

bzr revid: mat@openerp.com-20130621122639-sfcb7q1pwquiz46l

11 years ago[FIX] crm: removed self in default_ in search view, because this is not supported...
Thibault Delavallée [Fri, 21 Jun 2013 12:06:09 +0000 (14:06 +0200)]
[FIX] crm: removed self in default_ in search view, because this is not supported in 7.0

bzr revid: tde@openerp.com-20130621120609-1ez38kujfkw4ilxp

11 years ago[MERGE] sync
Martin Trigaux [Fri, 21 Jun 2013 11:56:31 +0000 (13:56 +0200)]
[MERGE] sync

bzr revid: mat@openerp.com-20130621115631-9hsdpopro9enj5eu

11 years ago[FIX] Fixed last commit.
Thibault Delavallée [Fri, 21 Jun 2013 10:20:21 +0000 (12:20 +0200)]
[FIX] Fixed last commit.

bzr revid: tde@openerp.com-20130621102021-mnozkbmz11dg5k9z

11 years ago[CLEAN] Some code cleaning before merging.
Thibault Delavallée [Fri, 21 Jun 2013 09:37:32 +0000 (11:37 +0200)]
[CLEAN] Some code cleaning before merging.

bzr revid: tde@openerp.com-20130621093732-qc9ltxfiemmi421s

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 21 Jun 2013 09:24:24 +0000 (11:24 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130621092424-supbxu8mwm2qtu6b

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Jun 2013 06:07:30 +0000 (06:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063516-l62hazz4b5zm9k6p
bzr revid: launchpad_translations_on_behalf_of_openerp-20130621060730-fbgecd0fqut0udm9

11 years ago[MRG] Fix lp:1189050
Maxime Chambreuil [Thu, 20 Jun 2013 22:53:29 +0000 (18:53 -0400)]
[MRG] Fix lp:1189050

bzr revid: maxime.chambreuil@gmail.com-20130620225329-rxp3adib5vp6sofj

11 years ago[FIX] Tax Name and Fiscal Position source tax constraints
Maxime Chambreuil [Thu, 20 Jun 2013 22:32:45 +0000 (18:32 -0400)]
[FIX] Tax Name and Fiscal Position source tax constraints
[ADD] International mapping in fiscal positions
[DEL] Account mapping in fiscal positions

bzr revid: maxime.chambreuil@gmail.com-20130620223245-62qcvto6s1bfmrsm

11 years ago[IMP] Fix fiscal positions
Maxime Chambreuil [Thu, 20 Jun 2013 19:40:30 +0000 (15:40 -0400)]
[IMP] Fix fiscal positions

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

bzr revid: maxime.chambreuil@gmail.com-20130620194030-i7h07e9rf2jsgft4

11 years ago[FIX] mail: fixed a glitch in message_subscribe sometimes overriding specified subtypes
Thibault Delavallée [Thu, 20 Jun 2013 13:57:18 +0000 (15:57 +0200)]
[FIX] mail: fixed a glitch in message_subscribe sometimes overriding specified subtypes

bzr revid: tde@openerp.com-20130620135718-qi0d8fpqvombq3v1

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Jun 2013 06:07:22 +0000 (06:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130621060722-3y4nu7t4kzg3zjua

11 years ago[MERGE] [FIX] pos: prevent two users opening the same session
Martin Trigaux [Thu, 20 Jun 2013 15:46:08 +0000 (17:46 +0200)]
[MERGE] [FIX] pos: prevent two users opening the same session

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

bzr revid: mat@openerp.com-20130620154608-7u8pci09muxedvje

11 years ago[MERGE] [FIX] document_page: prevent modifing write_uid field
Martin Trigaux [Thu, 20 Jun 2013 14:53:12 +0000 (16:53 +0200)]
[MERGE] [FIX] document_page: prevent modifing write_uid field

bzr revid: mat@openerp.com-20130620145312-88fy63l5dab4j9v0

11 years ago[MERGE] [FIX] l10n_ro: remove duplicate label
Martin Trigaux [Thu, 20 Jun 2013 14:23:58 +0000 (16:23 +0200)]
[MERGE] [FIX] l10n_ro: remove duplicate label

bzr revid: mat@openerp.com-20130620142358-r8gfqyf86l3dnoh8

11 years ago[MERGE] [FIX] l10n_be_coda: ensure record rules are applied on res.partner.bank
Martin Trigaux [Thu, 20 Jun 2013 14:17:51 +0000 (16:17 +0200)]
[MERGE] [FIX] l10n_be_coda: ensure record rules are applied on res.partner.bank

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

bzr revid: mat@openerp.com-20130620141751-9ml90ivro2dwsj4p

11 years ago[MERGE] [FIX] l10n_be_coda: check existance of line 8 in coda file, courtesy of Peter...
Martin Trigaux [Thu, 20 Jun 2013 13:32:51 +0000 (15:32 +0200)]
[MERGE] [FIX] l10n_be_coda: check existance of line 8 in coda file, courtesy of Peter Langenberg (Agaplan)

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

bzr revid: mat@openerp.com-20130620133251-9id6wqtgjrzscq1s

11 years ago[MERGE] [FIX] base_calendar: add missing keys for private events in read
Martin Trigaux [Thu, 20 Jun 2013 13:21:32 +0000 (15:21 +0200)]
[MERGE] [FIX] base_calendar: add missing keys for private events in read

bzr revid: mat@openerp.com-20130620132132-k10o23wdsqxkh0le

11 years ago[FIX] OPW 592482: browse_record should not prefetch binary fields
Olivier Dony [Thu, 20 Jun 2013 13:10:57 +0000 (15:10 +0200)]
[FIX] OPW 592482: browse_record should not prefetch binary fields

This was apparently a long-standing issue due to a
strange handling of the _prefetch attribute on
columns: accessing a column would only trigger
the prefetching if its _prefetch attribute was
True, but the prefetching itself would also
prefetch columns that had _prefetch False.

We clearly want it the other way around, or
at least we want _prefetch to decide whether
a column is included in any given prefetching
pass. We can skip the prefetching pass when
the only field being accessed has _prefetch
False because it is likely the other fields
have already been prefetched separately.
This last subtlety should not make any
noticeable performance difference.

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

bzr revid: odo@openerp.com-20130620131057-v7s4qfqj976j3ufo

11 years ago[MERGE] [IMP] crm: log phone calls as in held state
Martin Trigaux [Thu, 20 Jun 2013 11:16:31 +0000 (13:16 +0200)]
[MERGE] [IMP] crm: log phone calls as in held state

bzr revid: mat@openerp.com-20130620111631-91cn5ufweojxfggm

11 years ago[FIX] account_analytic_plans: allow grouping by analytic_id
Martin Trigaux [Thu, 20 Jun 2013 09:29:39 +0000 (11:29 +0200)]
[FIX] account_analytic_plans: allow grouping by analytic_id

bzr revid: mat@openerp.com-20130620092939-5nf628sjodcxndgc

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 20 Jun 2013 06:35:09 +0000 (06:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070428-by6oo1fc0hvfoqc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615061319-hikvcj42kmv0fwla
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053220-l2jj1f2bfhr8s95f
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062045-ydm23y8oyqt85r6d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065045-8n040l4nl7inbsho
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061621-p7u5tapogm5ao1o2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063408-j244y20qpy61d6dn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062054-6zhgccaoectf2c0d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053235-3eimstk0anu72x9m
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062114-7wts3fyy6vgqzt8v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065127-8w5xbiwnnza5vlo1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061719-63jsadfrb1yoqtgz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063509-1xk30ymo1f7nn4h0

11 years ago[FIX] mail: take into account default_ context values for auto subscribe
Thibault Delavallée [Wed, 19 Jun 2013 12:38:29 +0000 (14:38 +0200)]
[FIX] mail: take into account default_ context values for auto subscribe

bzr revid: tde@openerp.com-20130619123829-gr1rkgp490bdci9u

11 years ago[FIX] crm, project.task, project.issue, hr_recruitment: fixed quick create in kanban...
Thibault Delavallée [Wed, 19 Jun 2013 11:46:33 +0000 (13:46 +0200)]
[FIX] crm, project.task, project.issue, hr_recruitment: fixed quick create in kanban, simplified a bit the code in the various create overrides.

bzr revid: tde@openerp.com-20130619114633-pb0rtz0kivlrabcx

11 years ago[FIX] correctly escape labels in search view completion
Xavier Morel [Tue, 18 Jun 2013 11:10:59 +0000 (13:10 +0200)]
[FIX] correctly escape labels in search view completion

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

bzr revid: xmo@openerp.com-20130618111059-v7tx4kpzv72c9pz0

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 18 Jun 2013 06:51:32 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070438-ptd4opv50s2ctnxy
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062100-f80s45b9z73glxhu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062118-1oe27crm1ubv65cr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065132-ftmkcuitm0j035tl

11 years ago[FIX] project: defined the write_date field in project.task so that it can be reused...
Quentin (OpenERP) [Mon, 17 Jun 2013 13:38:25 +0000 (15:38 +0200)]
[FIX] project: defined the write_date field in project.task so that it can be reused in date filters in base_action_rule module

bzr revid: qdp-launchpad@openerp.com-20130617133825-2rfo9z27858qalcb

10 years ago[FIX] account_voucher: while canceling avoid removing twice the same reconciled move
Martin Trigaux [Wed, 10 Jul 2013 08:27:43 +0000 (10:27 +0200)]
[FIX] account_voucher: while canceling avoid removing twice the same reconciled move

bzr revid: mat@openerp.com-20130710082743-mfimnve33j06hgu0

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130709054516-gtc3o5y2e2ywv2ze
bzr revid: launchpad_translations_on_behalf_of_openerp-20130710055211-byl6v65puydy7lj8

10 years ago[MERGE] point_of_sale: fixing bugs discovered during the opendays
Frédéric van der Essen [Mon, 8 Jul 2013 15:02:46 +0000 (17:02 +0200)]
[MERGE] point_of_sale: fixing bugs discovered during the opendays

bzr revid: fva@openerp.com-20130708150246-s2u2meqtboyv139h

10 years ago[FIX] point_of_sale: fixing bad translation in demo data
Frédéric van der Essen [Mon, 8 Jul 2013 14:58:32 +0000 (16:58 +0200)]
[FIX] point_of_sale: fixing bad translation in demo data

bzr revid: fva@openerp.com-20130708145832-54dbakqun110kllo

10 years ago[IMP] point_of_sale: reworked the way the weighting debug mode works to make it more...
Frédéric van der Essen [Mon, 8 Jul 2013 14:55:22 +0000 (16:55 +0200)]
[IMP] point_of_sale: reworked the way the weighting debug mode works to make it more robust

bzr revid: fva@openerp.com-20130708145522-6r5yedizrg9h6m0r

10 years ago[MERGE] from upstream
Frédéric van der Essen [Mon, 8 Jul 2013 13:37:31 +0000 (15:37 +0200)]
[MERGE] from upstream

bzr revid: fva@openerp.com-20130708133731-wiqisp3xptij3in5

10 years ago[IMP] point_of_sale: removing console.logs
Frédéric van der Essen [Mon, 8 Jul 2013 12:56:44 +0000 (14:56 +0200)]
[IMP] point_of_sale: removing console.logs

bzr revid: fva@openerp.com-20130708125644-rdno41mmtwrao3z2

10 years ago[FIX] point_of_sale: weighting end signal could fail to emit in debug mode
Frédéric van der Essen [Mon, 8 Jul 2013 12:49:12 +0000 (14:49 +0200)]
[FIX] point_of_sale: weighting end signal could fail to emit in debug mode

bzr revid: fva@openerp.com-20130708124912-0t8l8v13ug3hst7m

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 7 Jul 2013 05:54:12 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130706061750-b7mm65zaln6pacmc
bzr revid: launchpad_translations_on_behalf_of_openerp-20130707055412-bb9fnxig7ss4pugc

10 years ago[MERGE] l10n_pl: updated tax rates and tax definitions, courtesy of Tymoteusz Motylewski
Olivier Dony [Fri, 5 Jul 2013 07:34:29 +0000 (09:34 +0200)]
[MERGE] l10n_pl: updated tax rates and tax definitions, courtesy of Tymoteusz Motylewski

bzr revid: odo@openerp.com-20130705073429-fqfz8oktnzk23uyt

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130705061306-9j5lebom0vdgldba

10 years ago[FIX] Update Polish VAT rates
Tymoteusz Motylewski [Thu, 4 Jul 2013 17:26:05 +0000 (19:26 +0200)]
[FIX] Update Polish VAT rates

Since 2011 there are new VAT tax rates
see current rates here:
http://europa.eu/youreurope/business/managing-business/paying-taxes/poland/

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

bzr revid: t.motylewski@macopedia.pl-20130704172605-naivnilf60t17bnn

10 years ago[FIX] call this.print on end of ReceiptScreenWidget.show instead of explicit window...
Xavier Morel [Thu, 4 Jul 2013 14:12:56 +0000 (16:12 +0200)]
[FIX] call this.print on end of ReceiptScreenWidget.show instead of explicit window.print

print method already existed, probably to allow overriding printing, but it was not actually called

bzr revid: xmo@openerp.com-20130704141256-u5n7a4kfmqac8n9z

10 years ago[FIX] ir.ui.view: properly validate newly created inheriting views
Olivier Dony [Wed, 3 Jul 2013 21:57:04 +0000 (23:57 +0200)]
[FIX] ir.ui.view: properly validate newly created inheriting views

  When a new inheriting view is imported during a module
  installation, it is validated thanks to the _constraints
  on the ir.ui.view model. However the validation uses
  a rather convoluted system for validating the whole
  view tree at once (root view + all inherited changes)
  while only taking into account the views that belong
  to modules that are currently loaded.

  This complicated system is necessary to be able to
  operate on-the-fly at any point during the registry
  loading/initialization.

  Now because _constraints are checked during create()
  this particular validation happens *before* the
  external ID (ir.model.data entry) of that new view
  can be created (it obviously needs to wait until
  the view record is inserted). As a consequence the
  view validation cannot determine the module to
  which that new view belongs, and was erroneously
  ignoring it.
  Changing the view filtering to also include views
  from unknown modules fixes this transient problem,
  and also means that manually created inherited
  views will be validated during module init too.

bzr revid: odo@openerp.com-20130703215704-x732bepiifvf4g3n

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 5 Jul 2013 06:12:42 +0000 (06:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130705061242-vrcwgjcqm4dieg9v

11 years ago[FIX] point_of_sale: new order was broken when multiple orders already present
Frédéric van der Essen [Tue, 2 Jul 2013 20:40:48 +0000 (22:40 +0200)]
[FIX] point_of_sale: new order was broken when multiple orders already present

bzr revid: fva@openerp.com-20130702204048-018r4xr34mw7y2m5

11 years ago[I18N] account: updated PO template for new term introduced by previous revision
Olivier Dony [Fri, 14 Jun 2013 22:32:24 +0000 (00:32 +0200)]
[I18N] account: updated PO template for new term introduced by previous revision

bzr revid: odo@openerp.com-20130614223224-or0dod97c55x5qv9

11 years ago[MERGE] OPW 590139: account reports: several missing translation markers
Olivier Dony [Fri, 14 Jun 2013 21:36:02 +0000 (23:36 +0200)]
[MERGE] OPW 590139: account reports: several missing translation markers

The calls to _translate() do not actually work
in the Python helpers for the reports, unless the
terms are actually found in RML report source
(so translations of the right type exist).
Of course adding the terms in the RML directly
makes those helper methods redundant, so
they can now be removed in trunk.
Kept them in stable for API compatibility
only, they should work for existing reports.

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

bzr revid: odo@openerp.com-20130614213602-y325elmg3u5mq2qc

11 years ago[MERGE] [IMP] stock: filter incomming shipments and delivery orders on supplier and...
Martin Trigaux [Fri, 14 Jun 2013 14:38:42 +0000 (16:38 +0200)]
[MERGE] [IMP] stock: filter incomming shipments and delivery orders on supplier and customer field

bzr revid: mat@openerp.com-20130614143842-8guj5z1243vg8nb0

11 years ago[MERGE] [FIX] project_crm: sale_order_id does not appear in the correct location...
Martin Trigaux [Fri, 14 Jun 2013 12:05:54 +0000 (14:05 +0200)]
[MERGE] [FIX] project_crm: sale_order_id does not appear in the correct location on project.task

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

bzr revid: mat@openerp.com-20130614120554-5k33fuv91beo7pcw

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 14 Jun 2013 07:04:35 +0000 (07:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070435-bmt19sgu42mjyjg6

11 years ago[MERGE] [FIX] sale_stock: compute packaging values after slecting right UoM
Martin Trigaux [Thu, 13 Jun 2013 16:09:53 +0000 (18:09 +0200)]
[MERGE] [FIX] sale_stock: compute packaging values after slecting right UoM

bzr revid: mat@openerp.com-20130613160953-itt79mu5xrl7suv4

11 years ago[IMP] remove typo
Martin Trigaux [Thu, 13 Jun 2013 16:08:12 +0000 (18:08 +0200)]
[IMP] remove typo

bzr revid: mat@openerp.com-20130613160812-6nrz02oejrdl13tb

11 years ago[MERGE] [FIX] sale_stock: Auto complete on Quotations with special product configuration
Martin Trigaux [Thu, 13 Jun 2013 15:57:01 +0000 (17:57 +0200)]
[MERGE] [FIX] sale_stock: Auto complete on Quotations with special product configuration

bzr revid: mat@openerp.com-20130613155701-4czhhtrfheittf5n

11 years ago[MERGE] [FIX] hr_timesheet_sheet: compute amount field for timesheets
Martin Trigaux [Thu, 13 Jun 2013 15:03:42 +0000 (17:03 +0200)]
[MERGE] [FIX] hr_timesheet_sheet: compute amount field for timesheets

bzr revid: mat@openerp.com-20130613150342-hn7u14m223nv0k9q

11 years ago[MERGE] [FIX] account: don't display fields from analytic accounting after removal
Martin Trigaux [Thu, 13 Jun 2013 13:59:59 +0000 (15:59 +0200)]
[MERGE] [FIX] account: don't display fields from analytic accounting after removal

bzr revid: mat@openerp.com-20130613135959-185y4ip2csobdpgt

11 years ago[MERGE] [FIX] warning: correct form id for warning tabs in products
Martin Trigaux [Thu, 13 Jun 2013 13:57:15 +0000 (15:57 +0200)]
[MERGE] [FIX] warning: correct form id for warning tabs in products

bzr revid: mat@openerp.com-20130613135715-gp1if7jh6btu2myk

11 years ago[MERGE] [FIX] account: better check of context when writing account.move.line
Martin Trigaux [Thu, 13 Jun 2013 11:33:05 +0000 (13:33 +0200)]
[MERGE] [FIX] account: better check of context when writing account.move.line

bzr revid: mat@openerp.com-20130613113305-j7j6rgj1lzkzdf9q

11 years ago[MERGE] [FIX] hr_timesheet_sheet, account_followup: remove create access rights on...
Martin Trigaux [Thu, 13 Jun 2013 11:31:46 +0000 (13:31 +0200)]
[MERGE] [FIX] hr_timesheet_sheet, account_followup: remove create access rights on reports and hide create button from views

bzr revid: mat@openerp.com-20130613113146-7dim7vh35umf1570

11 years ago[MERGE] [FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve...
Thibault Delavallée [Thu, 13 Jun 2013 11:01:46 +0000 (13:01 +0200)]
[MERGE] [FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better computation time.
Previous implementation did a search on mail.followers with subtype_ids=False, leading
to a very bad computation time. This search is now avoided.

bzr revid: tde@openerp.com-20130613110146-3thin7anczzj509i

11 years ago[FIX] mail: fixed id of record in a loop (record.id, not all ids).
Thibault Delavallée [Thu, 13 Jun 2013 09:52:28 +0000 (11:52 +0200)]
[FIX] mail: fixed id of record in a loop (record.id, not all ids).

bzr revid: tde@openerp.com-20130613095228-b4r8kca7hkjd6ppa

11 years ago[sale_stock] : Auto complete on Quotations with special product configuration(Case...
Dhruti Shastri (OpenERP) [Thu, 13 Jun 2013 08:44:41 +0000 (14:14 +0530)]
[sale_stock] :  Auto complete on Quotations with special product configuration(Case:593519)

bzr revid: dhs@tinyerp.com-20130613084441-gi9xkf2d2sl68a45

11 years ago[FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better...
Thibault Delavallée [Thu, 13 Jun 2013 08:20:29 +0000 (10:20 +0200)]
[FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better computation time.
Previous implementation did a search on mail.followers with subtype_ids=False, leading
to a very bad computation time. This search is now avoided.

bzr revid: tde@openerp.com-20130613082029-lmd63s3mqwxasy4j

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 13 Jun 2013 06:09:19 +0000 (06:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130613060919-s8otvph34f6m5k5m

11 years ago[MERGE] [FIX] Usability fix for purchase/product
Thibault Delavallée [Wed, 12 Jun 2013 16:16:52 +0000 (18:16 +0200)]
[MERGE] [FIX] Usability fix for purchase/product
Set the field property_product_pricelist_purchase in the group_purchase_pricelist

bzr revid: tde@openerp.com-20130612161652-amuzokktzclbuw49

11 years ago[MERGE] [FIX] account: allow usage of list of account typesfor invoices creation
Martin Trigaux [Wed, 12 Jun 2013 15:38:14 +0000 (17:38 +0200)]
[MERGE] [FIX] account: allow usage of list of account typesfor invoices creation

bzr revid: mat@openerp.com-20130612153814-zs9p35z8u2ojicb6

11 years ago[MERGE] [FIX] l10_be_invoice_bba: Correctly creates a bba reference when creating...
Martin Trigaux [Wed, 12 Jun 2013 15:26:10 +0000 (17:26 +0200)]
[MERGE] [FIX] l10_be_invoice_bba: Correctly creates a bba reference when creating an invoice

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

bzr revid: mat@openerp.com-20130612152610-wdp30fa429tt6yov

11 years ago[FIX] correct stripping of arguments when _reexec() OpenERP
Christophe Simonis [Wed, 12 Jun 2013 15:19:12 +0000 (17:19 +0200)]
[FIX] correct stripping of arguments when _reexec() OpenERP

bzr revid: chs@openerp.com-20130612151912-m19okjsdkjo12qnt

11 years ago[MERGE] sync
Martin Trigaux [Wed, 12 Jun 2013 15:15:34 +0000 (17:15 +0200)]
[MERGE] sync

bzr revid: mat@openerp.com-20130612151534-294ch1a1apeca3nu

11 years ago[MERGE] project: do not copy project tasks when duplicating partners, courtesy of...
Olivier Dony [Wed, 12 Jun 2013 13:28:44 +0000 (15:28 +0200)]
[MERGE] project: do not copy project tasks when duplicating partners, courtesy of Yannick Vaucher (Camptocamp)

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

bzr revid: odo@openerp.com-20130612132844-on6uq9brcbjqjgdc

11 years ago[IMP] remove useless use of update dict
Yannick Vaucher [Wed, 12 Jun 2013 11:36:48 +0000 (13:36 +0200)]
[IMP] remove useless use of update dict

bzr revid: yannick.vaucher@camptocamp.com-20130612113648-8lbirmp38q5uyolv

11 years ago[FIX] res.partner: name_search() should match complete contact names in the format...
Olivier Dony [Wed, 12 Jun 2013 09:53:00 +0000 (11:53 +0200)]
[FIX] res.partner: name_search() should match complete contact names in the format returned by name_get()

This was missed during the change of the name_get()
format at revision 4923.1.12
revid:odo@openerp.com-20130416093121-t5soophs2aui8rzq

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

bzr revid: odo@openerp.com-20130612095300-pcr3ly5g7bv656i1

11 years ago[IMP] portal_hr_employee: remove create button on kanban view
Martin Trigaux [Wed, 12 Jun 2013 09:25:49 +0000 (11:25 +0200)]
[IMP] portal_hr_employee: remove create button on kanban view

bzr revid: mat@openerp.com-20130612092549-15auuwcf271kpcle

11 years ago[IMP] l10n_be_coda: remove creation of bank statement line, remove broken domain...
Martin Trigaux [Wed, 12 Jun 2013 09:25:20 +0000 (11:25 +0200)]
[IMP] l10n_be_coda: remove creation of bank statement line, remove broken domain, show statement field, fix indentation

bzr revid: mat@openerp.com-20130612092520-a4v80fkt5kz58ch3