odoo/odoo.git
11 years ago[MERGE] Replaced TranslateDialog by ir.translation#translate_fields
Fabien Meghazi [Tue, 4 Sep 2012 15:05:08 +0000 (17:05 +0200)]
[MERGE] Replaced TranslateDialog by ir.translation#translate_fields

bzr revid: fme@openerp.com-20120904150508-mxft9n8115wj13v4

11 years ago[ADD] ir.translation#translate_fields
Fabien Meghazi [Tue, 4 Sep 2012 15:04:38 +0000 (17:04 +0200)]
[ADD] ir.translation#translate_fields

bzr revid: fme@openerp.com-20120904150438-0zdc3qewfyeiopja

11 years ago[FIX] Do not ilike on name for the translation search view
Fabien Meghazi [Tue, 4 Sep 2012 13:57:28 +0000 (15:57 +0200)]
[FIX] Do not ilike on name for the translation search view

bzr revid: fme@openerp.com-20120904135728-6i5nrwemsluexlx0

11 years ago[IMP] kanban tooltip on quickcreate
vta vta@openerp.com [Tue, 4 Sep 2012 13:50:45 +0000 (15:50 +0200)]
[IMP] kanban tooltip on quickcreate

bzr revid: vta@openerp.com-20120904135045-husx3of9jnjhzpqp

11 years ago[FIX] Fixed remarks of merge proposal
Fabien Meghazi [Tue, 4 Sep 2012 13:32:16 +0000 (15:32 +0200)]
[FIX] Fixed remarks of merge proposal

bzr revid: fme@openerp.com-20120904133216-7v82tmcqi1n21c3f

11 years ago[FIX] Use call_button in order to have the action cleaned by the controller
Fabien Meghazi [Tue, 4 Sep 2012 13:31:37 +0000 (15:31 +0200)]
[FIX] Use call_button in order to have the action cleaned by the controller

bzr revid: fme@openerp.com-20120904133137-0e0gyu69p89yx3sr

11 years ago[MERGE] [REM] incomplete and unused bounce CSS animation
Xavier Morel [Tue, 4 Sep 2012 13:22:56 +0000 (15:22 +0200)]
[MERGE] [REM] incomplete and unused bounce CSS animation

bzr revid: odo@openerp.com-20120904132206-m1pt0ytlinqk3nvw
bzr revid: odo@openerp.com-20120904132256-rbqw49dsc32z76sw

11 years ago[REM] incomplete and unused bounce CSS animation
Xavier Morel [Tue, 4 Sep 2012 12:49:21 +0000 (14:49 +0200)]
[REM] incomplete and unused bounce CSS animation

bzr revid: xmo@openerp.com-20120904124921-yur5k231wp8gn7vy

11 years ago[MERGE] Merged with latest trunk.
vta vta@openerp.com [Tue, 4 Sep 2012 12:41:52 +0000 (14:41 +0200)]
[MERGE] Merged with latest trunk.

bzr revid: vta@openerp.com-20120904124152-6j1n6oz9wo6sig0x

11 years ago[FIX] Fixed padding in popups.
vta vta@openerp.com [Tue, 4 Sep 2012 12:41:17 +0000 (14:41 +0200)]
[FIX] Fixed padding in popups.

bzr revid: vta@openerp.com-20120904124117-3ilh4ryfu4r0wpqx

11 years ago[MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)
Raphael Collet [Tue, 4 Sep 2012 12:34:35 +0000 (14:34 +0200)]
[MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)

bzr revid: rco@openerp.com-20120904123435-lzo9gpaigdrcnsmi

