odoo/odoo.git
11 years ago[FIX] base_calendar: res.users.lang may be NULL
Olivier Dony [Mon, 17 Dec 2012 22:26:29 +0000 (23:26 +0100)]
[FIX] base_calendar: res.users.lang may be NULL

bzr revid: odo@openerp.com-20121217222629-0btejze060msu6sl

11 years ago[FIX] project better default done cancelled stages
Antony Lesuisse [Mon, 17 Dec 2012 21:55:52 +0000 (22:55 +0100)]
[FIX] project better default done cancelled stages

bzr revid: al@openerp.com-20121217215552-g4d79d8hbx1e5c8x

11 years ago[IMP] res.users: enable cache on context_get, used by the _() translation function
Olivier Dony [Mon, 17 Dec 2012 21:47:00 +0000 (22:47 +0100)]
[IMP] res.users: enable cache on context_get, used by the _() translation function

When _() fails to find a context lang it looks
up the user language by calling context_get().
During module installation this may happen
thousands of times, and drastically slow down
the installation. Caching context_get calls
is an effective way to work around this,
until we find a better solution.

bzr revid: odo@openerp.com-20121217214700-6r7ju8iiaeowgj8i

11 years ago[FIX] orm,registry: properly check m2o FKs during model update + fix some models...
Olivier Dony [Mon, 17 Dec 2012 21:46:45 +0000 (22:46 +0100)]
[FIX] orm,registry: properly check m2o FKs during model update + fix some models `auto_init`ed multiple times

The case where no constraint existed at all was not working,
and after fixing it, the ORM started to re-create the same
constraints multiple times for some modules. This was for
models that are split within a module (such as res.users in
base, which is made of several small classes): all the
partial models were going through _auto_init instead
of only the final one - doing useless extra work.

Unfortunately establishing the FK happens before the
XML data files are loaded, so a number of FK and
NOT NULL constraints failed to apply due to missing
tables/records. base.sql had to be extended a bit
to cover these cases in a minimalist fashion

bzr revid: odo@openerp.com-20121217214645-av9n003yzterhujw

11 years ago[FIX] improved css kanban, save space
Fabien Pinckaers [Mon, 17 Dec 2012 18:37:40 +0000 (19:37 +0100)]
[FIX] improved css kanban, save space

bzr revid: fp@tinyerp.com-20121217183740-bem8h6oue1yl7iuz

11 years ago[IMP] css
Fabien Pinckaers [Mon, 17 Dec 2012 18:34:02 +0000 (19:34 +0100)]
[IMP] css

bzr revid: fp@tinyerp.com-20121217183402-wtuht9zcq0awjjpi

11 years ago[MERGE] css fixes for kanban
Frédéric van der Essen [Mon, 17 Dec 2012 18:01:03 +0000 (19:01 +0100)]
[MERGE] css fixes for kanban

bzr revid: fva@openerp.com-20121217180103-k25ek5j3cchpdc5u

11 years ago[MERGE] upstream
Frédéric van der Essen [Mon, 17 Dec 2012 18:00:33 +0000 (19:00 +0100)]
[MERGE] upstream

bzr revid: fva@openerp.com-20121217180033-6id1sw4gcoff3wvh

11 years ago[FIX] kanban: fix overly large kanban boxes
Frédéric van der Essen [Mon, 17 Dec 2012 17:33:29 +0000 (18:33 +0100)]
[FIX] kanban: fix overly large kanban boxes

bzr revid: fva@openerp.com-20121217173329-gs3pf3ac9ng2y57l

11 years ago[IMP] better domain for crm opportunities
Fabien Pinckaers [Mon, 17 Dec 2012 17:30:46 +0000 (18:30 +0100)]
[IMP] better domain for crm opportunities

bzr revid: fp@tinyerp.com-20121217173046-8w945atg1hxp2wum

