odoo/odoo.git
11 years ago[MERGE] Fix of the customer portal wizard. Override of schedule_with_attach was wrong...
Thibault Delavallée [Mon, 6 Aug 2012 12:28:35 +0000 (14:28 +0200)]
[MERGE] Fix of the customer portal wizard. Override of schedule_with_attach was wrong: 1-behavior specific to purchase.order was always executed; it is now ecexuted only for purchase.order objects, and the method checks that model and res_id are set; 2-subtype field was wrong, it is now named content_subtype.

bzr revid: tde@openerp.com-20120806122835-fxzgmhogbh6do8bz

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 6 Aug 2012 11:50:18 +0000 (13:50 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120806115018-jmhfqmw5vikjb3ow

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-account-pso
Stephane Wirtel [Mon, 6 Aug 2012 11:00:35 +0000 (13:00 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-account-pso

bzr revid: stw@openerp.com-20120806110035-mkegg0b6x5oom1mr

11 years ago[FIX] subtype -> content_subtype.
Thibault Delavallée [Mon, 6 Aug 2012 10:51:38 +0000 (12:51 +0200)]
[FIX] subtype -> content_subtype.

bzr revid: tde@openerp.com-20120806105138-ipcsz8yscof5eg0f

11 years ago[REM] fields float integer useless warning, required can be used to color the field...
Antony Lesuisse [Mon, 6 Aug 2012 10:45:14 +0000 (12:45 +0200)]
[REM] fields float integer useless warning, required can be used to color the field in blue on form view

bzr revid: al@openerp.com-20120806104514-3cx1dm2bewhmlvbo

11 years ago[ADD] Added 'home' and 'history_back' client actions
Fabien Meghazi [Mon, 6 Aug 2012 10:33:30 +0000 (12:33 +0200)]
[ADD] Added 'home' and 'history_back' client actions
[MOV] Moved client actions from coresetup.js to chrome.js

bzr revid: fme@openerp.com-20120806103330-xt5gjcntaho4qq7k

11 years ago[FIX] Fixed breadcrumb's history_back
Fabien Meghazi [Mon, 6 Aug 2012 10:32:42 +0000 (12:32 +0200)]
[FIX] Fixed breadcrumb's history_back

bzr revid: fme@openerp.com-20120806103242-p3mhze2rgmmwchdx

11 years ago[FIX] purchase_requisition: fixed mail.message inheritance, where behavior specific...
Thibault Delavallée [Mon, 6 Aug 2012 10:24:31 +0000 (12:24 +0200)]
[FIX] purchase_requisition: fixed mail.message inheritance, where behavior specific to this module was executed for every composed message.

bzr revid: tde@openerp.com-20120806102431-2vw87hw656kss0q0

11 years ago[REM] remove empty modules
Christophe Simonis [Mon, 6 Aug 2012 09:47:57 +0000 (11:47 +0200)]
[REM] remove empty modules

bzr revid: chs@openerp.com-20120806094757-0gnaf0j3xwdfut6v

11 years ago[ADD] Added breadcrumb history_back. Fix create/discard
Fabien Meghazi [Mon, 6 Aug 2012 09:16:09 +0000 (11:16 +0200)]
[ADD] Added breadcrumb history_back. Fix create/discard

bzr revid: fme@openerp.com-20120806091609-1klmk7gwreumwszg

11 years ago[IMP] merge group count into group title in grouped list, as requested by al
Xavier Morel [Mon, 6 Aug 2012 08:08:46 +0000 (10:08 +0200)]
[IMP] merge group count into group title in grouped list, as requested by al

bzr revid: xmo@openerp.com-20120806080846-w4r7t84gbpf9o47o

11 years ago[FIX] trailing comma in array literal (creates 'undefined' element in some browsers...
Xavier Morel [Mon, 6 Aug 2012 07:58:22 +0000 (09:58 +0200)]
[FIX] trailing comma in array literal (creates 'undefined' element in some browsers e.g. IE8)

bzr revid: xmo@openerp.com-20120806075822-az334r7zqf0fljpv

11 years ago[MERGE]
Stephane Wirtel [Mon, 6 Aug 2012 07:56:24 +0000 (09:56 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120806075624-ukz8lrnp1li67zft

11 years ago[FIX] placeholder styling for webkit and firefox, to better differentiate between...
Xavier Morel [Mon, 6 Aug 2012 07:36:20 +0000 (09:36 +0200)]
[FIX] placeholder styling for webkit and firefox, to better differentiate between placeholder text and actual data

also use existing sass variable for all instances of #afafb6

bzr revid: xmo@openerp.com-20120806073620-tza9gggwter1ud30

11 years ago[FIX] unbound variable usage, courtesy of xal
Xavier Morel [Mon, 6 Aug 2012 07:27:32 +0000 (09:27 +0200)]
[FIX] unbound variable usage, courtesy of xal

also use $.ui.keyCode rather than hardocded key code, and normalized attribute e.which

bzr revid: xmo@openerp.com-20120806072732-fprp6l8zv1yexk3d

11 years ago[IMP] code style improvements
Xavier Morel [Mon, 6 Aug 2012 07:12:49 +0000 (09:12 +0200)]
[IMP] code style improvements

* Remove unused variables
* Simplify dict.get call in conditionals (default is None)
* Simplify dict.update calls (use kwargs)
* Merge dict.copy() with dict.update() as dict()
* Use isinstance instead of type() equality tests
* Simplify deeply nested code: merge conditionals and remove useless
  conditional, use dict.iteritems()
* Log traceback in exception handler logging

bzr revid: xmo@openerp.com-20120806071249-heh32pi1v0qd3m2j

11 years ago[IMP] base_calendar: Improved meeting view
Saurang Suthar (OpenERP) [Mon, 6 Aug 2012 06:31:02 +0000 (12:01 +0530)]
[IMP] base_calendar: Improved meeting view

bzr revid: pso@tinyerp.com-20120806063102-vt359ei5ez33djmc

11 years ago[MERGE] Merge with main branch
pso (OpenERP) [Mon, 6 Aug 2012 05:55:19 +0000 (11:25 +0530)]
[MERGE] Merge with main branch

bzr revid: pso@tinyerp.com-20120806055519-5mtg1amkn6qeeqq3

11 years ago[IMP] crm: Added default true in schedule call object
Bharat Devnani (Open ERP) [Mon, 6 Aug 2012 05:52:13 +0000 (11:22 +0530)]
[IMP] crm: Added default true in schedule call object

bzr revid: pso@tinyerp.com-20120806055213-s2aa2mvntbzdazc8

11 years ago[IMP] project: Improved task view
Pinakin Nayi(OpenERP) [Mon, 6 Aug 2012 05:36:15 +0000 (11:06 +0530)]
[IMP] project: Improved task view

bzr revid: pso@tinyerp.com-20120806053615-0nv0ent4qr8wdakw

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120806045808-5pwl6ts1eaei954g

11 years ago[IMP] improved modules message at installation --> to be reviewed later
Fabien Pinckaers [Sun, 5 Aug 2012 20:13:22 +0000 (22:13 +0200)]
[IMP] improved modules message at installation --> to be reviewed later

bzr revid: fp@openerp.com-20120805201322-y8ghspcb69wmb3ut

11 years ago[IMP] small CSS improvement for redue icon in wall
Fabien Pinckaers [Sun, 5 Aug 2012 15:20:06 +0000 (17:20 +0200)]
[IMP] small CSS improvement for redue icon in wall

bzr revid: fp@openerp.com-20120805152006-6egz4g6k7qk0t6hc

11 years ago[IMP] improving position of reduce text
Fabien Pinckaers [Sun, 5 Aug 2012 15:10:16 +0000 (17:10 +0200)]
[IMP] improving position of reduce text

bzr revid: fp@openerp.com-20120805151016-zl2xvhktr2pmqpey

11 years ago[IMP] simple CSS for config wizards
Fabien Pinckaers [Sun, 5 Aug 2012 10:21:46 +0000 (12:21 +0200)]
[IMP] simple CSS for config wizards

bzr revid: fp@openerp.com-20120805102146-uere3qqezb1frcm1

11 years ago[IMP] layout of config wizards, simple CSS
Fabien Pinckaers [Sun, 5 Aug 2012 10:12:58 +0000 (12:12 +0200)]
[IMP] layout of config wizards, simple CSS

bzr revid: fp@openerp.com-20120805101258-6d1cchw0ffi3ovvn

11 years ago[FIX] small fix in menu tip bank accounts
Fabien Pinckaers [Sun, 5 Aug 2012 10:12:36 +0000 (12:12 +0200)]
[FIX] small fix in menu tip bank accounts

bzr revid: fp@openerp.com-20120805101236-bhfssngo511yj3j5

11 years ago[IMP] config wizards layouts
Fabien Pinckaers [Sun, 5 Aug 2012 10:08:12 +0000 (12:08 +0200)]
[IMP] config wizards layouts

bzr revid: fp@openerp.com-20120805100812-9m2cw3ktn2emzf2b

11 years ago[IMP] removed unused object: board.line
Fabien Pinckaers [Sun, 5 Aug 2012 07:20:27 +0000 (09:20 +0200)]
[IMP] removed unused object: board.line

bzr revid: fp@openerp.com-20120805072027-o6a398q8y416w82b

11 years ago[FIX] removed module category
Fabien Pinckaers [Sun, 5 Aug 2012 06:31:50 +0000 (08:31 +0200)]
[FIX] removed module category

bzr revid: fp@openerp.com-20120805063150-76pqa8bfwy3bz6ni

11 years agofix
Fabien Pinckaers [Sun, 5 Aug 2012 06:13:41 +0000 (08:13 +0200)]
fix

bzr revid: fp@openerp.com-20120805061341-uijv7m152xshhtif

11 years ago[FIX] removed ir.actions.todos category_id
Fabien Pinckaers [Sun, 5 Aug 2012 05:17:24 +0000 (07:17 +0200)]
[FIX] removed ir.actions.todos category_id

bzr revid: fp@openerp.com-20120805051724-0qrv4qvag39ufv81

11 years ago[FIX] removed ir.actions.todos category_id
Fabien Pinckaers [Sun, 5 Aug 2012 05:08:44 +0000 (07:08 +0200)]
[FIX] removed ir.actions.todos category_id

bzr revid: fp@openerp.com-20120805050844-1ouw6urv33g5jlhp

11 years ago[FIX] removed category_id
Fabien Pinckaers [Sun, 5 Aug 2012 04:53:57 +0000 (06:53 +0200)]
[FIX] removed category_id

bzr revid: fp@openerp.com-20120805045357-y2s05lgqatqr55wb

11 years ago[IMP] missing image
Fabien Pinckaers [Sat, 4 Aug 2012 21:58:20 +0000 (23:58 +0200)]
[IMP] missing image

bzr revid: fp@openerp.com-20120804215820-apjip8801en56zy0

11 years ago[IMP] open right menu afte rmod installation
Fabien Pinckaers [Sat, 4 Aug 2012 21:57:42 +0000 (23:57 +0200)]
[IMP] open right menu afte rmod installation

bzr revid: fp@openerp.com-20120804215742-x2xhzsm8agiv70w3

11 years ago[IMwP] open the right menu according to the installed application
Fabien Pinckaers [Sat, 4 Aug 2012 21:53:27 +0000 (23:53 +0200)]
[IMwP] open the right menu according to the installed application

bzr revid: fp@openerp.com-20120804215327-651jy6mn1w15x430

11 years ago[IMP] remove unused code
Fabien Pinckaers [Sat, 4 Aug 2012 21:53:00 +0000 (23:53 +0200)]
[IMP] remove unused code

bzr revid: fp@openerp.com-20120804215300-0uwvcsvfs2tvo7gr

11 years ago[IMP] removing unused ir.actions.todo.category object
Fabien Pinckaers [Sat, 4 Aug 2012 20:35:46 +0000 (22:35 +0200)]
[IMP] removing unused ir.actions.todo.category object

bzr revid: fp@openerp.com-20120804203546-4fupnhxcvbub1kty

11 years ago[IMP] removing unused ir.actions.todo.category object
Fabien Pinckaers [Sat, 4 Aug 2012 20:35:20 +0000 (22:35 +0200)]
[IMP] removing unused ir.actions.todo.category object

bzr revid: fp@openerp.com-20120804203520-xw35v0eplds9md3k

11 years agoimp
Fabien Pinckaers [Sat, 4 Aug 2012 19:07:48 +0000 (21:07 +0200)]
imp

bzr revid: fp@openerp.com-20120804190748-27jx1yztb6sykhfq

11 years agoimp_layout
Fabien Pinckaers [Sat, 4 Aug 2012 19:01:26 +0000 (21:01 +0200)]
imp_layout

bzr revid: fp@openerp.com-20120804190126-h100ygpd8mm9w0no

11 years ago[IMP] empty personal dashboard
Fabien Pinckaers [Sat, 4 Aug 2012 18:50:31 +0000 (20:50 +0200)]
[IMP] empty personal dashboard

bzr revid: fp@openerp.com-20120804185031-23l5cpdby6sep13h

11 years ago[IMP] empty personal dashboard
Fabien Pinckaers [Sat, 4 Aug 2012 18:46:47 +0000 (20:46 +0200)]
[IMP] empty personal dashboard

bzr revid: fp@openerp.com-20120804184647-ahn839hnzlljgit3

11 years ago[IMP] empty dashboard menutip
Fabien Pinckaers [Sat, 4 Aug 2012 18:46:05 +0000 (20:46 +0200)]
[IMP] empty dashboard menutip

bzr revid: fp@openerp.com-20120804184605-qvz2kjohox88i4la

11 years ago[IMP] fixed kanban background
Fabien Pinckaers [Sat, 4 Aug 2012 16:45:42 +0000 (18:45 +0200)]
[IMP] fixed kanban background

bzr revid: fp@openerp.com-20120804164542-1a5h9xj37bidkyi4

11 years ago[IMP] better menutips, optional create arrow
Fabien Pinckaers [Sat, 4 Aug 2012 15:10:59 +0000 (17:10 +0200)]
[IMP] better menutips, optional create arrow

bzr revid: fp@openerp.com-20120804151059-f2tot2d2di2k72xu

11 years ago[IMP] no content partners menutip
Fabien Pinckaers [Sat, 4 Aug 2012 15:06:39 +0000 (17:06 +0200)]
[IMP] no content partners menutip

bzr revid: fp@openerp.com-20120804150639-5fsle3b6mdkz6i2d

11 years ago[IMP] introducing new file type: html
Fabien Pinckaers [Sat, 4 Aug 2012 14:36:43 +0000 (16:36 +0200)]
[IMP] introducing new file type: html

bzr revid: fp@openerp.com-20120804143643-e0331dgtkbxejfmy

11 years ago[IMP] introducing new file type: html
Fabien Pinckaers [Sat, 4 Aug 2012 14:35:56 +0000 (16:35 +0200)]
[IMP] introducing new file type: html

bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu

11 years agofix
Fabien Pinckaers [Sat, 4 Aug 2012 13:56:31 +0000 (15:56 +0200)]
fix

bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp

11 years ago[IMP] improved menu tips
Fabien Pinckaers [Sat, 4 Aug 2012 13:25:35 +0000 (15:25 +0200)]
[IMP] improved menu tips

bzr revid: fp@openerp.com-20120804132535-rxzmg53qklg4h3tn

11 years ago[IMP] improved menu tips - 10 firsts clicks
Fabien Pinckaers [Sat, 4 Aug 2012 13:21:36 +0000 (15:21 +0200)]
[IMP] improved menu tips - 10 firsts clicks

bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj

11 years ago[FIX] correct load_state of client actions
Christophe Simonis [Fri, 3 Aug 2012 17:03:01 +0000 (19:03 +0200)]
[FIX] correct load_state of client actions

bzr revid: chs@openerp.com-20120803170301-i01mz04mtzr32ii5

11 years ago[FIX] knowledge xml header
Antony Lesuisse [Fri, 3 Aug 2012 15:04:32 +0000 (17:04 +0200)]
[FIX]  knowledge xml header

bzr revid: al@openerp.com-20120803150432-k3bx5fp1n0dk0pl9

11 years ago[MERGE]
Stephane Wirtel [Fri, 3 Aug 2012 14:45:55 +0000 (16:45 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120803144555-4cfwpfh71cyundo5

11 years ago[MERGE] config-wizard overhaul
Antony Lesuisse [Fri, 3 Aug 2012 14:41:12 +0000 (16:41 +0200)]
[MERGE] config-wizard overhaul

bzr revid: al@openerp.com-20120803144112-dvqx8xff1io7topk

11 years ago[MERGE] name_get: support more field types and improve previous name_get changes
Olivier Dony [Fri, 3 Aug 2012 14:29:52 +0000 (16:29 +0200)]
[MERGE] name_get: support more field types and improve previous name_get changes

Introduces an improved name_get implementation,
supporting a few more fields type used as _rec_name
(such as many2one). The actual rendering of the
"display name" is delegated to the column class,
and computed based on the value returned by read()
for the column.

Funky @classmethod stuff was necessary to allow
column types to delegate to other types, such as
function types which can delegate to the real
type they emulate.

The display_name term was used because it is
being discussed for the new API to add a virtual
display_name column to all models, allowing
clients to read the name_get value along with
regular columns. It looks appropriate too.

Also fixes a few shortcomings of the latest
patches to name_get, such as supporting inherited
columns and avoiding a useless read() call with
only the id column.

bzr revid: odo@openerp.com-20120803142952-8jefy3bsgftucxuk

11 years ago[MERGE] trunk-config-wizard indentation fixes by abo
Antony Lesuisse [Fri, 3 Aug 2012 13:59:53 +0000 (15:59 +0200)]
[MERGE] trunk-config-wizard indentation fixes by abo

bzr revid: al@openerp.com-20120803135953-pxdrcnsinq4l3spy

11 years ago[MERGE] l10n_ch: merge insanely big patch correcting a f*ck´d up create().
Vo Minh Thu [Fri, 3 Aug 2012 13:49:38 +0000 (15:49 +0200)]
[MERGE] l10n_ch: merge insanely big patch correcting a f*ck´d up create().

bzr revid: vmt@openerp.com-20120803134938-p3qom1xjkzmsdfyd

11 years ago[FIX] fields.reference: missing coercion to int for res_id, as pointed out by XMO
Olivier Dony [Fri, 3 Aug 2012 13:41:11 +0000 (15:41 +0200)]
[FIX] fields.reference: missing coercion to int for res_id, as pointed out by XMO

bzr revid: odo@openerp.com-20120803134111-jrzrszqobm0r02on

11 years ago[IMP] add proper XML headers to config views
Antonin Bourguignon [Fri, 3 Aug 2012 13:20:46 +0000 (15:20 +0200)]
[IMP] add proper XML headers to config views
also remove trailing whitespaces and fix indentation

bzr revid: abo@openerp.com-20120803132046-poiy3dt362zhoudl

11 years ago[IMP] add proper XML headers to config views
Antonin Bourguignon [Fri, 3 Aug 2012 13:15:42 +0000 (15:15 +0200)]
[IMP] add proper XML headers to config views

bzr revid: abo@openerp.com-20120803131542-j37qwqb2wc7913k9

11 years ago[IMP] change the 'property on lines' label for the more explicit 'product properties...
Antonin Bourguignon [Fri, 3 Aug 2012 13:11:25 +0000 (15:11 +0200)]
[IMP] change the 'property on lines' label for the more explicit 'product properties on order lines' in the sale config wizard

bzr revid: abo@openerp.com-20120803131125-86daukl9z82eoiwg

11 years ago[REF] Remove my previous workaround, because we have patched the ORM
Stephane Wirtel [Fri, 3 Aug 2012 12:59:37 +0000 (14:59 +0200)]
[REF] Remove my previous workaround, because we have patched the ORM

bzr revid: stw@openerp.com-20120803125937-gzeefj02x0j8swq6

11 years ago[REVERT] Revert the previous patch about the button_uninstall in the modules
Stephane Wirtel [Fri, 3 Aug 2012 12:57:51 +0000 (14:57 +0200)]
[REVERT] Revert the previous patch about the button_uninstall in the modules

bzr revid: stw@openerp.com-20120803125751-4i98jt0jxiroabc8

11 years ago[IMP] change the 'configure' label of the outlook plugin config wizard for something...
Antonin Bourguignon [Fri, 3 Aug 2012 12:57:48 +0000 (14:57 +0200)]
[IMP] change the 'configure' label of the outlook plugin config wizard for something more explicit

bzr revid: abo@openerp.com-20120803125748-p23gqx2ghh4s9paf

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-crm_fundraising_removed-mdi
Stephane Wirtel [Fri, 3 Aug 2012 12:56:21 +0000 (14:56 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-crm_fundraising_removed-mdi

bzr revid: stw@openerp.com-20120803125621-dwt91s7vpb4rlxvd

11 years ago[IMP] better handling of showing/hidding groups in accounting config wizard
Antonin Bourguignon [Fri, 3 Aug 2012 12:46:59 +0000 (14:46 +0200)]
[IMP] better handling of showing/hidding groups in accounting config wizard

bzr revid: abo@openerp.com-20120803124659-pjuqqhu4vft9duqe

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_purchase-mdi/
Stephane Wirtel [Fri, 3 Aug 2012 12:46:06 +0000 (14:46 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_purchase-mdi/

bzr revid: stw@openerp.com-20120803124606-omnkdxp5ly1tpy4q

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_project_issue-mdi
Stephane Wirtel [Fri, 3 Aug 2012 12:44:35 +0000 (14:44 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_project_issue-mdi

bzr revid: stw@openerp.com-20120803124435-utmn8kw1axbbd1z9

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_warehouse_new-mdi/
Stephane Wirtel [Fri, 3 Aug 2012 12:43:14 +0000 (14:43 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-first_10_clicks_warehouse_new-mdi/

bzr revid: stw@openerp.com-20120803124314-3ic5nlnc7stqh680

11 years ago[MERGE]
Stephane Wirtel [Fri, 3 Aug 2012 12:24:57 +0000 (14:24 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120803122457-emvyki50sxnzke1k

11 years ago[IMP] stock: Added default vals of location and hidden by location group
Saurang Suthar(OpenERP) [Fri, 3 Aug 2012 12:23:54 +0000 (17:53 +0530)]
[IMP] stock: Added default vals of location and hidden by location group

bzr revid: pso@tinyerp.com-20120803122354-3y3ge823cgo9edlk

11 years ago[IMP] project_issue : Removed the unwanted changes.
Divyesh Makwana (Open ERP) [Fri, 3 Aug 2012 11:59:56 +0000 (17:29 +0530)]
[IMP] project_issue : Removed the unwanted changes.

bzr revid: mdi@tinyerp.com-20120803115956-a4aee3hnzomie5qj

11 years ago[IMP] account: Removed Or and Skip from configuration view
pso (OpenERP) [Fri, 3 Aug 2012 11:53:23 +0000 (17:23 +0530)]
[IMP] account: Removed Or and Skip from configuration view

bzr revid: pso@tinyerp.com-20120803115323-uq78whuliv3ivgvp

11 years ago[IMP] more accurate label for field
Antonin Bourguignon [Fri, 3 Aug 2012 11:40:02 +0000 (13:40 +0200)]
[IMP] more accurate label for  field

bzr revid: abo@openerp.com-20120803114002-owon3wj1flncwq2u

11 years ago[IMP]:invisible chat of account section when section have no data
Amit Patel (OpenERP) [Fri, 3 Aug 2012 12:08:05 +0000 (17:38 +0530)]
[IMP]:invisible chat of account section when section have no data

bzr revid: apa@tinyerp.com-20120803120805-1kcm94r1snr9pqro

11 years ago[REM]:removed duplicate string
Amit Patel (OpenERP) [Fri, 3 Aug 2012 11:32:03 +0000 (17:02 +0530)]
[REM]:removed duplicate string

bzr revid: apa@tinyerp.com-20120803113203-a76ei5669sqzc6b6

11 years ago[IMP]:account config wizard:improved bank account on reports
Amit Patel (OpenERP) [Fri, 3 Aug 2012 10:34:08 +0000 (16:04 +0530)]
[IMP]:account config wizard:improved bank account on reports

bzr revid: apa@tinyerp.com-20120803103408-ywemd8be9531pilo

11 years ago[FIX] base: remove the uninstall button and improve the filter domain of the modules
Stephane Wirtel [Fri, 3 Aug 2012 10:32:41 +0000 (12:32 +0200)]
[FIX] base: remove the uninstall button and improve the filter domain of the modules

bzr revid: stw@openerp.com-20120803103241-u95u5l76sv87hvu8

11 years ago[IMP]:account config wizard
Amit Patel (OpenERP) [Fri, 3 Aug 2012 10:28:53 +0000 (15:58 +0530)]
[IMP]:account config wizard

bzr revid: apa@tinyerp.com-20120803102853-zeztlg9z8urjo647

11 years ago[FIX] l10n_ch: create() takes a dict, not a list.
Vo Minh Thu [Fri, 3 Aug 2012 10:15:17 +0000 (12:15 +0200)]
[FIX] l10n_ch: create() takes a dict, not a list.

bzr revid: vmt@openerp.com-20120803101517-91zys7oznpo45345

11 years ago[FIX] orm: disallow LOG_ACCESS fields in the create() method.
Vo Minh Thu [Fri, 3 Aug 2012 09:48:00 +0000 (11:48 +0200)]
[FIX] orm: disallow LOG_ACCESS fields in the create() method.

Removes the LOG_ACCESS fields from the values given to create(),
otherwise we would end up passing two times the same field to
postgresql.

bzr revid: vmt@openerp.com-20120803094800-81cgwyeg5cmud9mj

11 years ago[MERGE] improvements in the crm, sale and stock addons
Stephane Wirtel [Fri, 3 Aug 2012 09:36:25 +0000 (11:36 +0200)]
[MERGE] improvements in the crm, sale and stock addons

bzr revid: stw@openerp.com-20120803093625-usuixd544cpzxpze

11 years ago[FIX] crm: review the layout of the crm lead
Stephane Wirtel [Fri, 3 Aug 2012 08:18:26 +0000 (10:18 +0200)]
[FIX] crm: review the layout of the crm lead

bzr revid: stw@openerp.com-20120803081826-z9upk2b033h60mir

11 years ago[FIX] We can't manually create a 'receipt product' because the create_date field...
Stephane Wirtel [Fri, 3 Aug 2012 07:56:33 +0000 (09:56 +0200)]
[FIX] We can't manually create a 'receipt product' because the create_date field is passed by the web client. workaround: just redefine the create and remove the 'create_date' field from the values: TOFIX in the orm

bzr revid: stw@openerp.com-20120803075633-jf3d5xk3igf5yctb

11 years agostock: Remove the h1 on the name and the date
Stephane Wirtel [Fri, 3 Aug 2012 07:55:06 +0000 (09:55 +0200)]
stock: Remove the h1 on the name and the date

bzr revid: stw@openerp.com-20120803075506-1i969x38p5k0erav

11 years ago[IMP] crm: Add an onchange on the partner in the lead, it will set the customer name...
Stephane Wirtel [Fri, 3 Aug 2012 07:40:51 +0000 (09:40 +0200)]
[IMP] crm: Add an onchange on the partner in the lead, it will set the customer name from the partner

bzr revid: stw@openerp.com-20120803074051-8zsicx1agrfq4rt0

11 years ago[FIX] sale_crm: Rename 'Close Opportunity' to 'Mark Won'
Stephane Wirtel [Fri, 3 Aug 2012 07:40:13 +0000 (09:40 +0200)]
[FIX] sale_crm: Rename 'Close Opportunity' to 'Mark Won'

bzr revid: stw@openerp.com-20120803074013-4lzh8092oiu7xdcd

11 years ago[IMP] crm: rename the 'Schedule Meeting' to 'Meeting' and add the attendee_id in...
Stephane Wirtel [Fri, 3 Aug 2012 07:19:25 +0000 (09:19 +0200)]
[IMP] crm: rename the 'Schedule Meeting' to 'Meeting' and add the attendee_id in the context

bzr revid: stw@openerp.com-20120803071925-509iddm9rl6mpm7h

11 years ago[FIX] crm: remove the 'Meetings' button on the lead form view
Stephane Wirtel [Fri, 3 Aug 2012 07:07:48 +0000 (09:07 +0200)]
[FIX] crm: remove the 'Meetings' button on the lead form view

bzr revid: stw@openerp.com-20120803070748-gmbweexu86vv17u6

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 3 Aug 2012 05:48:30 +0000 (05:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120803054830-gjacniiwnoripod5

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 3 Aug 2012 05:45:34 +0000 (05:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120803054534-0mw37x9jjh3q096j

11 years ago[IMP] purchase : Override the copy method.
Divyesh Makwana (Open ERP) [Fri, 3 Aug 2012 05:33:37 +0000 (11:03 +0530)]
[IMP] purchase : Override the copy method.

bzr revid: mdi@tinyerp.com-20120803053337-fvh5bzgztl815eh6

11 years ago[MERGE]:merged with trunk.
Amit Patel (OpenERP) [Fri, 3 Aug 2012 05:19:02 +0000 (10:49 +0530)]
[MERGE]:merged with trunk.

bzr revid: apa@tinyerp.com-20120803051902-kq8n8qg0gutge50z

11 years ago[MERGE]:merged with trunk.
Amit Patel (OpenERP) [Fri, 3 Aug 2012 05:17:54 +0000 (10:47 +0530)]
[MERGE]:merged with trunk.

bzr revid: apa@tinyerp.com-20120717045646-sbhaq70o1m9lby4q
bzr revid: apa@tinyerp.com-20120718050227-2e2xadc331goo09r
bzr revid: apa@tinyerp.com-20120719053147-5i8kfbqvjq6l4sfq
bzr revid: apa@tinyerp.com-20120720085611-x2hqvw73fuofw5gy
bzr revid: apa@tinyerp.com-20120724050226-th178k20xwb8m55y
bzr revid: apa@tinyerp.com-20120731071850-i9ev5opb1gqzkqt7
bzr revid: apa@tinyerp.com-20120801055522-eub5jtbh9m04b0pp
bzr revid: apa@tinyerp.com-20120803051754-6d60nymggauamxy3

11 years ago[MERGE]:merged with trunk.
Amit Patel (OpenERP) [Fri, 3 Aug 2012 05:14:16 +0000 (10:44 +0530)]
[MERGE]:merged with trunk.

bzr revid: apa@tinyerp.com-20120803051416-omqxsq5dp0meccmu

11 years ago[MERGE]:merged abo's changes
Amit Patel (OpenERP) [Fri, 3 Aug 2012 05:13:24 +0000 (10:43 +0530)]
[MERGE]:merged abo's changes

bzr revid: apa@tinyerp.com-20120803051324-qakzv0d3t2gbzhs2

11 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Fri, 3 Aug 2012 04:35:45 +0000 (10:05 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20120803043545-6s45jpuwxs1d5p8s