odoo/odoo.git
12 years ago[FIX] remove cache on used function
Antony Lesuisse [Wed, 24 Aug 2011 15:29:05 +0000 (17:29 +0200)]
[FIX] remove cache on used function

bzr revid: al@openerp.com-20110824152905-8en0wclyumjz5105

12 years ago[ADD] Translate dialog (WIP)
Fabien Meghazi [Wed, 24 Aug 2011 15:13:57 +0000 (17:13 +0200)]
[ADD] Translate dialog (WIP)

bzr revid: fme@openerp.com-20110824151357-nln9mnkw13uyng32

12 years ago[FIX] remove unused clear function
Antony Lesuisse [Wed, 24 Aug 2011 15:01:22 +0000 (17:01 +0200)]
[FIX] remove unused clear function

bzr revid: al@openerp.com-20110824150122-ejryb7ni1l92d1hp

12 years ago[IMP] add docstring to openerp.base.search.DateTimeField
Xavier Morel [Wed, 24 Aug 2011 14:56:47 +0000 (16:56 +0200)]
[IMP] add docstring to openerp.base.search.DateTimeField

bzr revid: xmo@openerp.com-20110824145647-h4mbaz4sjjjccacv

12 years ago[IMP] datetime search field: use date widget, make field's default domain span the...
Xavier Morel [Wed, 24 Aug 2011 14:52:05 +0000 (16:52 +0200)]
[IMP] datetime search field: use date widget, make field's default domain span the whole day (using range)

search API improvement: Field gains a make_domain method, called by get_domain to build the default domain for the field.

make_domain is called with the field's name, operator and current values (fully computed), the default implementation is to just shove them all into a domain.

This lets fields customize the default domain for the field without having to reimplement (or breaking) the filter_domain handling

bzr revid: xmo@openerp.com-20110824145205-2wnig9duebja9jrk

12 years ago[IMP] wsgi: make it possible to kill siblings.
Vo Minh Thu [Wed, 24 Aug 2011 13:22:20 +0000 (15:22 +0200)]
[IMP] wsgi: make it possible to kill siblings.

bzr revid: vmt@openerp.com-20110824132220-htd1c4ssewwozl35

12 years ago[FIX] weird race condition on listview init: in some cases, would not wait for the...
Xavier Morel [Wed, 24 Aug 2011 13:16:06 +0000 (15:16 +0200)]
[FIX] weird race condition on listview init: in some cases, would not wait for the initial view loading before letting the viewmanager launch a search, making initial load overwrite search ending with an empty list

bzr revid: xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l

12 years ago[ADD] on_write, dix some bugs with listview
Xavier Morel [Wed, 24 Aug 2011 12:30:29 +0000 (14:30 +0200)]
[ADD] on_write, dix some bugs with listview

bzr revid: xmo@openerp.com-20110824123029-7hyaf0eyxffxui7e

