Commit Graph

67261 Commits

Author SHA1 Message Date
Fabien Meghazi f8ed6f41c1 [REM] Removed crappy kanban header width computing
lp bug: https://launchpad.net/bugs/1091643 fixed

bzr revid: fme@openerp.com-20121220153526-i8os7vzkaga7mnzq
2012-12-20 16:35:26 +01:00
Raphael Collet c2b5c3305b [FIX] account: show the reference field on account bank statements
bzr revid: rco@openerp.com-20121220153041-pfij5q3u4f85pv1f
2012-12-20 16:30:41 +01:00
niv-openerp d69d4c313f [REVERT] commit 3645
bzr revid: nicolas.vanhoren@openerp.com-20121220152925-xi4lv0aapsu7za8w
2012-12-20 16:29:25 +01:00
Fabien Meghazi 1b52047191 [IMP] Move oe_application's height from full to base
bzr revid: fme@openerp.com-20121220151426-pw5qvnnikfyav2mh
2012-12-20 16:14:26 +01:00
vta vta@openerp.com 948d566403 [MERGE] Improvement on m2obutton widget
bzr revid: vta@openerp.com-20121220150716-a8w94s74x9ejqch5
2012-12-20 16:07:16 +01:00
Fabien Pinckaers a02c785b86 [IMP] avoid long words in HTML
bzr revid: fp@tinyerp.com-20121220150547-v0c7nkpi5j2rhluc
2012-12-20 16:05:47 +01:00
Antony Lesuisse 96cd923470 [FIX] document restore records for wizard
bzr revid: al@openerp.com-20121220145831-p593g62l65vkpc1b
2012-12-20 15:58:31 +01:00
niv-openerp df6001330f [IMP] changed height to min-height in body
bzr revid: nicolas.vanhoren@openerp.com-20121220144922-6qubjrdwjhi90wpm
2012-12-20 15:49:22 +01:00
Thibault Delavallée 6e1f3c9d5d [MERGE] OpenChatter "Last day before World's End" merge.
Message subtype update.
Mail:
- added a tracking mechanism compatible with message subtypes. Using a model-defined structure (see mail_thread), modified fields are tracked at write and generate logging messages that can be attached to one or several subtypes (i.e. opportunity won/lost)
- added a mechanism to automatically subscribe followers of a 'parent' document to a 'child' document (i.e. project -> task, project -> issue, salesteam -> crm). This is done by propagating subscription of subtypes, using a parent_id and relation_field on subtypes.
Addons:
- update to use the tracking mechanism. This allows to remove almost all message_post and send_note methods in the code, as those methods were generally simple logging methods
- update to the the automatic followers subscribe
- updated subtypes
- added some tests
- removed dead code about old needaction, logging or chatter
- some bug fixes

