Commit graph

4386 commits

Author SHA1 Message Date
C?dric Krier
632f53cb53 Fix typo 2008-04-17 16:21:27 +02:00
C?dric Krier
8b977ec65c Add board view and remove old action tag in view_form 2008-04-17 15:03:39 +02:00
C?dric Krier
7906933329 Force readonly on screen to override any states attributes 2008-04-17 14:58:23 +02:00
C?dric Krier
5da9034335 Remove unused line 2008-04-17 11:51:54 +02:00
C?dric Krier
e8c91f62d3 Fix message state for bad args 2008-04-17 10:00:31 +02:00
C?dric Krier
a9384565de Fix display widget when view is reseted 2008-04-16 19:20:28 +02:00
C?dric Krier
ad5ec80c21 Add markup and alignment to separator 2008-04-16 16:17:50 +02:00
C?dric Krier
b7f362b470 Add context to action run from wizard 2008-04-16 15:39:00 +02:00
Bertrand Chenal
0863808a42 Merge 2008-04-16 13:19:32 +02:00
Bertrand Chenal
31e751f420 Fix variable name 2008-04-16 13:18:51 +02:00
C?dric Krier
76df32c9fb Handle direct print in client side 2008-04-16 13:00:30 +02:00
C?dric Krier
27c8c2c43a Allow to enter '-' in float, interger field 2008-04-15 22:39:21 +02:00
C?dric Krier
2027d8fe35 Fix connection when client running before server 2008-04-14 10:27:15 +02:00
C?dric Krier
5ad83cdbf1 Show dialog earlier to have login window center on it 2008-04-10 17:05:56 +02:00
C?dric Krier
535a7bbe92 Don't display error message on attachment count 2008-04-10 17:05:18 +02:00
C?dric Krier
825dbc6c20 Improve logout exception 2008-04-09 11:47:41 +02:00
C?dric Krier
e63633cd66 Remove unused container creation 2008-04-07 10:51:29 +02:00
C?dric Krier
d985b2a583 Fix change of window title when page change 2008-04-03 17:21:43 +02:00
C?dric Krier
5bdd2f5fc6 Fix context evaluation with datetime object 2008-04-03 17:14:34 +02:00
C?dric Krier
99132dced2 Copy/Paste from list view 2008-04-01 13:19:39 +02:00
C?dric Krier
0e38fad3d1 Allow to edit One2Many on editable list with list view 2008-03-31 12:50:16 +02:00
C?dric Krier
ec05d44558 Set context even if value is False 2008-03-28 14:35:56 +01:00
C?dric Krier
530f24d941 Add database name in status bar 2008-03-28 12:53:29 +01:00
C?dric Krier
06d7a8685e Don't raise exception 2008-03-27 17:00:32 +01:00
C?dric Krier
ae32ba8011 Don't close connection when login 2008-03-27 17:00:14 +01:00
C?dric Krier
ec9a76a553 Improve socket management
Re-use the socket if it is for the same host:port
Acquire semaphore before remove socket
2008-03-27 12:31:57 +01:00
C?dric Krier
33cf7fe849 Display the hostname instead of ip address, and improve the host parse for
ipv6 address
2008-03-27 11:18:10 +01:00
C?dric Krier
4970d1d9a4 Add scroll to cell with up/down key and remove duplicate call to writen 2008-03-26 11:26:44 +01:00
C?dric Krier
ebcd6bc7ae Allow to change One2Many with on_change and store Numeric field with Decimal
on_change can return list value with 'add' and 'remove' for One2Many:
    'remove' with list of ids to remove
    'add' with key/value for the new record
    all records that are not yet saved by the client before the on_change call
    will be removed.
2008-03-25 18:46:51 +01:00
C?dric Krier
5e4e699f2a Try to not display close button from window manager on wizard dialog 2008-03-25 12:37:35 +01:00
C?dric Krier
e2da38f804 Use new operator for xxx2Many 2008-03-25 11:32:13 +01:00
C?dric Krier
ee2ef940fe Fix argument order 2008-03-25 11:24:26 +01:00
C?dric Krier
559df4db27 Initialize context to rpc context on fields eval 2008-03-22 23:27:43 +01:00
C?dric Krier
c59bcec21b Init context to rpc context 2008-03-22 21:24:45 +01:00
C?dric Krier
2867c39641 Allow to add on One2Many in editable list view 2008-03-22 18:38:25 +01:00
C?dric Krier
34cbcc90d4 When switching to form view create new model if not one exists to have view
display with states
2008-03-22 16:40:59 +01:00
C?dric Krier
238caf9774 Call display after show all widgets of dialof one2many to set states correctly 2008-03-22 16:39:41 +01:00
C?dric Krier
c27e43cd7c Set default reload_ids 2008-03-22 16:15:48 +01:00
C?dric Krier
7fceffd39c Don't lost the username and database when disconnected and give the wrong password 2008-03-21 09:29:46 +01:00
C?dric Krier
e1a3a1df75 Don't create frame for group that have no string 2008-03-21 00:53:50 +01:00
C?dric Krier
5252506c0d Fix typo for _color_widget 2008-03-20 14:31:56 +01:00
C?dric Krier
c57d7d80d1 Add call to get_action_id for button linked to action as we have not the id of
ir.action but the one from ir.action.xxx
2008-03-19 15:19:13 +01:00
C?dric Krier
c687731d37 Remove non-working about dialog 2008-03-18 21:30:28 +01:00
C?dric Krier
3fa5f259a5 Add record context in the on_change call 2008-03-18 18:49:18 +01:00
C?dric Krier
3fb2998034 Fix screen.form can be None 2008-03-18 17:29:05 +01:00
C?dric Krier
1c7169c7c4 Make One2Many only send modified fields to update 2008-03-18 17:20:16 +01:00
C?dric Krier
2d6bb7ecbb Fix windows create on concurrency exception 2008-03-18 17:15:42 +01:00
C?dric Krier
3fc4020403 Remove limit 80 2008-03-18 17:15:22 +01:00
C?dric Krier
798bd799cc Fix missing import for concurrency message 2008-03-18 16:59:49 +01:00
C?dric Krier
79d9777b4a Don't set parent of O2M field modified if model is not 2008-03-18 16:59:30 +01:00