odoo/odoo.git
12 years ago[update]
Hardik Ansodariy (OpenERP) [Thu, 15 Sep 2011 08:46:35 +0000 (14:16 +0530)]
[update]

bzr revid: han@tinyerp.com-20110915084635-p0qvmfjk98zbve70

12 years ago[FIX] edi: correct datas of email_template
Harry (OpenERP) [Thu, 15 Sep 2011 05:30:43 +0000 (11:00 +0530)]
[FIX] edi: correct datas of email_template

bzr revid: hmo@tinyerp.com-20110915053043-a6f2d7ecwfbzspu1

12 years ago[MERGE] merged with trunk development branch
Harry (OpenERP) [Wed, 14 Sep 2011 07:41:36 +0000 (13:11 +0530)]
[MERGE] merged with trunk development branch

bzr revid: hmo@tinyerp.com-20110914074136-ya3rl9l9djzi4c90

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Sep 2011 04:41:04 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110914044104-ups83zg1ztym9h60

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Sep 2011 04:40:35 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110914044035-wdsfwmenceb1t1ky

12 years ago[FIX] ir.translation: one more fix for ormcache_multi.clear_cache()
Olivier Dony [Tue, 13 Sep 2011 17:43:10 +0000 (19:43 +0200)]
[FIX] ir.translation: one more fix for ormcache_multi.clear_cache()

(Reported by Thibaut Dirlik)

bzr revid: odo@openerp.com-20110913174310-w79dgmybs59fb9xm

12 years ago[FIX] crm: wrong action name, missed in last merge conflict
Olivier Dony [Tue, 13 Sep 2011 17:29:22 +0000 (19:29 +0200)]
[FIX] crm: wrong action name, missed in last merge conflict

bzr revid: odo@openerp.com-20110913172922-l5w9k64rydc8lf02

12 years ago[MERGE] trunk-kanban-ysa (manually because of uncommit in trunk)
Antony Lesuisse [Tue, 13 Sep 2011 16:29:07 +0000 (18:29 +0200)]
[MERGE] trunk-kanban-ysa (manually because of uncommit in trunk)

bzr revid: al@openerp.com-20110913162907-4gvjesa21nvf8v95

12 years ago[imp] added reload page on logout
niv-openerp [Tue, 13 Sep 2011 15:19:11 +0000 (17:19 +0200)]
[imp] added reload page on logout

bzr revid: nicolas.vanhoren@openerp.com-20110913151911-6tee272eo2u0fgqv

12 years ago[MERGE] Email Framework: lp:~openerp-dev/openobject-server/trunk-emails-unified
Stephane Wirtel [Tue, 13 Sep 2011 14:50:55 +0000 (16:50 +0200)]
[MERGE] Email Framework: lp:~openerp-dev/openobject-server/trunk-emails-unified

bzr revid: stw@openerp.com-20110913145055-wcwrbfmoebqycxbq

12 years ago[FIX] orm: avoid passing undefined context in browse_record getattr()
Olivier Dony [Tue, 13 Sep 2011 14:47:02 +0000 (16:47 +0200)]
[FIX] orm: avoid passing undefined context in browse_record getattr()

bzr revid: odo@openerp.com-20110913144702-7g56odiorqdiea28

