odoo/odoo.git
13 years agoevent: fix call to _check_recursion, after last commit.
P. Christeas [Sat, 27 Nov 2010 20:15:41 +0000 (22:15 +0200)]
event: fix call to _check_recursion, after last commit.

bzr revid: p_christ@hol.gr-20101127201541-78wspzmaxdjt9cs2

13 years agoanalytic, event, crm_profiling: use new _check_recursion() from ORM
P. Christeas [Sat, 27 Nov 2010 20:15:32 +0000 (22:15 +0200)]
analytic, event, crm_profiling: use new _check_recursion() from ORM

bzr revid: p_christ@hol.gr-20101127201532-0ybt027d05qt52rp

13 years agoboard: fix a string typo
P. Christeas [Sat, 27 Nov 2010 20:14:37 +0000 (22:14 +0200)]
board: fix a string typo

It had been haunting our development process for years, making our teeth
turn green and our cow's milk turn sour.

bzr revid: p_christ@hol.gr-20101127201437-4y0xj8hamt7blk9j

13 years agoaccount.move.line: Fix ugly SQL call
P. Christeas [Sat, 27 Nov 2010 20:14:29 +0000 (22:14 +0200)]
account.move.line: Fix ugly SQL call

A matter of coding style, tripple quotes in the same line, put in a list
is just a candidate for the hall of shame.

bzr revid: p_christ@hol.gr-20101127201429-07u0bc8xra998zhi

13 years agoemail_template: cleanup the startup warning lines.
P. Christeas [Sat, 27 Nov 2010 20:14:08 +0000 (22:14 +0200)]
email_template: cleanup the startup warning lines.

Multiple coding malpractices (I can't name them errors, yet) were in those
lines:
 - they used the netsvc.Logger() interface, which is deprecated
 - they wrapped too much (we're not COBOL)
 - they used capital letters for an object
 - they defined a logger object that would live throughout the module
   life, although it would only be useful for startup
 - they used the gettext function, although there is absolutely no context
   around to provide a language.

bzr revid: p_christ@hol.gr-20101127201408-gnn6js103fbpw8ou

13 years agol10n_ch: port yaml tests to test_reports utility.
P. Christeas [Sat, 27 Nov 2010 20:13:48 +0000 (22:13 +0200)]
l10n_ch: port yaml tests to test_reports utility.

bzr revid: p_christ@hol.gr-20101127201348-2khma0uejh5fqm2d

13 years agomodifs
Fabien Pinckaers [Sat, 27 Nov 2010 16:46:51 +0000 (17:46 +0100)]
modifs

bzr revid: fp@tinyerp.com-20101127164651-tk8nhxom18ic2t31

13 years agofix
Fabien Pinckaers [Sat, 27 Nov 2010 16:37:12 +0000 (17:37 +0100)]
fix

bzr revid: fp@tinyerp.com-20101127163712-90hr1ixzh8ne4t2x

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 27 Nov 2010 04:55:28 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101127045528-74pnr913nxfe6luv

13 years ago[MERGE] font loading issues fixed + performance improvements at module install/load
Olivier Dony [Sat, 27 Nov 2010 03:20:14 +0000 (04:20 +0100)]
[MERGE] font loading issues fixed + performance improvements at module install/load

bzr revid: odo@openerp.com-20101127032014-fxrjaakuo3t4wvw4

13 years ago[IMP] ir_model,ir_module,tools: tweaks for improving module install/loading time
Olivier Dony [Sat, 27 Nov 2010 03:04:50 +0000 (04:04 +0100)]
[IMP] ir_model,ir_module,tools: tweaks for improving module install/loading time

bzr revid: odo@openerp.com-20101127030450-m44krmwbnpd57omf

13 years ago[FIX] convert,rng: <act_window> should support unambiguous view_id attribute
Olivier Dony [Sat, 27 Nov 2010 03:03:04 +0000 (04:03 +0100)]
[FIX] convert,rng: <act_window> should support unambiguous view_id attribute
+ cleanup of useless id_get param

bzr revid: odo@openerp.com-20101127030304-mvrb92rmgb0wblvc

13 years ago[IMP] report,fonts: fallback to default Adobe fonts when font is missing - pending...
Olivier Dony [Fri, 26 Nov 2010 18:30:43 +0000 (19:30 +0100)]
[IMP] report,fonts: fallback to default Adobe fonts when font is missing - pending improvement
We should maybe find a way to let users use their own fonts. At the moment only the 14 default Adobe fonts
(cfr reportlab.reportbase.pdfmetrics.standardFonts) + the ones from customfonts.py will work...
Also got rid of the mapping for ZapfDingBast, as it is a symbol font that cannot be mapped to a regular one.

bzr revid: odo@openerp.com-20101126183043-mrzipe7mdw1zs6g8

13 years ago[IMP] fix colspan on left-hand column of install wizards
Xavier Morel [Fri, 26 Nov 2010 17:09:30 +0000 (18:09 +0100)]
[IMP] fix colspan on left-hand column of install wizards

bzr revid: xmo@openerp.com-20101126170930-h87debplwcnvzui5

13 years ago[IMP] report.customfonts: more robust fonts detection and loading
Olivier Dony [Fri, 26 Nov 2010 17:07:05 +0000 (18:07 +0100)]
[IMP] report.customfonts: more robust fonts detection and loading

bzr revid: odo@openerp.com-20101126170705-en0wbjb3rna8r96b

13 years ago[MERGE] report: TTF fonts loading fixes ; convert: use newer ir.model.data API
P. Christeas [Fri, 26 Nov 2010 16:34:49 +0000 (17:34 +0100)]
[MERGE] report: TTF fonts loading fixes ; convert: use newer ir.model.data API

bzr revid: odo@openerp.com-20101126163449-51q4rb96w4glzfz8

13 years ago[MERGE] merged the dev team2 branch
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 16:13:59 +0000 (17:13 +0100)]
[MERGE] merged the dev team2 branch

bzr revid: qdp-launchpad@tinyerp.com-20101126161359-s02ik0bmz3l8lt9u

13 years ago[MERGE] merged the dev3 branch
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 16:04:54 +0000 (17:04 +0100)]
[MERGE] merged the dev3 branch