bzr revid: tde@openerp.com-20121220144731-bd2xzz3au7s9994y
2012-12-20 15:47:31 +01:00
vta vta@openerp.com 40c42421aa [FIX] Signup and Reset Password links in login, now are shown if db in querystring or monodb
bzr revid: vta@openerp.com-20121220144340-lo9p47unfuizvxg7
2012-12-20 15:43:40 +01:00
Antony Lesuisse 7d5dbda805 [MERGE] apps by chs
bzr revid: al@openerp.com-20121220144322-ign0s0u0rbufhedi
2012-12-20 15:43:22 +01:00
Fabien Meghazi 78ef998ee1 [FIX] Kanban does not clear groups when search returns no group. (+ display no result screen)
bzr revid: fme@openerp.com-20121220143115-dbrpkc9kxh35bdx1
2012-12-20 15:31:15 +01:00
Antony Lesuisse 6999daa734 [FIX] test template
bzr revid: al@openerp.com-20121220141624-oxn86tlv8o9i7ah0
2012-12-20 15:16:24 +01:00
Olivier Dony edc064dba1 [MERGE] l10n_br: cleanup and changed chart of account for SPED Contábil referentia, courtesy of Renato Lima (Akretion)
bzr revid: odo@openerp.com-20121220135506-yzmo73lkr16x3gpq
2012-12-20 14:55:06 +01:00
Fabien Pinckaers 4008268d76 [IMP] typo
bzr revid: fp@tinyerp.com-20121220134354-ca7exk9aln0copx1
2012-12-20 14:43:54 +01:00
Antony Lesuisse e1329cc4e0 temp menu
bzr revid: al@openerp.com-20121220132652-01hgfi0q64zo02un
2012-12-20 14:26:52 +01:00
Fabien Meghazi 7ad60256b7 [MERGE] nwi css improvements
bzr revid: fme@openerp.com-20121220132552-onlkvt50qk0al7t9
2012-12-20 14:25:52 +01:00
Olivier Dony e29f0565c9 [IMP] res.partner: form view: show phone numbers in embedded contacts kanban; search view: less confusing label `Partner` -> `Name` for default search criterion
bzr revid: odo@openerp.com-20121220131606-fiuo04pn1s66bmk1
2012-12-20 14:16:06 +01:00
Thibault Delavallée 5166c00ff3 [FIX] crm_meeting: fixed needaction domain get using wrong date formatting.
bzr revid: tde@openerp.com-20121220124927-jsi8uiqqldn8h4hp
2012-12-20 13:49:27 +01:00
Cedric Snauwaert c7ec4365aa [MERGE]add l10n_et, ethiopian chart of account courtesy of Michael Telahun Makonnen
bzr revid: csn@openerp.com-20121220124123-xxdn6bzv199ws1aw
2012-12-20 13:41:23 +01:00
Arnaud Pineux 0103b3d5b9 [MERGE] with l10n_ca improvement. Courtesy of 'Savoir Faire Linux'
bzr revid: api@openerp.com-20121220123235-frm0bifeb3wh2sab
2012-12-20 13:32:35 +01:00
Thibault Delavallée c0414016b0 [REV] mail_followers.js: reverted to trunk version, because was not working.
bzr revid: tde@openerp.com-20121220121842-gcij0rq791ik41ja
2012-12-20 13:18:42 +01:00
Thibault Delavallée 6fd2f14e3b [CLEAN] Small cleanup of code.
bzr revid: tde@openerp.com-20121220121752-31a5ulkwg1k7v961
2012-12-20 13:17:52 +01:00
Thibault Delavallée a8669ef64e [FIX] Fixed renaming of track_visibility values into string.
bzr revid: tde@openerp.com-20121220121744-15hcehmxsya789z9
2012-12-20 13:17:44 +01:00
Arnaud Pineux 1442e61738 [MERGE] with trunk
bzr revid: api@openerp.com-20121220121458-teqprsrz93ryz0x6
2012-12-20 13:14:58 +01:00
Thibault Delavallée 98ebd42e58 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121220115441-6m7l1bs8hcvf87mv
2012-12-20 12:54:41 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
dle@openerp.com 58f22ff9ed [ADD]Form view in action of quick journal items + add css class to handle switcher with extended list quickadd
bzr revid: dle@openerp.com-20121220114333-srge6x6bj8x2e7fl
2012-12-20 12:43:33 +01:00
vta vta@openerp.com a4d096e379 [MERGE] Merged branch to solve the issue when commiting the portal contact form as anonymous
bzr revid: vta@openerp.com-20121220113823-hawk182nss1lnywy
2012-12-20 12:38:23 +01:00
vta vta@openerp.com d090cbdc94 [FIX] Contact form issue when anonymous
bzr revid: vta@openerp.com-20121220112837-jx4koxl7l3dwx1po
2012-12-20 12:28:37 +01:00
olt@tinyerp.com 36cd0b866e [FIX] anonymization: fix for obsolete models
bzr revid: olt@tinyerp.com-20121220112528-um4m3crn0enhcplj
2012-12-20 12:25:28 +01:00
Niko eac779ce35 [REVERT] remove ignore
bzr revid: nwi@openerp.com-20121220112013-0lkrutijnpq4ljde
2012-12-20 12:20:13 +01:00
Niko 9a2ea2fc98 [MERGE] with trunk
bzr revid: nwi@openerp.com-20121220111536-z8d07d11g9z2ziyv
2012-12-20 12:15:36 +01:00
Niko c4e768b430 [IE] Change css rules
bzr revid: nwi@openerp.com-20121220111328-dxwuet3ir6fdzkw1
2012-12-20 12:13:28 +01:00
Thibault Delavallée 7e1c86da6e [IMP] Res company logo improvement: add an explicit 'add your logo' link.
Note that the branch name is completely unrelated to its content.

