odoo/odoo.git
13 years ago[ADD] attrs.invisible in readonly list cells
Xavier Morel [Tue, 12 Apr 2011 06:53:43 +0000 (08:53 +0200)]
[ADD] attrs.invisible in readonly list cells

bzr revid: xmo@openerp.com-20110412065343-ee8iinkqw2iobl90

13 years ago[IMP] compute domains in a single pass, add 'not' operator
Xavier Morel [Mon, 11 Apr 2011 17:50:25 +0000 (19:50 +0200)]
[IMP] compute domains in a single pass, add 'not' operator

bzr revid: xmo@openerp.com-20110411175025-trllxu05xt4ict84

13 years ago[REF] move compute_domain outside of openep.base.form.Widget
Xavier Morel [Mon, 11 Apr 2011 17:36:43 +0000 (19:36 +0200)]
[REF] move compute_domain outside of openep.base.form.Widget

bzr revid: xmo@openerp.com-20110411173643-84eqb3vc0drd9ge7

13 years ago[TEST] add tests for openerp.base.form.Widget.eval_attrs (also rename to compute_domain)
Xavier Morel [Mon, 11 Apr 2011 17:31:46 +0000 (19:31 +0200)]
[TEST] add tests for openerp.base.form.Widget.eval_attrs (also rename to compute_domain)

bzr revid: xmo@openerp.com-20110411173146-mg8yjlgsakei34u0

13 years ago[REM] attrs processing placeholders, will be done in JS
Xavier Morel [Mon, 11 Apr 2011 13:57:43 +0000 (15:57 +0200)]
[REM] attrs processing placeholders, will be done in JS

bzr revid: xmo@openerp.com-20110411135743-i79ti6acxe7cf400

13 years ago[ADD] row-wise colors
Xavier Morel [Mon, 11 Apr 2011 12:54:50 +0000 (14:54 +0200)]
[ADD] row-wise colors

bzr revid: xmo@openerp.com-20110411125450-3h0ay8fskd1s6nz5

13 years ago[ADD] processing of context['set_editable'] on list view
Xavier Morel [Mon, 11 Apr 2011 11:14:51 +0000 (13:14 +0200)]
[ADD] processing of context['set_editable'] on list view

bzr revid: xmo@openerp.com-20110411111451-5j6ve9f1wjiuzjfx

13 years ago[IMP] add a bunch of tests for transformation of invisible fields, make View.fields_v...
Xavier Morel [Mon, 11 Apr 2011 10:31:18 +0000 (12:31 +0200)]
[IMP] add a bunch of tests for transformation of invisible fields, make View.fields_view_get take a request so it can use the request context for its evaluations

bzr revid: xmo@openerp.com-20110411103118-msx5plh2lnz5obps

13 years ago[TEST] add test for normalize_attrs of states
Xavier Morel [Mon, 11 Apr 2011 08:42:59 +0000 (10:42 +0200)]
[TEST] add test for normalize_attrs of states

bzr revid: xmo@openerp.com-20110411084259-gpkw2nzpw8ctuhy5

13 years ago[FIX] dataset search, 'context' is popped from kwargs into the request object, and...
Xavier Morel [Mon, 11 Apr 2011 07:58:46 +0000 (09:58 +0200)]
[FIX] dataset search, 'context' is popped from kwargs into the request object, and should be taken from there for RPC calls

bzr revid: xmo@openerp.com-20110411075846-9qxzabjav0y1l47n

13 years ago[FIX] docstring for DataSet.do_search_read: missing 'fields' param
Xavier Morel [Mon, 11 Apr 2011 06:30:54 +0000 (08:30 +0200)]
[FIX] docstring for DataSet.do_search_read: missing 'fields' param

bzr revid: xmo@openerp.com-20110411063054-jybr8z734xy3qndp

13 years ago[FIX] dataset tests
Xavier Morel [Mon, 11 Apr 2011 06:27:25 +0000 (08:27 +0200)]
[FIX] dataset tests

