odoo/odoo.git
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] 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[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[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]
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] 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[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[WIP] continue work on accounting config wizard
Antonin Bourguignon [Fri, 3 Aug 2012 00:27:44 +0000 (02:27 +0200)]
[WIP] continue work on accounting config wizard

bzr revid: abo@openerp.com-20120803002744-0ergip6znzb57gec

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Thu, 2 Aug 2012 23:47:14 +0000 (01:47 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120802234714-838rukd4ky0i1ikk

11 years ago[IMP] name_get: support more field types and improve previous name_get changes
Olivier Dony [Thu, 2 Aug 2012 17:02:44 +0000 (19:02 +0200)]
[IMP] name_get: support more field types and improve previous name_get changes

bzr revid: odo@openerp.com-20120802170244-t1z5gogwgybtavrm

11 years ago[WIP] remove an empty section; add Sale and Purchase sub-sections to the Analytic...
Antonin Bourguignon [Thu, 2 Aug 2012 15:42:11 +0000 (17:42 +0200)]
[WIP] remove an empty section; add Sale and Purchase sub-sections to the Analytic Accounting section

bzr revid: abo@openerp.com-20120802154211-0q5gm1tyus5lb3gi

11 years ago[WIP] continue work on accounting config wizard
Antonin Bourguignon [Thu, 2 Aug 2012 15:37:19 +0000 (17:37 +0200)]
[WIP] continue work on accounting config wizard

bzr revid: abo@openerp.com-20120802153719-7fh9p2qs3f1fxzj5

11 years ago[IMP] add more information when searching on a non-searchable field using debug logging
Xavier Morel [Thu, 2 Aug 2012 15:25:53 +0000 (17:25 +0200)]
[IMP] add more information when searching on a non-searchable field using debug logging

bzr revid: xmo@openerp.com-20120802152553-r8xpw0g6bep08jod

11 years ago[ADD] search view for res.groups to avoid searching on the unsearchable full_name...
Xavier Morel [Thu, 2 Aug 2012 15:13:44 +0000 (17:13 +0200)]
[ADD] search view for res.groups to avoid searching on the unsearchable full_name from the default search view

bzr revid: xmo@openerp.com-20120802151344-4g0p8n2gaqyoftpu

11 years ago[IMP] error-level log when non-stored function field without fnct_search is searched
Xavier Morel [Thu, 2 Aug 2012 15:08:37 +0000 (17:08 +0200)]
[IMP] error-level log when non-stored function field without fnct_search is searched

holding off on blowing up an error just yet, but it might be a good idea in the end

bzr revid: xmo@openerp.com-20120802150837-3qvgg3e5pmfeqmk0

11 years ago[FIX] sale: Change some layouts
Stephane Wirtel [Thu, 2 Aug 2012 14:54:30 +0000 (16:54 +0200)]
[FIX] sale: Change some layouts

bzr revid: stw@openerp.com-20120802145430-ebmecs6ise4h6na0

11 years ago[IMP] Mass rename \t to 4 spaces
niv-openerp [Thu, 2 Aug 2012 14:46:23 +0000 (16:46 +0200)]
[IMP] Mass rename \t to 4 spaces

bzr revid: nicolas.vanhoren@openerp.com-20120802144623-ykl5te005ytnv584

11 years ago[IMP] Cleaned dialog class to be closer to the Widget design
niv-openerp [Thu, 2 Aug 2012 14:36:50 +0000 (16:36 +0200)]
[IMP] Cleaned dialog class to be closer to the Widget design

bzr revid: nicolas.vanhoren@openerp.com-20120802143650-czejc71u5atle2rs

11 years ago[FIX] Fix bug in breadcrumb when a client action is present in the breadcrumb items
Fabien Meghazi [Thu, 2 Aug 2012 14:32:46 +0000 (16:32 +0200)]
[FIX] Fix bug in breadcrumb when a client action is present in the breadcrumb items

bzr revid: fme@openerp.com-20120802143246-7pgeueme3i6h1emc

11 years ago[FIX] incorrect replacement calling method on this in context where should be self
Fabien Meghazi [Thu, 2 Aug 2012 14:24:42 +0000 (16:24 +0200)]
[FIX] incorrect replacement calling method on this in context where should be self

bzr revid: xmo@openerp.com-20120802142442-3ywttaf9f0q4igk3

11 years ago[IMP] start removing capital letters from the accounting config wizard
Antonin Bourguignon [Thu, 2 Aug 2012 14:23:02 +0000 (16:23 +0200)]
[IMP] start removing capital letters from the accounting config wizard

bzr revid: abo@openerp.com-20120802142302-hz2bouak2iospf6g

11 years ago[MERGE]
Stephane Wirtel [Thu, 2 Aug 2012 14:07:02 +0000 (16:07 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120802140702-uxthmig9ydq8ymu7

11 years ago[FIX] sale: Don't copy the leads, opportunities, meetings when we duplicate a partner
Stephane Wirtel [Thu, 2 Aug 2012 14:04:05 +0000 (16:04 +0200)]
[FIX] sale: Don't copy the leads, opportunities, meetings when we duplicate a partner

bzr revid: stw@openerp.com-20120802140405-wr89huxznwsss4ui

11 years ago[FIX] sale: Don't copy the sale orders when we duplicate a partner
Stephane Wirtel [Thu, 2 Aug 2012 14:03:43 +0000 (16:03 +0200)]
[FIX] sale: Don't copy the sale orders when we duplicate a partner

bzr revid: stw@openerp.com-20120802140343-3xv3vkmwov1h52by

11 years ago[FIX] Review the layout of the partners
Stephane Wirtel [Thu, 2 Aug 2012 13:46:48 +0000 (15:46 +0200)]
[FIX] Review the layout of the partners

bzr revid: stw@openerp.com-20120802134648-djca908iguoukemd

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Thu, 2 Aug 2012 13:21:47 +0000 (15:21 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120802132147-usbd4zosv80hq0ro

11 years ago[FIX] Fixed form's fields autofocus
Fabien Meghazi [Thu, 2 Aug 2012 12:49:09 +0000 (14:49 +0200)]
[FIX] Fixed form's fields autofocus

bzr revid: fme@openerp.com-20120802124909-w4li8dt6y0kktnfh

11 years ago[IMP] mail: disable autofocus in formview
Fabien Meghazi [Thu, 2 Aug 2012 12:47:07 +0000 (14:47 +0200)]
[IMP] mail: disable autofocus in formview

bzr revid: fme@openerp.com-20120802124707-9ba1po7rhbjauz30

11 years ago[FIX] cancelling of o2m lines with m2o on 'Create and Edit'
Xavier Morel [Thu, 2 Aug 2012 12:02:30 +0000 (14:02 +0200)]
[FIX] cancelling of o2m lines with m2o on 'Create and Edit'

trigger a Widget|focused event on item.action autocomplete selection,
cancels previous Widget|blurred (from picking choice) and avoids
firing of FormView|blurred, used by o2m list to autosave/autocancel an
edition.

bzr revid: xmo@openerp.com-20120802120230-ylnldw0aa39uga1p

11 years ago[IMP] Use the button_immediate_install in the form view of the modules
Stephane Wirtel [Thu, 2 Aug 2012 11:18:45 +0000 (13:18 +0200)]
[IMP] Use the button_immediate_install in the form view of the modules

bzr revid: stw@openerp.com-20120802111845-qgd2g6jkoxut0avl

11 years ago[REM] Removed a[type=edit, target=dialog] feature from kanban view. Speeds up kanban...
Fabien Meghazi [Thu, 2 Aug 2012 10:15:40 +0000 (12:15 +0200)]
[REM] Removed a[type=edit, target=dialog] feature from kanban view. Speeds up kanban view

bzr revid: fme@openerp.com-20120802101540-fjumv01o7oe1k7xh

11 years ago[IMP] when trying to focus the first visible field in the editable list view, ensure...
Xavier Morel [Thu, 2 Aug 2012 10:00:20 +0000 (12:00 +0200)]
[IMP] when trying to focus the first visible field in the editable list view, ensure that we only stop when we actually manage to focus a field

bzr revid: xmo@openerp.com-20120802100020-kbmo1s5shjwaof69

11 years ago[FIX] Autofocus on create mode
Fabien Meghazi [Thu, 2 Aug 2012 09:53:26 +0000 (11:53 +0200)]
[FIX] Autofocus on create mode

bzr revid: fme@openerp.com-20120802095326-o6gc8jyvd44u9xg2

11 years ago[IMP] Disable autofocus on editable lists
Fabien Meghazi [Thu, 2 Aug 2012 09:39:17 +0000 (11:39 +0200)]
[IMP] Disable autofocus on editable lists

bzr revid: fme@openerp.com-20120802093917-3wc9qgek6e2mba5p

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-product-wizard-hsa
Stephane Wirtel [Thu, 2 Aug 2012 09:38:45 +0000 (11:38 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-product-wizard-hsa

bzr revid: stw@openerp.com-20120802093845-z5m1le3p4eznk43q

11 years ago[IMP] base: use the shortdesc in the search view of the modules
Stephane Wirtel [Thu, 2 Aug 2012 08:23:35 +0000 (10:23 +0200)]
[IMP] base: use the shortdesc in the search view of the modules

bzr revid: stw@openerp.com-20120802082335-60u9wfqibfkzlk41

11 years ago[TYPO] Set the right category for the Point Of Sale
Stephane Wirtel [Thu, 2 Aug 2012 08:01:32 +0000 (10:01 +0200)]
[TYPO] Set the right category for the Point Of Sale

bzr revid: stw@openerp.com-20120802080132-6pt5s43sn6je9bul

11 years ago[MERGE] lp:~openerp-dev/openobject-server/trunk-addons-issues3-base-base_imp-pna
Stephane Wirtel [Thu, 2 Aug 2012 07:44:17 +0000 (09:44 +0200)]
[MERGE] lp:~openerp-dev/openobject-server/trunk-addons-issues3-base-base_imp-pna

bzr revid: stw@openerp.com-20120802074417-ldc41m3bgdefxnj3

11 years ago[IMP] make clicking of the 'Add a row' row in m2os save&create if there's a row being...
Xavier Morel [Thu, 2 Aug 2012 07:40:06 +0000 (09:40 +0200)]
[IMP] make clicking of the 'Add a row' row in m2os save&create if there's a row being edited

as requested by apr

bzr revid: xmo@openerp.com-20120802074006-d843c10g9jal4nre

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 2 Aug 2012 04:46:33 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120802044633-llw6r29ls6dty3l4

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 2 Aug 2012 04:46:16 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120802044616-pfibu91cnztf6r7c

11 years ago[IMP] use the .oe_separate-from-text class to separate the 'limit_amount' field from...
Antonin Bourguignon [Wed, 1 Aug 2012 17:55:34 +0000 (19:55 +0200)]
[IMP] use the .oe_separate-from-text class to separate the 'limit_amount' field from the rest of the label's text

bzr revid: abo@openerp.com-20120801175534-x33mdgqmbhm5iu3s

11 years ago[IMP] layout: separate .oe_link from the rest of the text, making them easier to...
Antonin Bourguignon [Wed, 1 Aug 2012 17:54:43 +0000 (19:54 +0200)]
[IMP] layout: separate .oe_link from the rest of the text, making them easier to spot
to do so, .eo_link elements are now preceded with a long dash (em dash)
to apply this layout to other elements than .eo_link, wrap it in a span and give it the class .oe_separate-from-text

bzr revid: abo@openerp.com-20120801175443-vyo9t1gzyakr250t

11 years ago[REM] Removed console.logs
Fabien Meghazi [Wed, 1 Aug 2012 16:58:41 +0000 (18:58 +0200)]
[REM] Removed console.logs

bzr revid: fme@openerp.com-20120801165841-nj5jig9txn9m55nh

11 years ago[IMP] Improved focus. Removed delay_focus
Fabien Meghazi [Wed, 1 Aug 2012 16:49:33 +0000 (18:49 +0200)]
[IMP] Improved focus. Removed delay_focus

bzr revid: fme@openerp.com-20120801164933-4nwphx7rt4l4n6ys

11 years ago[FIX] Do not focus unfocusable fields
Fabien Meghazi [Wed, 1 Aug 2012 16:20:24 +0000 (18:20 +0200)]
[FIX] Do not focus unfocusable fields

bzr revid: fme@openerp.com-20120801162024-kzg70c729o371ami

11 years ago[IMP] mail: disable autofocus in formview
Fabien Meghazi [Wed, 1 Aug 2012 16:13:03 +0000 (18:13 +0200)]
[IMP] mail: disable autofocus in formview

bzr revid: fme@openerp.com-20120801161303-1jaji50x3zih0hvk

11 years ago[WIP] focus
Fabien Meghazi [Wed, 1 Aug 2012 16:12:04 +0000 (18:12 +0200)]
[WIP] focus

bzr revid: fme@openerp.com-20120801161204-33fag4hhnhdl0g1k

11 years ago[FIX] no end point required in labels
Antonin Bourguignon [Wed, 1 Aug 2012 16:02:36 +0000 (18:02 +0200)]
[FIX] no end point required in labels

bzr revid: abo@openerp.com-20120801160236-56r6cxp6xicr9gr2

11 years ago[FIX] several typos
Antonin Bourguignon [Wed, 1 Aug 2012 15:47:01 +0000 (17:47 +0200)]
[FIX] several typos
rephrase some labels
fix capital letters
add missing spaces (mainly before parentheses)

bzr revid: abo@openerp.com-20120801154701-9jvsd9iyihx5phyn

11 years ago[IMP] Login widget: allow to specify a "login_successful" callback from params
Christophe Simonis [Wed, 1 Aug 2012 15:39:27 +0000 (17:39 +0200)]
[IMP] Login widget: allow to specify a "login_successful" callback from params

bzr revid: chs@openerp.com-20120801153927-bkpbkb5vv4khjb7u

11 years ago[MERGE] vieweditor extraction
Fabien Meghazi [Wed, 1 Aug 2012 14:59:07 +0000 (16:59 +0200)]
[MERGE] vieweditor extraction

bzr revid: fme@openerp.com-20120801145907-16oe3cu5jb04phmv

11 years ago[FIX] add current_date to JS evaluation context
Xavier Morel [Wed, 1 Aug 2012 14:44:35 +0000 (16:44 +0200)]
[FIX] add current_date to JS evaluation context

bzr revid: xmo@openerp.com-20120801144435-h0643av6ju9ncdpx

11 years ago[TYPO] replace tinyerp per openerp
Stephane Wirtel [Wed, 1 Aug 2012 14:14:33 +0000 (16:14 +0200)]
[TYPO] replace tinyerp per openerp

bzr revid: stw@openerp.com-20120801141433-ooitydx4gcfh164m

11 years ago[FIX] kinda sorta rename add to dashboard feature to add to reporting according to...
Xavier Morel [Wed, 1 Aug 2012 13:58:03 +0000 (15:58 +0200)]
[FIX] kinda sorta rename add to dashboard feature to add to reporting according to apr's wishes

also change button from 'save' to 'add'

bzr revid: xmo@openerp.com-20120801135803-j4wwbdm2ngdz4koo

11 years ago[IMP] make unreadable code less unreadable, fix some warning, use Widget#$
Xavier Morel [Wed, 1 Aug 2012 13:54:35 +0000 (15:54 +0200)]
[IMP] make unreadable code less unreadable, fix some warning, use Widget#$

bzr revid: xmo@openerp.com-20120801135435-w2erakp9qaqtcotb

11 years ago[IMP] Use correct jquery api
Fabien Meghazi [Wed, 1 Aug 2012 13:40:18 +0000 (15:40 +0200)]
[IMP] Use correct jquery api

bzr revid: fme@openerp.com-20120801134018-q0362cob3osvawbg

11 years ago[CHG] Ungrouped kanban view does not expand under firefox, so set ungrouped kanban...
Fabien Meghazi [Wed, 1 Aug 2012 13:19:52 +0000 (15:19 +0200)]
[CHG] Ungrouped kanban view does not expand under firefox, so set ungrouped kanban table's width to 100%

bzr revid: fme@openerp.com-20120801131952-fvka1u152dtyuxz3