Commit Graph

60916 Commits

Author SHA1 Message Date
Quentin (OpenERP) e25d11022f [FIX] hr_recruitment: fixed yaml test that was creating records with inconsistent data (stage & state should be syncro as state is a fields.related)
bzr revid: qdp-launchpad@openerp.com-20121018134212-z4o0qmuleubx70zt
2012-10-18 15:42:12 +02:00
Quentin (OpenERP) ed7ea104b8 [FIX] account, overdue report: fixed error 'partner has no attribute named partner_id'
bzr revid: qdp-launchpad@openerp.com-20121018130026-m76e7xja21v1stbm
2012-10-18 15:00:26 +02:00
Quentin (OpenERP) 3555be5c56 [FIX] project: when delegating a task, do copy the task state too
bzr revid: qdp-launchpad@openerp.com-20121018125423-8qj0j380j7odvaz0
2012-10-18 14:54:23 +02:00
Quentin (OpenERP) 5795a34ec4 [FIX] project: state is not draft by default, but given by the stage
bzr revid: qdp-launchpad@openerp.com-20121018124949-97x6tc5tlvskfh3f
2012-10-18 14:49:49 +02:00
Quentin (OpenERP) 47bed5e14f [FIX] removing a cr.commit()
bzr revid: qdp-launchpad@openerp.com-20121018100222-jttfkv4e8rq7a4pa
2012-10-18 12:02:22 +02:00
Quentin (OpenERP) 4dfb95b46e [FIX] mail: attempt to fix crazy bug
bzr revid: qdp-launchpad@openerp.com-20121018084927-yr1mp6svwq55eayn
2012-10-18 10:49:27 +02:00
Quentin (OpenERP) d0c38a833c [FIX] event_sale: fix stupid recursion error in definition of fields.related
bzr revid: qdp-launchpad@openerp.com-20121017123814-qjcee8z1ftgzouqq
2012-10-17 14:38:14 +02:00
Quentin (OpenERP) 2c46e9e8d1 [FIX] base_crypt: allow empty password to be set on res.users
bzr revid: qdp-launchpad@openerp.com-20121017115718-y5wln78yq6097qt6
2012-10-17 13:57:18 +02:00
Quentin (OpenERP) 5057b6a516 [IMP] account: usability improvement (hide the state column of account.move.line which doesn't provide useful information most of the time)
bzr revid: qdp-launchpad@openerp.com-20121017094142-uxi6obk1byojzjm1
2012-10-17 11:41:42 +02:00
Quentin (OpenERP) 6d62b28e34 [IMP] account: usability improvement
bzr revid: qdp-launchpad@openerp.com-20121017093609-ul9bh3wgq1rnew8c
2012-10-17 11:36:09 +02:00
Launchpad Translations on behalf of openerp 8a38ee944e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121017043613-kd7vkw5ixd4djrpm
2012-10-17 04:36:13 +00:00
Fabien Meghazi 1f32b294a0 [FIX] Fix kanban cells auto height
bzr revid: fme@openerp.com-20121016153840-z4mk6367itr1fwz7
2012-10-16 17:38:40 +02:00
Fabien Meghazi 7c3b7d8fad [REM] Kanban: removed console.log's
bzr revid: fme@openerp.com-20121016132223-srfgvqrhwr99e8mz
2012-10-16 15:22:23 +02:00
Fabien Meghazi 510db55cfb [IMP] KanbanView: replaced DataGroup by QueryGroup
bzr revid: fme@openerp.com-20121016132003-r8fn1g246th9y9e1
2012-10-16 15:20:03 +02:00
niv-openerp 73950424bb [FIX] removed dirty hack to put buttons in footer of dialogs with an official dirty feature
bzr revid: nicolas.vanhoren@openerp.com-20121016125627-vevqllvshay5fpv4
2012-10-16 14:56:27 +02:00
Vo Minh Thu a3cef23827 [MERGE] Make sure we pass only lists, tuples or dicts to Cursor.execute().
This fixes a call in the login code where a single untupled string was passed.
Psycopg does not see the problem: it iterates over the string, and as long as
the string length matches the number of needed parameters, everything seems
fine. Yeah for dynamic typing and SQL queries.

bzr revid: vmt@openerp.com-20121016125408-q537r71k5cisyxs0
2012-10-16 14:54:08 +02:00
niv-openerp 35df43c491 [FIX] modified action manager to use the $buttons of Dialog when it instantiate a ViewManager in a Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121016124135-xkll7ugawv9ae6bq
2012-10-16 14:41:35 +02:00
niv-openerp 44b468c466 [MERGE] Modified Form Fields to able to set their value before they are rendered
bzr revid: nicolas.vanhoren@openerp.com-20121016123645-ikqfkx7p4tsae2hh
2012-10-16 14:36:45 +02:00
niv-openerp 18a4297544 [MERGE] Modified Form Fields to able to set their value before they are rendered
bzr revid: nicolas.vanhoren@openerp.com-20121016123559-g3gjf73uzqz4u1xv
2012-10-16 14:35:59 +02:00
niv-openerp 886e1fcdd9 [FIX] put back old behavior about save and readonly fields in form view
bzr revid: nicolas.vanhoren@openerp.com-20121016123101-huzasphtqujf87b3
2012-10-16 14:31:01 +02:00
Fabien Meghazi 431d504c13 [IMP] Kanban view speedup
bzr revid: fme@openerp.com-20121016122951-hwm80wzmhnm8tlj5
2012-10-16 14:29:51 +02:00
niv-openerp 7894d2cfb2 [IMP] Made $buttons in dialogs work all the time
bzr revid: nicolas.vanhoren@openerp.com-20121016103252-njyt4rxk96fy5w6r
2012-10-16 12:32:52 +02:00
Fabien Meghazi e8c0f38927 [REM] Removed useless css class in res.partner kanban view
bzr revid: fme@openerp.com-20121016102229-c3slg9mogr04h822
2012-10-16 12:22:29 +02:00
niv-openerp 97cb5f4dc4 [FIX] small problems in dialog actions
bzr revid: nicolas.vanhoren@openerp.com-20121016095824-woasfpauu7unye5n
2012-10-16 11:58:24 +02:00
Fabien Meghazi 5a6158bb5f [FIX] Broken Dataset#unlink
bzr revid: fme@openerp.com-20121016093834-ulhdzbhvasw9msp5
2012-10-16 11:38:34 +02:00
niv-openerp 8743b1f85a [FIX] problem with field status
bzr revid: nicolas.vanhoren@openerp.com-20121016085249-2qpvp31br5kd4knk
2012-10-16 10:52:49 +02:00
niv-openerp 5d6fe5cf3a Merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121015091705-wih9n5lulr4fmu9t
bzr revid: nicolas.vanhoren@openerp.com-20121016084018-ckjvsczxc0qh02cg
2012-10-16 10:40:18 +02:00
niv-openerp ebe002fb42 Merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121015091656-5x8nxy3116y3q7jd
bzr revid: nicolas.vanhoren@openerp.com-20121016084001-mqzq3blhb78t9e7o
2012-10-16 10:40:01 +02:00
Thibault Delavallée 015c07bc6f [MERGE] Action counter: fixed the name of the filter automatically added when clicking on the counter. The filter name is statically defined as message_unread, and all modules using the need action mechanism should define this filter.
bzr revid: tde@openerp.com-20121016075230-r6zka92d3ty2t9ac
2012-10-16 09:52:30 +02:00
Thibault Delavallée 738724d81a [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20121016074614-bpa5fernlvppihue
2012-10-16 09:46:14 +02:00
Launchpad Translations on behalf of openerp daa7ed0fb5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121016044626-of314xq75au1bkdd
2012-10-16 04:46:26 +00:00
Fabien Pinckaers ba0fdce251 [MERGE] addons17
bzr revid: fp@tinyerp.com-20121015182034-90dl5erq7evfsd1p
2012-10-15 20:20:34 +02:00
Fabien Pinckaers ffc34ab101 [MERGE] salesman -> salesperson
bzr revid: fp@tinyerp.com-20121015175508-iqj9n5h4i9138dw4
2012-10-15 19:55:08 +02:00
Fabien Pinckaers 07a35f0fd3 [MERGE] sale order line no graph
bzr revid: fp@tinyerp.com-20121015175419-pbjmcgg754qm0vx6
2012-10-15 19:54:19 +02:00
Fabien Pinckaers 7c828545d3 [MERGE] mrp uom
bzr revid: fp@tinyerp.com-20121015173018-4rhlgrxsetsg2jzv
2012-10-15 19:30:18 +02:00
Fabien Pinckaers 02ed4f8d48 [MERGE] project useability improvements
bzr revid: fp@tinyerp.com-20121015172728-r0w03js9b149ee7t
2012-10-15 19:27:28 +02:00
niv-openerp b97cb148c8 [IMP] added missing localization files
bzr revid: nicolas.vanhoren@openerp.com-20121015163527-i8upwcnr29yq5o7a
2012-10-15 18:35:27 +02:00
niv-openerp 6034e14280 [IMP] Added localization file for sr@latin
bzr revid: nicolas.vanhoren@openerp.com-20121015162904-hhig0alct0dld5r3
2012-10-15 18:29:04 +02:00
niv-openerp d20e95dce3 [IMP] account: some more improvement to reconciliation
bzr revid: nicolas.vanhoren@openerp.com-20121015153339-mxp25btufvkj68zh
2012-10-15 17:33:39 +02:00
Fabien Pinckaers a48589b72b [MERGE] date_end computed on events
bzr revid: fp@tinyerp.com-20121015152852-nndcg6ekd8i0punb
2012-10-15 17:28:52 +02:00
niv-openerp bd8a4a8e5e [FIX] account: reconciliation now displays a custom view
bzr revid: nicolas.vanhoren@openerp.com-20121015151554-5nrchkji3dyer7u6
2012-10-15 17:15:54 +02:00
Quentin (OpenERP) 24f5e3d042 [MERGE] staging branch with removal of property_reserve_and_surplus_account, fixes in invoice analysis report, usability improvements in account and hr
bzr revid: qdp-launchpad@openerp.com-20121015142729-0vlvv1mx54zr6p4f
2012-10-15 16:27:29 +02:00
niv-openerp a2399bc651 [FIX] Small problem with formatting
bzr revid: nicolas.vanhoren@openerp.com-20121015135607-j2c3dedpxaiuivd3
2012-10-15 15:56:07 +02:00
niv-openerp 04353719e9 [IMP] removed on_close in Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121015135236-r5809kwwbcqo67tj
2012-10-15 15:52:36 +02:00
Quentin (OpenERP) eea4d6ee73 [IMP] account, account_voucher: moved some fields from res.company to accounting settings + removed duplicated fields (in company form view AND accounting settings)
bzr revid: qdp-launchpad@openerp.com-20121015135027-fbapd9h06gtixpep
2012-10-15 15:50:27 +02:00
Vo Minh Thu ede4edc156 [FIX] web/tests: `import openerp.addons.web` instead of `import web`.
bzr revid: vmt@openerp.com-20121015134918-9ccl265d49qkms4t
2012-10-15 15:49:18 +02:00
niv-openerp ed445ff91a [REVERT] revert commit 3224 because it didn't reproduced the original behavior and some on_close were forgotten
bzr revid: nicolas.vanhoren@openerp.com-20121015133815-hmkz6h1bkhnbq7up
2012-10-15 15:38:15 +02:00
Quentin (OpenERP) a99934dc78 [FIX] account: typo in print overdue report introduced in revision 7762. Thanks to Olivier, 'the lynx-eyes'
bzr revid: qdp-launchpad@openerp.com-20121015133644-edsismxhj32fhdhw
2012-10-15 15:36:44 +02:00
Antony Lesuisse 59ddf58bb4 [MERGE] callback2deffered rpc
bzr revid: al@openerp.com-20121015133334-4fmbsa14r23laljs
2012-10-15 15:33:34 +02:00
niv-openerp 0227125c44 [IMP] Changed calendar to open popups with the buttons on the bottom left.
bzr revid: nicolas.vanhoren@openerp.com-20121015132836-rg0y8kjdj7f3vh5h
2012-10-15 15:28:36 +02:00