bzr revid: xmo@openerp.com-20110411062725-7eh31m9vtuasmsjz

13 years ago[IMP] improvements to View.normalize_attrs
Xavier Morel [Mon, 11 Apr 2011 06:25:41 +0000 (08:25 +0200)]
[IMP] improvements to View.normalize_attrs

bzr revid: xmo@openerp.com-20110411062541-mjib0mm8wk7ujlyy

13 years ago[FIX] fuckup with deferred for rendering of list (when beyond one section), also...
Xavier Morel [Fri, 8 Apr 2011 12:40:20 +0000 (14:40 +0200)]
[FIX] fuckup with deferred for rendering of list (when beyond one section), also only remove old body after new list has rendered otherwise we get an empty list flash even for lists with a bunch of elements

bzr revid: xmo@openerp.com-20110408124020-25dprn6gu19y02m6

13 years agocontroller rework based on niv widget and xmo registry part1
Antony Lesuisse [Sun, 10 Apr 2011 00:12:22 +0000 (02:12 +0200)]
controller rework based on niv widget and xmo registry part1

bzr revid: al@openerp.com-20110410001222-pxar6n4szuy1zvzv

13 years agominor logging improvement
Antony Lesuisse [Sat, 9 Apr 2011 23:07:27 +0000 (01:07 +0200)]
minor logging improvement

bzr revid: al@openerp.com-20110409230727-dl78pjg6wvoo7g3e

13 years ago[MERGE] niv sidebar action
Antony Lesuisse [Sat, 9 Apr 2011 20:14:21 +0000 (22:14 +0200)]
[MERGE] niv sidebar action

bzr revid: al@openerp.com-20110409201421-9dk19e0jbt25oh9b

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 9 Apr 2011 04:59:39 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110409045939-c79i91qgcjnua4c9

13 years ago[MERGE]
niv-openerp [Fri, 8 Apr 2011 16:10:23 +0000 (18:10 +0200)]
[MERGE]

bzr revid: nicolas.vanhoren@openerp.com-20110408161023-barazui14iowxptr

13 years ago[IMP] Action wip - popup is working.
niv-openerp [Fri, 8 Apr 2011 15:25:08 +0000 (17:25 +0200)]
[IMP] Action wip - popup is working.

bzr revid: nicolas.vanhoren@openerp.com-20110408152508-5mes2key0yzq9avq

13 years ago[MERGE] merged RCO's branch adding submenus tab on menu form
Olivier Dony [Fri, 8 Apr 2011 14:00:52 +0000 (16:00 +0200)]
[MERGE] merged RCO's branch adding submenus tab on menu form

bzr revid: odo@openerp.com-20110408140052-6v8x0ibbl3i3o0kl

13 years ago[FIX] warnings & stuff, unbreak unlink notification on dataset
Xavier Morel [Fri, 8 Apr 2011 10:37:36 +0000 (12:37 +0200)]
[FIX] warnings & stuff, unbreak unlink notification on dataset

bzr revid: xmo@openerp.com-20110408103736-i8kju5dippuw9af4

13 years agoremove debugging shit
Antony Lesuisse [Thu, 7 Apr 2011 23:47:18 +0000 (01:47 +0200)]
remove debugging shit

bzr revid: al@openerp.com-20110407234718-e2076zss3dp1z1m0

13 years ago[MERGE] xmo listview part1
Antony Lesuisse [Thu, 7 Apr 2011 23:42:03 +0000 (01:42 +0200)]
[MERGE] xmo listview part1

bzr revid: al@openerp.com-20110407234203-hwf7zwo48ej95kd8

13 years ago[MERGE] proto61
Antony Lesuisse [Thu, 7 Apr 2011 23:41:30 +0000 (01:41 +0200)]
[MERGE] proto61

bzr revid: al@openerp.com-20110407234130-hyt5nxg5pqh2iyes

