Commit graph

659 commits

Author SHA1 Message Date
C?dric Krier aa4a3e5008 Re-enable text widget in list view 2015-08-23 14:04:15 +02:00
C?dric Krier 744bb37436 Missing class for column URL 2015-08-23 13:58:47 +02:00
C?dric Krier 482f710f75 Fix meta and clearly separate link and script 2015-08-23 13:49:22 +02:00
C?dric Krier c57abc2725 Get current session before using it 2015-08-23 13:48:28 +02:00
C?dric Krier 238bdc2bf9 Add image widget for form
review15611002
2015-08-21 15:37:12 +02:00
C?dric Krier 1fea74acb3 Add url, email, callto and sip widgets
review17381002
2015-08-14 17:46:22 +02:00
C?dric Krier fd519cd209 Add some padding to form-container td 2015-08-14 17:37:27 +02:00
C?dric Krier d609c8d3d8 The date_format must be set on all actions context
issue4892
review16511002
2015-08-10 11:11:00 +02:00
C?dric Krier 2db1332e96 Add missing update_selection on ReferenceColumn 2015-07-31 22:26:09 +02:00
C?dric Krier c19e9b10d0 Typo in password type 2015-07-31 22:25:40 +02:00
C?dric Krier a71dcf6f6f Implement add method on Window
review15461002
2015-07-28 20:44:47 +02:00
Nicolas ?vrard 46dfbb50c9 Focus tree cells in editable trees when switching from one to another
review17361002
2015-07-28 13:25:01 +02:00
C?dric Krier 4b8f3018dc Use a domain_parser for the current view and instanciate it on demand
issue4773
review22331002
2015-07-28 07:50:45 +02:00
C?dric Krier 889d2d2d23 Check if field is loaded before adding its timestamp
issue4876
review20341002
2015-07-28 07:42:25 +02:00
Nicolas ?vrard b72a6095ff Fix S-Tab handling in editable treeview 2015-07-26 16:23:12 +07:00
C?dric Krier 4315115272 Fix jsonify of Decimal and ensure Decimal instance is always used
The string version of the Decimal must be used for json.
When Decimal instances are used in calulation with Number, the result is no
more a Decimal instance so it must be converted again.

review22341002
2015-07-26 16:12:51 +07:00
Nicolas ?vrard a11482a920 Handle readonly states in editable treeview
review15571002
2015-07-26 11:55:48 +07:00
C?dric Krier 837a198ac4 Add labelledby and label for
issue3180
review17351002
2015-07-17 21:55:14 +02:00
C?dric Krier a9537be19f Fix parent model comparison when eager loading 2015-07-17 21:44:07 +02:00
C?dric Krier f5d464d86d Re-add action_button class on screen button
This class allows to remove this type of button on each click.
The class was lost in changeset 5f3dd03dc30b
2015-07-17 18:26:22 +02:00
C?dric Krier 4bfb58678d Remove second reload
because it is already done in process_action
2015-07-17 18:03:15 +02:00
C?dric Krier 768a22b905 Add force_reload on save and return reload promesse 2015-07-17 18:01:48 +02:00
C?dric Krier d0a08c5b42 Remove colors on widgets
- Bold label of required fields
- Explicit error message for invalid record

issue4861
review21301002
2015-07-16 22:36:11 +02:00
C?dric Krier c86ffe3cf9 Add support of TimeDelta to DomainParser
issue4851
review23271002
2015-07-09 15:32:45 +02:00
C?dric Krier b6a4f3ddfa Fix click binding on InfoBar button 2015-07-03 19:51:43 +02:00
C?dric Krier 5bcc12a9c7 Add message notification
issue3465
review14001002
2015-07-03 19:35:28 +02:00
C?dric Krier 7c37b17329 Missing parent insertion of value for Time and TimeDelta
In Sao.rpc.prepareObject if a parent is passed, the result value must be in the
parent.
2015-06-30 13:32:22 +02:00
C?dric Krier 779e285c98 Better management of row selection and switch
Use dblclick to switch row instead of double selection.
Switch row on tree with none selection like the menu as dblclick doesn't work
on touchscreen.

review7191002
2015-05-30 09:45:25 +02:00
C?dric Krier cefc3544b2 Fix json syntax in bower.json 2015-05-30 09:40:25 +02:00
Nicolas ?vrard ecfa8c399d Add chart view 2015-05-29 18:44:24 +02:00
Nicolas ?vrard 0b0f2d82a4 Fix name of mode in parameters of ir.action.act_window 2015-05-29 18:36:40 +02:00
Nicolas ?vrard 4fde1b96fa Fix domain_parser initialization to occure before view display 2015-05-29 18:31:38 +02:00
Nicolas ?vrard e1332a3391 Add support for Esc key in editable tree 2015-05-29 17:08:28 +02:00
Nicolas ?vrard c7890822ca Fix typo introduced in changeset d9a8e1069887 2015-05-29 13:42:18 +02:00
Nicolas ?vrard 4af87fccf9 Only call autocomplete on in default_get if it depends on at least one field 2015-05-29 13:35:28 +02:00
C?dric Krier 1dbe8ff497 Add i18n
review16321002
2015-05-29 10:44:10 +02:00
C?dric Krier 8b5fd53959 Remove comment as view_search is already implemented 2015-05-22 18:28:04 +02:00
C?dric Krier c332f9c3a2 Remove useless comment 2015-05-22 18:27:44 +02:00
Nicolas ?vrard 354ecebcab Add global search 2015-05-22 13:15:30 +02:00
C?dric Krier 0b77b55456 Fix validation of record of One2Many field
review16301002
2015-05-22 11:04:06 +02:00
C?dric Krier eb5c04929c Use uniqueId for pane in Notebook 2015-05-15 23:16:23 +02:00
C?dric Krier aa602fc9b2 Set dialog title on Sao.Window.Form 2015-05-15 19:13:38 +02:00
C?dric Krier de7bc83e91 Fix name of tab introduced in changeset 113aa750ecf2
The tab name should first come from the tab attributes and fallback to the
first view string.
2015-05-15 19:12:36 +02:00
C?dric Krier a0a6413031 Pass validate to the next callback 2015-05-15 17:16:58 +02:00
C?dric Krier ed893249b5 Store arguements in Sao.Window.Form at the begining
It is particulary important when storing previous view otherwise it stores the
current one used in the Form.
2015-05-15 17:16:05 +02:00
Nicolas ?vrard 0a13968172 remove useless console.log 2015-05-15 16:43:04 +02:00
C?dric Krier 6642eae6a0 Fix is_leaf test
instanceof String doesn't work, we must use typeof
2015-05-15 15:29:07 +02:00
Nicolas ?vrard cb86e2c2aa Use screen view to name tab when the name is not specified
review16261002
2015-05-15 13:53:07 +02:00
Nicolas ?vrard 378784da30 Remove the need to define domain operators
issue4714
review7111002
2015-05-15 13:50:52 +02:00
C?dric Krier 4499cd5adc Remove TODO about validate as it is implemented 2015-05-15 13:45:51 +02:00