bzr revid: tde@openerp.com-20121220110617-ck3tpmtor38bd1tf
2012-12-20 12:06:17 +01:00
Thibault Delavallée 331e420a55 [FIX] needaction: fixed last commit, harmonizing the parameters of the various needaction_domain_get.
bzr revid: tde@openerp.com-20121220110242-ot9ha7rt1ofyjoj5
2012-12-20 12:02:42 +01:00
Fabien Meghazi ee937272d1 [FIX] Updated spin.js to version v1.2.7 (w/fix for IE)
bzr revid: fme@openerp.com-20121220110127-iw2e13n4mj79i8zv
2012-12-20 12:01:27 +01:00
dle@openerp.com 1c1a1de7db [FIX]Kanban view js not loaded if database created through command line
bzr revid: dle@openerp.com-20121220105007-g7rog0jlt1pod290
2012-12-20 11:50:07 +01:00
dle@openerp.com d84a100dd6 [ADD]form in action quick journal items and CSS Class to handle switcher
bzr revid: dle@openerp.com-20121220104345-yrj9w6demtlba00l
2012-12-20 11:43:45 +01:00
Arnaud Pineux 41c2e3f8d1 [MERGE] l10n_ca from Savoir-faire Linux
bzr revid: api@openerp.com-20121220103829-h7nkh044rz7rv88j
2012-12-20 11:38:29 +01:00
Niko b2d9daa009 [IE] Fix
bzr revid: nwi@openerp.com-20121220103653-26nauus9awk1sojk
2012-12-20 11:36:53 +01:00
Cedric Snauwaert 9f8b850aeb [MERGE]add ethiopia account chart courtesy of Michael Telahun Makonnen
bzr revid: csn@openerp.com-20121220103057-si3yw13go1xjloyu
2012-12-20 11:30:57 +01:00
Arnaud Pineux 3a9b6140c5 [IMP] l10n_it delete withholding tax. Courtesy of Agile BG
bzr revid: api@openerp.com-20121220102130-b6rbrapv2ko3cowp
2012-12-20 11:21:30 +01:00
dle@openerp.com 355dac7356 [FIX]Kanban view js not loaded when db created through command line
bzr revid: dle@openerp.com-20121220101511-679v8e6ijsbaxj0y
2012-12-20 11:15:11 +01:00
Cedric Snauwaert 18958f0e57 [MERGE]add panama account chart courtesy of CubicERP
bzr revid: csn@openerp.com-20121220100910-zr3cezqmewsyx0xm
2012-12-20 11:09:10 +01:00
Niko 644f4a0d14 [IE] Fix fold cols
bzr revid: nwi@openerp.com-20121220100417-g1l1i015ieuvl91y
2012-12-20 11:04:17 +01:00
Niko fb07bf7234 [MERGE] merge with trunk
bzr revid: nwi@openerp.com-20121220100314-98ka2wahul3lbu57
2012-12-20 11:03:14 +01:00
Arnaud Pineux 679e9e0159 [MERGE] l10n_it courtesy of OpenERP Italian Community
bzr revid: api@openerp.com-20121220100307-p5ystyp4cxpambkv
2012-12-20 11:03:07 +01:00
Arnaud Pineux 0e13d8b544 [MERGE] with trunk
bzr revid: api@openerp.com-20121220100032-t8i7mtnz9qrls0r4
2012-12-20 11:00:32 +01:00
Thibault Delavallée d737a7f098 [IMP] sale, purchase, hr_timesheet_sheet, hr_holidays, event, crm_meeting: fixed, improved and cleaned needaction_domain_get.
bzr revid: tde@openerp.com-20121220100005-d0r0se41fx83w38c
2012-12-20 11:00:05 +01:00