Commit Graph

28584 Commits

Author SHA1 Message Date
Quentin (OpenERP) ee0f98590e [FIX] account: improved order of account_period in order to have the period for opening entries first and fixed in common report wizard the bug that was selecting entries from opening period too when we were printing entries from january to march (because of same date_start for january and opening period). Also fixed the query_get when giving the periods directly in the context (previously it was doing a very weird thing with the clause where_move_lines_by_date defined again and it was not compliant with the opening period new change)
bzr revid: qdp-launchpad@openerp.com-20110504145233-icq3a40l9pahy7hm
2011-05-04 16:52:33 +02:00
psi (Open ERP) 62e9299b2b [FIX] account: Third Party ledger problem with Initial Balance
lp bug: https://launchpad.net/bugs/744789 fixed

bzr revid: psi@tinyerp.co.in-20110428072058-q0n8y4k01t74pe7z
2011-04-28 12:50:58 +05:30
Quentin (OpenERP) 26e21b097e [FIX] account: fix error on initial balance if we don't give any criteria
lp bug: https://launchpad.net/bugs/744789 fixed

bzr revid: qdp-launchpad@openerp.com-20110419153459-fpd1zitw5ud3lzct
2011-04-19 17:34:59 +02:00
tfr@openerp.com 2c3c064a22 [CLEAN] remove duplicate method _check_dates in project
bzr revid: tfr@openerp.com-20110418120034-jkmu9jar833b2w2d
2011-04-18 14:00:34 +02:00
Launchpad Translations on behalf of openerp 25da1b63a3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110416045916-5ck4ifulww06owks
bzr revid: launchpad_translations_on_behalf_of_openerp-20110417043634-x8jqcrbbylxdj06l
2011-04-17 04:36:34 +00:00
Thibault Francois 153af3bf5f [MERGE] bug 758717
bzr revid: tfr@openerp.com-20110415100702-us0p8kub2dx7uf4i
2011-04-15 12:07:02 +02:00
Ujjvala Collins (OpenERP) 943c96f639 [FIX] document: Renamed tab name.
lp bug: https://launchpad.net/bugs/758717 fixed

bzr revid: uco@tinyerp.com-20110415084514-l0ohwka0ayrgqun8
2011-04-15 14:15:14 +05:30
Launchpad Translations on behalf of openerp ad0ececa4e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110412043500-p2dr3313fnqonqsm
bzr revid: launchpad_translations_on_behalf_of_openerp-20110413044003-7pujurdq9cldrqkm
bzr revid: launchpad_translations_on_behalf_of_openerp-20110415050633-iw3b088ogvp5c34f
2011-04-15 05:06:33 +00:00
Antony Lesuisse a0d4acefb1 [MERGE] xmo great-addons-cleanup-of-2011-xmo
Fixed loading of addons, including basic loading of CSS files whern loading addons
Also fixed content type of AjaxIM poll method.

bzr revid: al@openerp.com-20110414135837-ov0y0olvol4omxzh
2011-04-14 15:58:37 +02:00
Xavier Morel eac805b553 [FIX] content-type for chat polling method
bzr revid: xmo@openerp.com-20110414133734-y8fv82rhutp0q0nr
2011-04-14 15:37:34 +02:00
Xavier Morel 8acaa289a0 [FIX] correctly initialize web_chat addon
bzr revid: xmo@openerp.com-20110414132310-qfuewowccf1f2fx9
2011-04-14 15:23:10 +02:00
Xavier Morel bc2b83e883 [FIX] gantt addon so it loads correctly
Also remove leftover debugging log in chrome, and fix dependencies listing for calendar