13 years agocloc target in makefile, 5070 lines atm
Antony Lesuisse [Thu, 7 Apr 2011 22:17:40 +0000 (00:17 +0200)]
cloc target in makefile, 5070 lines atm

bzr revid: al@openerp.com-20110407221740-6dbryyx58alqxo0m

13 years ago[FIX] Reverted to normal sync onchanges. Do not trigger onchange twice for the same...
Fabien Meghazi [Thu, 7 Apr 2011 17:09:29 +0000 (19:09 +0200)]
[FIX] Reverted to normal sync onchanges. Do not trigger onchange twice for the same field in a recursion

bzr revid: fme@openerp.com-20110407170929-w3px0w7uk41wmqhw

13 years ago[MERGE] manually calendar view from trunk-proto61-dhtmlx-scheduler-vda
Antony Lesuisse [Thu, 7 Apr 2011 16:41:06 +0000 (18:41 +0200)]
[MERGE] manually calendar view from trunk-proto61-dhtmlx-scheduler-vda

bzr revid: al@openerp.com-20110407164106-odb0y1qogrg4x2js

13 years ago[ADD] deffered onchanges part1
Fabien Meghazi [Thu, 7 Apr 2011 15:59:36 +0000 (17:59 +0200)]
[ADD] deffered onchanges part1

bzr revid: fme@openerp.com-20110407155936-rk1s4bgvdovsm5v2

13 years ago[IMP] add notification to DataSet.unlink so we can see it, change notification durati...
Xavier Morel [Thu, 7 Apr 2011 15:41:18 +0000 (17:41 +0200)]
[IMP] add notification to DataSet.unlink so we can see it, change notification duration to 1500ms from 5000

bzr revid: xmo@openerp.com-20110407154118-leopn5315t974saj

13 years ago[ADD] multiple records deletion
Xavier Morel [Thu, 7 Apr 2011 15:35:27 +0000 (17:35 +0200)]
[ADD] multiple records deletion

bzr revid: xmo@openerp.com-20110407153527-6r8cb7oym1fp5r6x

13 years ago[ADD] delete button per row
Xavier Morel [Thu, 7 Apr 2011 15:13:19 +0000 (17:13 +0200)]
[ADD] delete button per row

bzr revid: xmo@openerp.com-20110407151319-vr7sc3n497y4ily0

13 years ago[ADD] return deffered in dataset
Fabien Meghazi [Thu, 7 Apr 2011 13:57:32 +0000 (15:57 +0200)]
[ADD] return deffered in dataset

bzr revid: fme@openerp.com-20110407135732-n6ukk0mw6rwr1vpe

13 years ago[ADD] in rpc_ajax, first parameter can be url or $.ajax option object (with url inside)
Fabien Meghazi [Thu, 7 Apr 2011 13:50:42 +0000 (15:50 +0200)]
[ADD] in rpc_ajax, first parameter can be url or $.ajax option object (with url inside)

bzr revid: fme@openerp.com-20110407135042-plwyesu7o7minf9i

13 years ago[FIX] Use deffered for views#do_show()
Fabien Meghazi [Thu, 7 Apr 2011 13:36:44 +0000 (15:36 +0200)]
[FIX] Use deffered for views#do_show()

bzr revid: fme@openerp.com-20110407133644-7dzjpg761cibudmi

13 years ago[IMP] make headers display disablable on list view
Xavier Morel [Thu, 7 Apr 2011 13:27:26 +0000 (15:27 +0200)]
[IMP] make headers display disablable on list view

bzr revid: xmo@openerp.com-20110407132726-j04x68lzq5ylkaki

13 years ago[ADD] form: Basic new record support
Fabien Meghazi [Thu, 7 Apr 2011 13:07:25 +0000 (15:07 +0200)]
[ADD] form: Basic new record support

bzr revid: fme@openerp.com-20110407130725-0o4d8j2kgko8b7jn