bzr revid: qdp-launchpad@tinyerp.com-20101126160454-7h9jwvqih2ds0va5

13 years ago[FIX] account: statement reconciliaiton improved
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 15:14:46 +0000 (16:14 +0100)]
[FIX] account: statement reconciliaiton improved

bzr revid: qdp-launchpad@tinyerp.com-20101126151446-72q1m6qc9efqqga0

13 years ago[FIX] account_sequence: ir.values for default internal sequence on new journals
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 14:35:24 +0000 (15:35 +0100)]
[FIX] account_sequence: ir.values for default internal sequence on new journals

bzr revid: qdp-launchpad@tinyerp.com-20101126143524-gl3g2xkmr3eiy453

13 years ago[ADD] web icons in various modules
Xavier Morel [Fri, 26 Nov 2010 13:21:35 +0000 (14:21 +0100)]
[ADD] web icons in various modules

bzr revid: xmo@openerp.com-20101126132135-vf3cjamtt1uvro2i

13 years ago[IMP] netsvc: order debug levels declaration according to priority
Olivier Dony [Fri, 26 Nov 2010 13:02:25 +0000 (14:02 +0100)]
[IMP] netsvc: order debug levels declaration according to priority

bzr revid: odo@openerp.com-20101126130225-o2stqws2mmg98bon

13 years ago[IMP] recompress all PNGs found in addons
Xavier Morel [Fri, 26 Nov 2010 12:53:42 +0000 (13:53 +0100)]
[IMP] recompress all PNGs found in addons

bzr revid: xmo@openerp.com-20101126125342-lfbn1zbwm58nh9b9

13 years ago[ADD] base_tools: base module for all tools to create and add web icons only once...
Xavier Morel [Fri, 26 Nov 2010 12:50:02 +0000 (13:50 +0100)]
[ADD] base_tools: base module for all tools to create and add web icons only once for the Tools application