12 years ago[MERGE] latest trunk
Olivier Dony [Tue, 13 Sep 2011 14:46:00 +0000 (16:46 +0200)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20110913144600-ve4vb5po9vi3edw4

12 years ago[FIX] This complements commit 3511,
Vo Minh Thu [Tue, 13 Sep 2011 14:34:44 +0000 (16:34 +0200)]
[FIX] This complements commit 3511,
revision-id: odo@openerp.com-20110714105552-9tgofrjtdgjmgc4b.
Each OpenERP cursor is mapped to a single psycopg2 connexion.
When a cursor is closed, the connexion is pushed back to a
pool and reused later. Now that the 'snapshot isolation' level
is used, the fact we didn't properly commit/rollback a
transaction appears: some 'concurrent' update showed up.
The fix is simple: whenever a cursor is closed, we rollback
any pending operation (which is the expected behavior).
(Furthermore, the connexion is explicitely closed when the
connexion is pushed back but not kept in the pool.)

bzr revid: vmt@openerp.com-20110913143444-s49r7r2h6m00p5s3

12 years ago[MERGE] Email Framework - lp:~openerp-dev/openobject-addons/trunk-emails-unified
Stephane Wirtel [Tue, 13 Sep 2011 14:00:16 +0000 (16:00 +0200)]
[MERGE] Email Framework - lp:~openerp-dev/openobject-addons/trunk-emails-unified

bzr revid: stw@openerp.com-20110913140016-zzfynrnjdaap0tfb

12 years ago[FIX] *: browse_record getattr() now propagates context
Olivier Dony [Tue, 13 Sep 2011 13:45:51 +0000 (15:45 +0200)]
[FIX] *: browse_record getattr() now propagates context

When a different context needs to be passed to the
method call, it must now be an explicit keyword.
By default it can be ommitted in most cases.

bzr revid: odo@openerp.com-20110913134551-nmr80dgeolotplub

12 years ago[MERGE] latest trunk
Olivier Dony [Tue, 13 Sep 2011 13:28:43 +0000 (15:28 +0200)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20110913132843-eo7vevh8h9924hm2

12 years ago[IMP] mail: typo
Olivier Dony [Tue, 13 Sep 2011 13:23:40 +0000 (15:23 +0200)]
[IMP] mail: typo

bzr revid: odo@openerp.com-20110913132340-9ykde8wsvyowa1gd

12 years ago[IMP] openerp-server: setup signal handlers earlier, spellcheck
Olivier Dony [Tue, 13 Sep 2011 13:10:42 +0000 (15:10 +0200)]
[IMP] openerp-server: setup signal handlers earlier, spellcheck

bzr revid: odo@openerp.com-20110913131042-neaa6zwudwxwdded

12 years ago[IMP] browse_record: getattr method execution propagates context
Olivier Dony [Tue, 13 Sep 2011 13:08:26 +0000 (15:08 +0200)]
[IMP] browse_record: getattr method execution propagates context

The only requirements for this to work are:
 - all model methods likely to be called on a browse_record must support
   a context parameter (positional or keyword, doesn't matter)
 - callers should never pass the context as a positional args, otherwise
   we'll have multiple values for the context.
Both requirements seem sensible enough.

bzr revid: odo@openerp.com-20110913130826-d7fme3mznv55ok5f

12 years ago[IMP] account: improve edi import of invoice to split in different stuff
Harry (OpenERP) [Tue, 13 Sep 2011 12:59:23 +0000 (18:29 +0530)]
[IMP] account: improve edi import of invoice to split in different stuff
[IMP] sale: edi import process and correct EDI struct on exort
[IMP] purchase: edi import process and correct EDI struct on export

bzr revid: hmo@tinyerp.com-20110913125923-2gbhgd1vzyd2qrwy

12 years ago[MERGE] merged the branch with the belgian rules for hr_payroll (hr_payroll_l10n_be...
Quentin (OpenERP) [Tue, 13 Sep 2011 12:28:23 +0000 (14:28 +0200)]
[MERGE] merged the branch with the belgian rules for hr_payroll (hr_payroll_l10n_be module)

bzr revid: qdp-launchpad@openerp.com-20110913122823-nnb9pb6upzm40pu1

12 years ago[imp] removed completely this.log
niv-openerp [Tue, 13 Sep 2011 12:17:28 +0000 (14:17 +0200)]
[imp] removed completely this.log

bzr revid: nicolas.vanhoren@openerp.com-20110913121728-ehqqsimfqyqzj1m1

12 years ago[IMP] hr_payroll_l10n_be: demo data imp
Quentin (OpenERP) [Tue, 13 Sep 2011 12:13:47 +0000 (14:13 +0200)]
[IMP] hr_payroll_l10n_be: demo data imp

bzr revid: qdp-launchpad@openerp.com-20110913121347-5vgx5pednajuqy4j

12 years ago[fix] problem with new login, when the user is not really already logged in
niv-openerp [Tue, 13 Sep 2011 12:10:38 +0000 (14:10 +0200)]
[fix] problem with new login, when the user is not really already logged in

bzr revid: nicolas.vanhoren@openerp.com-20110913121038-0x7tifkpzgplk6lb

12 years ago[imp] simplified logging api + fix problem with ie8 and logging
niv-openerp [Tue, 13 Sep 2011 12:08:00 +0000 (14:08 +0200)]
[imp] simplified logging api + fix problem with ie8 and logging

bzr revid: nicolas.vanhoren@openerp.com-20110913120800-m8tfmqoakruq78la

12 years ago[MERGE] merged with main addons branch
Quentin (OpenERP) [Tue, 13 Sep 2011 12:00:12 +0000 (14:00 +0200)]
[MERGE] merged with main addons branch

bzr revid: qdp-launchpad@openerp.com-20110913120012-339iigyjojh89sy3

12 years ago[FIX] crm: incorrect view re-introduced by bad trunk merge
Olivier Dony [Tue, 13 Sep 2011 11:00:48 +0000 (13:00 +0200)]
[FIX] crm: incorrect view re-introduced by bad trunk merge

bzr revid: odo@openerp.com-20110913110048-idsavanmlj93i92o

12 years ago[fix] some problems with preceding improvement related to login
niv-openerp [Tue, 13 Sep 2011 10:29:36 +0000 (12:29 +0200)]
[fix] some problems with preceding improvement related to login

bzr revid: nicolas.vanhoren@openerp.com-20110913102936-8xjjba5q1gmi8xts

12 years ago[imp] modified login to only depend on the session_id to restore a session, this...
niv-openerp [Tue, 13 Sep 2011 10:23:20 +0000 (12:23 +0200)]
[imp] modified login to only depend on the session_id to restore a session, this will make some bugs to user_context and password disapear

bzr revid: nicolas.vanhoren@openerp.com-20110913102320-dhw4p91ohyk438d1

12 years ago[IMP] hr_payroll_l10n_be: added demo data
Quentin (OpenERP) [Tue, 13 Sep 2011 10:16:24 +0000 (12:16 +0200)]
[IMP] hr_payroll_l10n_be: added demo data

bzr revid: qdp-launchpad@openerp.com-20110913101624-pyjklskv0g3g6huz

12 years ago[IMP] hr_payroll_l10n_be: belgian rules
Quentin (OpenERP) [Tue, 13 Sep 2011 09:41:25 +0000 (11:41 +0200)]
[IMP] hr_payroll_l10n_be: belgian rules

bzr revid: qdp-launchpad@openerp.com-20110913094125-9u92wc9ggjt6yc2j

12 years ago[IMP] hr: added default value for marital field
Quentin (OpenERP) [Tue, 13 Sep 2011 09:40:46 +0000 (11:40 +0200)]
[IMP] hr: added default value for marital field

bzr revid: qdp-launchpad@openerp.com-20110913094046-gvdcr59ohvglkogq

12 years ago[fix] problem with statusbar, does not use all states when no visible state defined
niv-openerp [Tue, 13 Sep 2011 09:34:09 +0000 (11:34 +0200)]
[fix] problem with statusbar, does not use all states when no visible state defined

bzr revid: nicolas.vanhoren@openerp.com-20110913093409-u2qaby393y9pzb02

12 years ago[FIX] crm: button/action methods must not return None
Olivier Dony [Tue, 13 Sep 2011 08:52:49 +0000 (10:52 +0200)]
[FIX] crm: button/action methods must not return None

bzr revid: odo@openerp.com-20110913085249-tyv40pa84t4n2n01

12 years ago[fix] second attempt to correct bug in header
niv-openerp [Tue, 13 Sep 2011 08:27:55 +0000 (10:27 +0200)]
[fix] second attempt to correct bug in header

bzr revid: nicolas.vanhoren@openerp.com-20110913082755-e7hlwmwcq5t4asx1

12 years ago[IMP] Improved kanban view
Fabien Meghazi [Tue, 13 Sep 2011 08:15:33 +0000 (10:15 +0200)]
[IMP] Improved kanban view

bzr revid: fme@openerp.com-20110913081533-k818up8n446jh6xc

12 years ago[IMP] hr_payroll_l10n_be: code cleaning
Quentin (OpenERP) [Tue, 13 Sep 2011 08:01:44 +0000 (10:01 +0200)]
[IMP] hr_payroll_l10n_be: code cleaning

bzr revid: qdp-launchpad@openerp.com-20110913080144-cbmybbxbsdcdkh4b

12 years ago[IMP] hr_payroll_l10n_be: replaced tabs with 4 spaces and corrected identation on...
Quentin (OpenERP) [Tue, 13 Sep 2011 07:59:06 +0000 (09:59 +0200)]
[IMP] hr_payroll_l10n_be: replaced tabs with 4 spaces and corrected identation on xml files

bzr revid: qdp-launchpad@openerp.com-20110913075906-bk8zt2x3xry9141e

12 years ago[IMP] hr_payroll: demo data improvement
Quentin (OpenERP) [Tue, 13 Sep 2011 07:47:05 +0000 (09:47 +0200)]
[IMP] hr_payroll: demo data improvement

bzr revid: qdp-launchpad@openerp.com-20110913074705-ai34g7g6wcwou4aw

12 years ago[FIX] unbreak explicitly providing ?debug parameter or clicking on logo to go back...
Xavier Morel [Tue, 13 Sep 2011 07:38:04 +0000 (09:38 +0200)]
[FIX] unbreak explicitly providing ?debug parameter or clicking on logo to go back to home/reload page

bzr revid: xmo@openerp.com-20110913073804-hiuksj2bu4pei6df

12 years ago[FIX] application content moving around the content area if the secondary menu is...
Xavier Morel [Tue, 13 Sep 2011 07:37:30 +0000 (09:37 +0200)]
[FIX] application content moving around the content area if the secondary menu is closed

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

bzr revid: xmo@openerp.com-20110913073730-caukax89lhgwqpch

12 years ago[IMP] hr_payroll_l10n_be: change author to OpenERP
Quentin (OpenERP) [Tue, 13 Sep 2011 07:37:07 +0000 (09:37 +0200)]
[IMP] hr_payroll_l10n_be: change author to OpenERP

bzr revid: qdp-launchpad@openerp.com-20110913073707-k2wdu0o2op5qvy53

12 years ago[MERGE] sale_crm: -In search view,positioned fields after 'user_id' field in place...
Quentin (OpenERP) [Tue, 13 Sep 2011 07:21:03 +0000 (09:21 +0200)]
[MERGE] sale_crm: -In search view,positioned fields after 'user_id' field in place of removed 'date_order' field of sale.order

bzr revid: qdp-launchpad@openerp.com-20110913072103-00ndbex3y3eomm5v

12 years ago[FIX] version specifier for werkzeug in setup.py file
Xavier Morel [Tue, 13 Sep 2011 07:12:05 +0000 (09:12 +0200)]
[FIX] version specifier for werkzeug in setup.py file

bzr revid: xmo@openerp.com-20110913071205-kak4ylecmtpviw0x

12 years ago[IMP] account_followup: added dependency to account_accountant module (otherwise...
Quentin (OpenERP) [Tue, 13 Sep 2011 07:08:47 +0000 (09:08 +0200)]
[IMP] account_followup: added dependency to account_accountant module (otherwise the menu to send followups is not visible)

bzr revid: qdp-launchpad@openerp.com-20110913070847-4kkp36wp5pyepq6h

12 years ago[FIX] searchview-related issues in viewmanageraction
Xavier Morel [Tue, 13 Sep 2011 06:52:00 +0000 (08:52 +0200)]
[FIX] searchview-related issues in viewmanageraction

bzr revid: xmo@openerp.com-20110913065200-t6tec8fg27oh1i7k

12 years ago[FIX] reintroduce code which was not redundant after all
Xavier Morel [Tue, 13 Sep 2011 06:47:45 +0000 (08:47 +0200)]
[FIX] reintroduce code which was not redundant after all

bzr revid: xmo@openerp.com-20110913064745-xk3xgmqkmu2zh6hp

12 years ago[FIX] correctly return readyness deferred from ViewManagerAction's start method
Xavier Morel [Tue, 13 Sep 2011 06:38:30 +0000 (08:38 +0200)]
[FIX] correctly return readyness deferred from ViewManagerAction's start method

bzr revid: xmo@openerp.com-20110913063830-eyyfczieq6w1b1j4

12 years ago[IMP] remove redundant code in ViewManagerAction initializer
Xavier Morel [Tue, 13 Sep 2011 06:36:17 +0000 (08:36 +0200)]
[IMP] remove redundant code in ViewManagerAction initializer

bzr revid: xmo@openerp.com-20110913063617-jh69s47vgwxokba1

12 years ago[IMP] cleanup fubared whitespace
Xavier Morel [Tue, 13 Sep 2011 06:33:46 +0000 (08:33 +0200)]
[IMP] cleanup fubared whitespace

bzr revid: xmo@openerp.com-20110913063346-dq34na1d8ygvks1f

12 years ago[FIX] issue with searchview appearing alongside non-searchable views (e.g. form)...
Xavier Morel [Tue, 13 Sep 2011 06:32:38 +0000 (08:32 +0200)]
[FIX] issue with searchview appearing alongside non-searchable views (e.g. form) when they're the primary (initially loaded) view for an action

bzr revid: xmo@openerp.com-20110913063238-hki65oukviah8u2k

12 years ago[FIX] issues with list not being a primary action view
Xavier Morel [Tue, 13 Sep 2011 06:31:21 +0000 (08:31 +0200)]
[FIX] issues with list not being a primary action view

* ViewManagerAction should always instantiate a DataSetSearch, if
  there's a res_id add it to the DataSet
* Always define a base DataGroup (groupless) on the ListView's groups,
  so it can be shown() without a search (will just use default dataset
  parameters)

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

bzr revid: xmo@openerp.com-20110913063121-ry2cuwiuqfo655xe

12 years ago[FIX] sale_crm:-In search view,positioned fields after 'name' field in place of remov...
Meera Trambadia (OpenERP) [Tue, 13 Sep 2011 06:21:26 +0000 (11:51 +0530)]
[FIX] sale_crm:-In search view,positioned fields after 'name' field in place of removed 'date_order' field of sale.order

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

bzr revid: mtr@tinyerp.com-20110913062126-3lhad3hofobvsxac

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 13 Sep 2011 04:47:25 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110913044725-83ul721ul6simuo8

12 years ago[FIX] marketing_campaign: typos and cleanup
Olivier Dony [Mon, 12 Sep 2011 18:00:25 +0000 (20:00 +0200)]
[FIX] marketing_campaign: typos and cleanup

bzr revid: odo@openerp.com-20110912180025-scdjvcnquo07zcha

12 years ago[IMP] crm.lead: overridden name_get to hide the inherited res.partner.address behavior
Olivier Dony [Mon, 12 Sep 2011 17:17:01 +0000 (19:17 +0200)]
[IMP] crm.lead: overridden name_get to hide the inherited res.partner.address behavior

bzr revid: odo@openerp.com-20110912171701-x68ngyw3hot90or0

12 years ago[IMP] crm: cleanup `add note` wizard
Olivier Dony [Mon, 12 Sep 2011 17:15:30 +0000 (19:15 +0200)]
[IMP] crm: cleanup `add note` wizard

bzr revid: odo@openerp.com-20110912171530-2p5l211791schp6d

12 years ago[IMP] orm.name*: better docstrings
Olivier Dony [Mon, 12 Sep 2011 17:12:10 +0000 (19:12 +0200)]
[IMP] orm.name*: better docstrings

bzr revid: odo@openerp.com-20110912171210-pmeqvy71l4iu8ulz

12 years ago[ADD] Kanban: added default group by
Fabien Meghazi [Mon, 12 Sep 2011 16:04:42 +0000 (18:04 +0200)]
[ADD] Kanban: added default group by

bzr revid: fme@openerp.com-20110912160442-lo1rxw4itov8srel

12 years ago[fix] problem with some server errors that have a fault_code which is an int
niv-openerp [Mon, 12 Sep 2011 16:03:26 +0000 (18:03 +0200)]
[fix] problem with some server errors that have a fault_code which is an int

bzr revid: nicolas.vanhoren@openerp.com-20110912160326-c8ayrno6x6appzuv

12 years ago[fix] problem in o2m when creating a record (hope this wont make something else crash)
niv-openerp [Mon, 12 Sep 2011 15:58:37 +0000 (17:58 +0200)]
[fix] problem in o2m when creating a record (hope this wont make something else crash)

bzr revid: nicolas.vanhoren@openerp.com-20110912155837-ersyabu3jzc62wax

12 years ago[MERGE] view.rng: @default_group_by for kanban view
Olivier Dony [Mon, 12 Sep 2011 15:24:16 +0000 (17:24 +0200)]
[MERGE] view.rng: @default_group_by for kanban view

bzr revid: odo@openerp.com-20110912152416-rk42c970okvdyla3

12 years ago[IMP] Added default_group_by attribute for kanban view
Fabien Meghazi [Mon, 12 Sep 2011 15:08:44 +0000 (17:08 +0200)]
[IMP] Added default_group_by attribute for kanban view

bzr revid: fme@openerp.com-20110912150844-dtohl83qew4ssdyc

12 years ago[FIX] fix
Xavier Morel [Mon, 12 Sep 2011 14:55:10 +0000 (16:55 +0200)]
[FIX] fix

bzr revid: xmo@openerp.com-20110912145510-wpa2cgm4zx4fwe9o

12 years ago[FIX] account, base_setup, hr_timesheet_sheet: improve server actions: remove pointle...
Xavier Morel [Mon, 12 Sep 2011 14:49:25 +0000 (16:49 +0200)]
[FIX] account, base_setup, hr_timesheet_sheet: improve server actions: remove pointless references to self, don't access ids if they're not needed

bzr revid: xmo@openerp.com-20110912144925-xlpofswq106x3ds4

12 years ago[FIX] ir.actions.server: only try to browse the object of a server action (pointed...
Xavier Morel [Mon, 12 Sep 2011 14:44:11 +0000 (16:44 +0200)]
[FIX] ir.actions.server: only try to browse the object of a server action (pointed-to by active_id + active_model) only if active_model matches the action's model

bzr revid: xmo@openerp.com-20110912144411-bzh99xqr7c1ucu1a

12 years ago[FIX] Kanban: ignore qweb tags in template transformation
Fabien Meghazi [Mon, 12 Sep 2011 14:14:44 +0000 (16:14 +0200)]
[FIX] Kanban: ignore qweb tags in template transformation

bzr revid: fme@openerp.com-20110912141444-l7hoe1kre9dk5je2

12 years ago[fix] incorrect notifications in the o2m
niv-openerp [Mon, 12 Sep 2011 14:07:53 +0000 (16:07 +0200)]
[fix] incorrect notifications in the o2m

bzr revid: nicolas.vanhoren@openerp.com-20110912140753-h3e7e153yp0fmxrw

12 years ago[imp] removed a lot of useless notifications
niv-openerp [Mon, 12 Sep 2011 13:56:03 +0000 (15:56 +0200)]
[imp] removed a lot of useless notifications

bzr revid: nicolas.vanhoren@openerp.com-20110912135603-fai75jzwgbyalnwz

12 years ago[IMP] Kanban: catch record edited in form
Fabien Meghazi [Mon, 12 Sep 2011 13:36:39 +0000 (15:36 +0200)]
[IMP] Kanban: catch record edited in form

bzr revid: fme@openerp.com-20110912133639-ogyaxnl8ds9k4rnk

12 years ago[FIX] reload the listview's content anytime there are ids in the listview's dataset...
Xavier Morel [Mon, 12 Sep 2011 13:31:15 +0000 (15:31 +0200)]
[FIX] reload the listview's content anytime there are ids in the listview's dataset, not just when the listview was explicitly hidden

otherwise, when the list is not the first/primary view, it needs to appear (and reload itself) even though it was not explicitly hidden

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

bzr revid: xmo@openerp.com-20110912133115-uiwj3fhxfjm441nk

12 years ago[FIX] Fixed action buttons in kanban view
Fabien Meghazi [Mon, 12 Sep 2011 13:23:30 +0000 (15:23 +0200)]
[FIX] Fixed action buttons in kanban view

bzr revid: fme@openerp.com-20110912132330-wf64t3ccnzak75u3

12 years ago[imp] added context propagation when an action is triggered by a button to match...
niv-openerp [Mon, 12 Sep 2011 13:20:00 +0000 (15:20 +0200)]
[imp] added context propagation when an action is triggered by a button to match behavior of gtk client

bzr revid: nicolas.vanhoren@openerp.com-20110912132000-ibzm0fepg5p4o4ag

12 years ago[fix] problem with server actions, presumably old test code with static values
niv-openerp [Mon, 12 Sep 2011 13:07:27 +0000 (15:07 +0200)]
[fix] problem with server actions, presumably old test code with static values

bzr revid: nicolas.vanhoren@openerp.com-20110912130727-mm9n2473u4ta8bk8

12 years ago[FIX] hr_payroll_l10n_be: fixed the rules in order to suit the last change in payroll...
Quentin (OpenERP) [Mon, 12 Sep 2011 13:05:22 +0000 (15:05 +0200)]
[FIX] hr_payroll_l10n_be: fixed the rules in order to suit the last change in payroll engine

bzr revid: qdp-launchpad@openerp.com-20110912130522-scyztxarjvc457gm

12 years ago[REM] hr_payroll_l10n_be: removal of useless backup files
Quentin (OpenERP) [Mon, 12 Sep 2011 13:03:45 +0000 (15:03 +0200)]
[REM] hr_payroll_l10n_be: removal of useless backup files

bzr revid: qdp-launchpad@openerp.com-20110912130345-jcwkn41x9aw254k2

12 years ago[FIX] hr_payroll_l10n_be: fixed installation of module accordingly to last object...
Quentin (OpenERP) [Mon, 12 Sep 2011 12:56:46 +0000 (14:56 +0200)]
[FIX] hr_payroll_l10n_be: fixed installation of module accordingly to last object renaming

bzr revid: qdp-launchpad@openerp.com-20110912125646-5zacjypbbhs4air4

12 years ago[MERGE] latest trunk
Olivier Dony [Mon, 12 Sep 2011 12:31:52 +0000 (14:31 +0200)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20110912123152-xswj0jlmhp7qpoz8

12 years ago[IMP] mail: better label
Olivier Dony [Mon, 12 Sep 2011 12:27:58 +0000 (14:27 +0200)]
[IMP] mail: better label

bzr revid: odo@openerp.com-20110912122758-czsdu9sou8efgbsn

12 years ago[MERGE] latest trunk
Olivier Dony [Mon, 12 Sep 2011 12:22:17 +0000 (14:22 +0200)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20110912122217-a3fy0gmxbu18kemr

12 years ago[imp] replaced print by logger
niv-openerp [Mon, 12 Sep 2011 09:38:11 +0000 (11:38 +0200)]
[imp] replaced print by logger

bzr revid: nicolas.vanhoren@openerp.com-20110912093811-z9burx7wa8s87032

12 years ago[fix] problem in header, sometimes displays two times
niv-openerp [Mon, 12 Sep 2011 09:32:42 +0000 (11:32 +0200)]
[fix] problem in header, sometimes displays two times

bzr revid: nicolas.vanhoren@openerp.com-20110912093242-p85nuczz7lzw11gl

12 years ago[FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes...
Xavier Morel [Sun, 11 Sep 2011 13:50:25 +0000 (15:50 +0200)]
[FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes. Replace by string equality

bzr revid: xmo@openerp.com-20110911135025-v9yct8pnjfj21tyj

12 years ago[FIX] @colors expression: in on single string (instead of singleton), works by coinci...
Xavier Morel [Sun, 11 Sep 2011 13:25:14 +0000 (15:25 +0200)]
[FIX] @colors expression: in on single string (instead of singleton), works by coincidence. Replace by equality test

bzr revid: xmo@openerp.com-20110911132514-39cy0gldyt1ixy3m

12 years ago[IMP] useability of timesheet
fp [Sat, 10 Sep 2011 12:46:09 +0000 (14:46 +0200)]
[IMP] useability of timesheet

bzr revid: fp@fp-laptop-20110910124609-jgvr6bhun2eczbnd

12 years ago[IMP] useability of timesheet
fp [Sat, 10 Sep 2011 12:43:55 +0000 (14:43 +0200)]
[IMP] useability of timesheet

bzr revid: fp@fp-laptop-20110910124355-qkkbtgm3wz6l2w1f

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 10 Sep 2011 05:01:47 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110910050134-g9u7swpuqxjvk2uc
bzr revid: launchpad_translations_on_behalf_of_openerp-20110910050147-o7l8x27ph9y63m3r

12 years ago[FIX] fetchmail: finish renaming in access rights
Olivier Dony [Fri, 9 Sep 2011 20:12:12 +0000 (22:12 +0200)]
[FIX] fetchmail: finish renaming in access rights

bzr revid: odo@openerp.com-20110909201212-1a4ig1ecidtcgwnn

12 years ago[IMP] email_template: use raw template for msg composition in mass_mail mode
Olivier Dony [Fri, 9 Sep 2011 20:10:37 +0000 (22:10 +0200)]
[IMP] email_template: use raw template for msg composition in mass_mail mode

bzr revid: odo@openerp.com-20110909201037-qz9m9mte6qh8flxd

12 years ago[IMP] hack to register the wsgi handler when running embbeded in openerp-server.
Antony Lesuisse [Fri, 9 Sep 2011 16:00:39 +0000 (18:00 +0200)]
[IMP] hack to register the wsgi handler when running embbeded in openerp-server.

bzr revid: al@openerp.com-20110909160039-6ddslilpttvhubad

12 years ago[IMP] mail: more robust model/record passing
Olivier Dony [Fri, 9 Sep 2011 15:55:17 +0000 (17:55 +0200)]
[IMP] mail: more robust model/record passing

bzr revid: odo@openerp.com-20110909155517-0jhk34b0ka2azxgs

12 years ago[IMP] email_template: more robust model/record context passing
Olivier Dony [Fri, 9 Sep 2011 15:54:27 +0000 (17:54 +0200)]
[IMP] email_template: more robust model/record context passing

bzr revid: odo@openerp.com-20110909155427-7zy4x96jvg3lu09v

12 years ago[FIX] ir.attachment: cleaner check for record existence in access rights
Olivier Dony [Fri, 9 Sep 2011 15:50:25 +0000 (17:50 +0200)]
[FIX] ir.attachment: cleaner check for record existence in access rights

bzr revid: odo@openerp.com-20110909155025-cyhnmy89e9a0ijzt

12 years ago[IMP] orm,orm_memory: more consistent implementations of exists() and check_access_rule()
Olivier Dony [Fri, 9 Sep 2011 15:49:26 +0000 (17:49 +0200)]
[IMP] orm,orm_memory: more consistent implementations of exists() and check_access_rule()

bzr revid: odo@openerp.com-20110909154926-1sk6kypbb11fx7oq

12 years ago[ADD] web/static: missing icons
Olivier Dony [Fri, 9 Sep 2011 15:05:47 +0000 (17:05 +0200)]
[ADD] web/static: missing icons

bzr revid: odo@openerp.com-20110909150547-5z0nn76te15hu2is

12 years ago[fix] set json formatting for statusbar
niv-openerp [Fri, 9 Sep 2011 14:34:50 +0000 (16:34 +0200)]
[fix] set json formatting for statusbar

bzr revid: nicolas.vanhoren@openerp.com-20110909143450-i2g2q3uoevkj0j9b

12 years ago[FIX] avoid shortcut-star appearing in o2m fields
Xavier Morel [Mon, 12 Sep 2011 13:05:18 +0000 (15:05 +0200)]
[FIX] avoid shortcut-star appearing in o2m fields

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

bzr revid: xmo@openerp.com-20110912130518-kmvebgjdwzz30ibj

12 years ago[ADD] Added color picker for kanban view
Fabien Meghazi [Mon, 12 Sep 2011 12:59:38 +0000 (14:59 +0200)]
[ADD] Added color picker for kanban view

bzr revid: fme@openerp.com-20110912125938-jt1v7jf1h4e6t66s

12 years ago[FIX] Indentation.cleanup space,tabs.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 12:57:38 +0000 (18:27 +0530)]
[FIX] Indentation.cleanup space,tabs.

bzr revid: vda@tinyerp.com-20110912125738-ngubj1wpfp6t7s4u

12 years ago[FIX] jsdoc: .include lends to the instances (Class#), not to the class
Xavier Morel [Mon, 12 Sep 2011 12:42:57 +0000 (14:42 +0200)]
[FIX] jsdoc: .include lends to the instances (Class#), not to the class

bzr revid: xmo@openerp.com-20110912124257-74wggv2t870rchlm