Commit Graph

25515 Commits

Author SHA1 Message Date
Antony Lesuisse 05c596fc3c moved OpenERPSession into backend{rpc|local}.py
bzr revid: al@openerp.com-20110830233920-cy8k1h55j976bnhr
2011-08-31 01:39:20 +02:00
Antony Lesuisse 974305d697 [IMP] moved openerpweb into base.common to be renamed web.commom
bzr revid: al@openerp.com-20110830232300-0f4hb3pk3jso0dii
2011-08-31 01:23:00 +02:00
Xavier Morel d47382ce7d [IMP] sprintf is awesome, so use sprintf correctly for patterning
bzr revid: xmo@openerp.com-20110830150151-2ureqckjksnw8r1p
2011-08-30 17:01:51 +02:00
Xavier Morel 25eca5ffeb [FIX] don't display negative numbers for the decimal part of floats, having -3.-72 makes no sense
bzr revid: xmo@openerp.com-20110830150025-biqwrkt69wjye7n2
2011-08-30 17:00:25 +02:00
Fabien Meghazi d8b26533ec [MERGE] merge with trunk
bzr revid: fme@openerp.com-20110830140652-bd5ddeefqylyrh00
2011-08-30 16:06:52 +02:00
Xavier Morel 972a191a33 [FIX] correctly return a deferred from openerp.base.DataExport.start, even though there probably is no need to do so
bzr revid: xmo@openerp.com-20110830134353-52y9p8tfx6aen84k
2011-08-30 15:43:53 +02:00
Xavier Morel 3b824c76e9 [FIX] don't coerce values to str before writing them to the worksheet in excel export
especially since xlwt is perfectly able to deal with unicode instances without blowing up like a 'tard

bzr revid: xmo@openerp.com-20110830134305-iu354whbr0c0kvpw
2011-08-30 15:43:05 +02:00
Xavier Morel 9df1318f4f [IMP] have the export dialog fetch possible export formats from the server
bzr revid: xmo@openerp.com-20110830132326-ac0f7xs3h1jr3a7j
2011-08-30 15:23:26 +02:00
niv-openerp 9141044fc2 [imp] small change in debug-mode login
bzr revid: nicolas.vanhoren@openerp.com-20110830132229-4myd5t52g2lvmlf3
2011-08-30 15:22:29 +02:00
Xavier Morel c276c2d67c [IMP] make export extensible
bzr revid: xmo@openerp.com-20110830130632-t96hsz4jxjp69crh
2011-08-30 15:06:32 +02:00
niv-openerp 558a038420 [merge] many improvements to the mobile client
bzr revid: nicolas.vanhoren@openerp.com-20110830122137-xd0y347nr1ewaxve
2011-08-30 14:21:37 +02:00
Xavier Morel e53d25ef17 [IMP] remember to set base in parseInt
bzr revid: xmo@openerp.com-20110830121158-kmfs2x0tqj6c8v3b
2011-08-30 14:11:58 +02:00
Xavier Morel 33f5bf6a2b [IMP] make removing all fields selected for an export slightly more efficient (by emptying the whole select instead of removing options individually)
bzr revid: xmo@openerp.com-20110830115839-i5xfaqqmrg2m3w8u
2011-08-30 13:58:39 +02:00
Xavier Morel e0e1b1f246 [IMP] simplify code collecting arguments to data export a bit, remove useless temp variables
bzr revid: xmo@openerp.com-20110830112704-xc19idvo4q90kqt6
2011-08-30 13:27:04 +02:00
vishmita 79e182a06f [IMP] Need to change code in ChangePassword.
bzr revid: vja@vja-desktop-20110830111649-p5yzyoh5i0221bxo
2011-08-30 16:46:49 +05:30
Xavier Morel c326d6942c [IMP] get export to work correctly with Session.get_file (so the user really downloads a file each time)
bzr revid: xmo@openerp.com-20110830110204-lf3qi2r5ck8avcs9
2011-08-30 13:02:04 +02:00
Xavier Morel 8448cdc63d [IMP] reliability fix in token handling
bzr revid: xmo@openerp.com-20110830102346-b5a9wmx1uxjehp7z
2011-08-30 12:23:46 +02:00
Quentin (OpenERP) 866b95a7d0 [IMP] board: removed group=no one from the menuitem in customization
bzr revid: qdp-launchpad@openerp.com-20110830095731-owg6svsnr5i0abk2
2011-08-30 11:57:31 +02:00
Quentin (OpenERP) ed2a5ecbe7 [MERGE] merged the dev branch with multi-currency enhancements on vouchers. Thanks c2c for the help
bzr revid: qdp-launchpad@openerp.com-20110830091907-ay3tlqrwxrv9s0d0
2011-08-30 11:19:07 +02:00
Xavier Morel 78b10fb5f4 [REN] openerp.base.Session#getFile to openerp.base.Session#get_file: we're using python-style underscore_separated names for methods
bzr revid: xmo@openerp.com-20110830090609-xdmeuroca1p6zue1
2011-08-30 11:06:09 +02:00
Xavier Morel 79fb169fc7 [FIX] breakage in case of repeated calls to getFile for the same form: remove token after download has completed (or errored out)
also add some documentation for openerp.base.Session.getFile