13 years ago[MERGE]
niv-openerp [Thu, 7 Apr 2011 13:06:44 +0000 (15:06 +0200)]
[MERGE]

bzr revid: nicolas.vanhoren@openerp.com-20110407130644-n4u84iz4uk4ii3z2

13 years ago[ADD] method to get the selection (list of identifiers) from a list view
Xavier Morel [Thu, 7 Apr 2011 12:46:39 +0000 (14:46 +0200)]
[ADD] method to get the selection (list of identifiers) from a list view

bzr revid: xmo@openerp.com-20110407124639-tua9qkcl4w8mhtdc

13 years ago[IMP] wip
niv-openerp [Thu, 7 Apr 2011 12:45:18 +0000 (14:45 +0200)]
[IMP] wip

bzr revid: nicolas.vanhoren@openerp.com-20110407124518-sp9rn78cdvapngmx

13 years ago[TEST] that selectable=false leads to no insertion of selection checkbox
Xavier Morel [Thu, 7 Apr 2011 12:38:24 +0000 (14:38 +0200)]
[TEST] that selectable=false leads to no insertion of selection checkbox

bzr revid: xmo@openerp.com-20110407123824-6zys5lutnqt90zya

13 years ago[MERGE] merged project branch for multi currency compliance on account_followup
Quentin (OpenERP) [Thu, 7 Apr 2011 12:36:31 +0000 (14:36 +0200)]
[MERGE] merged project branch for multi currency compliance on account_followup

bzr revid: qdp-launchpad@openerp.com-20110407123631-cqcqi9b1szpay8g5

13 years ago[IMP] account_followup: improved report
Quentin (OpenERP) [Thu, 7 Apr 2011 12:35:15 +0000 (14:35 +0200)]
[IMP] account_followup: improved report

bzr revid: qdp-launchpad@openerp.com-20110407123515-s56jq5qtwxoddevr

13 years ago[MERGE] merged the branch containing few fixes for l10n_be wizards
Quentin (OpenERP) [Thu, 7 Apr 2011 12:14:24 +0000 (14:14 +0200)]
[MERGE] merged the branch containing few fixes for l10n_be wizards

bzr revid: qdp-launchpad@openerp.com-20110407121424-uk60fhcjxabjbfu5

13 years ago[MERGE] gantt viw from trunk-proto61-dhtmlx-gantt-cpa
Antony Lesuisse [Thu, 7 Apr 2011 12:13:31 +0000 (14:13 +0200)]
[MERGE] gantt viw from trunk-proto61-dhtmlx-gantt-cpa

bzr revid: al@openerp.com-20110407121331-wx5uwrhtmsnrlsj9

13 years ago[TEST] that by default the list view renders each row with a selection checkbox
Xavier Morel [Thu, 7 Apr 2011 12:12:22 +0000 (14:12 +0200)]
[TEST] that by default the list view renders each row with a selection checkbox

bzr revid: xmo@openerp.com-20110407121222-eipzf31zf3e9x45s

13 years ago[FIX] l10n_be, vat listing: tag mismatch on DeclarantList
Quentin (OpenERP) [Thu, 7 Apr 2011 12:10:22 +0000 (14:10 +0200)]
[FIX] l10n_be, vat listing: tag mismatch on DeclarantList

bzr revid: qdp-launchpad@openerp.com-20110407121022-295iieyz7x0t2vkr

13 years ago[REVERT] reverted revision 4589, for fix 700928 which should have never landed on...
Quentin (OpenERP) [Thu, 7 Apr 2011 11:40:14 +0000 (13:40 +0200)]
[REVERT] reverted revision 4589, for fix 700928 which should have never landed on trunk

bzr revid: qdp-launchpad@openerp.com-20110407114014-sntdecl9j0is8jzf

13 years ago[REVERT] reverted revision 4591, for fix 739181 which should have never landed on...
Quentin (OpenERP) [Thu, 7 Apr 2011 11:32:08 +0000 (13:32 +0200)]
[REVERT] reverted revision 4591, for fix 739181 which should have never landed on trunk