12 years ago[FIX] some more usages of indexes in list and list edition (should now be index-free...
Xavier Morel [Wed, 24 Aug 2011 12:22:51 +0000 (14:22 +0200)]
[FIX] some more usages of indexes in list and list edition (should now be index-free except as transient values), and implement on_write support

remove ListView.List#reload_record_at_index as everything is now id-based to avoid desync issues

bzr revid: xmo@openerp.com-20110824122251-9vw96qbn7snnkq3j

12 years ago[ADD] pluck method to collection
Xavier Morel [Wed, 24 Aug 2011 12:21:24 +0000 (14:21 +0200)]
[ADD] pluck method to collection

bzr revid: xmo@openerp.com-20110824122124-xr4g92x6jlw85rbg

12 years ago[FIX] base: Fixed currency rate argument problem in context.
Ujjvala Collins (OpenERP) [Wed, 24 Aug 2011 09:10:22 +0000 (14:40 +0530)]
[FIX] base: Fixed currency rate argument problem in context.

bzr revid: uco@tinyerp.com-20110824091022-0n1iwkefv2h4nh74

12 years ago[IMP] to maintain correct synchro, listview should avoid relying on indexes as much...
Xavier Morel [Wed, 24 Aug 2011 08:53:03 +0000 (10:53 +0200)]
[IMP] to maintain correct synchro, listview should avoid relying on indexes as much as possible. Get rid on indexes on rows, and of List.row_position

bzr revid: xmo@openerp.com-20110824085303-6h3wggzynpic0mcz

12 years ago[FIX] Fixed the loading issue of web mobile after merge openerp-web.
Jiten (OpenERP) [Wed, 24 Aug 2011 06:20:10 +0000 (11:50 +0530)]
[FIX] Fixed the loading issue of web mobile after merge openerp-web.

bzr revid: jra@tinyerp.com-20110824062010-4e4fbbd2uk4xl478

12 years ago[MERGE] from openerp-web.
Jiten (OpenERP) [Wed, 24 Aug 2011 06:06:52 +0000 (11:36 +0530)]
[MERGE] from openerp-web.

bzr revid: jra@tinyerp.com-20110824060652-dplrpfvbwzn2kfzc

12 years ago[REF] base: Changed code to avoid overriding of context values.
Ujjvala Collins (OpenERP) [Wed, 24 Aug 2011 05:44:16 +0000 (11:14 +0530)]
[REF] base: Changed code to avoid overriding of context values.

bzr revid: uco@tinyerp.com-20110824054416-ngrtkk5oh1v9jgb3

12 years ago[usability],hide the partner categories in simple view
Amit Bhavsar (Open ERP) [Wed, 24 Aug 2011 05:37:29 +0000 (11:07 +0530)]
[usability],hide the partner categories in simple view

bzr revid: amb@tinyerp.com-20110824053729-dkyk9e282azevs6q

12 years ago[IMP] remember to insert the relevant record ids into the dataset if they're not...
Xavier Morel [Tue, 23 Aug 2011 14:42:35 +0000 (16:42 +0200)]
[IMP] remember to insert the relevant record ids into the dataset if they're not there

bzr revid: xmo@openerp.com-20110823144235-g09rkurd1ndrrkme

12 years ago[MERGE] merged trunk.
Vo Minh Thu [Tue, 23 Aug 2011 14:26:44 +0000 (16:26 +0200)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20110823142644-3a8pjbi7geo9udx7

12 years ago[ADD] basics of on_write, split ListView.reload_record(index) in ListView.reload_reco...
Xavier Morel [Tue, 23 Aug 2011 14:13:00 +0000 (16:13 +0200)]
[ADD] basics of on_write, split ListView.reload_record(index) in ListView.reload_record(record) and ListView.reload_record_at_index(index)

migrate most calls to reload_record(record)

bzr revid: xmo@openerp.com-20110823141300-zujxs2oaunqwhprt

12 years ago[IMP] base: Improved code to update the context.
Ujjvala Collins (OpenERP) [Tue, 23 Aug 2011 12:01:16 +0000 (17:31 +0530)]
[IMP] base: Improved code to update the context.

bzr revid: uco@tinyerp.com-20110823120116-6mrgalyg77jthxnt

12 years ago[REF] openerp-server: streamlining startup script.
Vo Minh Thu [Tue, 23 Aug 2011 10:33:43 +0000 (12:33 +0200)]
[REF] openerp-server: streamlining startup script.

bzr revid: vmt@openerp.com-20110823103343-rvy2zkre8bo9cq6g

12 years ago[IMP] significant refactoring of listview internals, should lead to lower desyncs...
Xavier Morel [Tue, 23 Aug 2011 09:13:03 +0000 (11:13 +0200)]
[IMP] significant refactoring of listview internals, should lead to lower desyncs long run though it may still be a bit buggy

bzr revid: xmo@openerp.com-20110823091303-vzlaq9mppioswn74

12 years ago[merge]Merge trunk upto rev no 849.
Vidhin Mehta (OpenERP) [Tue, 23 Aug 2011 09:10:43 +0000 (14:40 +0530)]
[merge]Merge trunk upto rev no 849.

bzr revid: vme@tinyerp.com-20110823091043-n044jstpagjbgyfm

12 years ago[fix]Optimize code in add event
Vidhin Mehta (OpenERP) [Tue, 23 Aug 2011 09:01:21 +0000 (14:31 +0530)]
[fix]Optimize code in add event

bzr revid: vme@tinyerp.com-20110823090121-gk2iayz1eavjwdfg

12 years ago[MERGE] trunk updates again, to get dates fixing
Xavier Morel [Tue, 23 Aug 2011 07:50:29 +0000 (09:50 +0200)]
[MERGE] trunk updates again, to get dates fixing

bzr revid: xmo@openerp.com-20110823075029-ahsdopldivaz0s60

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 23 Aug 2011 05:04:26 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110823050426-2mnoc0yg5w6nzs0c

12 years agomerge
Fabien Pinckaers [Mon, 22 Aug 2011 17:31:28 +0000 (19:31 +0200)]
merge

bzr revid: fp@tinyerp.com-20110822173128-52ax9zpq0rm83o9o

12 years ago[IMP] code cleanup, reported by vincent a.
Fabien Pinckaers [Mon, 22 Aug 2011 17:29:50 +0000 (19:29 +0200)]
[IMP] code cleanup, reported by vincent a.

bzr revid: fp@tinyerp.com-20110822172950-75h3qz5p0sjgh02t

12 years ago[IMP] use same throbber for creation and home
Antony Lesuisse [Mon, 22 Aug 2011 16:34:32 +0000 (18:34 +0200)]
[IMP] use same throbber for creation and home

bzr revid: al@openerp.com-20110822163432-s6n02em21hpi4uk1

12 years ago[merge] lot of improvements and fixes related to dates
niv-openerp [Mon, 22 Aug 2011 15:54:34 +0000 (17:54 +0200)]
[merge] lot of improvements and fixes related to dates

bzr revid: nicolas.vanhoren@openerp.com-20110822155434-c97zt009orsh92h3

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 15:54:20 +0000 (17:54 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822155420-zpsdabf8mqk5up0e

12 years ago[fix] fixed some problems in the str_to_x functions
niv-openerp [Mon, 22 Aug 2011 15:52:39 +0000 (17:52 +0200)]
[fix] fixed some problems in the str_to_x functions

bzr revid: nicolas.vanhoren@openerp.com-20110822155239-ep2opx33mhm23e4t

12 years ago[FIX] o2m template
Antony Lesuisse [Mon, 22 Aug 2011 15:33:07 +0000 (17:33 +0200)]
[FIX] o2m template

bzr revid: al@openerp.com-20110822153307-w8be7jdhq5k1mvt2

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 15:19:08 +0000 (17:19 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822151908-y5jukt4e85hlll0r

12 years ago[FIX] Fix form reload() which was not based on dataset index
Fabien Meghazi [Mon, 22 Aug 2011 15:08:08 +0000 (17:08 +0200)]
[FIX] Fix form reload() which was not based on dataset index

bzr revid: fme@openerp.com-20110822150808-1t0x6g0ob1n1zaln

12 years ago[FIX] ir.action.act_window form missing target
Antony Lesuisse [Mon, 22 Aug 2011 14:52:44 +0000 (16:52 +0200)]
[FIX] ir.action.act_window form missing target

bzr revid: al@openerp.com-20110822145244-dctqa7gd1m9b35e2

12 years ago[imp] removed unused libary file
niv-openerp [Mon, 22 Aug 2011 14:51:27 +0000 (16:51 +0200)]
[imp] removed unused libary file

bzr revid: nicolas.vanhoren@openerp.com-20110822145127-3nl8k1dkh95ac07a

12 years ago[imp] now loads correct datejs localization file, also added labjs to make fme happy
niv-openerp [Mon, 22 Aug 2011 14:39:24 +0000 (16:39 +0200)]
[imp] now loads correct datejs localization file, also added labjs to make fme happy

bzr revid: nicolas.vanhoren@openerp.com-20110822143924-7bl4m4dac26g0g5v

12 years ago[FIX] complete retardation: do_actual_search is supposed to be called with completely...
Xavier Morel [Mon, 22 Aug 2011 14:33:58 +0000 (16:33 +0200)]
[FIX] complete retardation: do_actual_search is supposed to be called with completely reified domains and contexts (from evail_domain_and_context), there is no need to go through DataSet.get_domain and DataSet.get_context save to break DataGroup's dispatching

bzr revid: xmo@openerp.com-20110822143358-y4xse4gcybx5dopm

12 years ago[IMP] Improved m2o styling
Fabien Meghazi [Mon, 22 Aug 2011 14:11:18 +0000 (16:11 +0200)]
[IMP] Improved m2o styling

bzr revid: fme@openerp.com-20110822141118-94wp9p8pf2u9zzq6

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 22 Aug 2011 13:49:05 +0000 (15:49 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110822134905-iydp9c1l36nif1iw

12 years ago[FIX] add template to client actions missing them for new rendering workflow
Xavier Morel [Mon, 22 Aug 2011 13:30:02 +0000 (15:30 +0200)]
[FIX] add template to client actions missing them for new rendering workflow

bzr revid: xmo@openerp.com-20110822133002-aszaynadwfiuqulf

12 years ago[IMP] keep query parameters around (at least debug) when clicking on logo or redirect...
Xavier Morel [Mon, 22 Aug 2011 13:12:48 +0000 (15:12 +0200)]
[IMP] keep query parameters around (at least debug) when clicking on logo or redirecting from HTTP root to 'correct' root URL

bzr revid: xmo@openerp.com-20110822131248-tl9j6flsw38r7p9e

12 years ago[merge] improvements to formating/parsing functions, now handles most types bidirecti...
niv-openerp [Mon, 22 Aug 2011 12:57:25 +0000 (14:57 +0200)]
[merge] improvements to formating/parsing functions, now handles most types bidirectionaly

bzr revid: nicolas.vanhoren@openerp.com-20110822125725-1pnhj1hrcp2i6xqb

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 12:57:08 +0000 (14:57 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822125708-xd75m77jpvr6b4n1

12 years ago[imp] switched from strftime.js to datejs' implementation of unix date formating...
niv-openerp [Mon, 22 Aug 2011 12:53:55 +0000 (14:53 +0200)]
[imp] switched from strftime.js to datejs' implementation of unix date formating + added tests

bzr revid: nicolas.vanhoren@openerp.com-20110822125355-uhgq0sqd6pw7x3wq

12 years ago[FIX] Fix layout problems. Chrome has wierd behaviour on input width when no @size...
Fabien Meghazi [Mon, 22 Aug 2011 12:49:10 +0000 (14:49 +0200)]
[FIX] Fix layout problems. Chrome has wierd behaviour on input width when no @size is specified

bzr revid: fme@openerp.com-20110822124910-pfryuxttmxd0j4jx

12 years ago[imp] made parse function and began tests
niv-openerp [Mon, 22 Aug 2011 12:35:16 +0000 (14:35 +0200)]
[imp] made parse function and began tests

bzr revid: nicolas.vanhoren@openerp.com-20110822123516-7qf7700v0irc70nd

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 22 Aug 2011 12:32:58 +0000 (14:32 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110822123258-thxewwdvbysap4jt

12 years ago[FIX] Normalized formview's do_save behviour between touched and untouched state
Fabien Meghazi [Mon, 22 Aug 2011 12:26:54 +0000 (14:26 +0200)]
[FIX] Normalized formview's do_save behviour between touched and untouched state

bzr revid: fme@openerp.com-20110822122654-yh43we5egd52162n

12 years ago[FIX] Fix undo & reset in dashboards
Fabien Meghazi [Mon, 22 Aug 2011 11:10:42 +0000 (13:10 +0200)]
[FIX] Fix undo & reset in dashboards

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

bzr revid: fme@openerp.com-20110822111042-q20vvb1o0sfxh294

12 years ago[FIX] row edition
Xavier Morel [Mon, 22 Aug 2011 11:10:01 +0000 (13:10 +0200)]
[FIX] row edition

bzr revid: xmo@openerp.com-20110822111001-mnyyvfund3b3j9bm

12 years ago[FIX] insertion at end: 'null' index should be same as 'undefined' for 'at' kwarg...
Xavier Morel [Mon, 22 Aug 2011 10:56:56 +0000 (12:56 +0200)]
[FIX] insertion at end: 'null' index should be same as 'undefined' for 'at' kwarg to Collection.add

bzr revid: xmo@openerp.com-20110822105656-f0x1iweoxbh8hcgu

12 years ago[IMP] unify refreshing rows striping (and @data-index resetting)
Xavier Morel [Mon, 22 Aug 2011 10:50:28 +0000 (12:50 +0200)]
[IMP] unify refreshing rows striping (and @data-index resetting)

bzr revid: xmo@openerp.com-20110822105028-vvzty9jx6nlupq0f

12 years ago[FIX] Fixed dashboard 'Add Widget'
Fabien Meghazi [Mon, 22 Aug 2011 10:19:34 +0000 (12:19 +0200)]
[FIX] Fixed dashboard 'Add Widget'

bzr revid: fme@openerp.com-20110822101934-3mkcrbis5h0lj1ez

12 years ago[FIX] forgot to increment index in resequencer
Xavier Morel [Mon, 22 Aug 2011 10:13:08 +0000 (12:13 +0200)]
[FIX] forgot to increment index in resequencer

bzr revid: xmo@openerp.com-20110822101308-2td5peezvg6snmk7

12 years ago[MERGE] ir_actions: add user in eval context, use fallback --email-from value.
Vo Minh Thu [Mon, 22 Aug 2011 10:00:07 +0000 (12:00 +0200)]
[MERGE] ir_actions: add user in eval context, use fallback --email-from value.

bzr revid: vmt@openerp.com-20110822100007-q07bsf0dxrhjnzvf

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 09:11:10 +0000 (11:11 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822091110-xflm02no7auscyxx

12 years ago[ADD] handling of adding new records to an existing collection, silent option on...
Xavier Morel [Mon, 22 Aug 2011 09:04:58 +0000 (11:04 +0200)]
[ADD] handling of adding new records to an existing collection, silent option on a bunch of record events

bzr revid: xmo@openerp.com-20110822090458-3wdroe4cxyh30k91

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 20 Aug 2011 04:53:48 +0000 (04:53 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110820045348-7oh5zs7l4lr3zsq1

12 years ago[imp] added formating for dates and floats
niv-openerp [Fri, 19 Aug 2011 15:47:26 +0000 (17:47 +0200)]
[imp] added formating for dates and floats

bzr revid: nicolas.vanhoren@openerp.com-20110819154726-7fzt1wwh4h7d5c25

12 years ago[FIX] calling a method on self works significantly better when self exists in the...
Xavier Morel [Fri, 19 Aug 2011 15:47:05 +0000 (17:47 +0200)]
[FIX] calling a method on self works significantly better when self exists in the scope

bzr revid: xmo@openerp.com-20110819154705-cuvtekexj2i121ni

12 years agomerge
Fabien Pinckaers [Fri, 19 Aug 2011 15:23:03 +0000 (17:23 +0200)]
merge

bzr revid: fp@tinyerp.com-20110819152303-ohbyea95j6e2lxsk

12 years agoimp
Fabien Pinckaers [Fri, 19 Aug 2011 15:20:19 +0000 (17:20 +0200)]
imp

bzr revid: fp@tinyerp.com-20110819152019-gv20gtd1fpea63xv

12 years ago[IMP] tooltips on account/journal types
Fabien Pinckaers [Fri, 19 Aug 2011 15:19:15 +0000 (17:19 +0200)]
[IMP] tooltips on account/journal types

bzr revid: fp@tinyerp.com-20110819151915-spa2agetmtqweau5

12 years ago[IMP] add events unbinging to events mixin, fix Collection.reload() handling by List
Xavier Morel [Fri, 19 Aug 2011 15:15:10 +0000 (17:15 +0200)]
[IMP] add events unbinging to events mixin, fix Collection.reload() handling by List

bzr revid: xmo@openerp.com-20110819151510-7posqx7mznldurd2

12 years ago[imp] separated apples and cucumbers
niv-openerp [Fri, 19 Aug 2011 14:55:43 +0000 (16:55 +0200)]
[imp] separated apples and cucumbers

bzr revid: nicolas.vanhoren@openerp.com-20110819145543-kd6lgvvqcd82r6rb

12 years ago[imp] separated apples and cucumbers
niv-openerp [Fri, 19 Aug 2011 14:55:43 +0000 (16:55 +0200)]
[imp] separated apples and cucumbers

bzr revid: nicolas.vanhoren@openerp.com-20110819145543-q2q4admsahmawkbd

12 years ago[imp] Refactoring of dates conversion functions.
niv-openerp [Fri, 19 Aug 2011 14:46:56 +0000 (16:46 +0200)]
[imp] Refactoring of dates conversion functions.

bzr revid: nicolas.vanhoren@openerp.com-20110819144656-dbsul3smdx7qnkml

12 years ago[imp] Refactoring of dates conversion functions.
niv-openerp [Fri, 19 Aug 2011 14:46:56 +0000 (16:46 +0200)]
[imp] Refactoring of dates conversion functions.

bzr revid: nicolas.vanhoren@openerp.com-20110819144656-g13y3jfsfgy5pspb

12 years ago[FIX] l10_be_invoice_bba: make invoice.write() more lenient with ORM API
Olivier Dony [Fri, 19 Aug 2011 14:42:52 +0000 (16:42 +0200)]
[FIX] l10_be_invoice_bba: make invoice.write() more lenient with ORM API

bzr revid: odo@openerp.com-20110819144252-gz0ff9mg598778uv

12 years ago[FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broke...
Olivier Dony [Fri, 19 Aug 2011 14:42:41 +0000 (16:42 +0200)]
[FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broken, pending fix)

bzr revid: odo@openerp.com-20110819144241-9eay9dnqdod7sn6y

12 years ago[FIX] incompatibility between static home and ActionManager
Xavier Morel [Fri, 19 Aug 2011 14:39:47 +0000 (16:39 +0200)]
[FIX] incompatibility between static home and ActionManager

convert static home to a client action, fix ActionManager's handling of client actions to play correctly with the Widget lifecycle (and clean any client action displayed in case it's switching to an inner act_window)

bzr revid: xmo@openerp.com-20110819143947-29dzerce0d42fhel

12 years ago[IMP] add note on Widget insertion methods starting widgets themselves
Xavier Morel [Fri, 19 Aug 2011 13:54:54 +0000 (15:54 +0200)]
[IMP] add note on Widget insertion methods starting widgets themselves

bzr revid: xmo@openerp.com-20110819135454-3qykqkxukzja36yd

12 years ago[IMP] Improved login button as custom button.
Jiten (OpenERP) [Fri, 19 Aug 2011 13:37:06 +0000 (19:07 +0530)]
[IMP] Improved login button as custom button.

bzr revid: jra@tinyerp.com-20110819133706-4g0pwjguksee0450

12 years ago[FIX] hr_recruitment access rules
Fabien Pinckaers [Fri, 19 Aug 2011 13:36:07 +0000 (15:36 +0200)]
[FIX] hr_recruitment access rules

bzr revid: fp@tinyerp.com-20110819133607-wgap1frd1knnhz55

12 years ago[ADD] Collection.indexOf, fix fetching of selected records (use record id, not record...
Xavier Morel [Fri, 19 Aug 2011 13:21:12 +0000 (15:21 +0200)]
[ADD] Collection.indexOf, fix fetching of selected records (use record id, not record index)

bzr revid: xmo@openerp.com-20110819132112-y635uaukfrx2s5ii

12 years ago[IMP] wsgi: (proof of concept) serving xml-rpc requests behind gunicorn:
Vo Minh Thu [Fri, 19 Aug 2011 13:02:48 +0000 (15:02 +0200)]
[IMP] wsgi: (proof of concept) serving xml-rpc requests behind gunicorn:
> gunicorn openerp:wsgi.application -c gunicorn.conf.py
If you want to try, you should know an addons_path is
hard coded in openerp.wsgi.on_starting().

bzr revid: vmt@openerp.com-20110819130248-tf81ttu42t2uhkuo

12 years ago[IMP] Improved selection menu as custom menu from login page.
Jiten (OpenERP) [Fri, 19 Aug 2011 13:02:32 +0000 (18:32 +0530)]
[IMP] Improved selection menu as custom menu from login page.

bzr revid: jra@tinyerp.com-20110819130232-ixkvx5rgrs7dimce

12 years agomerge
Fabien Pinckaers [Fri, 19 Aug 2011 12:16:37 +0000 (14:16 +0200)]
merge

bzr revid: fp@tinyerp.com-20110819121637-q7ugo0cztzdl04s1

12 years ago[IMP] payment term
Fabien Pinckaers [Fri, 19 Aug 2011 12:14:36 +0000 (14:14 +0200)]
[IMP] payment term

bzr revid: fp@tinyerp.com-20110819121436-wten76n6wcd6s6m6

12 years ago[IMP] use Collection signals to handle record removal
Xavier Morel [Fri, 19 Aug 2011 11:59:07 +0000 (13:59 +0200)]
[IMP] use Collection signals to handle record removal

bzr revid: xmo@openerp.com-20110819115907-s7sk4n9qd00hz6d0

12 years ago[IMP] base: Improved arguments in compute method to avoid error of No rate found.
Ujjvala Collins (OpenERP) [Fri, 19 Aug 2011 11:07:19 +0000 (16:37 +0530)]
[IMP] base: Improved arguments in compute method to avoid error of No rate found.

bzr revid: uco@tinyerp.com-20110819110719-r82nsaui8a2kk58i

12 years ago[IMP] bind row and aggregate display refreshes on changes in the underlying model(s)
Xavier Morel [Fri, 19 Aug 2011 10:39:55 +0000 (12:39 +0200)]
[IMP] bind row and aggregate display refreshes on changes in the underlying model(s)

bzr revid: xmo@openerp.com-20110819103955-gx0j7t3kxl8pjy56

12 years ago[FIX]Fix add remove shortcut problem on switch view and update session.
Vidhin Mehta (OpenERP) [Fri, 19 Aug 2011 10:33:22 +0000 (16:03 +0530)]
[FIX]Fix add remove shortcut problem on switch view and update session.

bzr revid: vme@tinyerp.com-20110819103322-7cph3n3ey7z39gkj

12 years ago[IMP] add previous field value to change events
Xavier Morel [Fri, 19 Aug 2011 10:17:23 +0000 (12:17 +0200)]
[IMP] add previous field value to change events

bzr revid: xmo@openerp.com-20110819101723-p73bts37knut34c8

12 years ago[IMP] only trigger change events when a field's value was actually changed, provide...
Xavier Morel [Fri, 19 Aug 2011 10:16:44 +0000 (12:16 +0200)]
[IMP] only trigger change events when a field's value was actually changed, provide more information in change event

bzr revid: xmo@openerp.com-20110819101644-edovs858qrz1wb3y

12 years ago[???] try to hook some stuff into reset event
Xavier Morel [Fri, 19 Aug 2011 10:12:08 +0000 (12:12 +0200)]
[???] try to hook some stuff into reset event

bzr revid: xmo@openerp.com-20110819101208-nqoroidipedo73rs

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 19 Aug 2011 04:35:43 +0000 (04:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110819043543-y0ffrzj9o2vtuktx

12 years ago[IMP] prepare debug mode for rpc
Antony Lesuisse [Fri, 19 Aug 2011 03:02:35 +0000 (05:02 +0200)]
[IMP] prepare debug mode for rpc

bzr revid: al@openerp.com-20110819030235-a25a3yiwmfjvd9uq

12 years ago[IMP] database creation cleanups
Antony Lesuisse [Fri, 19 Aug 2011 02:01:56 +0000 (04:01 +0200)]
[IMP] database creation cleanups

bzr revid: al@openerp.com-20110819020156-yo41xcjnxiwqtkwr

12 years ago[FIX] project_issue xml typo
Antony Lesuisse [Fri, 19 Aug 2011 01:14:10 +0000 (03:14 +0200)]
[FIX] project_issue xml typo

bzr revid: al@openerp.com-20110819011410-nilub0nw6o23prko

12 years ago[IMP] base_setup cleanups
Antony Lesuisse [Fri, 19 Aug 2011 01:13:12 +0000 (03:13 +0200)]
[IMP] base_setup cleanups

bzr revid: al@openerp.com-20110819011312-ekjioj2f1bloom3i

12 years ago[FIX] remove wrong paste of ie7 css
Antony Lesuisse [Fri, 19 Aug 2011 00:06:15 +0000 (02:06 +0200)]
[FIX] remove wrong paste of ie7 css

bzr revid: al@openerp.com-20110819000615-8cv9mqtrwzgxo1pd

12 years ago[IMP] web_rpc example
Antony Lesuisse [Thu, 18 Aug 2011 23:38:11 +0000 (01:38 +0200)]
[IMP] web_rpc example

bzr revid: al@openerp.com-20110818233811-yiee3czhbtc6p3ob

12 years ago[IMP] read_slice fields outside option [] are probably bugs
Antony Lesuisse [Thu, 18 Aug 2011 22:57:21 +0000 (00:57 +0200)]
[IMP] read_slice fields outside option [] are probably bugs

bzr revid: al@openerp.com-20110818225721-tn1vl2450tbe11d6

12 years ago[IMP] web_rpc example page
Antony Lesuisse [Thu, 18 Aug 2011 21:26:35 +0000 (23:26 +0200)]
[IMP] web_rpc example page

bzr revid: al@openerp.com-20110818212635-pewkb53nab2tq7ca

12 years ago[IMP] web_rpc partial example
Antony Lesuisse [Thu, 18 Aug 2011 20:58:20 +0000 (22:58 +0200)]
[IMP] web_rpc partial example

bzr revid: al@openerp.com-20110818205820-japmg7a9dsr6k6yn

12 years ago[IMP] add web_rpc module minimal js deps to make rpc call to openerp with example
Antony Lesuisse [Thu, 18 Aug 2011 20:39:20 +0000 (22:39 +0200)]
[IMP] add web_rpc module minimal js deps to make rpc call to openerp with example

bzr revid: al@openerp.com-20110818203920-2jrq8ioal9ybh8dh

12 years ago[IMP] Use Ubuntu font
Fabien Meghazi [Thu, 18 Aug 2011 20:31:47 +0000 (22:31 +0200)]
[IMP] Use Ubuntu font

bzr revid: fme@openerp.com-20110818203147-3utl21mr2xpom01n