Make various tools modules depend on base_tools

bzr revid: xmo@openerp.com-20101126125002-uhbwkt2yf6sydf09

13 years ago[ADD] stock: web icon for the warehouse application
Xavier Morel [Fri, 26 Nov 2010 12:19:32 +0000 (13:19 +0100)]
[ADD] stock: web icon for the warehouse application

bzr revid: xmo@openerp.com-20101126121932-dif5r8i3gi9iomf1

13 years ago[ADD] purchase: web_icon for purchases application
Xavier Morel [Fri, 26 Nov 2010 12:11:55 +0000 (13:11 +0100)]
[ADD] purchase: web_icon for purchases application

bzr revid: xmo@openerp.com-20101126121155-zh0lfpf07iufw5ci

13 years ago[ADD] project: web_icon for project application
Xavier Morel [Fri, 26 Nov 2010 12:07:07 +0000 (13:07 +0100)]
[ADD] project: web_icon for project application

bzr revid: xmo@openerp.com-20101126120707-1puyaqs0mssw2gob

13 years ago[ADD] point_of_sale: web_icon for point of sale application
Xavier Morel [Fri, 26 Nov 2010 12:02:38 +0000 (13:02 +0100)]
[ADD] point_of_sale: web_icon for point of sale application

bzr revid: xmo@openerp.com-20101126120238-r2b35onq8ovyo9z1

13 years ago[ADD] mrp: web_icon for manufacturing application
Xavier Morel [Fri, 26 Nov 2010 11:56:57 +0000 (12:56 +0100)]
[ADD] mrp: web_icon for manufacturing application

bzr revid: xmo@openerp.com-20101126115657-58fy1dnvsofli3mh

13 years ago[ADD] knowlege: web_icon for knowledge application
Xavier Morel [Fri, 26 Nov 2010 11:56:25 +0000 (12:56 +0100)]
[ADD] knowlege: web_icon for knowledge application

bzr revid: xmo@openerp.com-20101126115625-glhqgqe7fj092c24

13 years ago[ADD] hr: web_icon for human resources application
Xavier Morel [Fri, 26 Nov 2010 11:43:42 +0000 (12:43 +0100)]
[ADD] hr: web_icon for human resources application

bzr revid: xmo@openerp.com-20101126114342-74fivsmdkw8mvihj

13 years ago[ADD] account: web_icon for accounting application
Xavier Morel [Fri, 26 Nov 2010 11:18:00 +0000 (12:18 +0100)]
[ADD] account: web_icon for accounting application

bzr revid: xmo@openerp.com-20101126111800-yj2fw0aq09plm64p

13 years ago[ADD] base: web_icon for administration and sales applications
Xavier Morel [Fri, 26 Nov 2010 11:09:09 +0000 (12:09 +0100)]
[ADD] base: web_icon for administration and sales applications

bzr revid: xmo@openerp.com-20101126110909-8p028y8rne2lha0e

13 years ago[FIX] account_sequence: fixed the previous change of field name internal_sequence_id
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 10:38:44 +0000 (11:38 +0100)]
[FIX] account_sequence: fixed the previous change of field name internal_sequence_id

bzr revid: qdp-launchpad@tinyerp.com-20101126103844-1wnwbu00nk0pji1d

13 years agocustomfonts: search path for fonts, override the broken of reportlab
P. Christeas [Fri, 26 Nov 2010 10:34:59 +0000 (12:34 +0200)]
customfonts: search path for fonts, override the broken of reportlab

Several Linux distros still ship with a broken reportlab config, which
looks at "c:\winnt\fonts" for fonts!
Since they have not fixed that for months, we have to do their job and
have a custom search path of:
   - paths from the config file (ttfonts.search_path key)
   - sensible defaults for distros, considering os.name and os.uname
   - default reportlab path (opt-out with ttfonts.use_default_path=False)

The result is that we will have more chance of locating TTF fonts and
use them (as now required) in the PDF reports.

bzr revid: p_christ@hol.gr-20101126103459-5wv7crw3i3b56adr

13 years agoconvert.py: use the get_object_reference() API for ir.model.data
P. Christeas [Fri, 26 Nov 2010 10:33:44 +0000 (12:33 +0200)]
convert.py: use the get_object_reference() API for ir.model.data

Note that the "return False" would have never worked, since the _get_id()
would have raised an exception for missing records.

bzr revid: p_christ@hol.gr-20101126103344-ugr20dnti4gezdoe

13 years ago[IMP] account_sequence:
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 10:28:30 +0000 (11:28 +0100)]
[IMP] account_sequence:
     *rename the field internal_sequence in internal_sequence_id
     *improved the installation wizard to display the fields of the sequence to create (more user friendly)
     *set the config wizard as "on_skip"

bzr revid: qdp-launchpad@tinyerp.com-20101126102830-9ppwdb3m205634jp

13 years ago[MERGE] with addons1
Thibault Francois [Fri, 26 Nov 2010 09:55:12 +0000 (10:55 +0100)]
[MERGE] with addons1

bzr revid: tfr@openerp.com-20101126095512-n859a08cz6bui5th

13 years ago[FIX] account: 'create final invoice' wizard: in fields_view_get: view_id cannot...
olt@tinyerp.com [Fri, 26 Nov 2010 08:49:11 +0000 (09:49 +0100)]
[FIX] account: 'create final invoice' wizard: in fields_view_get: view_id cannot be a list

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

bzr revid: olt@tinyerp.com-20101126084911-hcs5ix9hvjqrluwn

13 years ago[MERGE] merged with main addons branch
qdp-launchpad@tinyerp.com [Fri, 26 Nov 2010 08:40:26 +0000 (09:40 +0100)]
[MERGE] merged with main addons branch

bzr revid: qdp-launchpad@tinyerp.com-20101126084026-k96fgssiz5k5my12

13 years ago[FIX] po file parser: database creation crashes if res_id is an empty string
olt@tinyerp.com [Fri, 26 Nov 2010 08:20:48 +0000 (09:20 +0100)]
[FIX] po file parser: database creation crashes if res_id is an empty string

bzr revid: olt@tinyerp.com-20101126082048-ndc55bsf4vo3cu2c

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 26 Nov 2010 04:54:39 +0000 (04:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101126044921-9446pqhg2fetkj9v
bzr revid: launchpad_translations_on_behalf_of_openerp-20101126045439-w5rxmd2f3eukcno6

13 years ago[MERGE] merged the report server branch
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 18:14:26 +0000 (19:14 +0100)]
[MERGE] merged the report server branch

bzr revid: qdp-launchpad@tinyerp.com-20101125181426-dk8asryszl0mqytu

13 years ago[MERGE] merged the report branch
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 18:07:16 +0000 (19:07 +0100)]
[MERGE] merged the report branch

bzr revid: qdp-launchpad@tinyerp.com-20101125180716-eq2e52ab4qdq1161

13 years ago[MERGE] many improvements regarding translations, logging, reports, http, speed, ...
P. Christeas, O. Dony [Thu, 25 Nov 2010 17:53:28 +0000 (18:53 +0100)]
[MERGE] many improvements regarding translations, logging, reports, http, speed, ...

bzr revid: odo@openerp.com-20101125175328-pmu07gj694r5n2es

13 years ago[IMP] account: report 'Journals' improved
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 17:46:55 +0000 (18:46 +0100)]
[IMP] account: report 'Journals' improved

bzr revid: qdp-launchpad@tinyerp.com-20101125174655-qzlp9m3qe4oybnrl

13 years ago[IMP] tools.translate: more lenient with malformed PO entries
Olivier Dony [Thu, 25 Nov 2010 17:22:36 +0000 (18:22 +0100)]
[IMP] tools.translate: more lenient with malformed PO entries

bzr revid: odo@openerp.com-20101125172236-son3382958xbds8y

13 years ago[IMP] tools.translate: use consistent logging API
Olivier Dony [Thu, 25 Nov 2010 17:21:44 +0000 (18:21 +0100)]
[IMP] tools.translate: use consistent logging API