bzr revid: qdp-launchpad@openerp.com-20110407113208-ujc2l7ht5j7fh83k

13 years ago[REVERT] reverted revision 4590, for fix 724820 which should have never landed on...
Quentin (OpenERP) [Thu, 7 Apr 2011 11:22:35 +0000 (13:22 +0200)]
[REVERT] reverted revision 4590, for fix 724820 which should have never landed on trunk

bzr revid: qdp-launchpad@openerp.com-20110407112235-kfqsiby1an1zvcn2

13 years ago[MERGE]
niv-openerp [Thu, 7 Apr 2011 10:13:19 +0000 (12:13 +0200)]
[MERGE]

bzr revid: nicolas.vanhoren@openerp.com-20110407101319-5axkyl54kts7u7n4

13 years ago[FIX] l10n_be: fixes on partner vat intra and declaration wizard
Mustufa Rangwala [Thu, 7 Apr 2011 10:09:25 +0000 (15:39 +0530)]
[FIX] l10n_be: fixes on partner vat intra and declaration wizard

bzr revid: mra@mra-laptop-20110407100925-j87raijb0hf5dd62

13 years ago[IMP] Actions handling wip
niv-openerp [Thu, 7 Apr 2011 09:59:12 +0000 (11:59 +0200)]
[IMP] Actions handling wip

bzr revid: nicolas.vanhoren@openerp.com-20110407095912-r6cqswx9pvo684ek

13 years ago[FIX] switch to form to consider that we're now in tbodies
Xavier Morel [Thu, 7 Apr 2011 09:09:00 +0000 (11:09 +0200)]
[FIX] switch to form to consider that we're now in tbodies

bzr revid: xmo@openerp.com-20110407090900-v65h22bdq6m057y5

13 years ago[IMP] insert thead, tbody; render rows in batches of 50 so e.g. Chrome or Firefox...
Xavier Morel [Thu, 7 Apr 2011 08:36:24 +0000 (10:36 +0200)]
[IMP] insert thead, tbody; render rows in batches of 50 so e.g. Chrome or Firefox 3 don't freeze for a long time on big lists (e.g. 10s rendering time on views list)

bzr revid: xmo@openerp.com-20110407083624-c2e7bkh2hcqxphfv

13 years ago[ADD] view switching when clicking on a list item
Xavier Morel [Thu, 7 Apr 2011 06:07:20 +0000 (08:07 +0200)]
[ADD] view switching when clicking on a list item

bzr revid: xmo@openerp.com-20110407060720-2ro8mm2dixi6u6pw

13 years ago[ADD] links for integer, progressbar and float_time form widgets, just use FieldFloat
Xavier Morel [Thu, 7 Apr 2011 06:07:07 +0000 (08:07 +0200)]
[ADD] links for integer, progressbar and float_time form widgets, just use FieldFloat

bzr revid: xmo@openerp.com-20110407060707-ylin2fndnb7cui8g

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 7 Apr 2011 04:37:58 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110406043928-xqladzrd05q5t19g
bzr revid: launchpad_translations_on_behalf_of_openerp-20110407043758-7t6u87d24s7yq2lf

13 years agoweb_chat poll example
Antony Lesuisse [Thu, 7 Apr 2011 03:37:44 +0000 (05:37 +0200)]
web_chat poll example

bzr revid: al@openerp.com-20110407033744-8b3gon802bwhp9zs

13 years agotypo
Antony Lesuisse [Thu, 7 Apr 2011 03:29:40 +0000 (05:29 +0200)]
typo

bzr revid: al@openerp.com-20110407032940-fu020uiwxxuycxkt

13 years agoweb_chat skeleton using ajaxim based on trunk-proto61-chat-noz
Antony Lesuisse [Thu, 7 Apr 2011 03:25:12 +0000 (05:25 +0200)]
web_chat skeleton using ajaxim based on trunk-proto61-chat-noz