bzr revid: xmo@openerp.com-20110830090514-pa5lnxvee4qfg0zp
2011-08-30 11:05:14 +02:00
Xavier Morel 9c0486b738 [IMP] move file download API to session, so it can more easily be used for operations other than db backup
bzr revid: xmo@openerp.com-20110830085351-puvbzwwru9rbfo14
2011-08-30 10:53:51 +02:00
niv-openerp 7ed9102903 [imp] cleaned header a bit, refactored to Widget design and made it disapear on unlog
bzr revid: nicolas.vanhoren@openerp.com-20110830085328-zfme7wls9211vzaq
2011-08-30 10:53:28 +02:00
Vaibhav (OpenERP) c3ade091e5 [FIX] set Workflow id for new record.
bzr revid: vda@tinyerp.com-20110830083622-ssr41k0t31hkzd3z
2011-08-30 14:06:22 +05:30
Vaibhav (OpenERP) b727fc64d9 [MERGE] openerp-web.
bzr revid: vda@tinyerp.com-20110830063023-2doh31v4sriqyhlb
2011-08-30 12:00:23 +05:30
Launchpad Translations on behalf of openerp f0597f3686 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110830044932-d9bjldtnpkkig57c
2011-08-30 04:49:32 +00:00
niv-openerp b479464a36 [imp] made web server able to get a report, but still can't get it from the browser
bzr revid: nicolas.vanhoren@openerp.com-20110829155256-myi3mr8wlp006u0i
2011-08-29 17:52:56 +02:00
Fabien Meghazi edeffae67c [MERGE] Merge qith trunk
bzr revid: fme@openerp.com-20110829154135-1uffm41sre7qzq0z
2011-08-29 17:41:35 +02:00
niv-openerp 73d5d3eaf8 [imp] added active_id in related coming from m2o
bzr revid: nicolas.vanhoren@openerp.com-20110829152643-2yy0p52fqxd6chre
2011-08-29 17:26:43 +02:00
niv-openerp 4836945bc9 [imp] default setup for reports + put active_id in all actions coming from the sidebar
bzr revid: nicolas.vanhoren@openerp.com-20110829152438-47y13wwh01ssq9ts
2011-08-29 17:24:38 +02:00
Fabien Meghazi a24d5ee08d [IMP] Improved translate dialog
bzr revid: fme@openerp.com-20110829140839-vr0mvylotmm9w5hg
2011-08-29 16:08:39 +02:00
Vaibhav (OpenERP) b0426412e2 [FIX] readonly fields on edit activity/transition.
bzr revid: vda@tinyerp.com-20110829132748-qr0ndd3udy6em092
2011-08-29 18:57:48 +05:30
niv-openerp 1ada45a439 [fix] problem with m2o that doesn't validate correctly if they were not modified by the user
bzr revid: nicolas.vanhoren@openerp.com-20110829132503-p4tfevsfxyea3ytr
2011-08-29 15:25:03 +02:00
niv-openerp 61809cf537 [fix] problem with context menu being displayed under the popups
bzr revid: nicolas.vanhoren@openerp.com-20110829124006-ct7semd2cxddus0n
2011-08-29 14:40:06 +02:00
niv-openerp 550387fd91 [fix] small thing i forgot in the preceding fix
bzr revid: nicolas.vanhoren@openerp.com-20110829122837-ahv6bhb6720jk0ld
2011-08-29 14:28:37 +02:00
Xavier Morel bf83005072 [FIX] encoding and mime type for excel export files
bzr revid: xmo@openerp.com-20110829122718-y51ynodvlnkaixms
2011-08-29 14:27:18 +02:00
vishmita bb00369ecc [FIX] Need to reload searchview after Clear .
bzr revid: vja@vja-desktop-20110829121943-nqakojh56mn4rezy
2011-08-29 17:49:43 +05:30
niv-openerp 3d3783d740 [fix] fixed problem with o2m when we re-open a previously created row
bzr revid: nicolas.vanhoren@openerp.com-20110829121330-ulj3hnyo3jfs9fq4
2011-08-29 14:13:30 +02:00
niv-openerp 4bb94db801 [fix] put type = 'opportunity' in context for opportunities
bzr revid: nicolas.vanhoren@openerp.com-20110829105439-fahrt37bzyfsrnoj
2011-08-29 12:54:39 +02:00
Xavier Morel bf4e7856b6 [IMP] fix mime type in case of excel export
bzr revid: xmo@openerp.com-20110829104812-z2i5wa10rlanwm9p
2011-08-29 12:48:12 +02:00
Xavier Morel 272cc8b0c7 [REM] error handling around xlwt import
bzr revid: xmo@openerp.com-20110829104755-mkw8fdgwtppx3a21
2011-08-29 12:47:55 +02:00
Vaibhav (OpenERP) b6e81c22d7 [FIX] New Edge option.background grid.
bzr revid: vda@tinyerp.com-20110829104410-n52wx91krno7gb63
2011-08-29 16:14:10 +05:30
Xavier Morel 81d2b20791 [REM] useless conditional (always true) and unused associated variable
bzr revid: xmo@openerp.com-20110829103809-434etbz8mx3zvufp
2011-08-29 12:38:09 +02:00
Xavier Morel 863fdc0808 [FIX] reinstate bail out in clean_action in case the action is not an act_window
bzr revid: xmo@openerp.com-20110829082929-c6uhkcq0wmiis2wp
2011-08-29 10:29:29 +02:00
Jiten (OpenERP) 458dacea36 [MER] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20110829055035-861s4xm5hp90ecep
2011-08-29 11:20:35 +05:30
Jiten (OpenERP) c96c3928d9 [IMP] Improved style for textarea and login page fields.
bzr revid: jra@tinyerp.com-20110829053945-gfmnqok96dt6omho
2011-08-29 11:09:45 +05:30
Vaibhav (OpenERP) 6663c1b851 [MERGE] openerp-web.
bzr revid: vda@tinyerp.com-20110826063351-hedm2ezu53ujdkis
bzr revid: vda@tinyerp.com-20110829051514-1econl08nj6odtyb
2011-08-29 10:45:14 +05:30
Launchpad Translations on behalf of openerp 62ca286a40 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110829043419-l6r85iyru1snkcs9
2011-08-29 04:34:19 +00:00
Antony Lesuisse f1c98c8160 [FIX] project_issue removed unused fields
bzr revid: al@openerp.com-20110828022224-q3x2ogkdozmjao3b
2011-08-28 04:22:24 +02:00
Antony Lesuisse 5e98baa185 [FIX] base_iban remove unneeded dependency on account
bzr revid: al@openerp.com-20110828015802-f5gd4gaekh1k33ey
2011-08-28 03:58:02 +02:00
Antony Lesuisse 98f7058af1 [MERGE] mrp renames and reorder menu
bzr revid: al@openerp.com-20110828015216-139k0tz93shisb0h
2011-08-28 03:52:16 +02:00
Antony Lesuisse ee0fc3d391 [MERGE] purchase hide pricelists in simplified
bzr revid: al@openerp.com-20110828013754-ct7jcnh7hhsmz82w
2011-08-28 03:37:54 +02:00
Antony Lesuisse fd299519d8 [MERGE] account reorder config menuitems
bzr revid: al@openerp.com-20110828012705-7sv0w0j2qkmrwgiq
2011-08-28 03:27:05 +02:00
Antony Lesuisse 8afe025846 [MERGE] product rename real stock, virtual sotck into qty on hand, qty available
bzr revid: al@openerp.com-20110828011739-wafdkjbgd51msqqb
2011-08-28 03:17:39 +02:00
Antony Lesuisse f33d0896e3 [MERGE] hr move job position menu
bzr revid: al@openerp.com-20110828010341-i4lk4bf5y3n9tw7o
2011-08-28 03:03:41 +02:00
Antony Lesuisse e83ea8f54c [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233130-end57de3i484r0kb
2011-08-28 01:31:30 +02:00
Launchpad Translations on behalf of openerp 2292e346cb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110827054132-sys8brkm3p4pbwhv
2011-08-27 05:41:32 +00:00
Xavier Morel 1cc90eebd9 [IMP] move a bunch of trivial python RPC methods to usage of normal dataset methods in JS
bzr revid: xmo@openerp.com-20110826152430-8li5tzzlzfr99nda
2011-08-26 17:24:30 +02:00
Xavier Morel 5ef387c85c [IMP] more template markup cleanup, some trivial cleanup of the python code
bzr revid: xmo@openerp.com-20110826150442-j00m8sy9jib0y6ce
2011-08-26 17:04:42 +02:00
Xavier Morel 8e68d81d30 [IMP] simplify markup of main export view
bzr revid: xmo@openerp.com-20110826143914-1h9pfue36yg9e1ec
2011-08-26 16:39:14 +02:00
Olivier Dony fadcf9160b [MERGE] purchase: split large method in smaller overridable ones - contribution by Sebastien Beau
On top of the original merge prop by Sebastien, the docstring was
completed a bit, and the variable names made more consistent.

bzr revid: odo@openerp.com-20110826142836-vzcdop8kzok7toz6
2011-08-26 16:28:36 +02:00
Xavier Morel e4bfeb49b4 [FIX] some warnings and overly complex code
bzr revid: xmo@openerp.com-20110826141439-k8eawjbx46953z16
2011-08-26 16:14:39 +02:00
niv-openerp e03849bb35 [fix] broken one of the most important functionalities
bzr revid: nicolas.vanhoren@openerp.com-20110826140745-0vjk3ygu32di4tti
2011-08-26 16:07:45 +02:00
niv-openerp c4d8acabba [fix] problem with most related that return a list in a search_default
bzr revid: nicolas.vanhoren@openerp.com-20110826140421-yt204xv30b0ef3vz
2011-08-26 16:04:21 +02:00
niv-openerp d692a02d5b [imp] fixed related behavior for calendar
bzr revid: nicolas.vanhoren@openerp.com-20110826133113-7glw38cszv5pwdqw
2011-08-26 15:31:13 +02:00
niv-openerp 7a9ff57a0e [imp] made related work with list view too
bzr revid: nicolas.vanhoren@openerp.com-20110826132835-ex26y5hyti3acgzk
2011-08-26 15:28:35 +02:00
niv-openerp a703147436 [imp] made related work from form view
bzr revid: nicolas.vanhoren@openerp.com-20110826130335-fjt0c5f7s7ug2jdl
2011-08-26 15:03:35 +02:00
niv-openerp 393f146d77 [imp] make related in m2o work
bzr revid: nicolas.vanhoren@openerp.com-20110826124418-d2vw72ulgse75hgh
2011-08-26 14:44:18 +02:00
Xavier Morel 6bb5138f9f [FIX] bugs in shortcuts management: desync between backing collection and DOM, multiple click events on shortcut star
bzr revid: xmo@openerp.com-20110826084758-g08o83wi9eaj3vdl
2011-08-26 10:47:58 +02:00
Vaibhav (OpenERP) 523c55fe2b [FIX] Path(edge) id.
bzr revid: vda@tinyerp.com-20110826063238-m4ffbih15iy6nybs
2011-08-26 12:02:38 +05:30
Launchpad Translations on behalf of openerp e7d06fc3d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110826043322-8smkycmnlsiirg0b
2011-08-26 04:33:22 +00:00
Quentin (OpenERP) 2dcccda2d3 [IMP] account_voucher: added yaml test for supplier payments
bzr revid: qdp-launchpad@openerp.com-20110825174240-frfok3lxy9if4qao
2011-08-25 19:42:40 +02:00
Quentin (OpenERP) f3003d4143 [FIX] account_voucher: fixed the case of supplier payments
bzr revid: qdp-launchpad@openerp.com-20110825174201-23wury3dpocfig3y
2011-08-25 19:42:01 +02:00
niv-openerp de1fc9e3c5 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110825171612-ieb6ggnm5wugb50y
2011-08-25 19:16:12 +02:00
niv-openerp 27eff948b5 [imp] refactoring to put "req" instead or "request" everywhere in the server-side code
bzr revid: nicolas.vanhoren@openerp.com-20110825171451-9idtdh6dqcxrk873
2011-08-25 19:14:51 +02:00
niv-openerp fc766e16fe [imp] refactoring to allow correct context handling in clean_action
bzr revid: nicolas.vanhoren@openerp.com-20110825170410-omj3wrugqmslck8w
2011-08-25 19:04:10 +02:00
Quentin (OpenERP) 9ec72669ed [FIX] account_voucher: context passing
bzr revid: qdp-launchpad@openerp.com-20110825152545-u0f4n2hlv7kmfsxc
2011-08-25 17:25:45 +02:00
niv-openerp 9225fe4074 [imp] added display of relateds
bzr revid: nicolas.vanhoren@openerp.com-20110825151701-frwri4f5ge6rnsvf
2011-08-25 17:17:01 +02:00
Xavier Morel 238a0200a0 [FIX] when loading records in the listview, remember to set dataset index to 0 so switching to formview does not try to create a new record
lp bug: https://launchpad.net/bugs/816830 fixed

bzr revid: xmo@openerp.com-20110825145741-gduqtgrqw4bbuugl
2011-08-25 16:57:41 +02:00
Xavier Morel 3cfa390281 [IMP] attempt to fix height of widgets in home page
bzr revid: xmo@openerp.com-20110825144131-8xe3ukrdoph9p9v1
2011-08-25 16:41:31 +02:00
niv-openerp 2ca0749fd5 [imp] made m2o context menu even more lazy loading
bzr revid: nicolas.vanhoren@openerp.com-20110825143745-lqii7wov08s5ipbp
2011-08-25 16:37:45 +02:00
niv-openerp d8c48d874a [imp] made the context menu in m2o lazy loads
bzr revid: nicolas.vanhoren@openerp.com-20110825142126-ozmlaopwzhh5xlju
2011-08-25 16:21:26 +02:00
Xavier Morel bd8c79a4c4 [FIX] not modifying the dataset's state is good and so is not breaking datagroup dispatching, but it would still be a good idea to not forget the dataset's content en route, myself
bzr revid: xmo@openerp.com-20110825132456-0wmhnrhmjszn4ce2
2011-08-25 15:24:56 +02:00
Xavier Morel b6735a35f7 [FIX] invalid syntax for domains introduced in ksa@tinyerp.co.in-20110816133353-kfgzeotfuwoe0jle
bzr revid: xmo@openerp.com-20110825125650-buy9ifz2j6g20mj0
2011-08-25 14:56:50 +02:00
Xavier Morel b8cd28fb35 [FIX] widgets client action handler: one action per widget
bzr revid: xmo@openerp.com-20110825123445-ayhaeipasl4imvqt
2011-08-25 14:34:45 +02:00
Vaibhav (OpenERP) e01103d6b1 [MERGE] openerp-web.
bzr revid: vda@tinyerp.com-20110825123248-px72llfueox1wnez
2011-08-25 18:02:48 +05:30
Xavier Morel 7e5184f102 [IMP] board: a client action for each user widget
bzr revid: xmo@openerp.com-20110825123121-wzgfdqy867zq9ee7
2011-08-25 14:31:21 +02:00
Vaibhav (OpenERP) d2c95ce868 [FIX] Set id in dataset.
bzr revid: vda@tinyerp.com-20110825123103-zmqtfigcv8odhcn7
2011-08-25 18:01:03 +05:30
niv-openerp 93aa853ae6 [imp] changed format/parse functions for dates to use date.js format instead of the openerp one
bzr revid: nicolas.vanhoren@openerp.com-20110825121753-w3acs2fhbwm157a6
2011-08-25 14:17:53 +02:00
niv-openerp a5bb1a265b [fix] small bug with dates localization
bzr revid: nicolas.vanhoren@openerp.com-20110825121051-x86pjeyfnnb65ucr
2011-08-25 14:10:51 +02:00
Xavier Morel 259892f837 [FIX] selector for config overview widget: widget root has moved, .oe-dashboard-config-overview is now on this. so don't include it
bzr revid: xmo@openerp.com-20110825103336-nwyybou1hghaudud
2011-08-25 12:33:36 +02:00
Xavier Morel 5864a23352 [REM] leftover debugging code
bzr revid: xmo@openerp.com-20110825102756-b3d8jf7yud0m98ol
2011-08-25 12:27:56 +02:00
Xavier Morel 455928127f [FIX] safari/javascriptcore blows up on 'super' because it thinks it's a keyword
bzr revid: xmo@openerp.com-20110825100643-k7nbcla8h38siozr
2011-08-25 12:06:43 +02:00
Vaibhav (OpenERP) 21495b24a2 [FIX] Typo conflicts.
bzr revid: vda@tinyerp.com-20110825100609-aw3dg3b5cmyyd48d
2011-08-25 15:36:09 +05:30
Fabien Meghazi 3da1145220 [IMP] Improved form's datetime widget so the content is always visible even when view size is shrinked down
bzr revid: fme@openerp.com-20110825094806-hfiagqp54gf9rzha
2011-08-25 11:48:06 +02:00
Fabien Meghazi 6e7a9a1a3c [IMP] Form fields now uses niv's parse/format methods
bzr revid: fme@openerp.com-20110825094212-31l90vq66riiabl4
2011-08-25 11:42:12 +02:00
Xavier Morel d2da68ad8b [FIX] actually fix race condition on listview init: incorrect on_mode_switch override in xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi did not propagate primise from ViewManager's on_mode_switch
bzr revid: xmo@openerp.com-20110825082221-tasmo3je0wu4iw6h
2011-08-25 10:22:21 +02:00
Xavier Morel de955d0983 [REV] xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l, has nothing to do with the issue and does not actually fix it (just fudges some timing so it happens slightly less often)
bzr revid: xmo@openerp.com-20110825081833-a1vbcdm59mrzf2d0
2011-08-25 10:18:33 +02:00
Vaibhav (OpenERP) 6e3c8a495c [FIX] Add or Edit activity,transition.
bzr revid: vda@tinyerp.com-20110825060830-dzqputzyw11tv2q2
2011-08-25 11:38:30 +05:30
Vaibhav (OpenERP) b9910e4325 [FIX] Event for path Element.
bzr revid: vda@tinyerp.com-20110825053202-t55humzbczq000tn
2011-08-25 11:02:02 +05:30
Antony Lesuisse c8dcb4e685 [FIX] crm fix crm_claim
bzr revid: al@openerp.com-20110825045455-95a8nt7ep6sonk3a
2011-08-25 06:54:55 +02:00
Antony Lesuisse dcc7b02198 [FIX] crm fix test/test_crm_stage_changes.yml
bzr revid: al@openerp.com-20110825043443-82di3ktrr6h9h0hf
2011-08-25 06:34:43 +02:00
Antony Lesuisse 42b36f710e [MERGE] remove stage type ksa, and MASSIVE crm_lead cleanup
bzr revid: al@openerp.com-20110825041037-0jerocl9x8psve2c
2011-08-25 06:10:37 +02:00
Antony Lesuisse 039a6852d0 [IMP] crm tooltip on saleteam working time
bzr revid: al@openerp.com-20110825002936-8gpd07pmgraex07o
2011-08-25 02:29:36 +02:00
Antony Lesuisse 544ceeeb4a [MERGE] rename team leader and improve tooltips
bzr revid: al@openerp.com-20110825001947-qkbxdlrli2ig1t6n
2011-08-25 02:19:47 +02:00
Antony Lesuisse 6a59e91c71 [IMP] account company default overdue_msg
bzr revid: al@openerp.com-20110824230621-fcxyklk4l8j2zo76
2011-08-25 01:06:21 +02:00
Antony Lesuisse fbdf6fd3e6 [MERGE] account company default overdue_msg
bzr revid: al@openerp.com-20110824225152-i2426qncfhimv7vw
2011-08-25 00:51:52 +02:00
sebastien beau c1d843e460 [IMP] Purchase : add a docstring for the method create_procurement_purchase_order
bzr revid: sebastien.beau@akretion.com.br-20110824221806-ue02asb0afk5mol7
2011-08-25 00:18:06 +02:00
Fabien Meghazi ffeff63fb6 [ADD] Translate dialog (WIP)
bzr revid: fme@openerp.com-20110824151357-nln9mnkw13uyng32
2011-08-24 17:13:57 +02:00
Olivier Dony d45883d44a [FIX] hr: HR Officer group should imply HR Employee group
Failure to have this dependency means that the drop-down for 
HR permissions on the user will always only show Employee
even if the user also has Officer/Manager access

bzr revid: odo@openerp.com-20110824151143-cysnlvetzrvqrfs2
2011-08-24 17:11:43 +02:00
Xavier Morel 88200c8bbf [IMP] add docstring to openerp.base.search.DateTimeField
bzr revid: xmo@openerp.com-20110824145647-h4mbaz4sjjjccacv
2011-08-24 16:56:47 +02:00
Xavier Morel 04cb566ad9 [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
2011-08-24 16:52:05 +02:00
Xavier Morel 58fc194593 [IMP] pos: remove select=1 attributes in views, not really used anymore
bzr revid: xmo@openerp.com-20110824140309-864i0mhydruk7yu2
2011-08-24 16:03:09 +02:00
Xavier Morel b0a1441722 [IMP] remove date widget on datetime fields in search view
bzr revid: xmo@openerp.com-20110824135835-ooqqw87301n6mxja
2011-08-24 15:58:35 +02:00
Xavier Morel 777857b269 [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
2011-08-24 15:16:06 +02:00
Xavier Morel a0486acd74 [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
2011-08-24 14:22:51 +02:00
Xavier Morel 2afcf2130b [ADD] pluck method to collection
bzr revid: xmo@openerp.com-20110824122124-xr4g92x6jlw85rbg
2011-08-24 14:21:24 +02:00
Vaibhav (OpenERP) 2303330fc7 [FIX] save activity and reload diagram.
bzr revid: vda@tinyerp.com-20110824121217-0s5jb0duprmn7qr9
2011-08-24 17:42:17 +05:30
Vaibhav (OpenERP) ceaaa43e28 [FIX] add or edit node.
bzr revid: vda@tinyerp.com-20110824111226-9nexueoxmddi7ren
2011-08-24 16:42:26 +05:30
Xavier Morel ae4d1d5e3b [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
2011-08-24 10:53:03 +02:00
Jiten (OpenERP) cc8a509fbe [FIX] Fixed the loading issue of web mobile after merge openerp-web.
bzr revid: jra@tinyerp.com-20110824062010-4e4fbbd2uk4xl478
2011-08-24 11:50:10 +05:30
Jiten (OpenERP) 243209a441 [MERGE] from openerp-web.
bzr revid: jra@tinyerp.com-20110824060652-dplrpfvbwzn2kfzc
2011-08-24 11:36:52 +05:30
Tejas (OpenERP) e5c9698d6f [Usability] purchase -> config -> pricelist are only for extended view group
bzr revid: tta@openerp.com-20110824045936-p9enqj2p66mcndzr
2011-08-24 10:29:36 +05:30
Vaibhav (OpenERP) b169d1c3cd [MERGE] openerp-web.
bzr revid: vda@tinyerp.com-20110824045252-uo4b669n6oj9mdol
2011-08-24 10:22:52 +05:30
Vaibhav (OpenERP) 40cda60420 [ADD] pager style.
bzr revid: vda@tinyerp.com-20110824045004-pz77r96v49zoxcjo
2011-08-24 10:20:04 +05:30
Launchpad Translations on behalf of openerp ae7b1699cb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110823050537-7q5lx6k2wq8n70ld
bzr revid: launchpad_translations_on_behalf_of_openerp-20110824043728-ri9o75i5hp2tss1x
2011-08-24 04:37:28 +00:00
Xavier Morel 00a7458bc4 [IMP] remember to insert the relevant record ids into the dataset if they're not there
bzr revid: xmo@openerp.com-20110823144235-g09rkurd1ndrrkme
2011-08-23 16:42:35 +02:00
Quentin (OpenERP) 606484f0db [IMP] account_voucher: onchange amount now sets the writeoff amount and currency rate difference accordingly to the saved (and correct) values
bzr revid: qdp-launchpad@openerp.com-20110823142344-cwvgp309xu445f1b
2011-08-23 16:23:44 +02:00
Xavier Morel 37643a0909 [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
2011-08-23 16:13:00 +02:00
Quentin (OpenERP) ccc5925c9b [IMP] account_voucher: fixed the assignation of voucher amount per voucher line
bzr revid: qdp-launchpad@openerp.com-20110823132701-wttepevy2jckm104
2011-08-23 15:27:01 +02:00
vishmita f2325382ca [IMP]Improve code in change password.
bzr revid: vja@vja-desktop-20110823125802-c4jhe4qqjn2ra7n4
2011-08-23 18:28:02 +05:30
Vaibhav (OpenERP) cf7e60579a [FIX] Fix graph canvas height width.
bzr revid: vda@tinyerp.com-20110823105929-0y84fy2dhh06zcuw
2011-08-23 16:29:29 +05:30
Vaibhav (OpenERP) 8082584adc [FIX] Clean.
bzr revid: vda@tinyerp.com-20110823101449-a7irqncaryk9jy6t
2011-08-23 15:44:49 +05:30
Vaibhav (OpenERP) ea74fae312 [FIX] Textnode clickable.Edit selected activity.
bzr revid: vda@tinyerp.com-20110823094409-xjd3rqopfnl6uida
2011-08-23 15:14:09 +05:30
vishmita 9d93821bae [IMP]remove RPC method in Preferences.
bzr revid: vja@vja-desktop-20110823091721-83v50nq5fhojkf7v
2011-08-23 14:47:21 +05:30
Xavier Morel ea55848932 [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
2011-08-23 11:13:03 +02:00
Vidhin Mehta (OpenERP) 6815ad29a8 [merge]Merge trunk upto rev no 849.
bzr revid: vme@tinyerp.com-20110823091043-n044jstpagjbgyfm
2011-08-23 14:40:43 +05:30
Vidhin Mehta (OpenERP) a97bb0476c [fix]Optimize code in add event
bzr revid: vme@tinyerp.com-20110823090121-gk2iayz1eavjwdfg
2011-08-23 14:31:21 +05:30
Xavier Morel de888e623e [MERGE] trunk updates again, to get dates fixing
bzr revid: xmo@openerp.com-20110823075029-ahsdopldivaz0s60
2011-08-23 09:50:29 +02:00
Vaibhav (OpenERP) 46c9d530ed [FIX] edit Activity.
bzr revid: vda@tinyerp.com-20110823074651-4qlx22ycfb7zjdux
2011-08-23 13:16:51 +05:30
Vaibhav (OpenERP) 7d8c8e83f7 [MERGE] openerp-web.
bzr revid: vda@tinyerp.com-20110823055647-7gi3cuevunyhwlc3
2011-08-23 11:26:47 +05:30
vishmita 754205281d [IMP]remove title in change password dialog.
bzr revid: vja@vja-desktop-20110823050607-tdu2bzwrsfz04tvf
2011-08-23 10:36:07 +05:30
Fabien Pinckaers ae52f731bb merge
bzr revid: fp@tinyerp.com-20110822173128-52ax9zpq0rm83o9o
2011-08-22 19:31:28 +02:00
Fabien Pinckaers 32c17b85d7 [IMP] code cleanup, reported by vincent a.
bzr revid: fp@tinyerp.com-20110822172950-75h3qz5p0sjgh02t
2011-08-22 19:29:50 +02:00
Antony Lesuisse f11f0dd9e3 [IMP] use same throbber for creation and home
bzr revid: al@openerp.com-20110822163432-s6n02em21hpi4uk1
2011-08-22 18:34:32 +02:00
niv-openerp b5501dbfa5 [merge] lot of improvements and fixes related to dates
bzr revid: nicolas.vanhoren@openerp.com-20110822155434-c97zt009orsh92h3
2011-08-22 17:54:34 +02:00
niv-openerp bd22eb5006 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110822155420-zpsdabf8mqk5up0e
2011-08-22 17:54:20 +02:00
niv-openerp 0715f66f23 [fix] fixed some problems in the str_to_x functions
bzr revid: nicolas.vanhoren@openerp.com-20110822155239-ep2opx33mhm23e4t
2011-08-22 17:52:39 +02:00
Antony Lesuisse e5b2a3ebbf [FIX] o2m template
bzr revid: al@openerp.com-20110822153307-w8be7jdhq5k1mvt2
2011-08-22 17:33:07 +02:00
niv-openerp 10b5771fb1 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110822151908-y5jukt4e85hlll0r
2011-08-22 17:19:08 +02:00
Fabien Meghazi f9462c5d48 [FIX] Fix form reload() which was not based on dataset index
bzr revid: fme@openerp.com-20110822150808-1t0x6g0ob1n1zaln
2011-08-22 17:08:08 +02:00
niv-openerp 9d6e0dcc9c [imp] removed unused libary file
bzr revid: nicolas.vanhoren@openerp.com-20110822145127-3nl8k1dkh95ac07a
2011-08-22 16:51:27 +02:00
niv-openerp cd60aa30e5 [imp] now loads correct datejs localization file, also added labjs to make fme happy
bzr revid: nicolas.vanhoren@openerp.com-20110822143924-7bl4m4dac26g0g5v
2011-08-22 16:39:24 +02:00
Xavier Morel b116b3ac51 [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
2011-08-22 16:33:58 +02:00
Fabien Meghazi fef53de67f [IMP] Improved m2o styling
bzr revid: fme@openerp.com-20110822141118-94wp9p8pf2u9zzq6
2011-08-22 16:11:18 +02:00
Xavier Morel 8b94b1803c [MERGE] from trunk
bzr revid: xmo@openerp.com-20110822134905-iydp9c1l36nif1iw
2011-08-22 15:49:05 +02:00
Quentin (OpenERP) a541cf47a0 [IMP] account_voucher: new voucher in multi-currency for suppliers payment too
bzr revid: qdp-launchpad@openerp.com-20110822133114-0wyxfv98omjhhs43
2011-08-22 15:31:14 +02:00
Xavier Morel 57a3ca1778 [FIX] add template to client actions missing them for new rendering workflow
bzr revid: xmo@openerp.com-20110822133002-aszaynadwfiuqulf
2011-08-22 15:30:02 +02:00
Xavier Morel 26b7801355 [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
2011-08-22 15:12:48 +02:00
niv-openerp 66744e00e4 [merge] improvements to formating/parsing functions, now handles most types bidirectionaly
bzr revid: nicolas.vanhoren@openerp.com-20110822125725-1pnhj1hrcp2i6xqb
2011-08-22 14:57:25 +02:00
niv-openerp d9b7c48eb8 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110822125708-xd75m77jpvr6b4n1
2011-08-22 14:57:08 +02:00
niv-openerp bc11d76187 [imp] switched from strftime.js to datejs' implementation of unix date formating + added tests
bzr revid: nicolas.vanhoren@openerp.com-20110822125355-uhgq0sqd6pw7x3wq
2011-08-22 14:53:55 +02:00
Quentin (OpenERP) 6cc14d8764 [IMP] account_voucher: selection of a specific invoice when coming from the button 'pay invoice' on that object, and context propagation
bzr revid: qdp-launchpad@openerp.com-20110822125318-cdqdixkqdf1arpv3
2011-08-22 14:53:18 +02:00
Fabien Meghazi 206f707891 [FIX] Fix layout problems. Chrome has wierd behaviour on input width when no @size is specified
bzr revid: fme@openerp.com-20110822124910-pfryuxttmxd0j4jx
2011-08-22 14:49:10 +02:00
niv-openerp 5199d2bf9e [imp] made parse function and began tests
bzr revid: nicolas.vanhoren@openerp.com-20110822123516-7qf7700v0irc70nd
2011-08-22 14:35:16 +02:00
Xavier Morel 2fad2d1f80 [MERGE] from trunk
bzr revid: xmo@openerp.com-20110822123258-thxewwdvbysap4jt
2011-08-22 14:32:58 +02:00
Fabien Meghazi eebd0ccfd2 [FIX] Normalized formview's do_save behviour between touched and untouched state
bzr revid: fme@openerp.com-20110822122654-yh43we5egd52162n
2011-08-22 14:26:54 +02:00
Quentin (OpenERP) 5d29ffa125 [FIX] account_voucher: typo
bzr revid: qdp-launchpad@openerp.com-20110822121038-njpa3w6pszizheom
2011-08-22 14:10:38 +02:00
Quentin (OpenERP) 69937fdd19 [IMP] account: when an invoice is put back to draft state, men should be able to change its date
bzr revid: qdp-launchpad@openerp.com-20110822114714-fr3mdt7n6laow20i
2011-08-22 13:47:14 +02:00
Quentin (OpenERP) eb940e8a68 [IMP] account_voucher: removed debug statement
bzr revid: qdp-launchpad@openerp.com-20110822114515-fdjibh32530k9jpz
2011-08-22 13:45:15 +02:00
Quentin (OpenERP) e140748bc7 [IMP] account_voucher: improved __openerp__ file and module description
bzr revid: qdp-launchpad@openerp.com-20110822113722-xuc50rclszlp0img
2011-08-22 13:37:22 +02:00
Quentin (OpenERP) b8796fa5f1 [FIX] account_voucher: usability. onchange amount in lines now update correctly the wirteoff amounts and amount of currency rate difference
bzr revid: qdp-launchpad@openerp.com-20110822111506-r4pdrp4g6xiaiadd
2011-08-22 13:15:06 +02:00
Fabien Meghazi 19941992aa [FIX] Fix undo & reset in dashboards
lp bug: https://launchpad.net/bugs/825265 fixed

bzr revid: fme@openerp.com-20110822111042-q20vvb1o0sfxh294
2011-08-22 13:10:42 +02:00
Xavier Morel c76bb492f2 [FIX] row edition
bzr revid: xmo@openerp.com-20110822111001-mnyyvfund3b3j9bm
2011-08-22 13:10:01 +02:00
Xavier Morel 6ccc41fe2b [FIX] insertion at end: 'null' index should be same as 'undefined' for 'at' kwarg to Collection.add
bzr revid: xmo@openerp.com-20110822105656-f0x1iweoxbh8hcgu
2011-08-22 12:56:56 +02:00
Quentin (OpenERP) 592297de43 [FIX] account_voucher: fixed currency on voucher.line in case there was no move_line_id
bzr revid: qdp-launchpad@openerp.com-20110822105339-i8r8lcy1pki43gdo
2011-08-22 12:53:39 +02:00
Xavier Morel 63d2dcce40 [IMP] unify refreshing rows striping (and @data-index resetting)
bzr revid: xmo@openerp.com-20110822105028-vvzty9jx6nlupq0f
2011-08-22 12:50:28 +02:00
Quentin (OpenERP) acba6c7c34 [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110822103457-yhndn1dnop30o2k5
2011-08-22 12:34:57 +02:00
Quentin (OpenERP) f7767d3d95 [MERGE] account_voucher: added yaml tests for multi-currency testing
bzr revid: qdp-launchpad@openerp.com-20110822102359-ksk1w5x62f2u4xpl
2011-08-22 12:23:59 +02:00
Fabien Meghazi eb1d3f1329 [FIX] Fixed dashboard 'Add Widget'
bzr revid: fme@openerp.com-20110822101934-3mkcrbis5h0lj1ez
2011-08-22 12:19:34 +02:00
Quentin (OpenERP) 4d1c90794a [MERGE] merged ara's branch on voucher
bzr revid: qdp-launchpad@openerp.com-20110822101614-2zicv5clceo3d4mv
2011-08-22 12:16:14 +02:00
Xavier Morel f4a745e3f7 [FIX] forgot to increment index in resequencer
bzr revid: xmo@openerp.com-20110822101308-2td5peezvg6snmk7
2011-08-22 12:13:08 +02:00
Quentin (OpenERP) 951f18664e [MERGE] fixes on voucher
bzr revid: qdp-launchpad@openerp.com-20110822100938-n0wpk8phhxbv6zk2
2011-08-22 12:09:38 +02:00
Quentin (OpenERP) ef6a454dbb [FIX] account_voucher: fixed writeoff amount method to compute correct values under multi-currency scenario
bzr revid: qdp-launchpad@openerp.com-20110822100214-exxx5xigufvrppdu
2011-08-22 12:02:14 +02:00
niv-openerp 0f296d6a9c [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110822091110-xflm02no7auscyxx
2011-08-22 11:11:10 +02:00
Xavier Morel 885fa0ded0 [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
2011-08-22 11:04:58 +02:00
Launchpad Translations on behalf of openerp 063e28a83d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110820045348-7oh5zs7l4lr3zsq1
2011-08-20 04:53:48 +00:00
niv-openerp 046c5c928f [imp] added formating for dates and floats
bzr revid: nicolas.vanhoren@openerp.com-20110819154726-7fzt1wwh4h7d5c25
2011-08-19 17:47:26 +02:00
Xavier Morel f8960688fb [FIX] calling a method on self works significantly better when self exists in the scope
bzr revid: xmo@openerp.com-20110819154705-cuvtekexj2i121ni
2011-08-19 17:47:05 +02:00
Fabien Pinckaers 3ea0c16d62 merge
bzr revid: fp@tinyerp.com-20110819152303-ohbyea95j6e2lxsk
2011-08-19 17:23:03 +02:00
Fabien Pinckaers 537c71dc10 [IMP] tooltips on account/journal types
bzr revid: fp@tinyerp.com-20110819151915-spa2agetmtqweau5
2011-08-19 17:19:15 +02:00
Xavier Morel c18eff8665 [IMP] add events unbinging to events mixin, fix Collection.reload() handling by List
bzr revid: xmo@openerp.com-20110819151510-7posqx7mznldurd2
2011-08-19 17:15:10 +02:00
niv-openerp a4cb60bff0 [imp] separated apples and cucumbers
bzr revid: nicolas.vanhoren@openerp.com-20110819145543-kd6lgvvqcd82r6rb
2011-08-19 16:55:43 +02:00
niv-openerp e6d99526f0 [imp] separated apples and cucumbers
bzr revid: nicolas.vanhoren@openerp.com-20110819145543-q2q4admsahmawkbd
2011-08-19 16:55:43 +02:00
niv-openerp 4cecc53cf6 [imp] Refactoring of dates conversion functions.
bzr revid: nicolas.vanhoren@openerp.com-20110819144656-dbsul3smdx7qnkml
2011-08-19 16:46:56 +02:00
niv-openerp bf509d08c3 [imp] Refactoring of dates conversion functions.
bzr revid: nicolas.vanhoren@openerp.com-20110819144656-g13y3jfsfgy5pspb
2011-08-19 16:46:56 +02:00
Olivier Dony fb59f1098f [FIX] l10_be_invoice_bba: make invoice.write() more lenient with ORM API
bzr revid: odo@openerp.com-20110819144252-gz0ff9mg598778uv
2011-08-19 16:42:52 +02:00
Olivier Dony c88c35ce80 [FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broken, pending fix)
bzr revid: odo@openerp.com-20110819144241-9eay9dnqdod7sn6y
2011-08-19 16:42:41 +02:00
Xavier Morel eaf0914e2a [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
2011-08-19 16:39:47 +02:00
Jiten (OpenERP) 2e400a3aaf [IMP] Improved login button as custom button.
bzr revid: jra@tinyerp.com-20110819133706-4g0pwjguksee0450
2011-08-19 19:07:06 +05:30