bzr revid: odo@openerp.com-20101125172144-3z0rs97u50q142vx

13 years ago[IMP] module: no warning about missing english translation
Olivier Dony [Thu, 25 Nov 2010 17:19:27 +0000 (18:19 +0100)]
[IMP] module: no warning about missing english translation

bzr revid: odo@openerp.com-20101125171927-j68orn14dagff22r

13 years ago[ADD] base: method to fetch an act_window from its xml_id on ir.actions.act_window
Xavier Morel [Thu, 25 Nov 2010 16:57:20 +0000 (17:57 +0100)]
[ADD] base: method to fetch an act_window from its xml_id on ir.actions.act_window

Also used it to replace the corresponding code in ir.attachment and res.widget.wizard

bzr revid: xmo@openerp.com-20101125165720-62qphqpmt4fl2xcl

13 years ago[IMP] have res.widget.wizard return its initial act_window itself to avoid hardcoding...
Xavier Morel [Thu, 25 Nov 2010 14:48:34 +0000 (15:48 +0100)]
[IMP] have res.widget.wizard return its initial act_window itself to avoid hardcoding it in the client

bzr revid: xmo@openerp.com-20101125144834-jblj68hf1hsso6vt

13 years ago[IMP] account: improved the general ledger report
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 14:41:27 +0000 (15:41 +0100)]
[IMP] account: improved the general ledger report

bzr revid: qdp-launchpad@tinyerp.com-20101125144127-b7xf8xta4w2jcwkd

13 years ago[IMP] account: set the journal code size to 5 chars max in order to improve the repor...
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 14:36:41 +0000 (15:36 +0100)]
[IMP] account: set the journal code size to 5 chars max in order to improve the reports (smaller column for this field without any risk)

bzr revid: qdp-launchpad@tinyerp.com-20101125143641-02t6o55nxg396rk5

13 years ago[MERGE] many improvements regarding translations, logging, reports, http, speed
P. Christeas, O. Dony [Thu, 25 Nov 2010 14:22:19 +0000 (15:22 +0100)]
[MERGE] many improvements regarding translations, logging, reports, http, speed

bzr revid: odo@openerp.com-20101125142219-8bkqfboyuslzpvyo

13 years ago[IMP] tools: moved files properly after reverting incorrect commit
Olivier Dony [Thu, 25 Nov 2010 14:13:24 +0000 (15:13 +0100)]
[IMP] tools: moved files properly after reverting incorrect commit
See revid:p_christ@hol.gr-20101123135849-z6bojjykt7r0dgx1use

bzr revid: odo@openerp.com-20101125141324-u7eevky9ckcrzj73

13 years ago[REVERT] use move instead of delete+add, revert revid:p_christ@hol.gr-20101123135849...
Olivier Dony [Thu, 25 Nov 2010 14:11:57 +0000 (15:11 +0100)]
[REVERT] use move instead of delete+add, revert revid:p_christ@hol.gr-20101123135849-z6bojjykt7r0dgx1use

bzr revid: odo@openerp.com-20101125141157-3gbjfqf0iwt1uqh8

13 years ago[ADD] a few demo widgets
Xavier Morel [Thu, 25 Nov 2010 14:03:36 +0000 (15:03 +0100)]
[ADD] a few demo widgets

bzr revid: xmo@openerp.com-20101125140336-w51ae3sewvdfbcwu

13 years ago[IMP] orm.write: ignore unknown fields, more consistent with rest of API
Olivier Dony [Thu, 25 Nov 2010 13:58:00 +0000 (14:58 +0100)]
[IMP] orm.write: ignore unknown fields, more consistent with rest of API

bzr revid: odo@openerp.com-20101125135800-dzad2x864bn8p1ah

13 years ago[FIX] res_widget: use context correctly
Xavier Morel [Thu, 25 Nov 2010 12:48:34 +0000 (13:48 +0100)]
[FIX] res_widget: use context correctly

bzr revid: xmo@openerp.com-20101125124834-daf5p22of6r9unvc