bzr revid: al@openerp.com-20110407032512-3m6wxnnk291bw0qe

13 years agoapplicationsession
Antony Lesuisse [Thu, 7 Apr 2011 03:04:29 +0000 (05:04 +0200)]
applicationsession

bzr revid: al@openerp.com-20110407030429-d6c26b10zduodir0

13 years agofix httprequest for web_chat
Antony Lesuisse [Thu, 7 Apr 2011 02:47:48 +0000 (04:47 +0200)]
fix httprequest for web_chat

bzr revid: al@openerp.com-20110407024748-g2gf4u854qsu4eny

13 years agoform to use _.keys(fields)
Antony Lesuisse [Wed, 6 Apr 2011 22:18:04 +0000 (00:18 +0200)]
form to use _.keys(fields)

bzr revid: al@openerp.com-20110406221804-fd3pyiv3o00cioi6

13 years agotypo
Antony Lesuisse [Wed, 6 Apr 2011 21:18:49 +0000 (23:18 +0200)]
typo

bzr revid: al@openerp.com-20110406211849-7cgkr8ge8j2udu84

13 years agodataset split, crashmanager
Antony Lesuisse [Wed, 6 Apr 2011 21:10:37 +0000 (23:10 +0200)]
dataset split, crashmanager

bzr revid: al@openerp.com-20110406211037-uzn3n0uravuy900q

13 years ago[FIX] typo
niv-openerp [Wed, 6 Apr 2011 15:26:15 +0000 (17:26 +0200)]
[FIX] typo

bzr revid: nicolas.vanhoren@openerp.com-20110406152615-0s00pfvbl8mhjb8x

13 years ago[ADD] Add basic non-recursive on_change handler
Fabien Meghazi [Wed, 6 Apr 2011 14:51:13 +0000 (16:51 +0200)]
[ADD] Add basic non-recursive on_change handler

bzr revid: fme@openerp.com-20110406145113-5o66tlcotbkmxwzy

13 years ago[IMP] Changed way the sidebar is created.
niv-openerp [Wed, 6 Apr 2011 14:47:51 +0000 (16:47 +0200)]
[IMP] Changed way the sidebar is created.

bzr revid: nicolas.vanhoren@openerp.com-20110406144751-or0o86gvqe5sa21h

13 years ago[REM] rip off jqgrid, start reimplementing manually
Xavier Morel [Wed, 6 Apr 2011 13:58:37 +0000 (15:58 +0200)]
[REM] rip off jqgrid, start reimplementing manually

bzr revid: xmo@openerp.com-20110406135837-6rsuhiozd4af2qji

13 years ago[FIX] Fix fields id's in order to match labels for's
Fabien Meghazi [Wed, 6 Apr 2011 13:45:31 +0000 (15:45 +0200)]
[FIX] Fix fields id's in order to match labels for's

bzr revid: fme@openerp.com-20110406134531-r1ybkb47we7e4ttm

13 years ago[IMP] small improvement to fields_view_get
niv-openerp [Wed, 6 Apr 2011 13:44:18 +0000 (15:44 +0200)]
[IMP] small improvement to fields_view_get

bzr revid: nicolas.vanhoren@openerp.com-20110406134418-hv5gii3htphwz4g8

13 years ago[ADD] Add call() to dataset. Moved datarecord methods in dataset
Fabien Meghazi [Wed, 6 Apr 2011 13:29:34 +0000 (15:29 +0200)]
[ADD] Add call() to dataset. Moved datarecord methods in dataset

bzr revid: fme@openerp.com-20110406132934-7jwgrkhi78xbffsb

13 years ago[ADD] Add underscore.strings.js
Fabien Meghazi [Wed, 6 Apr 2011 12:02:06 +0000 (14:02 +0200)]
[ADD] Add underscore.strings.js

