odoo/odoo.git
11 years ago[REN] Renamed the state field key value
Jigar Amin - OpenERP [Tue, 28 Aug 2012 10:15:59 +0000 (15:45 +0530)]
[REN] Renamed the state field key value

bzr revid: jam@tinyerp.com-20120828101559-l2zbivjzlmu7baq2

11 years ago[FIX] Fixed the usablity of cancel btn
Jigar Amin - OpenERP [Tue, 28 Aug 2012 09:33:05 +0000 (15:03 +0530)]
[FIX] Fixed the usablity of cancel btn

bzr revid: jam@tinyerp.com-20120828093305-w2olgo9wkyu7903p

11 years ago[FIX] Added missing udpate btn
Jigar Amin - OpenERP [Fri, 24 Aug 2012 13:40:12 +0000 (19:10 +0530)]
[FIX] Added missing udpate btn

bzr revid: jam@tinyerp.com-20120824134012-gu4wefjbdeuw1mw8

11 years agomerge lp:openobject-server
Jigar Amin - OpenERP [Fri, 24 Aug 2012 13:29:57 +0000 (18:59 +0530)]
merge lp:openobject-server

bzr revid: jam@tinyerp.com-20120824132957-6z5ovpfqqvjnazj3

11 years ago[FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling...
Vo Minh Thu [Fri, 24 Aug 2012 10:42:42 +0000 (12:42 +0200)]
[FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling twice __init__ caused the _rec_name to be `name` which does not exist on a custom model, and caused the assert on the _rec_name to fail.

bzr revid: vmt@openerp.com-20120824104242-wa5jq8h47im79ayd

11 years ago[MERGE] lp:1034799
Quentin (OpenERP) [Fri, 24 Aug 2012 09:08:49 +0000 (11:08 +0200)]
[MERGE] lp:1034799

bzr revid: qdp-launchpad@openerp.com-20120824090849-v7imbkj2q74ywq3q

11 years ago[MERGE] module: improve modules' descriptions rendering and keep it translatable
Antonin Bourguignon [Fri, 24 Aug 2012 08:59:44 +0000 (10:59 +0200)]
[MERGE] module: improve modules' descriptions rendering and keep it translatable

bzr revid: abo@openerp.com-20120824085944-ocfg80ve695ipdm7

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 24 Aug 2012 08:58:01 +0000 (10:58 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120824085801-0tr9lajdtiwtpvwr

11 years ago[MERGE] demo data branch
Quentin (OpenERP) [Fri, 24 Aug 2012 08:52:23 +0000 (10:52 +0200)]
[MERGE] demo data branch

bzr revid: qdp-launchpad@openerp.com-20120824085223-qeri3eoqage6hwzs

11 years ago[FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making...
Vo Minh Thu [Fri, 24 Aug 2012 08:52:01 +0000 (10:52 +0200)]
[FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making sure the protected resource is not deleted if still referenced elsewhere).

bzr revid: vmt@openerp.com-20120824085201-a0ucfta7jwgph0ke

11 years ago[IMP] module: properly translate module's description
Antonin Bourguignon [Thu, 23 Aug 2012 17:34:18 +0000 (19:34 +0200)]
[IMP] module: properly translate module's description

bzr revid: abo@openerp.com-20120823173418-1qed27su2x0jy1ku

11 years ago[IMP] module: set two distinct fields for module's description: one for the RST and...
Antonin Bourguignon [Thu, 23 Aug 2012 16:19:59 +0000 (18:19 +0200)]
[IMP] module: set two distinct fields for module's description: one for the RST and the other for the HTML
this way, we keep translatable the  text field

bzr revid: abo@openerp.com-20120823161959-3hewgtegb5h1yw93

11 years ago[FIX] uninstall: pass IDs instead of names to _module_data_uninstall().
Vo Minh Thu [Thu, 23 Aug 2012 16:10:08 +0000 (18:10 +0200)]
[FIX] uninstall: pass IDs instead of names to _module_data_uninstall().

bzr revid: vmt@openerp.com-20120823161008-is5xqfe4et8xx51k

11 years ago[FIX] problem with m2o
niv-openerp [Thu, 23 Aug 2012 15:37:10 +0000 (17:37 +0200)]
[FIX] problem with m2o

bzr revid: nicolas.vanhoren@openerp.com-20120823153710-0wjh1248zp42dh9b

11 years ago[MERGE] minor improvements on @noupdate
Antonin Bourguignon [Thu, 23 Aug 2012 15:33:22 +0000 (17:33 +0200)]
[MERGE] minor improvements on @noupdate
also fix some indentation

bzr revid: abo@openerp.com-20120823153322-30rp469l5xlgff0v

11 years ago[MERGE] minor improvements on @noupdate
Antonin Bourguignon [Thu, 23 Aug 2012 15:32:43 +0000 (17:32 +0200)]
[MERGE] minor improvements on @noupdate

bzr revid: abo@openerp.com-20120823153243-1iv8cfqoeg9qt95f

11 years ago[FIX] lp: 1038173
Quentin (OpenERP) [Thu, 23 Aug 2012 14:35:21 +0000 (16:35 +0200)]
[FIX] lp: 1038173

bzr revid: qdp-launchpad@openerp.com-20120823143521-3517gexkbqkljnp1

11 years ago[FIX] lp: 1039013, where an id is given to name_get instead of a list of ids
Quentin (OpenERP) [Thu, 23 Aug 2012 14:26:56 +0000 (16:26 +0200)]
[FIX] lp: 1039013, where an id is given to name_get instead of a list of ids

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

bzr revid: qdp-launchpad@openerp.com-20120823142656-nsqml3jnyylpgzxu

11 years ago[IMP] indentation
Antonin Bourguignon [Thu, 23 Aug 2012 14:20:36 +0000 (16:20 +0200)]
[IMP] indentation

bzr revid: abo@openerp.com-20120823142036-e0kmr9ri1e8ns56d

11 years ago[IMP] indentation
Antonin Bourguignon [Thu, 23 Aug 2012 14:15:55 +0000 (16:15 +0200)]
[IMP] indentation

bzr revid: abo@openerp.com-20120823141555-xexanpf1p1ebbcc1

11 years ago[IMP] put @noupdate="1" back in place for xml security files
Antonin Bourguignon [Thu, 23 Aug 2012 14:15:31 +0000 (16:15 +0200)]
[IMP] put @noupdate="1" back in place for xml security files

bzr revid: abo@openerp.com-20120823141531-l01abke754duh4z5

11 years ago[MERGE] lp: 997616
Quentin (OpenERP) [Thu, 23 Aug 2012 14:12:21 +0000 (16:12 +0200)]
[MERGE] lp: 997616

bzr revid: qdp-launchpad@openerp.com-20120823141221-akfyncw29ppodsyr

11 years ago[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules...
Antonin Bourguignon [Thu, 23 Aug 2012 14:07:27 +0000 (16:07 +0200)]
[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement
this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823140727-nu20t4wfwijgbf5p

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Thu, 23 Aug 2012 13:57:04 +0000 (15:57 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120823135704-662y3oedpg7hmb82

11 years ago[MERGE] lp:1016372
Quentin (OpenERP) [Thu, 23 Aug 2012 13:56:54 +0000 (15:56 +0200)]
[MERGE] lp:1016372

bzr revid: qdp-launchpad@openerp.com-20120823135654-mc708n5kx1s609yp

11 years ago[ADD]: event_sale: Added missing image for product technical training
Rucha (Open ERP) [Thu, 23 Aug 2012 13:20:14 +0000 (18:50 +0530)]
[ADD]: event_sale: Added missing image for product technical training

bzr revid: rpa@tinyerp.com-20120823132014-nnbapg7zsdg4o9j0

11 years ago[IMP] hr_evaluation: improve the layout
Stephane Wirtel [Thu, 23 Aug 2012 13:16:13 +0000 (15:16 +0200)]
[IMP] hr_evaluation: improve the layout

bzr revid: stw@openerp.com-20120823131613-kvzv0awj1d3lysef

11 years ago[MERGE] misc fixes
Quentin (OpenERP) [Thu, 23 Aug 2012 12:51:56 +0000 (14:51 +0200)]
[MERGE] misc fixes

bzr revid: qdp-launchpad@openerp.com-20120823125156-uddhlkwg9mddoer8

11 years ago[MERGE] board: we are able to change the title of a dashlet
Stephane Wirtel [Thu, 23 Aug 2012 12:42:26 +0000 (14:42 +0200)]
[MERGE] board: we are able to change the title of a dashlet

bzr revid: stw@openerp.com-20120823124226-mx0s2wqeeq2jlo4k

11 years ago[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules...
Antonin Bourguignon [Thu, 23 Aug 2012 12:20:50 +0000 (14:20 +0200)]
[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement
this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823122050-9fw0id92idc1m36l

11 years ago[MERGE] sale: add a label in the make invoice wizard
Stephane Wirtel [Thu, 23 Aug 2012 12:19:52 +0000 (14:19 +0200)]
[MERGE] sale: add a label in the make invoice wizard

bzr revid: stw@openerp.com-20120823121952-zcl1swmcxjnryjis

11 years ago[FIX] project_issue: incorrect override was causing double project creation
Olivier Dony [Thu, 23 Aug 2012 11:52:18 +0000 (13:52 +0200)]
[FIX] project_issue: incorrect override was causing double project creation

bzr revid: odo@openerp.com-20120823115218-nxbq3gk2d96seccc

11 years ago[MERGE] lp: 942373
Quentin (OpenERP) [Thu, 23 Aug 2012 11:47:37 +0000 (13:47 +0200)]
[MERGE] lp: 942373

bzr revid: qdp-launchpad@openerp.com-20120823114737-7roj7wmp8542hgbg

11 years ago[MERGE] convert: fix previous partial patch for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:53:09 +0000 (12:53 +0200)]
[MERGE] convert: fix previous partial patch for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823105309-sivecokny7autqbz

11 years ago[IMP] Added label for sale order line selection on create invoice wizard
Bharat Devnani(OpenERP) [Thu, 23 Aug 2012 10:19:17 +0000 (15:49 +0530)]
[IMP] Added label for sale order line selection on create invoice wizard

bzr revid: pso@tinyerp.com-20120823101917-8r8mvog04xsjq0cg

11 years ago[FIX] problem with set defaults
niv-openerp [Thu, 23 Aug 2012 10:16:01 +0000 (12:16 +0200)]
[FIX] problem with set defaults

bzr revid: nicolas.vanhoren@openerp.com-20120823101601-mnknsr54dhv1lv83

11 years ago[FIX] convert: fix previous partial patch for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:05:04 +0000 (12:05 +0200)]
[FIX] convert: fix previous partial patch for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823100504-q8w91ga5wbot20o5

11 years ago[FIX] convert: fix previous partial fix for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:02:52 +0000 (12:02 +0200)]
[FIX] convert: fix previous partial fix for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823100252-zmhpaocb2bb11c99

11 years ago[IMP] web_linkedin: changed the way the api key is configured
niv-openerp [Thu, 23 Aug 2012 09:53:14 +0000 (11:53 +0200)]
[IMP] web_linkedin: changed the way the api key is configured

bzr revid: nicolas.vanhoren@openerp.com-20120823095314-ie3p04zufnyxs8db

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Thu, 23 Aug 2012 09:49:31 +0000 (15:19 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120823094931-2cz1r2ezvjwpbzdf

11 years ago[MERGE] correction of a warning when mail module is installed
Quentin (OpenERP) [Thu, 23 Aug 2012 09:30:03 +0000 (11:30 +0200)]
[MERGE] correction of a warning when mail module is installed

bzr revid: qdp-launchpad@openerp.com-20120823093003-ic0hs67sb1w60fnz

11 years ago[MERGE] staging branch: fix in report picking and credit note creation from invoice
Quentin (OpenERP) [Thu, 23 Aug 2012 09:09:00 +0000 (11:09 +0200)]
[MERGE] staging branch: fix in report picking and credit note creation from invoice

bzr revid: qdp-launchpad@openerp.com-20120823090900-fjnlus3j1kejf3ol

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Thu, 23 Aug 2012 09:08:41 +0000 (14:38 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120823090841-adebkbo3tfhn5bet

11 years ago[IMP] Added label for sale order line selection on create invoice wizard
Bharat Devnani(OpenERP) [Thu, 23 Aug 2012 08:51:30 +0000 (14:21 +0530)]
[IMP] Added label for sale order line selection on create invoice wizard

bzr revid: pso@tinyerp.com-20120823085130-eczt22j1oozyni7v

11 years ago[FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.
Vo Minh Thu [Thu, 23 Aug 2012 08:35:05 +0000 (10:35 +0200)]
[FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.

bzr revid: vmt@openerp.com-20120823083505-evk7pw3drx28rj1z

11 years ago[MERGE] lp:1039557. Courtesy of Paulius Sladkevičius
Quentin (OpenERP) [Thu, 23 Aug 2012 07:57:00 +0000 (09:57 +0200)]
[MERGE] lp:1039557. Courtesy of Paulius Sladkevičius

bzr revid: qdp-launchpad@openerp.com-20120823075700-6cguwv1dxo92f0wg

11 years ago[MERGE] lp:930209
Quentin (OpenERP) [Thu, 23 Aug 2012 07:30:47 +0000 (09:30 +0200)]
[MERGE] lp:930209

bzr revid: qdp-launchpad@openerp.com-20120823073047-xizjutknmt8qrtm6

11 years ago[REV] Revert last changes.
Jiten (OpenERP) [Thu, 23 Aug 2012 07:20:10 +0000 (12:50 +0530)]
[REV] Revert last changes.

bzr revid: jra@tinyerp.com-20120823072010-wsx6sgy02luxa2wo

11 years ago[IMP] Improved code by VME to save header in action (ir_act_window).
Jiten (OpenERP) [Thu, 23 Aug 2012 06:19:54 +0000 (11:49 +0530)]
[IMP] Improved code by VME to save header in action (ir_act_window).

bzr revid: jra@tinyerp.com-20120823061954-egdcd82svsrov0tx

11 years ago[IMP]make changes in ir act window's name.
Vidhin Mehta (OpenERP) [Thu, 23 Aug 2012 06:10:22 +0000 (11:40 +0530)]
[IMP]make changes in ir act window's name.

bzr revid: vme@tinyerp.com-20120823061022-fti5xixis5ffak1k

11 years ago[MERGE] Merged from trunk.
Jiten (OpenERP) [Thu, 23 Aug 2012 05:11:33 +0000 (10:41 +0530)]
[MERGE] Merged from trunk.

bzr revid: jra@tinyerp.com-20120823051133-1nm842y16hjvtsm4

11 years ago[MERGE] Improved code for header of dashlat making editable in board.
Jiten (OpenERP) [Thu, 23 Aug 2012 05:09:09 +0000 (10:39 +0530)]
[MERGE] Improved code for header of dashlat making editable in board.

bzr revid: jra@tinyerp.com-20120823050909-kq6dbvyh9yidr71p

11 years ago[MERGE] improve modules' descriptions
Antonin Bourguignon [Wed, 22 Aug 2012 18:50:57 +0000 (20:50 +0200)]
[MERGE] improve modules' descriptions
also properly render descriptions from RST into HTML

bzr revid: abo@openerp.com-20120822185057-dirf183dh83wgtjy

11 years ago[MERGE] improve modules' descriptions
Antonin Bourguignon [Wed, 22 Aug 2012 18:49:35 +0000 (20:49 +0200)]
[MERGE] improve modules' descriptions

bzr revid: abo@openerp.com-20120822184935-mmi41yf3ki8jitjl

11 years ago[MERGE] improve modules' descriptions
Antonin Bourguignon [Wed, 22 Aug 2012 18:49:31 +0000 (20:49 +0200)]
[MERGE] improve modules' descriptions

bzr revid: abo@openerp.com-20120822184931-c1b72hdr8t0b2mpi

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 22 Aug 2012 18:11:27 +0000 (20:11 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120822181127-mcs2n9b9l5ksonq0

11 years ago[MERGE] project: remove useless dummy method
Antonin Bourguignon [Wed, 22 Aug 2012 18:04:32 +0000 (20:04 +0200)]
[MERGE] project: remove useless dummy method

bzr revid: abo@openerp.com-20120822180432-6lf078nbpe7874yv

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 22 Aug 2012 17:58:35 +0000 (19:58 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120822175835-jvy2b1m0e3rvlt06

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 22 Aug 2012 17:58:27 +0000 (19:58 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120822175827-r6xls8w9w9ly1gai

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 22 Aug 2012 17:57:56 +0000 (19:57 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120822175756-ypym270e6cklpbds

11 years ago[IMP] avoid re-computing the module's field by setting it to
Antonin Bourguignon [Wed, 22 Aug 2012 17:46:35 +0000 (19:46 +0200)]
[IMP] avoid re-computing the module's  field by setting it to

bzr revid: abo@openerp.com-20120822174635-agqupq0iyqc0rn9v

11 years ago[MERGE] cleanup @type for <menuitem>, now inferred from action + replace explicit...
Olivier Dony [Wed, 22 Aug 2012 17:21:30 +0000 (19:21 +0200)]
[MERGE] cleanup @type for <menuitem>, now inferred from action + replace explicit record when possible

The corresponding server-side patch is
rev.4358 rev-id odo@openerp.com-20120822171932-xz6i6k5nxurqfac9
in openobject-server.

bzr revid: odo@openerp.com-20120822172130-3n1v93uwwwfrj17b

11 years ago[MERGE] convert,rng: forbid redundant @type for menuitem, now inferred from the actio...
Olivier Dony [Wed, 22 Aug 2012 17:19:32 +0000 (19:19 +0200)]
[MERGE] convert,rng: forbid redundant @type for menuitem, now inferred from the action type

bzr revid: odo@openerp.com-20120822171932-xz6i6k5nxurqfac9

11 years ago[IMP] remove unused dummy() method
Antonin Bourguignon [Wed, 22 Aug 2012 16:32:37 +0000 (18:32 +0200)]
[IMP] remove unused dummy() method

bzr revid: abo@openerp.com-20120822163237-ujifdtucyl18w9ze

11 years ago[MERGE] demo data branch
Quentin (OpenERP) [Wed, 22 Aug 2012 16:08:56 +0000 (18:08 +0200)]
[MERGE] demo data branch

bzr revid: qdp-launchpad@openerp.com-20120822160856-k308a270wx2wnsj6

11 years ago[IMP] rng: forbid redundant @type for menuitem, now inferred from the action type...
Olivier Dony [Wed, 22 Aug 2012 14:49:46 +0000 (16:49 +0200)]
[IMP] rng: forbid redundant @type for menuitem, now inferred from the action type + minor cleanup

bzr revid: odo@openerp.com-20120822144946-fdsw9ee1ia3nfe86

11 years ago[IMP] indentation
Antonin Bourguignon [Wed, 22 Aug 2012 14:44:12 +0000 (16:44 +0200)]
[IMP] indentation

bzr revid: abo@openerp.com-20120822144412-6lnbo1n5jdv32vb4

11 years ago[IMP] simplify menuitems refering to actions others than act_window
Antonin Bourguignon [Wed, 22 Aug 2012 14:43:29 +0000 (16:43 +0200)]
[IMP] simplify menuitems refering to actions others than act_window
also remove project_timesheet_data.xml which content was entirely commented

bzr revid: abo@openerp.com-20120822144329-dk3y3e3z4k2pdd3l

11 years ago[FIX] base: remove the sequence field in a view
Stephane Wirtel [Wed, 22 Aug 2012 14:36:42 +0000 (16:36 +0200)]
[FIX] base: remove the sequence field in a view

bzr revid: stw@openerp.com-20120822143642-3esq9y0wh7zqt9es

11 years ago[MERGE] merge some branches for the addons issues 4
Stephane Wirtel [Wed, 22 Aug 2012 14:18:10 +0000 (16:18 +0200)]
[MERGE] merge some branches for the addons issues 4

bzr revid: stw@openerp.com-20120822141810-lnnivl4w4vr1sumr

11 years ago[FIX] tests: allow running the tests when installing a database created by XML-RPC.
Vo Minh Thu [Wed, 22 Aug 2012 13:48:20 +0000 (15:48 +0200)]
[FIX] tests: allow running the tests when installing a database created by XML-RPC.

bzr revid: vmt@openerp.com-20120822134820-pevo06jwrhm8unui

11 years ago[FIX] remove .
Vidhin Mehta (OpenERP) [Wed, 22 Aug 2012 13:44:30 +0000 (19:14 +0530)]
[FIX] remove .

bzr revid: vme@tinyerp.com-20120822134430-5493lvfv98c3lhy6

11 years ago[FIX]get all span text of header.
Vidhin Mehta (OpenERP) [Wed, 22 Aug 2012 13:42:49 +0000 (19:12 +0530)]
[FIX]get all span text of header.

bzr revid: vme@tinyerp.com-20120822134249-e398qom83ur322ub

11 years ago[IMP] removed unused files
Fabien Pinckaers [Wed, 22 Aug 2012 13:39:06 +0000 (15:39 +0200)]
[IMP] removed unused files

bzr revid: fp@tinyerp.com-20120822133906-6dxhbjlwvneteisj

11 years ago[MERGE] purchase: a purchase user can create a quotation and confirm it
Stephane Wirtel [Wed, 22 Aug 2012 13:37:29 +0000 (15:37 +0200)]
[MERGE] purchase: a purchase user can create a quotation and confirm it

bzr revid: stw@openerp.com-20120822133729-8her237u00inknsl

11 years ago[IMP] Added new stlye to avoid overriding of text in header section
Pinakin Nai(OpenERP) [Wed, 22 Aug 2012 13:30:35 +0000 (19:00 +0530)]
[IMP] Added new stlye to avoid overriding of text in header section

bzr revid: pso@tinyerp.com-20120822133035-totgh1ez1omty11r

11 years ago[IMP]header as input box.
Vidhin Mehta (OpenERP) [Wed, 22 Aug 2012 13:28:05 +0000 (18:58 +0530)]
[IMP]header as input box.

bzr revid: vme@tinyerp.com-20120822132805-nmesgyvh29m5gnr9

11 years ago[FIX] remove empty modules
Christophe Simonis [Wed, 22 Aug 2012 13:23:41 +0000 (15:23 +0200)]
[FIX] remove empty modules

bzr revid: chs@openerp.com-20120822132341-s2t6euk09e9v85i0

11 years ago[MERGE] base_calendar: remove the state and status on the top of a meeting
Stephane Wirtel [Wed, 22 Aug 2012 13:07:00 +0000 (15:07 +0200)]
[MERGE] base_calendar: remove the state and status on the top of a meeting

bzr revid: stw@openerp.com-20120822130700-10s6lk9f91o92dmx

11 years ago[MERGE] Merged PNA's branch to improve web module description
pso (OpenERP) [Wed, 22 Aug 2012 13:03:36 +0000 (18:33 +0530)]
[MERGE] Merged PNA's branch to improve web module description

bzr revid: pso@tinyerp.com-20120822130336-8g6itlmuq97wuvjw

11 years ago[IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml...
Saurang Suthar(OpenERP) [Wed, 22 Aug 2012 13:02:32 +0000 (18:32 +0530)]
[IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate

bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5

11 years agomerge lp:openobject-addons
Jigar Amin - OpenERP [Wed, 22 Aug 2012 12:58:26 +0000 (18:28 +0530)]
merge lp:openobject-addons

bzr revid: jam@tinyerp.com-20120822125826-fb2m9wqmbctfn4ow

11 years ago[FIX] remove loggging for test "test_out_of_range" of "test_impex" module
Christophe Simonis [Wed, 22 Aug 2012 12:21:23 +0000 (14:21 +0200)]
[FIX] remove loggging for test "test_out_of_range" of "test_impex" module

bzr revid: chs@openerp.com-20120822122123-h3zmh55aw7zwtep4

11 years ago[IMP] tools.misc.mute_logger can now be used as decorator
Christophe Simonis [Wed, 22 Aug 2012 12:20:13 +0000 (14:20 +0200)]
[IMP] tools.misc.mute_logger can now be used as decorator

bzr revid: chs@openerp.com-20120822122013-9uxjwr9oqohseton

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 22 Aug 2012 12:12:20 +0000 (14:12 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120821172259-su6vqvxecwb5zra2
bzr revid: abo@openerp.com-20120822121220-yl5e9lhd7v4ap75a

11 years ago[Imp]web description in rst format
Pinakin Nayi (OpenERP) [Wed, 22 Aug 2012 11:39:49 +0000 (17:09 +0530)]
[Imp]web description in rst format

bzr revid: pna@tinyerp.com-20120822113949-pc593w8qwiqh89w2

11 years ago[IMP] remove unwanted log in test
Christophe Simonis [Wed, 22 Aug 2012 11:06:04 +0000 (13:06 +0200)]
[IMP] remove unwanted log in test

bzr revid: chs@openerp.com-20120822110604-il0sxlvf592wasur

11 years ago[FIX] sequence testing
Christophe Simonis [Wed, 22 Aug 2012 10:55:52 +0000 (12:55 +0200)]
[FIX] sequence testing

bzr revid: chs@openerp.com-20120822105552-ieex9esjg5wwke8q

11 years ago[MERGE] Merged BDE's branch to remove states, statusbar from meeting object
pso (OpenERP) [Wed, 22 Aug 2012 10:55:11 +0000 (16:25 +0530)]
[MERGE] Merged BDE's branch to remove states, statusbar from meeting object

bzr revid: pso@tinyerp.com-20120822105511-57jfisvqojxj7qp5

11 years ago[IMP] yaml import: log as TEST only for test files
Christophe Simonis [Wed, 22 Aug 2012 10:11:56 +0000 (12:11 +0200)]
[IMP] yaml import: log as TEST only for test files

bzr revid: chs@openerp.com-20120822101156-v5w2kljumas2cyq0

11 years ago[IMP] log exceptions as exceptions
Christophe Simonis [Wed, 22 Aug 2012 10:11:17 +0000 (12:11 +0200)]
[IMP] log exceptions as exceptions

bzr revid: chs@openerp.com-20120822101117-qoahu73ix8fcmcim

11 years ago[MERGE] merge the branch of the point_of_sale
Stephane Wirtel [Wed, 22 Aug 2012 09:32:23 +0000 (11:32 +0200)]
[MERGE] merge the branch of the point_of_sale

bzr revid: stw@openerp.com-20120822093223-sdf72z5vhw2cejac

11 years ago[IMP] modified state field of crm.meeting
Bharat Devnani (OpenERP) [Wed, 22 Aug 2012 09:21:49 +0000 (14:51 +0530)]
[IMP] modified state field of crm.meeting

bzr revid: bde@tinyerp.com-20120822092149-fjxbuh3vv6hfe9b4

11 years ago[FIX] typo
niv-openerp [Wed, 22 Aug 2012 09:20:41 +0000 (11:20 +0200)]
[FIX] typo

bzr revid: nicolas.vanhoren@openerp.com-20120822092041-gl3dazdit50h7u3y

11 years ago[FIX] web_linkedin: rare case when linkedin returns an useless people information
niv-openerp [Wed, 22 Aug 2012 09:17:59 +0000 (11:17 +0200)]
[FIX] web_linkedin: rare case when linkedin returns an useless people information

bzr revid: nicolas.vanhoren@openerp.com-20120822091759-mnvq11xwvxvmv6d3

11 years ago[IMP] web_linkedin: changed way people and companies are presented
niv-openerp [Wed, 22 Aug 2012 09:10:13 +0000 (11:10 +0200)]
[IMP] web_linkedin: changed way people and companies are presented

bzr revid: nicolas.vanhoren@openerp.com-20120822091013-dsfz80vn7b1r2kht

11 years agoAdded multi-company support for the refund invoice creating
Paulius Sladkevičius [Wed, 22 Aug 2012 08:55:13 +0000 (11:55 +0300)]
Added multi-company support for the refund invoice creating

bzr revid: paulius@hacbee.com-20120822085513-tqx81zcaquw8r1tc

11 years ago[IMP] web_linkedin: added headline
niv-openerp [Wed, 22 Aug 2012 08:27:01 +0000 (10:27 +0200)]
[IMP] web_linkedin: added headline

bzr revid: nicolas.vanhoren@openerp.com-20120822082701-uohx12i2jhdao39r

11 years ago[MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing...
pso (OpenERP) [Wed, 22 Aug 2012 07:14:45 +0000 (12:44 +0530)]
[MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing init_xml, update_xml with data, demo_xml with demo, Adding noupdate in init_xml files

bzr revid: pso@tinyerp.com-20120822071445-yamr1s0zf3fk9jj7

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Wed, 22 Aug 2012 06:51:17 +0000 (12:21 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120822065117-2c81xkcrzacr09wg