13 years ago[FIX] res_widget: improve some labels/names
Xavier Morel [Thu, 25 Nov 2010 12:48:11 +0000 (13:48 +0100)]
[FIX] res_widget: improve some labels/names

bzr revid: xmo@openerp.com-20101125124811-mrw9xa99bjurwm0h

13 years ago[FIX] Account: historical currency rate support
RVO(OpenERP) [Thu, 25 Nov 2010 11:58:38 +0000 (17:28 +0530)]
[FIX] Account: historical currency rate support

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

bzr revid: mra@mra-laptop-20101125115838-nsx04bclby615iaw

13 years ago[MERGE] bug fix
Sbh (OpenERP) [Thu, 25 Nov 2010 11:28:05 +0000 (16:58 +0530)]
[MERGE] bug fix

bzr revid: sbh@tinyerp.com-20101125112805-gndlscrzeqikdxxb

13 years ago[FIX] Account: intiala balance with periods filter
Mustufa Rangwala [Thu, 25 Nov 2010 11:15:58 +0000 (16:45 +0530)]
[FIX] Account: intiala balance with periods filter

bzr revid: mra@mra-laptop-20101125111558-a3lj88wh6157e6yg

13 years ago[ADD] some more twitter widget for demo
Xavier Morel [Thu, 25 Nov 2010 11:09:00 +0000 (12:09 +0100)]
[ADD] some more twitter widget for demo

bzr revid: xmo@openerp.com-20101125110900-6utcye5hs2p3zpx0

13 years ago[MERGE] ir.ui.menu,rng: support for embedded web icons for menuitems
GPA (OpenERP) [Thu, 25 Nov 2010 10:50:02 +0000 (11:50 +0100)]
[MERGE] ir.ui.menu,rng: support for embedded web icons for menuitems

bzr revid: odo@openerp.com-20101125105002-o6pbzql6lsqhx60w

13 years ago[MERGE] BUG Fix bug lp:658126 , lp:680994
Sbh (OpenERP) [Thu, 25 Nov 2010 10:48:05 +0000 (16:18 +0530)]
[MERGE] BUG Fix bug lp:658126 , lp:680994

bzr revid: sbh@tinyerp.com-20101125104805-dcihc2hltkjb1gdw

13 years ago[FIX] l10n_th: removed references to non-existant fields
Olivier Dony [Thu, 25 Nov 2010 10:35:27 +0000 (11:35 +0100)]
[FIX] l10n_th: removed references to non-existant fields

bzr revid: odo@openerp.com-20101125103527-xvnd629jyycdn6zw

13 years ago[MERGE] merged the apa branch
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 10:17:01 +0000 (11:17 +0100)]
[MERGE] merged the apa branch

bzr revid: qdp-launchpad@tinyerp.com-20101125101701-cr5c3vlkdgy8sqak

13 years ago[MERGE] merged the apa server branch
qdp-launchpad@tinyerp.com [Thu, 25 Nov 2010 10:13:35 +0000 (11:13 +0100)]
[MERGE] merged the apa server branch