bzr revid: fme@openerp.com-20110406120206-0uadws4ssyi1ehww

13 years ago[MERGE] merged 6.0.
Vo Minh Thu [Wed, 6 Apr 2011 10:47:18 +0000 (12:47 +0200)]
[MERGE] merged 6.0.

bzr revid: vmt@openerp.com-20110406104718-cdcyq74rltf102sa

13 years ago[IMP] Improved form styling
Fabien Meghazi [Wed, 6 Apr 2011 10:34:19 +0000 (12:34 +0200)]
[IMP] Improved form styling

bzr revid: fme@openerp.com-20110406103419-ce29p894kavi6fw2

13 years ago[MERGE] merge bug fix
Vo Minh Thu [Wed, 6 Apr 2011 10:31:57 +0000 (12:31 +0200)]
[MERGE] merge bug fix
- original commit message:
  [FIX] ir_ui_view.py: get_sc only returns shortcuts for existing menu items.

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

bzr revid: vmt@openerp.com-20110406103157-9esivptxihgx0l64

13 years ago[FIX] ir_ui_view.py: get_sc only returns shortcuts for existing menu items.
Vo Minh Thu [Wed, 6 Apr 2011 10:05:07 +0000 (12:05 +0200)]
[FIX] ir_ui_view.py: get_sc only returns shortcuts for existing menu items.

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

bzr revid: vmt@openerp.com-20110406100507-8t9bs4k31hz4n4ru

13 years ago[ADD] Added context in writes
Fabien Meghazi [Wed, 6 Apr 2011 09:58:04 +0000 (11:58 +0200)]
[ADD] Added context in writes

bzr revid: fme@openerp.com-20110406095804-zcvci559rgro60zp

13 years ago[FIX] Fixed float validation regex
Fabien Meghazi [Wed, 6 Apr 2011 09:56:42 +0000 (11:56 +0200)]
[FIX] Fixed float validation regex

bzr revid: fme@openerp.com-20110406095642-zzo7j178iqancfsk

13 years ago[FIX] setup.py: added python25-compat directory to the MANIFEST.
Vo Minh Thu [Wed, 6 Apr 2011 07:57:57 +0000 (09:57 +0200)]
[FIX] setup.py: added python25-compat directory to the MANIFEST.

bzr revid: vmt@openerp.com-20110406075757-6ihe21vyadpvguks

13 years ago[FIX] debian: corrected version in changelog.
Vo Minh Thu [Wed, 6 Apr 2011 07:34:16 +0000 (09:34 +0200)]
[FIX] debian: corrected version in changelog.

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

bzr revid: al@openerp.com-20110406073416-tvi7ah0i9g1ue6qe

13 years ago[IMP] jquery 1.5.2
Xavier Morel [Wed, 6 Apr 2011 07:21:13 +0000 (09:21 +0200)]
[IMP] jquery 1.5.2

bzr revid: xmo@openerp.com-20110406072113-autr9xip6f3wjrdf

13 years ago[FIX] more misused reserved words
Xavier Morel [Wed, 6 Apr 2011 07:19:33 +0000 (09:19 +0200)]
[FIX] more misused reserved words

bzr revid: xmo@openerp.com-20110406071933-bpb387nl7fcfw8xw

13 years ago[REM] dataset tests, FUBAR and nobody cares
Xavier Morel [Wed, 6 Apr 2011 07:12:41 +0000 (09:12 +0200)]
[REM] dataset tests, FUBAR and nobody cares

bzr revid: xmo@openerp.com-20110406071241-33dfj94imc0n4qmg

13 years ago[FIX] FUCKING THING SUCKS
Xavier Morel [Wed, 6 Apr 2011 07:09:24 +0000 (09:09 +0200)]
[FIX] FUCKING THING SUCKS