11 years ago[FIX] firefox problem with the overlay of blockUI
niv-openerp [Mon, 17 Dec 2012 17:20:21 +0000 (18:20 +0100)]
[FIX] firefox problem with the overlay of blockUI

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

bzr revid: nicolas.vanhoren@openerp.com-20121217172021-mwzu1qss4mns6qok

11 years ago[MERGE] weight uom reviewed by dle
Antony Lesuisse [Mon, 17 Dec 2012 16:50:15 +0000 (17:50 +0100)]
[MERGE] weight uom reviewed by dle

bzr revid: al@openerp.com-20121217165015-q8a7teke182yorht

11 years ago[IMP] loading.py: lint cleanup - unused code
Olivier Dony [Mon, 17 Dec 2012 15:16:26 +0000 (16:16 +0100)]
[IMP] loading.py: lint cleanup - unused code

bzr revid: odo@openerp.com-20121217151626-1pbzf7mxh9inx1y9

11 years ago[FIX] supposed problem in menu when a client action fails
niv-openerp [Mon, 17 Dec 2012 15:00:05 +0000 (16:00 +0100)]
[FIX] supposed problem in menu when a client action fails

bzr revid: nicolas.vanhoren@openerp.com-20121217150005-xucbt5xvysl85768

11 years ago[MERGE] add the readonly option on the field for the different views, set default...
Christophe Matthieu [Mon, 17 Dec 2012 14:34:11 +0000 (15:34 +0100)]
[MERGE] add the readonly option on the field for the different views, set default readonly to false

bzr revid: chm@openerp.com-20121217143411-7uz7mu4fmsiutfq0

11 years ago[MERGE]Working webdav
dle@openerp.com [Mon, 17 Dec 2012 14:18:00 +0000 (15:18 +0100)]
[MERGE]Working webdav

bzr revid: dle@openerp.com-20121217141800-v76f4lt4yfur2n84

11 years ago[FIX] expression: avoid delitem on a tuple
Raphael Collet [Mon, 17 Dec 2012 13:45:59 +0000 (14:45 +0100)]
[FIX] expression: avoid delitem on a tuple

bzr revid: rco@openerp.com-20121217134559-cjc0b4ncs1drupn7