bzr revid: qdp-launchpad@tinyerp.com-20101125101335-2f5gyrmaxmowicw0

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Thu, 25 Nov 2010 09:47:50 +0000 (15:17 +0530)]
[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101125094750-jfxfu1a51od814k9

13 years ago[BUG] lp:680994 - Fixed
jam-openerp [Thu, 25 Nov 2010 09:44:59 +0000 (15:14 +0530)]
[BUG] lp:680994 - Fixed

bzr revid: jam@tinyerp.com-20101125094459-s5mlh7yjvup9u9h6

13 years ago[FIX] hr_expense: invoiced filter button hr expense report not with invoiced and...
Mustufa Rangwala [Thu, 25 Nov 2010 08:15:08 +0000 (13:45 +0530)]
[FIX] hr_expense: invoiced filter button hr expense report not with invoiced and paid state of exepense

bzr revid: mra@mra-laptop-20101125081508-54ivx177g94gxlmr

13 years ago[FIX] crm: State changes of all crm object shouldn't be in Email section of partner...
uco (OpenERP) [Thu, 25 Nov 2010 07:26:38 +0000 (12:56 +0530)]
[FIX] crm: State changes of all crm object shouldn't be in Email section of partner's history.
* mail_gateway: Open document should only open the related document.

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

bzr revid: uco@tinyerp.com-20101125072638-e6gaag8svxvk6hmi

13 years ago[MERGE]
Harry (OpenERP) [Thu, 25 Nov 2010 07:15:54 +0000 (12:45 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20101125071554-u94l32cpl2juil55

13 years ago[FIX] stock : product_uos_quantity now displayed in Stock Moves
Anup (OpenERP) [Thu, 25 Nov 2010 07:00:10 +0000 (12:30 +0530)]
[FIX] stock : product_uos_quantity now displayed in Stock Moves

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

bzr revid: ach@tinyerp.com-20101125070010-m4feuhznyi3881g7

13 years ago[BUG] lp:658126 - Fixed
jam-openerp [Thu, 25 Nov 2010 06:43:47 +0000 (12:13 +0530)]
[BUG] lp:658126 - Fixed

bzr revid: jam@tinyerp.com-20101125064347-vxgq1lxgjdxd7hdf

13 years ago[FIX] crm: Tooltip improved on Phonecall tree view.
uco (OpenERP) [Thu, 25 Nov 2010 06:02:31 +0000 (11:32 +0530)]
[FIX] crm: Tooltip improved on Phonecall tree view.

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

bzr revid: uco@tinyerp.com-20101125060231-btpe7xhqhiaeydl0

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Thu, 25 Nov 2010 05:32:05 +0000 (11:02 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20101125053205-1ttc6aqfdmw3543y

13 years agoImprovement for the transformation of the icon file paths inside
gpa [Thu, 25 Nov 2010 05:27:29 +0000 (10:57 +0530)]
Improvement for the transformation of the icon file paths inside

bzr revid: gpa@tinyerp.com-20101125052729-bajcewtj468rhcjx

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Thu, 25 Nov 2010 05:22:41 +0000 (10:52 +0530)]
[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101125052241-45bw91ssb4xivu6k

13 years ago[MERGE]: Merged with team1.
uco (OpenERP) [Thu, 25 Nov 2010 05:11:00 +0000 (10:41 +0530)]
[MERGE]: Merged with team1.

bzr revid: uco@tinyerp.com-20101124054038-00t8pgrkl5025qq5
bzr revid: uco@tinyerp.com-20101125051100-glxezb9l8bggwkda

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Thu, 25 Nov 2010 05:03:18 +0000 (10:33 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101125050318-9xpv65nstz8i4xwf

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 25 Nov 2010 04:57:45 +0000 (04:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101125045745-sqwvemtqcmgijfwk

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 25 Nov 2010 04:52:16 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101125045216-6u4oqrvi5hr8i6pz

13 years ago[MERGE, IMP] Account_sequnece: add installer which make all journals installed in...
Mustufa Rangwala [Thu, 25 Nov 2010 04:10:33 +0000 (09:40 +0530)]
[MERGE, IMP] Account_sequnece: add installer which make all journals installed in db set internal seq on it

bzr revid: mra@mra-laptop-20101125041033-87bq1bpjvlm7avtw

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Thu, 25 Nov 2010 03:48:22 +0000 (09:18 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20101125034822-r21kr93zgkhu9gto

13 years ago[MERGE] read_group: now returns count information for the groups
OpenERP GTK R&D Team [Wed, 24 Nov 2010 18:44:33 +0000 (19:44 +0100)]
[MERGE] read_group: now returns count information for the groups

bzr revid: odo@openerp.com-20101124184433-eo54itrejuak0exp

13 years ago[IMP] orm.orm: cleaned up comments after previous patches
Olivier Dony [Wed, 24 Nov 2010 18:41:08 +0000 (19:41 +0100)]
[IMP] orm.orm: cleaned up comments after previous patches

bzr revid: odo@openerp.com-20101124184108-iw1up4jomysfoh85

13 years ago[FIX] Base_report_creator : Export should respect the order of fields.Corrcted.
Jay (OpenERP) [Wed, 24 Nov 2010 18:09:50 +0000 (23:39 +0530)]
[FIX] Base_report_creator : Export should respect the order of fields.Corrcted.

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

bzr revid: jvo@tinyerp.com-20101124180950-si3mdr82tkcfdp6b

13 years ago[IMP] yaml_import: improved resolution of XML IDs
Olivier Dony [Wed, 24 Nov 2010 17:32:22 +0000 (18:32 +0100)]
[IMP] yaml_import: improved resolution of XML IDs

bzr revid: odo@openerp.com-20101124173222-177ra54gh0t5z0uy

13 years ago[FIX] websrv_lib: Darwin webdav workaround
Olivier Dony [Wed, 24 Nov 2010 17:30:28 +0000 (18:30 +0100)]
[FIX] websrv_lib: Darwin webdav workaround

bzr revid: odo@openerp.com-20101124173028-iumdj77clfhsnsuj

13 years ago[FIX] orm.import_data: also translate SQL constraints error messages that are not...
Olivier Dony [Wed, 24 Nov 2010 17:28:19 +0000 (18:28 +0100)]
[FIX] orm.import_data: also translate SQL constraints error messages that are not callable

bzr revid: odo@openerp.com-20101124172819-33ahiq3aacgwt8f2

13 years ago[FIX] stock/stock.py: identation fixed
qdp-launchpad@tinyerp.com [Wed, 24 Nov 2010 17:21:57 +0000 (18:21 +0100)]
[FIX] stock/stock.py: identation fixed

bzr revid: qdp-launchpad@tinyerp.com-20101124172157-yhwp8hojlug240xy

13 years ago[IMP] product: small usability improvments
qdp-launchpad@tinyerp.com [Wed, 24 Nov 2010 17:09:41 +0000 (18:09 +0100)]
[IMP] product: small usability improvments

bzr revid: qdp-launchpad@tinyerp.com-20101124170941-0qg9k83dve97yre5

13 years ago[FIX] l10n_ch, email_template: fixed translation
qdp-launchpad@tinyerp.com [Wed, 24 Nov 2010 17:05:24 +0000 (18:05 +0100)]
[FIX] l10n_ch, email_template: fixed translation

bzr revid: qdp-launchpad@tinyerp.com-20101124170524-ce29tt56ab9vjfxw

13 years ago[FIX] event/__openerp__.py: typo corrected
qdp-launchpad@tinyerp.com [Wed, 24 Nov 2010 17:00:17 +0000 (18:00 +0100)]
[FIX] event/__openerp__.py: typo corrected

bzr revid: qdp-launchpad@tinyerp.com-20101124170017-zegs499exyvkt84o

13 years ago[FIX] delivery/delivery_view.xml: typo corrected
qdp-launchpad@tinyerp.com [Wed, 24 Nov 2010 16:58:40 +0000 (17:58 +0100)]
[FIX] delivery/delivery_view.xml: typo corrected

bzr revid: qdp-launchpad@tinyerp.com-20101124165840-2n5t8vh3ym34azel

13 years ago[FIX] ir_actions: minor typo
Olivier Dony [Wed, 24 Nov 2010 16:41:35 +0000 (17:41 +0100)]
[FIX] ir_actions: minor typo

bzr revid: odo@openerp.com-20101124164135-6qemb2nof0uzx2f2

13 years ago[FIX] res.user: code cleanup after merging previous patches
Olivier Dony [Wed, 24 Nov 2010 16:41:05 +0000 (17:41 +0100)]
[FIX] res.user: code cleanup after merging previous patches

bzr revid: odo@openerp.com-20101124164105-xsd2nkit09g29gjl

13 years ago[FIX] osv.osv: code cleanup after merging previous patches
Olivier Dony [Wed, 24 Nov 2010 16:40:41 +0000 (17:40 +0100)]
[FIX] osv.osv: code cleanup after merging previous patches

bzr revid: odo@openerp.com-20101124164041-760b4zoidv0omu6c