bzr revid: xmo@openerp.com-20110406070924-6zir9ygobgq619bb

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 6 Apr 2011 06:01:53 +0000 (06:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110405060613-znuiqfpohhkrrz6m
bzr revid: launchpad_translations_on_behalf_of_openerp-20110406060153-tore9cn05qw7ill1

13 years agosplit viewmanager and dataset
Antony Lesuisse [Wed, 6 Apr 2011 00:51:36 +0000 (02:51 +0200)]
split viewmanager and dataset

bzr revid: al@openerp.com-20110406005136-6w992t10sr2588c6

13 years ago[FIX] Reset invalid properties on fields#set_value()
Fabien Meghazi [Tue, 5 Apr 2011 18:57:04 +0000 (20:57 +0200)]
[FIX] Reset invalid properties on fields#set_value()

bzr revid: fme@openerp.com-20110405185704-2z8qe9bj3jnc0vj0

13 years ago[ADD] Changed notification. Added notification on form invalid.
Fabien Meghazi [Tue, 5 Apr 2011 17:35:12 +0000 (19:35 +0200)]
[ADD] Changed notification. Added notification on form invalid.

bzr revid: fme@openerp.com-20110405173512-82k1uonpvrdflz4a

13 years ago[MERGE]
niv-openerp [Tue, 5 Apr 2011 16:36:34 +0000 (18:36 +0200)]
[MERGE]

bzr revid: nicolas.vanhoren@openerp.com-20110405163634-6lgio4jlicp7ug9r

13 years ago[ADD] Added write() to DataSet
Fabien Meghazi [Tue, 5 Apr 2011 16:25:45 +0000 (18:25 +0200)]
[ADD] Added write() to DataSet

bzr revid: fme@openerp.com-20110405162545-8gai7o0b37h07i0r

13 years ago[IMP] Centered loading
Fabien Meghazi [Tue, 5 Apr 2011 16:24:45 +0000 (18:24 +0200)]
[IMP] Centered loading

bzr revid: fme@openerp.com-20110405162445-u84f4lbbhvjzu5hz

13 years ago[ADD] Added notifications
Fabien Meghazi [Tue, 5 Apr 2011 15:53:48 +0000 (17:53 +0200)]
[ADD] Added notifications

bzr revid: fme@openerp.com-20110405155348-xnszzo1d749l4lbl

13 years ago[ADD] Added jquery ui notify plugin
Fabien Meghazi [Tue, 5 Apr 2011 15:46:50 +0000 (17:46 +0200)]
[ADD] Added jquery ui notify plugin

bzr revid: fme@openerp.com-20110405154650-pkcpxj3pn6q3r7cv

13 years ago[REM] Removed datarecord. Form save works now
Fabien Meghazi [Tue, 5 Apr 2011 15:14:40 +0000 (17:14 +0200)]
[REM] Removed datarecord. Form save works now

bzr revid: fme@openerp.com-20110405151440-jmqja372y3rwxygw

13 years ago[ADD] Plugged form save events
Fabien Meghazi [Tue, 5 Apr 2011 14:34:25 +0000 (16:34 +0200)]
[ADD] Plugged form save events

bzr revid: fme@openerp.com-20110405143425-iqpibce75hri3pdb

13 years ago[ADD] Added datarecord#save
Fabien Meghazi [Tue, 5 Apr 2011 14:32:29 +0000 (16:32 +0200)]
[ADD] Added datarecord#save

bzr revid: fme@openerp.com-20110405143229-a7voaqvhnipx0vzu

13 years ago[FIX] Css problems with sidebar.
niv-openerp [Tue, 5 Apr 2011 12:59:44 +0000 (14:59 +0200)]
[FIX] Css problems with sidebar.

bzr revid: nicolas.vanhoren@openerp.com-20110405125944-8l2kzfn2qlvrrydr

13 years ago[MERGE] niv sidebar
Antony Lesuisse [Tue, 5 Apr 2011 12:20:47 +0000 (14:20 +0200)]
[MERGE] niv sidebar

bzr revid: al@openerp.com-20110405122047-n9xlbtsi10owtzxm