11 years ago[MERGE]Latest trunk
dle@openerp.com [Mon, 17 Dec 2012 13:33:43 +0000 (14:33 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121217133343-ki5ib7fszlmpu2i3

11 years ago[FIX]fleet: setting group for user_demo should be done in demo data instead of data
Cedric Snauwaert [Mon, 17 Dec 2012 13:20:45 +0000 (14:20 +0100)]
[FIX]fleet: setting group for user_demo should be done in demo data instead of data

bzr revid: csn@openerp.com-20121217132045-lt0b2aeubty1hrkn

11 years ago[FIX] res_country_data: fix US postal address format
Raphael Collet [Mon, 17 Dec 2012 13:02:49 +0000 (14:02 +0100)]
[FIX] res_country_data: fix US postal address format

bzr revid: rco@openerp.com-20121217130249-w2wanhy1b7wsgbra

11 years ago[REM] auth_anonymous was merged into portal_anonymous, remove LP translations after...
Olivier Dony [Mon, 17 Dec 2012 12:00:42 +0000 (13:00 +0100)]
[REM] auth_anonymous was merged into portal_anonymous, remove LP translations after disabling LP template

bzr revid: odo@openerp.com-20121217120042-mbrfh3z740f4p1ql

11 years ago[IMP] mail module should not be auto_install
Fabien Pinckaers [Mon, 17 Dec 2012 11:50:48 +0000 (12:50 +0100)]
[IMP] mail module should not be auto_install

bzr revid: fp@tinyerp.com-20121217115048-whmaqy933pqj7xdc

11 years ago[FIX] jinja2 deps for debian
Antony Lesuisse [Mon, 17 Dec 2012 11:22:52 +0000 (12:22 +0100)]
[FIX] jinja2 deps for debian

bzr revid: al@openerp.com-20121217112252-c1kt0j0bmzu31bzo

11 years ago[MERGE] https://code.launchpad.net/~openerp-dev/openerp-web/trunk-portal_anonymous_fi...
vta vta@openerp.com [Mon, 17 Dec 2012 11:21:51 +0000 (12:21 +0100)]
[MERGE] https://code.launchpad.net/~openerp-dev/openerp-web/trunk-portal_anonymous_fixes-vta

bzr revid: vta@openerp.com-20121217112151-x83z3u9y70gmst2m

11 years ago[MERGE] https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-portal_anonym...
vta vta@openerp.com [Mon, 17 Dec 2012 11:20:55 +0000 (12:20 +0100)]
[MERGE] https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-portal_anonymous_fixes-vta

bzr revid: vta@openerp.com-20121217112055-ga4mw00z08owxo0l

11 years ago[IMP] sale: remove size=... on text field
Raphael Collet [Mon, 17 Dec 2012 11:16:56 +0000 (12:16 +0100)]
[IMP] sale: remove size=... on text field

bzr revid: rco@openerp.com-20121217111656-ob89xgqy4409k6fg

11 years ago[IMP] hr_timesheet_sheet: set the timesheet widget to readonly in some states
niv-openerp [Mon, 17 Dec 2012 11:14:02 +0000 (12:14 +0100)]
[IMP] hr_timesheet_sheet: set the timesheet widget to readonly in some states

bzr revid: nicolas.vanhoren@openerp.com-20121217111402-tmcxinz3oxsbfmfg

11 years ago[IMP] Calendar view mode does not scroll on overflow
Fabien Meghazi [Mon, 17 Dec 2012 11:13:40 +0000 (12:13 +0100)]
[IMP] Calendar view mode does not scroll on overflow

bzr revid: fme@openerp.com-20121217111340-osr4mid4f2uhvvb4

11 years ago[FIX] hr_timesheet_sheet: revert stupid fix in 8095.1.1 that created very obvious...
niv-openerp [Mon, 17 Dec 2012 11:13:37 +0000 (12:13 +0100)]
[FIX] hr_timesheet_sheet: revert stupid fix in 8095.1.1 that created very obvious bug.

bzr revid: nicolas.vanhoren@openerp.com-20121217111337-uisq0ym13vhzye8b

11 years ago[MERGE] trunk-style-improvements-xmo (Python stylistic improvement)
Raphael Collet [Mon, 17 Dec 2012 11:01:50 +0000 (12:01 +0100)]
[MERGE] trunk-style-improvements-xmo (Python stylistic improvement)

bzr revid: rco@openerp.com-20121217110150-4ijt04ic17miktq7

11 years ago[FIX] orm: replace incorrect usage of 'in' by '=='
Raphael Collet [Mon, 17 Dec 2012 10:47:21 +0000 (11:47 +0100)]
[FIX] orm: replace incorrect usage of 'in' by '=='

bzr revid: rco@openerp.com-20121217104721-miqmtw2zm7r7lxrs

11 years ago[MERGE] trunk-mako_to_jinja-rco: use Jinja2 instead of mako to render email templates...
Raphael Collet [Mon, 17 Dec 2012 10:28:29 +0000 (11:28 +0100)]
[MERGE] trunk-mako_to_jinja-rco: use Jinja2 instead of mako to render email templates (fixes security vulnerability)

bzr revid: rco@openerp.com-20121217102829-zzj1974m9ojdp1zy

11 years ago[MERGE] trunk-mako_to_jinja-rco (add dependencies on Jinja2)
Raphael Collet [Mon, 17 Dec 2012 10:25:14 +0000 (11:25 +0100)]
[MERGE] trunk-mako_to_jinja-rco (add dependencies on Jinja2)

bzr revid: rco@openerp.com-20121217102514-dd8vgv1yzmvmbyc7

11 years ago[MERGE] trunk-acl-thu (check read/write access restrictions on fields with a groups...
Raphael Collet [Mon, 17 Dec 2012 10:15:28 +0000 (11:15 +0100)]
[MERGE] trunk-acl-thu (check read/write access restrictions on fields with a groups attribute)

bzr revid: rco@openerp.com-20121217101528-nt5hsjvvodaap57m

11 years ago[FIX] Login template and click event handler
vta vta@openerp.com [Mon, 17 Dec 2012 10:14:25 +0000 (11:14 +0100)]
[FIX] Login template and click event handler

bzr revid: vta@openerp.com-20121217101425-8elexsj8leayyba5

11 years ago[FIX] Defaults user's context.lang to 'en_US'
Fabien Meghazi [Mon, 17 Dec 2012 10:01:27 +0000 (11:01 +0100)]
[FIX] Defaults user's context.lang to 'en_US'

bzr revid: fme@openerp.com-20121217100127-i7hr6klay251jo39

11 years ago[FIX] argh
vta vta@openerp.com [Mon, 17 Dec 2012 09:53:23 +0000 (10:53 +0100)]
[FIX] argh

bzr revid: vta@openerp.com-20121217095323-p9r0p2jps01i8orl

11 years ago[FIX] Do not show actions in message threads like news or jobs
vta vta@openerp.com [Mon, 17 Dec 2012 09:49:48 +0000 (10:49 +0100)]
[FIX] Do not show actions in message threads like news or jobs

bzr revid: vta@openerp.com-20121217094948-cv9orodo4rge0ev2

11 years ago[FIX] Don't show timezone warning if user anonymous, also fixed click event handler...
vta vta@openerp.com [Mon, 17 Dec 2012 09:48:27 +0000 (10:48 +0100)]
[FIX] Don't show timezone warning if user anonymous, also fixed click event handler on login

bzr revid: vta@openerp.com-20121217094827-digf2qlawxbjfo09

11 years ago[IMP] mail: add the readonly option on the field for the different views
Christophe Matthieu [Mon, 17 Dec 2012 09:35:01 +0000 (10:35 +0100)]
[IMP] mail: add the readonly option on the field for the different views

bzr revid: chm@openerp.com-20121217093501-mxji9wb00xyvq35e

11 years ago[FIX] remove previous change
vta vta@openerp.com [Mon, 17 Dec 2012 09:32:49 +0000 (10:32 +0100)]
[FIX] remove previous change

bzr revid: vta@openerp.com-20121217093249-vilaitfirtnc7mvw

11 years ago[IMP] mail: set default readonly to false
Christophe Matthieu [Mon, 17 Dec 2012 09:24:28 +0000 (10:24 +0100)]
[IMP] mail: set default readonly to false

bzr revid: chm@openerp.com-20121217092428-s5a5thu4f1fjvejc

11 years ago[FIX] do not show timezone if anonymous
vta vta@openerp.com [Mon, 17 Dec 2012 09:08:57 +0000 (10:08 +0100)]
[FIX] do not show timezone if anonymous

bzr revid: vta@openerp.com-20121217090857-m2ye3pm0bjdm341d

11 years ago[MERGE]Latest trunkj
dle@openerp.com [Mon, 17 Dec 2012 09:00:55 +0000 (10:00 +0100)]
[MERGE]Latest trunkj

bzr revid: dle@openerp.com-20121217090055-d5vh1qnjxemzuaqe

11 years ago[FIX] Anonymous menu template
vta vta@openerp.com [Mon, 17 Dec 2012 08:59:03 +0000 (09:59 +0100)]
[FIX] Anonymous menu template

bzr revid: vta@openerp.com-20121217085903-6zm2qecp16n9v8xc

11 years ago[FIX] Anonymous login css
vta vta@openerp.com [Mon, 17 Dec 2012 08:57:59 +0000 (09:57 +0100)]
[FIX] Anonymous login css

bzr revid: vta@openerp.com-20121217085759-dpxwrkh4pa81k0pb

11 years ago[MERGE]Latest trunk
dle@openerp.com [Mon, 17 Dec 2012 08:48:28 +0000 (09:48 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121216155740-l5pf92r3nwubs2et
bzr revid: dle@openerp.com-20121217084828-a6yqkokxmb5gkyqr

11 years ago[IMP] mail: add an option 'readonly' for the client action and activate readonly...
Christophe Matthieu [Mon, 17 Dec 2012 08:41:16 +0000 (09:41 +0100)]
[IMP] mail: add an option 'readonly' for the client action and activate readonly mode (hide the action buttons)

bzr revid: chm@openerp.com-20121217084116-i2cjdsk56pzz0kjh

11 years ago[FIX] typo
Fabien Pinckaers [Mon, 17 Dec 2012 08:30:17 +0000 (09:30 +0100)]
[FIX] typo

bzr revid: fp@tinyerp.com-20121217083017-k2y8hfb6y6b3dbao

11 years ago[FIX] Fixed name and email fields of the contact form now are required
vta vta@openerp.com [Mon, 17 Dec 2012 07:57:14 +0000 (08:57 +0100)]
[FIX] Fixed name and email fields of the contact form now are required

bzr revid: vta@openerp.com-20121217075714-tz6sazy167fava58

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 17 Dec 2012 04:58:34 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121217044754-0kl222skaeva43lx
bzr revid: launchpad_translations_on_behalf_of_openerp-20121216050743-iza21869j5keaqi5
bzr revid: launchpad_translations_on_behalf_of_openerp-20121217045834-1f6wbi5gkmzotgsl

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 17 Dec 2012 04:44:38 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121217044438-1j3k23g7l6ypkwoe

11 years ago[FIX] base_setup auto install
Antony Lesuisse [Sun, 16 Dec 2012 21:08:45 +0000 (22:08 +0100)]
[FIX] base_setup auto install

bzr revid: al@openerp.com-20121216210845-dh038vyw2q1jhv55

11 years ago[FIX] sale_event wrong demo data
Fabien Pinckaers [Sun, 16 Dec 2012 16:10:32 +0000 (17:10 +0100)]
[FIX] sale_event wrong demo data

bzr revid: fp@tinyerp.com-20121216161032-uxi7xhw3i7zd66l9

11 years ago[IMP] company form view
Fabien Pinckaers [Sun, 16 Dec 2012 16:10:13 +0000 (17:10 +0100)]
[IMP] company form view

bzr revid: fp@tinyerp.com-20121216161013-08ymsrtnk17z0lxd

11 years ago[IMP] cleaning sales team stuff
Fabien Pinckaers [Sun, 16 Dec 2012 15:58:43 +0000 (16:58 +0100)]
[IMP] cleaning sales team stuff

bzr revid: fp@tinyerp.com-20121216155843-kl2mgr3ecyi85mw1

11 years ago[IMP] small css improvement
Fabien Pinckaers [Sun, 16 Dec 2012 15:16:15 +0000 (16:16 +0100)]
[IMP] small css improvement

bzr revid: fp@tinyerp.com-20121216151615-aetpcfrcy4j5gq0g

11 years ago[IMP] only 12 avatars visible per project
Fabien Pinckaers [Sun, 16 Dec 2012 15:06:53 +0000 (16:06 +0100)]
[IMP] only 12 avatars visible per project

bzr revid: fp@tinyerp.com-20121216150653-exm8opqtv02n7ahc

11 years ago[IMP] max 18 avatars on project kanban
Fabien Pinckaers [Sun, 16 Dec 2012 13:10:08 +0000 (14:10 +0100)]
[IMP] max 18 avatars on project kanban

bzr revid: fp@tinyerp.com-20121216131008-m4p6mkkdb7r1at82

11 years ago[IMP] better explanation for the anonymous mode
Fabien Pinckaers [Sun, 16 Dec 2012 13:01:14 +0000 (14:01 +0100)]
[IMP] better explanation for the anonymous mode

bzr revid: fp@tinyerp.com-20121216130114-5hyk0m6zw4pkvlug

11 years ago[IMP] tree view of registrations
Fabien Pinckaers [Sun, 16 Dec 2012 10:49:21 +0000 (11:49 +0100)]
[IMP] tree view of registrations

bzr revid: fp@tinyerp.com-20121216104921-6tmqbysqu5sndf1b

11 years ago[FIX] typo
Fabien Pinckaers [Sun, 16 Dec 2012 10:46:19 +0000 (11:46 +0100)]
[FIX] typo

bzr revid: fp@tinyerp.com-20121216104619-qcjbqqaep11t3l3q

11 years ago[IMP] event sale: auto-install true
Fabien Pinckaers [Sun, 16 Dec 2012 10:43:07 +0000 (11:43 +0100)]
[IMP] event sale: auto-install true

bzr revid: fp@tinyerp.com-20121216104307-ai0z7kl5lu53rjgs

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 16 Dec 2012 04:49:09 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121216044909-hd4l9dxtqvx85a3h

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 16 Dec 2012 04:45:14 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121216044514-h60p9z11ckzaiug9

11 years ago[MERGE] Registry loading speedup by thu
Antony Lesuisse [Sun, 16 Dec 2012 03:07:22 +0000 (04:07 +0100)]
[MERGE] Registry loading speedup by thu

All calls to ir_model_fields to fetch manual (aka custom or x_) fields are done
in a single call (prior to instanciate all models).

Checks for empty module descriptions are not done unless we are in init or
update mode. (The behavior was the opposite, which was probably a mistake).

Some calls to ir_translation, passing en_US because there was no lang in the
context, are not done anymore.

bzr revid: al@openerp.com-20121216030722-thxk3ddff8lkw05y

11 years ago[FIX] share minimal fix
Antony Lesuisse [Sun, 16 Dec 2012 02:06:04 +0000 (03:06 +0100)]
[FIX] share minimal fix

bzr revid: al@openerp.com-20121216020604-d0cxbr75wad5g7tg

11 years agocleanups
Antony Lesuisse [Sun, 16 Dec 2012 01:52:14 +0000 (02:52 +0100)]
cleanups

bzr revid: al@openerp.com-20121216015214-kfo6zlarh4gdccrx

11 years ago[MERGE] trunk
Antony Lesuisse [Sun, 16 Dec 2012 01:44:04 +0000 (02:44 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20121216014404-oonymtva4uww7bwk

11 years ago[IMP] image if no logo
Fabien Pinckaers [Sat, 15 Dec 2012 21:55:59 +0000 (22:55 +0100)]
[IMP] image if no logo

bzr revid: fp@tinyerp.com-20121215215559-kq14di3z8juyv61r

11 years ago[IMP] CSS of logo
Fabien Pinckaers [Sat, 15 Dec 2012 21:41:13 +0000 (22:41 +0100)]
[IMP] CSS of logo

bzr revid: fp@tinyerp.com-20121215214113-dmv0ehnh0hezwws1

11 years ago[IMP] logo of company: False or OpenERP logo if demo data
Fabien Pinckaers [Sat, 15 Dec 2012 21:32:19 +0000 (22:32 +0100)]
[IMP] logo of company: False or OpenERP logo if demo data

bzr revid: fp@tinyerp.com-20121215213219-j7vhocg70mi9jjw6

11 years ago[MERGE] customizable web logo by chs
Antony Lesuisse [Sat, 15 Dec 2012 19:26:59 +0000 (20:26 +0100)]
[MERGE] customizable web logo by chs

bzr revid: al@openerp.com-20121215192659-g5psibisxvyl8adw

11 years ago[MERGE] manually merge customizable web logo, by chs
Antony Lesuisse [Sat, 15 Dec 2012 19:26:06 +0000 (20:26 +0100)]
[MERGE] manually merge customizable web logo, by chs

bzr revid: al@openerp.com-20121215192606-9p66tpo1f4344e20

11 years ago[FIX] res.partner.address missing line from merge
Antony Lesuisse [Sat, 15 Dec 2012 19:15:40 +0000 (20:15 +0100)]
[FIX] res.partner.address missing line from merge

bzr revid: al@openerp.com-20121215191540-ldo8blfy2lud56if

11 years ago[MERGE] remove res.partner.address by chs
Antony Lesuisse [Sat, 15 Dec 2012 18:28:36 +0000 (19:28 +0100)]
[MERGE] remove res.partner.address by chs
it also removes an ugly hack in the orm.

bzr revid: al@openerp.com-20121215182836-y15v2mwgdg9wyubi

11 years ago[MERGE] remove res.partner.address by chs
Antony Lesuisse [Sat, 15 Dec 2012 18:26:45 +0000 (19:26 +0100)]
[MERGE] remove res.partner.address by chs

bzr revid: al@openerp.com-20121215182645-a45w9ydn56rzmsty

11 years ago[MERGE] product_margin
Fabien Pinckaers [Sat, 15 Dec 2012 18:23:55 +0000 (19:23 +0100)]
[MERGE] product_margin

bzr revid: fp@tinyerp.com-20121215182355-pmmdmb5uezejgk4a

11 years ago[IMP] revert bad commit l10n_ro
Fabien Pinckaers [Sat, 15 Dec 2012 18:15:44 +0000 (19:15 +0100)]
[IMP] revert bad commit l10n_ro

bzr revid: fp@tinyerp.com-20121215181544-geuk2fldpykwcxbg

11 years ago[MERGE] mrp byprodyct with uom conversion
Fabien Pinckaers [Sat, 15 Dec 2012 18:03:13 +0000 (19:03 +0100)]
[MERGE] mrp byprodyct with uom conversion

bzr revid: fp@tinyerp.com-20121215180313-tc367avv1rl4bsj6

11 years ago[MERGE] missing sxw file
Fabien Pinckaers [Sat, 15 Dec 2012 17:52:13 +0000 (18:52 +0100)]
[MERGE] missing sxw file

bzr revid: fp@tinyerp.com-20121215175213-znlkz1rnot3zf0e9

11 years agofix
Fabien Pinckaers [Sat, 15 Dec 2012 17:50:33 +0000 (18:50 +0100)]
fix

bzr revid: fp@tinyerp.com-20121215175033-1hr5un0gk1b4qxmw

11 years ago[MERGE] duplicate of lots
Fabien Pinckaers [Sat, 15 Dec 2012 17:47:43 +0000 (18:47 +0100)]
[MERGE] duplicate of lots

bzr revid: fp@tinyerp.com-20121215174743-uwadx7l92s5h0wal

11 years ago[IMP] l10n_ro account type
Fabien Pinckaers [Sat, 15 Dec 2012 17:43:05 +0000 (18:43 +0100)]
[IMP] l10n_ro account type

bzr revid: fp@tinyerp.com-20121215174305-a3q62cgxkx4z3vax

11 years ago[MERGE] fix invoice state for refunds
Fabien Pinckaers [Sat, 15 Dec 2012 17:37:11 +0000 (18:37 +0100)]
[MERGE] fix invoice state for refunds

bzr revid: fp@tinyerp.com-20121215173711-hw4expisg9i0su8f

11 years ago[MERGE] fix timeshet user report
Fabien Pinckaers [Sat, 15 Dec 2012 17:28:37 +0000 (18:28 +0100)]
[MERGE] fix timeshet user report

bzr revid: fp@tinyerp.com-20121215172837-haxqsk93eosw311y

11 years ago[MERGE] fix: do not reinvoice customer invoices
Fabien Pinckaers [Sat, 15 Dec 2012 17:12:02 +0000 (18:12 +0100)]
[MERGE] fix: do not reinvoice customer invoices

bzr revid: fp@tinyerp.com-20121215171202-841po7g5xjqgmwy7

11 years ago[IMP] date invoice in sale
Fabien Pinckaers [Sat, 15 Dec 2012 17:05:59 +0000 (18:05 +0100)]
[IMP] date invoice in sale

bzr revid: fp@tinyerp.com-20121215170559-6qq3xwawj0p1bies

11 years ago[FIX] empty lists
Fabien Pinckaers [Sat, 15 Dec 2012 16:59:29 +0000 (17:59 +0100)]
[FIX] empty lists

bzr revid: fp@tinyerp.com-20121215165929-kqaz4dpuk2z4zy46

11 years ago[MERGE] fix in warning
Fabien Pinckaers [Sat, 15 Dec 2012 16:55:10 +0000 (17:55 +0100)]
[MERGE] fix in warning

bzr revid: fp@tinyerp.com-20121215165510-cn0ps21rfwrtz22l

11 years ago[IMP] analytic account not required on budgets
Fabien Pinckaers [Sat, 15 Dec 2012 16:47:18 +0000 (17:47 +0100)]
[IMP] analytic account not required on budgets

bzr revid: fp@tinyerp.com-20121215164718-yodnoep77obff2ul

11 years ago[MERGE] unpaid invoices from journal, clean domain
Fabien Pinckaers [Sat, 15 Dec 2012 16:44:49 +0000 (17:44 +0100)]
[MERGE] unpaid invoices from journal, clean domain

bzr revid: fp@tinyerp.com-20121215164449-ddocbdolel5ufyb8

11 years ago[MERGE] fix base_calendar
Fabien Pinckaers [Sat, 15 Dec 2012 16:35:56 +0000 (17:35 +0100)]
[MERGE] fix base_calendar

bzr revid: fp@tinyerp.com-20121215163556-dunic7yj2yoa7av9

11 years ago[MERGE] fix in report designer with no admin rights
Fabien Pinckaers [Sat, 15 Dec 2012 16:33:23 +0000 (17:33 +0100)]
[MERGE] fix in report designer with no admin rights

bzr revid: fp@tinyerp.com-20121215163323-wspya3a5i7lrey4t

11 years ago[MERGE] improved email for contract renewal if no phone number
Fabien Pinckaers [Sat, 15 Dec 2012 16:32:04 +0000 (17:32 +0100)]
[MERGE] improved email for contract renewal if no phone number

bzr revid: fp@tinyerp.com-20121215163204-0k0gzws8c8kjc9s4

11 years ago[MERGE] clean invoice view from mrp_repair
Fabien Pinckaers [Sat, 15 Dec 2012 16:31:01 +0000 (17:31 +0100)]
[MERGE] clean invoice view from mrp_repair

bzr revid: fp@tinyerp.com-20121215163101-m1pkeca4bdk4557j

11 years ago[MERGE] translated terms in share wizard
Fabien Pinckaers [Sat, 15 Dec 2012 16:28:57 +0000 (17:28 +0100)]
[MERGE] translated terms in share wizard

bzr revid: fp@tinyerp.com-20121215162857-9ai03h2nedmfvrag

11 years ago[MERGE] fix in hr leave report
Fabien Pinckaers [Sat, 15 Dec 2012 16:26:15 +0000 (17:26 +0100)]
[MERGE] fix in hr leave report

bzr revid: fp@tinyerp.com-20121215162615-sfrwcy66xw7tfcm1

11 years ago[IMP] multi-currency stuff
Fabien Pinckaers [Sat, 15 Dec 2012 16:23:09 +0000 (17:23 +0100)]
[IMP] multi-currency stuff

bzr revid: fp@tinyerp.com-20121215162309-yav3g8hu50bp9wvv

11 years ago[IMP] typo
Fabien Pinckaers [Sat, 15 Dec 2012 13:30:47 +0000 (14:30 +0100)]
[IMP] typo

bzr revid: fp@tinyerp.com-20121215133047-n2t7q58gckfbjfci