bzr revid: xmo@openerp.com-20110413142001-5dpxoava5a0cwmq7
2011-04-13 16:20:01 +02:00
Xavier Morel a83bd29ada [IMP] document automatic binding of do_ and on_ methods of BasicController subclasses
bzr revid: xmo@openerp.com-20110413140735-hc8nbxxos4yl11xj
2011-04-13 16:07:35 +02:00
Xavier Morel 26ddfe235d [FIX] namespacing of base_calendar addon
bzr revid: xmo@openerp.com-20110413133207-k4d53w0eznwtqoec
2011-04-13 15:32:07 +02:00
Xavier Morel ffefcd76ed [IMP] documentation of addons structure and namespacing
bzr revid: xmo@openerp.com-20110413133157-pin980f20ovwi4bw
2011-04-13 15:31:57 +02:00
noz (OpenERP) 3d8ba50ec6 [FIX] Removed unnecessary code.
bzr revid: noz@tinyerp.com-20110413131756-sfwp4wj67n9ql5ng
2011-04-13 18:47:56 +05:30
Xavier Morel b4cd776b25 [FIX] correctly load calendar addon
* Fix loading of active modules (don't hardcode list)
* Implement loading of CSS files via css list
* Fix Calendar addon
  - Add list of JS files to descriptor
  - Add list of CSS files to descriptor
  - Have calendar load its own qweb template file
  - Put calendar in the correct namespace (openerp.base_calendar) instead of a nonsensical one

bzr revid: xmo@openerp.com-20110413125042-feiimul8617a51d6
2011-04-13 14:50:42 +02:00
Xavier Morel b7a638ccde [BOOM] deactivate all addons, remove links to addons stuff from base, do not belong there
bzr revid: xmo@openerp.com-20110413120756-md9lg1rgehoyg4mc
2011-04-13 14:07:56 +02:00
Xavier Morel f9e630dafb [FIX] better fix form pagers
bzr revid: xmo@openerp.com-20110413114506-yso90r89rjn62r3g
2011-04-13 13:45:06 +02:00
niv-openerp 8bfcf505a6 [FIX] Fixed pager problem in form view.
bzr revid: nicolas.vanhoren@openerp.com-20110413074539-3j502n18f3xvn6ho
2011-04-13 09:45:39 +02:00
noz (OpenERP) d3b56fdd3e [FIX] Fixed json encoding problem for chat login.
bzr revid: noz@tinyerp.com-20110413052633-7ql0mcdgxcpc88hl
2011-04-13 10:56:33 +05:30
Antony Lesuisse 4113406d05 try chat on base.html
bzr revid: al@openerp.com-20110413030320-8m0apjmknputz4rx
2011-04-13 05:03:20 +02:00
Antony Lesuisse 92a0889230 [MERGE] xmo chat update
bzr revid: al@openerp.com-20110413020425-h3xdyrgf8qpj3trg
2011-04-13 04:04:25 +02:00
Antony Lesuisse 2981f7f27f [MERGE] vda disagram
bzr revid: al@openerp.com-20110413020150-ccf0vzuxlx4kro3r
2011-04-13 04:01:50 +02:00
Antony Lesuisse 3ac70cbecf [MERGE] xmo listview, bug in the form pager
bzr revid: al@openerp.com-20110413013711-vp63eigz5aadm6wc
2011-04-13 03:37:11 +02:00
Fabien Meghazi be257a5008 [IMP] form: do not save record if not touched. action_manager: handle manual closing of dialog
bzr revid: fme@openerp.com-20110412203820-x3l9k4mgh82jxsb1
2011-04-12 22:38:20 +02:00
Xavier Morel a3eabdbeee [ADD] notes for packaging/installation doc
bzr revid: xmo@openerp.com-20110412200646-z5yld51pjwyzylak
2011-04-12 22:06:46 +02:00
niv-openerp f3ef034ac2 [IMP] Improved custom filters design.
bzr revid: nicolas.vanhoren@openerp.com-20110412162703-op0kbnqhhgikygej
2011-04-12 18:27:03 +02:00
Fabien Meghazi 4eeaca9e6d [ADD] Add dialog stack to action manager.
bzr revid: fme@openerp.com-20110412150955-lnwpc3ghix7m31xw
2011-04-12 17:09:55 +02:00
Xavier Morel 3b38e2c688 [ADD] basic (and crappy) actions in list view
bzr revid: xmo@openerp.com-20110412145516-b6qobs00g7jt212t
2011-04-12 16:55:16 +02:00
Xavier Morel 3e54a3d589 [TEMP] disable do_update hook
bzr revid: xmo@openerp.com-20110412143451-2b0eks46i3ro3030
2011-04-12 16:34:51 +02:00
Fabien Meghazi 14ca20a978 [FIX] Use higher z-index for login box (higher than jquery ui dialog overlay)
bzr revid: fme@openerp.com-20110412142801-9gygo13lamsr4j0r
2011-04-12 16:28:01 +02:00
Fabien Meghazi f2e6ec5e95 [ADD] Route button type object actions to action manager
bzr revid: fme@openerp.com-20110412141459-2tqwzlwglfxh78hr
2011-04-12 16:14:59 +02:00
Fabien Meghazi 97e0a456fd [FIX] Fixed typo from last commit
bzr revid: fme@openerp.com-20110412141118-bki40xdk41dqqi0u
2011-04-12 16:11:18 +02:00
Xavier Morel 1ba296908d [FIX] correctly reload list view on switch from form view
bzr revid: xmo@openerp.com-20110412140829-yqwly4e3uxsemhwj
2011-04-12 16:08:29 +02:00
Fabien Meghazi e4d30d322a [ADD] Add action_manager temporary reference to session
bzr revid: fme@openerp.com-20110412140701-4kl7b1juoxdxye6q
2011-04-12 16:07:01 +02:00
Xavier Morel d7da740264 [MERGE] from mainline branch, hook in new record handling
bzr revid: xmo@openerp.com-20110412132120-ii3mosez9kguvcjb
2011-04-12 15:21:20 +02:00
niv-openerp ae1714dd4b [IMP] Even more improvements to web client.
bzr revid: nicolas.vanhoren@openerp.com-20110412131948-7vtg4cdg3lp4st1q
2011-04-12 15:19:48 +02:00
Fabien Meghazi b70b02bc51 [IMP] form: switch to new record mode when DataSet#index == null
bzr revid: fme@openerp.com-20110412131522-6b7rqb9prhdzksup
2011-04-12 15:15:22 +02:00
Xavier Morel b840e25c1d [ADD] basic handling of addition button, not hooked in yet
bzr revid: xmo@openerp.com-20110412130229-78sg833pdcbi1gx3
2011-04-12 15:02:29 +02:00
Fabien Meghazi 98ed262201 [IMP] Changed text colors
bzr revid: fme@openerp.com-20110412124014-s6b3i6gf1h6ke180
2011-04-12 14:40:14 +02:00
Xavier Morel 6c9886700e [ADD] trivial implementation of pager
bzr revid: xmo@openerp.com-20110412123407-dl1udbc3vfatb0h6
2011-04-12 14:34:07 +02:00
niv-openerp 8c7a9712e1 [IMP] Improved visual aspect.
bzr revid: nicolas.vanhoren@openerp.com-20110412122559-ebyjs30uo4gicpap
2011-04-12 14:25:59 +02:00
Xavier Morel 7bb7044087 [IMP] toggle delete button on select/unselect rows
bzr revid: xmo@openerp.com-20110412122402-dz53832cx0me8re2
2011-04-12 14:24:02 +02:00
Xavier Morel ce82767d16 [FIX] eval_context and eval_domain should *not* modify the dicts they're given (without cloning them), especially since they're creating circular references (which blow up when they're serialized by simplejson)
bzr revid: xmo@openerp.com-20110412121305-mq6l9a4co5xxrfkz
2011-04-12 14:13:05 +02:00
Fabien Meghazi 2d38e2c95a [IMP] Improved notebook styling
bzr revid: fme@openerp.com-20110412120258-yz96u0r3qdoy1z26
2011-04-12 14:02:58 +02:00
Xavier Morel 5c5542e179 [IMP] merge pager into list table header, remove template call between table and table.header
bzr revid: xmo@openerp.com-20110412111712-j3ma06fcec7rhi47
2011-04-12 13:17:12 +02:00
niv-openerp e4636f1e7e [IMP] Css improvements for sidebar.
bzr revid: nicolas.vanhoren@openerp.com-20110412111456-zms7v8qapa2f1r50
2011-04-12 13:14:56 +02:00
Xavier Morel 4e1b38312e [IMP] highlight rows on hover
bzr revid: xmo@openerp.com-20110412110703-3chpip0vrcdwg1s3
2011-04-12 13:07:03 +02:00
Xavier Morel 1755727dd3 [FIX] no need for cellspacing
bzr revid: xmo@openerp.com-20110412104659-3vp3w2pjq3xfx664
2011-04-12 12:46:59 +02:00