11 years ago[MERGE] trunk-editable_list (add groups on views to disable some inherited views...
Raphael Collet [Tue, 4 Sep 2012 12:33:48 +0000 (14:33 +0200)]
[MERGE] trunk-editable_list (add groups on views to disable some inherited views when composing a view)

bzr revid: rco@openerp.com-20120904123348-8vy5pkzmkewrf0bk

11 years ago[IMP] cancel pending edition when hiding the list view, if editable
Xavier Morel [Tue, 4 Sep 2012 12:18:23 +0000 (14:18 +0200)]
[IMP] cancel pending edition when hiding the list view, if editable

otherwise the edition disappears but part of the list view (e.g. buttons at the top) remain in the wrong state

bzr revid: xmo@openerp.com-20120904121823-kejzzquax2hdedoo

11 years ago[FIX] Document page css.
vta vta@openerp.com [Tue, 4 Sep 2012 11:56:38 +0000 (13:56 +0200)]
[FIX] Document page css.

bzr revid: vta@openerp.com-20120904115638-nccbm09g3cof803q

11 years ago[IMP] use list.Column's parsed (and potentially altered) modifiers to generate the...
Xavier Morel [Tue, 4 Sep 2012 11:56:27 +0000 (13:56 +0200)]
[IMP] use list.Column's parsed (and potentially altered) modifiers to generate the edition form view

This way, listview 'widgets' can alter the modifiers object and influence the corresponding form widget

bzr revid: xmo@openerp.com-20120904115627-v626hcb9o0s7bcrp

11 years ago[FIX] reversal of aggregate function and title when extracted Column objects
Xavier Morel [Tue, 4 Sep 2012 11:04:22 +0000 (13:04 +0200)]
[FIX] reversal of aggregate function and title when extracted Column objects

bzr revid: xmo@openerp.com-20120904110422-zgk7icj5lgygnvpo

11 years ago[IMP] disable the document_ftp in the run_all_with_test script
Stephane Wirtel [Tue, 4 Sep 2012 10:29:25 +0000 (12:29 +0200)]
[IMP] disable the document_ftp in the run_all_with_test script

bzr revid: stw@openerp.com-20120904102925-0yaxin1doamxyrxd

11 years ago[FIX] add minimum height to listview rows matching that of edition row fields
Xavier Morel [Tue, 4 Sep 2012 10:11:39 +0000 (12:11 +0200)]
[FIX] add minimum height to listview rows matching that of edition row fields

Also fix reset of border-radius: none is not a valid value for
border-radius, change to 0.

bzr revid: xmo@openerp.com-20120904101139-xyl0dskdk6dbdfe1

11 years ago[ADD] Kanban dummy cell click triggers 'add column' button bounce effect
Fabien Meghazi [Tue, 4 Sep 2012 10:19:16 +0000 (12:19 +0200)]
[ADD] Kanban dummy cell click triggers 'add column' button bounce effect

bzr revid: fme@openerp.com-20120904101916-wzkxutkcthgyv2fe

11 years ago[MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.
Stephane Wirtel [Tue, 4 Sep 2012 10:07:11 +0000 (12:07 +0200)]
[MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.

bzr revid: stw@openerp.com-20120904100711-rp4ca0u9hs0t7vm4

11 years ago[FIX] amount_to_text: avoid to have a none in the concat
Stephane Wirtel [Tue, 4 Sep 2012 10:02:50 +0000 (12:02 +0200)]
[FIX] amount_to_text: avoid to have a none in the concat

bzr revid: stw@openerp.com-20120904100250-utk61q7ik41lameo

11 years ago[CHG] titlecase discard option in list views
Xavier Morel [Tue, 4 Sep 2012 08:54:47 +0000 (10:54 +0200)]
[CHG] titlecase discard option in list views

as required by apr

bzr revid: xmo@openerp.com-20120904085447-wvpc9d2iv7vj20pg

11 years ago[MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna
Olivier Dony [Tue, 4 Sep 2012 07:41:05 +0000 (09:41 +0200)]
[MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna

bzr revid: odo@openerp.com-20120904074105-ql796z5c8b6o4cyf

11 years ago[FIX] Reset the right python environment
Stephane Wirtel [Tue, 4 Sep 2012 07:35:02 +0000 (09:35 +0200)]
[FIX] Reset the right python environment

bzr revid: stw@openerp.com-20120904073502-xce3wn064f8e0pru

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 4 Sep 2012 04:52:49 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120904045249-1039twan4q8v5oip

11 years ago[IMP] Notes icon
Fabien Pinckaers [Mon, 3 Sep 2012 22:41:47 +0000 (00:41 +0200)]
[IMP] Notes icon

bzr revid: fp@openerp.com-20120903224147-eeby02dymv5jyfv5

11 years ago[NEW] First version of sticky notes module
Fabien Pinckaers [Mon, 3 Sep 2012 22:37:41 +0000 (00:37 +0200)]
[NEW] First version of sticky notes module

bzr revid: fp@openerp.com-20120903223741-2buu5a361pq4kbko

11 years ago[MERGE] USablity improvements: product form/kanban/search, membership, projects
Fabien Pinckaers [Mon, 3 Sep 2012 17:56:38 +0000 (19:56 +0200)]
[MERGE] USablity improvements: product form/kanban/search, membership, projects

bzr revid: fp@tinyerp.com-20120903175638-lq221k6yjyams8kn

11 years ago[IMP] usability product kanban and search
Fabien Pinckaers [Mon, 3 Sep 2012 17:55:17 +0000 (19:55 +0200)]
[IMP] usability product kanban and search

bzr revid: fp@tinyerp.com-20120903175517-ue9rn3g0j05qge1f

11 years ago[IMP] Product view
Fabien Pinckaers [Mon, 3 Sep 2012 17:54:10 +0000 (19:54 +0200)]
[IMP] Product view

bzr revid: fp@tinyerp.com-20120903175410-d1434rw9cs3ekmo8

11 years ago[IMP] Always update src to the last value
Fabien Meghazi [Mon, 3 Sep 2012 15:54:08 +0000 (17:54 +0200)]
[IMP] Always update src to the last value

bzr revid: fme@openerp.com-20120903155408-9agsj0y8y6g7ydsj

11 years ago[IMP] Renamed tranlate to translate_fields
Fabien Meghazi [Mon, 3 Sep 2012 15:53:32 +0000 (17:53 +0200)]
[IMP] Renamed tranlate to translate_fields

bzr revid: fme@openerp.com-20120903155332-nw2p14u8maywy7wm

11 years ago[IMP] Put some translation editable list fields readonly
Fabien Meghazi [Mon, 3 Sep 2012 15:21:49 +0000 (17:21 +0200)]
[IMP] Put some translation editable list fields readonly

bzr revid: fme@openerp.com-20120903152149-ss9j9e7xxcgv42f6

11 years ago[FIX] test_ir_sequence: reduce the number of call to next() (to reduce test time).
Vo Minh Thu [Mon, 3 Sep 2012 14:59:29 +0000 (16:59 +0200)]
[FIX] test_ir_sequence: reduce the number of call to next() (to reduce test time).

bzr revid: vmt@openerp.com-20120903145929-p4kp6eotkcflletk

11 years ago[FIX] ad_paths: makes sure the server addons path is absolute (needed when using...
Vo Minh Thu [Mon, 3 Sep 2012 14:58:28 +0000 (16:58 +0200)]
[FIX] ad_paths: makes sure the server addons path is absolute (needed when using cProfile).

bzr revid: vmt@openerp.com-20120903145828-8yflgc0lfqn6woai

11 years ago[MERGE] point_of_sale: small loading refactor
Frédéric van der Essen [Mon, 3 Sep 2012 14:26:42 +0000 (16:26 +0200)]
[MERGE] point_of_sale: small loading refactor

bzr revid: fva@openerp.com-20120903142642-wr65l7n3g7a76wus

11 years ago[IMP] point_of_sale: moved data loading to it's own method for easier extension dev
Frédéric van der Essen [Mon, 3 Sep 2012 14:25:27 +0000 (16:25 +0200)]
[IMP] point_of_sale: moved data loading to it's own method for easier extension dev

bzr revid: fva@openerp.com-20120903142527-iv0d97a0tzbjyo6o

11 years ago[FIX] point_of_sale: Return the state of the session in the wizard
Stephane Wirtel [Mon, 3 Sep 2012 13:45:33 +0000 (15:45 +0200)]
[FIX] point_of_sale: Return the state of the session in the wizard

bzr revid: stw@openerp.com-20120903134533-lqyay7rv7jkusde8

11 years ago[FIX] some issues
Fabien Pinckaers [Mon, 3 Sep 2012 13:45:03 +0000 (15:45 +0200)]
[FIX] some issues

bzr revid: fp@tinyerp.com-20120903134503-obbbb47f7chxt461

11 years ago[MERGE] some more point_of_sale fixes
Frédéric van der Essen [Mon, 3 Sep 2012 13:35:34 +0000 (15:35 +0200)]
[MERGE] some more point_of_sale fixes

bzr revid: fva@openerp.com-20120903133534-lmfxxlj0zmx8hcvy

11 years ago[IMP] point_of_sale: adding a description field to the products
Frédéric van der Essen [Mon, 3 Sep 2012 13:32:39 +0000 (15:32 +0200)]
[IMP] point_of_sale: adding a description field to the products

bzr revid: fva@openerp.com-20120903133239-hai1o87yrpxvbaic

11 years ago[MOV] Moved Technical Translation to debug select box
Fabien Meghazi [Mon, 3 Sep 2012 13:29:23 +0000 (15:29 +0200)]
[MOV] Moved Technical Translation to debug select box

bzr revid: fme@openerp.com-20120903132923-uqjz5j7h562g3ji9

11 years ago[IMP] Make the translation tree an editable list
Fabien Meghazi [Mon, 3 Sep 2012 13:10:16 +0000 (15:10 +0200)]
[IMP] Make the translation tree an editable list

bzr revid: fme@openerp.com-20120903131016-a0ocg43lnnm2j9eg

11 years ago[MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna
Olivier Dony [Mon, 3 Sep 2012 13:05:36 +0000 (15:05 +0200)]
[MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna

lp bug: https://launchpad.net/bugs/928376 fixed
lp bug: https://launchpad.net/bugs/928507 fixed

bzr revid: odo@openerp.com-20120903130536-5sqwp9tnhk1ntee3

11 years ago[ADD] Add 'name' field to ir.translation search view
Fabien Meghazi [Mon, 3 Sep 2012 13:04:27 +0000 (15:04 +0200)]
[ADD] Add 'name' field to ir.translation search view

bzr revid: fme@openerp.com-20120903130427-f2sriqp15c7ybuhx

11 years ago[MERGE] some pos improvements
Frédéric van der Essen [Mon, 3 Sep 2012 12:59:43 +0000 (14:59 +0200)]
[MERGE] some pos improvements

bzr revid: fva@openerp.com-20120903125943-x1unw8rmtlw1fpgs

11 years ago[FIX] point_of_sale: Show the Opening and Closing balance only if the session is...
Stephane Wirtel [Mon, 3 Sep 2012 12:57:40 +0000 (14:57 +0200)]
[FIX] point_of_sale: Show the Opening and Closing balance only if the session is closed

bzr revid: stw@openerp.com-20120903125740-xxl4x298imiyo0y9

11 years ago[MERGE] from trunk
Frédéric van der Essen [Mon, 3 Sep 2012 12:53:28 +0000 (14:53 +0200)]
[MERGE] from trunk

bzr revid: fva@openerp.com-20120903125328-l5tpda3gkw7a6pxz

11 years ago[MERGE] trunk
Fabien Meghazi [Mon, 3 Sep 2012 12:49:56 +0000 (14:49 +0200)]
[MERGE] trunk

bzr revid: fme@openerp.com-20120903124956-vr66hh28c7pkuwkr

11 years ago[FIX] point_of_sale: forgot to add the nohover css file
Frédéric van der Essen [Mon, 3 Sep 2012 12:48:38 +0000 (14:48 +0200)]
[FIX] point_of_sale: forgot to add the nohover css file

bzr revid: fva@openerp.com-20120903124838-gmn4wsjrbqnhbi9m

11 years ago[IMP] ir.tranlsation#translate: create ir.translation entries for a particular record
Fabien Meghazi [Mon, 3 Sep 2012 12:48:18 +0000 (14:48 +0200)]
[IMP] ir.tranlsation#translate: create ir.translation entries for a particular record

bzr revid: fme@openerp.com-20120903124818-myjy2616uv3blyki

11 years ago[MERGE] trunk
Fabien Meghazi [Mon, 3 Sep 2012 12:46:18 +0000 (14:46 +0200)]
[MERGE] trunk

bzr revid: fme@openerp.com-20120903124618-vpe2erkcml7131gp

11 years ago[FIX] yaml_import: really raise YamlImportExceptions.
Vo Minh Thu [Mon, 3 Sep 2012 12:29:02 +0000 (14:29 +0200)]
[FIX] yaml_import: really raise YamlImportExceptions.

bzr revid: vmt@openerp.com-20120903122902-djhju2raxkmaspik

11 years ago[IMP] point_of_sale: only sell products that can be sold ...
Frédéric van der Essen [Mon, 3 Sep 2012 12:26:49 +0000 (14:26 +0200)]
[IMP] point_of_sale: only sell products that can be sold ...

bzr revid: fva@openerp.com-20120903122649-etypfgvdjo3s8p0s

11 years ago[FIX] hr_holidays: remove the `confirm` signal call since that transition was removed...
Vo Minh Thu [Mon, 3 Sep 2012 12:23:21 +0000 (14:23 +0200)]
[FIX] hr_holidays: remove the `confirm` signal call since that transition was removed in rev. 7335.

bzr revid: vmt@openerp.com-20120903122321-y7f4r35b7b11iv5m

11 years ago[IMP] grey background for projects
Fabien Pinckaers [Mon, 3 Sep 2012 12:10:16 +0000 (14:10 +0200)]
[IMP] grey background for projects

bzr revid: fp@tinyerp.com-20120903121016-4d4fm4q976c3ha9d

11 years ago[IMP] class on projects
Fabien Pinckaers [Mon, 3 Sep 2012 12:06:21 +0000 (14:06 +0200)]
[IMP] class on projects

bzr revid: fp@tinyerp.com-20120903120621-cv1k580qiexrq1i7

11 years ago[IMP] point_of_sale: alternative css without hover effects for resistive screens
Frédéric van der Essen [Mon, 3 Sep 2012 11:59:54 +0000 (13:59 +0200)]
[IMP] point_of_sale: alternative css without hover effects for resistive screens

bzr revid: fva@openerp.com-20120903115954-t26j8qx54a6o9pta

11 years ago[REM] Session remove on_session
Antony Lesuisse [Mon, 3 Sep 2012 11:30:59 +0000 (13:30 +0200)]
[REM] Session remove on_session

bzr revid: al@openerp.com-20120903113059-8jts6776xryjeadl

11 years ago[MERGE] point_of_sale: disable validation on uncomplete payment
Frédéric van der Essen [Mon, 3 Sep 2012 11:30:10 +0000 (13:30 +0200)]
[MERGE] point_of_sale: disable validation on uncomplete payment

bzr revid: fva@openerp.com-20120903113010-4s64ihtpvdk8kec3

11 years ago[FIX] all image stuff on groups, users, partners
Fabien Pinckaers [Mon, 3 Sep 2012 09:55:27 +0000 (11:55 +0200)]
[FIX] all image stuff on groups, users, partners

bzr revid: fp@tinyerp.com-20120903095527-7rk7wxuldv80fj4v

11 years ago[MERGE] from trunk
Frédéric van der Essen [Mon, 3 Sep 2012 09:48:40 +0000 (11:48 +0200)]
[MERGE] from trunk

bzr revid: fva@openerp.com-20120903094840-vd63m4i8vkqxjij2

11 years ago[IMP] membership usability form view
Fabien Pinckaers [Mon, 3 Sep 2012 06:22:46 +0000 (08:22 +0200)]
[IMP] membership usability form view

bzr revid: fp@openerp.com-20120903062246-s4nwewrzmepqmj7t

11 years ago[IMP] removed unused actions
Fabien Pinckaers [Mon, 3 Sep 2012 06:02:00 +0000 (08:02 +0200)]
[IMP] removed unused actions

bzr revid: fp@openerp.com-20120903060200-4p32jlxqeq2pn30h

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 3 Sep 2012 05:21:17 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120901045519-l6nqaovtdathorsj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120903052117-yz3n1mkbu0qpbnfo

11 years agoimp
Fabien Pinckaers [Sun, 2 Sep 2012 20:18:18 +0000 (22:18 +0200)]
imp

bzr revid: fp@openerp.com-20120902201818-ralmbhmxvejbc9kf

11 years ago[IMP] typo
Fabien Pinckaers [Sun, 2 Sep 2012 19:38:35 +0000 (21:38 +0200)]
[IMP] typo

bzr revid: fp@openerp.com-20120902193835-2kad810gv6po993x

11 years ago[IMP] usability: config of HR
Fabien Pinckaers [Sun, 2 Sep 2012 19:34:49 +0000 (21:34 +0200)]
[IMP] usability: config of HR

bzr revid: fp@openerp.com-20120902193449-xctby8h4alr5fw3l

11 years ago[IMP] Usability Inventory Form
Fabien Pinckaers [Sun, 2 Sep 2012 19:24:16 +0000 (21:24 +0200)]
[IMP] Usability Inventory Form

bzr revid: fp@openerp.com-20120902192416-26j9sxwh07p03qbz

11 years ago[IMP] usability partner logo as avatar class
Fabien Pinckaers [Sun, 2 Sep 2012 19:17:26 +0000 (21:17 +0200)]
[IMP] usability partner logo as avatar class

bzr revid: fp@openerp.com-20120902191726-7zacp4mctooxao51

11 years ago[IMP
Fabien Pinckaers [Sun, 2 Sep 2012 19:13:54 +0000 (21:13 +0200)]
[IMP
 usability

bzr revid: fp@openerp.com-20120902191354-snehwp4w3euzs6uq

11 years ago[IMP] determine openerp_addons_namespace dynamically
Antony Lesuisse [Sun, 2 Sep 2012 17:05:56 +0000 (19:05 +0200)]
[IMP] determine openerp_addons_namespace dynamically

bzr revid: al@openerp.com-20120902170556-vkt2a936am4vrmmc

11 years ago[IMP] CSS
Fabien Pinckaers [Sun, 2 Sep 2012 13:30:23 +0000 (15:30 +0200)]
[IMP] CSS

bzr revid: fp@openerp.com-20120902133023-dgdicbx0xnlht2l5

11 years ago[IMP] useability form views: bom, hr employee
Fabien Pinckaers [Sun, 2 Sep 2012 13:30:14 +0000 (15:30 +0200)]
[IMP] useability form views: bom, hr employee

bzr revid: fp@openerp.com-20120902133014-37zyyrxwf3gqkswi

11 years agoimp
Fabien Pinckaers [Sun, 2 Sep 2012 13:16:19 +0000 (15:16 +0200)]
imp

bzr revid: fp@openerp.com-20120902131619-to09idu73evgf2re

11 years ago[IMP] useability form views reviewed: product, mrp
Fabien Pinckaers [Sun, 2 Sep 2012 13:14:13 +0000 (15:14 +0200)]
[IMP] useability form views reviewed: product, mrp

bzr revid: fp@openerp.com-20120902131413-6sba369b26rbxvfd

11 years ago[IMP] CSS
Fabien Pinckaers [Sun, 2 Sep 2012 12:58:05 +0000 (14:58 +0200)]
[IMP] CSS

bzr revid: fp@openerp.com-20120902125805-jeivl4whuzzubv7l

11 years agoimp_product_form
Fabien Pinckaers [Sun, 2 Sep 2012 12:32:45 +0000 (14:32 +0200)]
imp_product_form

bzr revid: fp@openerp.com-20120902123245-rxvdeg75bkw5re5q

11 years ago[ADD] Add a script to install all the modules in a trunk database with the tests
Stephane Wirtel [Sat, 1 Sep 2012 14:17:19 +0000 (16:17 +0200)]
[ADD] Add a script to install all the modules in a trunk database with the tests

bzr revid: stw@openerp.com-20120901141719-zsc2ow2u93kovri7

11 years ago[IMP] contracts
Fabien Pinckaers [Sat, 1 Sep 2012 07:21:37 +0000 (09:21 +0200)]
[IMP] contracts

bzr revid: fp@tinyerp.com-20120901072137-le4el67es4zhw8n7

11 years ago[FIX] FieldTextHtml: allow using widget=html on regular char/text fields
Olivier Dony [Sat, 1 Sep 2012 00:37:12 +0000 (02:37 +0200)]
[FIX] FieldTextHtml: allow using widget=html on regular char/text fields

This is required when we want to easily preview arbitrary
HTML content, such as the body of the email templates
used in marketing_campaign modules

bzr revid: odo@openerp.com-20120901003712-m1h9s5tlbn2kyvnn

11 years ago[IMP] lower menu elements
Fabien Pinckaers [Fri, 31 Aug 2012 17:51:53 +0000 (19:51 +0200)]
[IMP] lower menu elements

bzr revid: fp@tinyerp.com-20120831175153-65cj3e9krj5u62cr

11 years ago[IMP] product view
Fabien Pinckaers [Fri, 31 Aug 2012 17:47:46 +0000 (19:47 +0200)]
[IMP] product view

bzr revid: fp@tinyerp.com-20120831174746-7bfitkd45m73r6oz

11 years ago[IMP] product view
Fabien Pinckaers [Fri, 31 Aug 2012 16:40:18 +0000 (18:40 +0200)]
[IMP] product view

bzr revid: fp@tinyerp.com-20120831164018-b8m7xhxi2na5eraj

11 years ago[IMP] usability
Fabien Pinckaers [Fri, 31 Aug 2012 16:35:17 +0000 (18:35 +0200)]
[IMP] usability

bzr revid: fp@tinyerp.com-20120831163517-vqatk8mzl7u2vuym

11 years agofix
Fabien Pinckaers [Fri, 31 Aug 2012 16:28:31 +0000 (18:28 +0200)]
fix

bzr revid: fp@tinyerp.com-20120831162831-qn2ai0258pki7fxp

11 years ago[IMP] product form
Fabien Pinckaers [Fri, 31 Aug 2012 16:04:52 +0000 (18:04 +0200)]
[IMP] product form

bzr revid: fp@tinyerp.com-20120831160452-346w4c64e1joa4m8

11 years agoimp
Fabien Pinckaers [Fri, 31 Aug 2012 15:04:19 +0000 (17:04 +0200)]
imp

bzr revid: fp@tinyerp.com-20120831150419-dk2t02ey0lcoycl0

11 years agoimp_layout_wizard
Fabien Pinckaers [Fri, 31 Aug 2012 14:57:07 +0000 (16:57 +0200)]
imp_layout_wizard

bzr revid: fp@tinyerp.com-20120831145707-ft72ykd90a43p3gl

11 years ago[DONE] point_of_sale: disable validation button when order not fully paid
Frédéric van der Essen [Fri, 31 Aug 2012 14:56:06 +0000 (16:56 +0200)]
[DONE] point_of_sale: disable validation button when order not fully paid

bzr revid: fva@openerp.com-20120831145606-nrk44gs60lab4k3l

11 years ago[FIX] make first day of week in date pickers coherent with locale and calendar view
Xavier Morel [Fri, 31 Aug 2012 14:53:55 +0000 (16:53 +0200)]
[FIX] make first day of week in date pickers coherent with locale and calendar view

bzr revid: xmo@openerp.com-20120831145355-7itr8svth1vtv3m3

11 years ago[IMP] product form
Fabien Pinckaers [Fri, 31 Aug 2012 14:50:17 +0000 (16:50 +0200)]
[IMP] product form

bzr revid: fp@tinyerp.com-20120831145017-xu8y4oz7t6buua3h

11 years ago[MERGE] merged branch with leave request improvements
Quentin (OpenERP) [Fri, 31 Aug 2012 14:42:44 +0000 (16:42 +0200)]
[MERGE] merged branch with leave request improvements

bzr revid: qdp-launchpad@openerp.com-20120831144244-40apxljf6juyv3nv

11 years ago[ADD] basic accesskey support to form views, courtesy of Holger Brunn
Xavier Morel [Fri, 31 Aug 2012 14:37:29 +0000 (16:37 +0200)]
[ADD] basic accesskey support to form views, courtesy of Holger Brunn

bzr revid: xmo@openerp.com-20120831143729-abzn22vjsqnxk4uv

11 years ago[MERGE] from trunk
Frédéric van der Essen [Fri, 31 Aug 2012 14:32:22 +0000 (16:32 +0200)]
[MERGE] from trunk

bzr revid: fva@openerp.com-20120831143222-j86sa4w0vuy24z7j

11 years ago[WIP] point_of_sale: disable validation button when order not fully paid
Frédéric van der Essen [Fri, 31 Aug 2012 14:31:59 +0000 (16:31 +0200)]
[WIP] point_of_sale: disable validation button when order not fully paid

bzr revid: fva@openerp.com-20120831143159-a64527c3a1a8chk0

11 years ago[FIX] base: Remove the default value for the image
Stephane Wirtel [Fri, 31 Aug 2012 14:14:15 +0000 (16:14 +0200)]
[FIX] base: Remove the default value for the image

bzr revid: stw@openerp.com-20120831141415-gqsvhh08fum874gn

11 years ago[MERGE] base: fix the read method with the ids argument
Stephane Wirtel [Fri, 31 Aug 2012 14:01:52 +0000 (16:01 +0200)]
[MERGE] base: fix the read method with the ids argument

bzr revid: stw@openerp.com-20120831140152-9birj6mslf5g0in4

11 years ago[REF] Replace the user id 1 by openerp.SUPERUSER_ID
Stephane Wirtel [Fri, 31 Aug 2012 13:53:09 +0000 (15:53 +0200)]
[REF] Replace the user id 1 by openerp.SUPERUSER_ID

bzr revid: stw@openerp.com-20120831135309-o4plzf5wp0kyuzgf

11 years ago[REF] Replace the user id 1 by openerp.SUPERUSER_ID
Stephane Wirtel [Fri, 31 Aug 2012 13:51:36 +0000 (15:51 +0200)]
[REF] Replace the user id 1 by openerp.SUPERUSER_ID

bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr