Commit Graph

25629 Commits

Author SHA1 Message Date
Christophe Simonis a54a804d6b [TYPO] web_livechat: "Online Support" -> "Support"
bzr revid: chs@openerp.com-20110110100628-k7o437sndas19opx
2011-01-10 11:06:28 +01:00
Thibault Francois b0e1baae57 [FIX] project_long_term : Scheduling, test yaml, few fix
bzr revid: tfr@openerp.com-20110110094856-bxaohl1jmc6u8re0
2011-01-10 10:48:56 +01:00
Thibault Francois 740a3169ef [FIX] project_long_term : Cleaning temp file
bzr revid: tfr@openerp.com-20110110094503-4ovjmqcgyfwym9de
2011-01-10 10:45:03 +01:00
Sbh (OpenERP) 0496162946 [MERGE] Merge lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110110085357-05jgrdbotorfxkc9
2011-01-10 14:23:57 +05:30
Vo Minh Thu 66a453bf7d [FIX]: base_export_language.py: forgot to replace dbname with cr in the call to trans_export.
lp bug: https://launchpad.net/bugs/700770 fixed

bzr revid: vmt@openerp.com-20110110085335-lj3zzgdzvm5a45x9
2011-01-10 09:53:35 +01:00
jam-openerp e428ca4128 [IMP] Project_long_term : YAML Test cases imporvments
bzr revid: jam@tinyerp.com-20110110061053-lj5ndd2u1exwyx8u
2011-01-10 11:40:53 +05:30
jam-openerp d06f5c0831 [IMP] Project_long_term : Task scheduling code Re-factoring
bzr revid: jam@tinyerp.com-20110110060938-4wxuptfiu99r7er6
2011-01-10 11:39:38 +05:30
Launchpad Translations on behalf of openerp f8c860f789 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110109045048-tv4cf28i2wv0d0na
bzr revid: launchpad_translations_on_behalf_of_openerp-20110110051507-c4s836t09vgn60zu
bzr revid: launchpad_translations_on_behalf_of_openerp-20110109045451-cvr6hytqd4l4a0ns
bzr revid: launchpad_translations_on_behalf_of_openerp-20110110051937-hc1vn7052zwl4vxu
2011-01-10 05:19:37 +00:00
Fabien Pinckaers 39b5c72a03 fix
bzr revid: fp@tinyerp.com-20110108125112-6lmkg7553d3kns09
2011-01-08 13:51:12 +01:00
Fabien Pinckaers 6a2cf2e6ea fix
bzr revid: fp@tinyerp.com-20110108124331-l32752ttowty3opm
2011-01-08 13:43:31 +01:00
Fabien Pinckaers d4fe41e260 fix
bzr revid: fp@tinyerp.com-20110108123753-4o8ry82ndc1l7fsj
2011-01-08 13:37:53 +01:00
Fabien Pinckaers 53e2a9451a revert_wrong_commit
bzr revid: fp@tinyerp.com-20110108114124-vkd87mk5u2iw5hhi
2011-01-08 12:41:24 +01:00
Fabien Pinckaers a32c9c4c18 merge
bzr revid: fp@tinyerp.com-20110108113831-k1r3e7yscw801jgn
2011-01-08 12:38:31 +01:00
Launchpad Translations on behalf of openerp dfea81ed46 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110108045521-xphks9lahnstjqn2
bzr revid: launchpad_translations_on_behalf_of_openerp-20110108050208-75canjc9ou4whmc8
2011-01-08 05:02:08 +00:00
Thibault Francois 024371e72e [ADD] caldv wizard doc
bzr revid: tfr@openerp.com-20110107170219-g4t9zdcpg2hbfn36
2011-01-07 18:02:19 +01:00
qdp-launchpad@tinyerp.com 0480365279 [FIX] crm, sale_crm: added groups on sale dashboard actions
bzr revid: qdp-launchpad@tinyerp.com-20110107165957-3d4snu5xb4t5jvpe
2011-01-07 17:59:57 +01:00
Olivier Dony 530704a349 [FIX] ir.ui.view,ir.ui.view.custom: cleanup handling of customized views + add menu and views
Custom views are used when users reorganize their dashboards (drag and drop in web), but this should not be
special-cased for board.board model in the core. The web client will instead directly write to the ir.ui.view.custom
table, and the board module will override board.board.fields_view_get to take custom views into account.
The only responsibility of the core is to drop custom views when the original view is updated, to be sure there
are no outdated customizations that remain.

bzr revid: odo@openerp.com-20110107160337-0rovd484id4gfc16
2011-01-07 17:03:37 +01:00
jam-openerp e2834e4d3e [IMP] Project_long_term : YAML Test cases imporvments
bzr revid: jam@tinyerp.com-20110107145134-aphfds2lxst7hq5j
2011-01-07 20:21:34 +05:30
jam-openerp e4b3f02d3a [IMP] Project_long_term : Refactoring Phase Scheduling code
bzr revid: jam@tinyerp.com-20110107145008-yhe4azi3sgzhrbf9
2011-01-07 20:20:08 +05:30
P. Christeas 89ec68926d ir.model.fields: implement the write(), allow custom fields to change
Implement the missing feature of being able to modify those custom
fields in the database, through the ORM interface. Now, using the
ir.model or ir.model.fields forms, the admin is able to alter properties
of custom fields on a live server (without server restart).

In the future, we may even remove the fuse for base fields and allow
them to change, too.

bzr revid: p_christ@hol.gr-20110107092917-xh00qjbap7ixggwr
2011-01-07 11:29:17 +02:00
P. Christeas 1a3432b439 ir.model: move the check inside create() and write(), simplfy defaults.
Since the create() function does call cr.commit(), the validity check
for selection options shall happen before the call to orm._auto_init().

bzr revid: p_christ@hol.gr-20110107092655-kokkx3pz2ilawyc0
2011-01-07 11:26:55 +02:00
Thibault Francois 129bc7185d [FIX] add task to project, field required in billing
bzr revid: tfr@openerp.com-20110107090706-sxmlbr7d56750bj6
2011-01-07 10:07:06 +01:00
Thibault Francois da3adeb1c8 [MERGE]
bzr revid: tfr@openerp.com-20110107084814-uvd01l1rg9gq0t26
bzr revid: tfr@openerp.com-20110107085418-zw86wjhev6epjxec
2011-01-07 09:54:18 +01:00
Sbh (OpenERP) 4b0121e09d [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110107064226-uejcp6qzyk0ae15g
2011-01-07 12:12:26 +05:30
Fabien Pinckaers 9bc467896d fix
bzr revid: fp@tinyerp.com-20110106192854-rhe48cn8964b201h
2011-01-06 20:28:54 +01:00
Olivier Dony 7d3375f49f [MERGE] bugfixes: default language for partners, password change, validation of custom selection fields, ...
See the bug links

lp bug: https://launchpad.net/bugs/670264 fixed
lp bug: https://launchpad.net/bugs/692891 fixed
lp bug: https://launchpad.net/bugs/695678 fixed
lp bug: https://launchpad.net/bugs/631547 fixed
lp bug: https://launchpad.net/bugs/632927 fixed

bzr revid: odo@openerp.com-20110106173828-kdv1gtdvbws1ceb5
2011-01-06 18:38:28 +01:00
Olivier Dony f68dbc723c [FIX] crm,project,share: remove explicit references to user password field in inherited views of res.users
The password field will be completely dropped from all views, for security reasons.

bzr revid: odo@openerp.com-20110106172452-6k7l84yhb5yzw08a
2011-01-06 18:24:52 +01:00
qdp-launchpad@tinyerp.com 232c2fbfce [MERGE] merged the numerigraphe branch related to french translations
bzr revid: qdp-launchpad@tinyerp.com-20110106162730-nhqmecx2lgl0eb6c
2011-01-06 17:27:30 +01:00
Thibault Francois a9476d60a5 [IMP] project : change members tooltip
bzr revid: tfr@openerp.com-20110106154524-64ini2043q7zgk3u
2011-01-06 16:45:24 +01:00
Thibault Francois af1e98ef75 [IMP] project : add task to a project where you're member
bzr revid: tfr@openerp.com-20110106154202-rku7hq91hc9o9u3c
2011-01-06 16:42:02 +01:00
jam-openerp 844ce48ab3 [IMP] project_long_term : yaml testing for the Phase scheduling
bzr revid: jam@tinyerp.com-20110106144824-0vvlafr8b6a9115p
2011-01-06 20:18:24 +05:30
jam-openerp 1a2943f0a9 [FIX] project_long_term refactroing the phase scheduling
bzr revid: jam@tinyerp.com-20110106144540-4ex1r9g2pq8cgy55
2011-01-06 20:15:40 +05:30
Thibault Francois 93edbe8824 [FIX] project_timesheet : to Invoice required if partner is present
bzr revid: tfr@openerp.com-20110106135408-wu9ihf7qn2xwwox6
2011-01-06 14:54:08 +01:00
Thibault Francois e3f6b6a3d1 [FIX] project_timesheet : yes (100 %) remove by default when choose a partner
bzr revid: tfr@openerp.com-20110106134403-fgkaax17gngxouds
2011-01-06 14:44:03 +01:00
uco (OpenERP) 6d50b5a445 [ADD] project_long_term: Added a yaml for testing scheduled tasks.
bzr revid: uco@tinyerp.com-20110106133107-5obwr2qnpqypyiw0
2011-01-06 19:01:07 +05:30
Vo Minh Thu 052f6caeaa [IMP] ir_translation: added help messages and comments.
bzr revid: vmt@openerp.com-20110106132830-l0jynvpdd49xurm6
2011-01-06 14:28:30 +01:00
Vo Minh Thu fbc332935b [IMP] translation: added trans_update_res_ids to resolve the res_ids from ir_translation.
bzr revid: vmt@openerp.com-20110106130654-tp8jyjo3h3nvgqbq
2011-01-06 14:06:54 +01:00
Thibault Francois 56678d7d13 [MERGE] with trunk-addons1
bzr revid: tfr@openerp.com-20110106122239-t89mgfk1xogbhpg0
2011-01-06 13:22:39 +01:00
Thibault Francois 6ade99d121 [FIX, IMP] Interface to see the documentation for caldav sync
bzr revid: tfr@openerp.com-20110106121706-jfggd7o5uy9xzbzk
2011-01-06 13:17:06 +01:00
jam-openerp 3917684c06 [IMP] Project_long_term : YAML Test cases imporvments
bzr revid: jam@tinyerp.com-20110106114112-97hxf6myeuvyvnar
2011-01-06 17:11:12 +05:30
Sbh (OpenERP) c738ec75ca [MERGE] Merge bug fix and yml of crm recurrent meeting
bzr revid: sbh@tinyerp.com-20110106113817-iyjlsqfz534mv78t
2011-01-06 17:08:17 +05:30
Olivier Dony efa3c687c3 [FIX] netsvc: debug_rpc_answer should log all contents of RPC calls, debug_rpc only summary of requests
bzr revid: odo@openerp.com-20110106112943-jw9hdjsn19djrgia
2011-01-06 12:29:43 +01:00
ATP(OpenERP) f7eaa3a594 [Fix] document: fix the problem of finding report
bzr revid: sbh@tinyerp.com-20110106112623-lz2ofpkgcbtl9btc
2011-01-06 16:56:23 +05:30
jam-openerp 1e5bc28b7b [IMP] Project_long_term : Refactoring Phase Scheduling
bzr revid: jam@tinyerp.com-20110106111307-ih6bct0ay2273hmz
2011-01-06 16:43:07 +05:30
jam-openerp 29eb70fa33 [IMP] Project_long_term : YAML Test cases imporvments
bzr revid: jam@tinyerp.com-20110106111114-pciivckumitqgsuc
2011-01-06 16:41:14 +05:30
jam-openerp 27bdfdb896 [IMP] resource: Refactoring Phase Scheduling changes
bzr revid: jam@tinyerp.com-20110106110834-vcvfxbmikqnuwzlo
2011-01-06 16:38:34 +05:30
jam-openerp af54f1c255 [IMP] Project_long_term : Refactoring Phase Scheduling
bzr revid: jam@tinyerp.com-20110106110628-guapsfn423rdy95j
2011-01-06 16:36:28 +05:30
uco (OpenERP) b5b7511057 [ADD] crm: Added a yaml for recurrent meeting.
bzr revid: uco@tinyerp.com-20110106105632-5jw1vfgrmz05e8pd
2011-01-06 16:26:32 +05:30
qdp-launchpad@tinyerp.com a852306c63 [FIX] account: removed multi-company group on company_id fields of accounting configuration wizards
lp bug: https://launchpad.net/bugs/697698 fixed

bzr revid: qdp-launchpad@tinyerp.com-20110106105524-59waxrqs9t9yyzj1
2011-01-06 11:55:24 +01:00
Vo Minh Thu 4629c7af78 [IMP] translation: Added two columns to ir_translation to fix the res_ids after loading is done.
Currently res_ids are resolved and written to ir_translation on the fly, as
the .po are loaded, line by line. Doing this in a second step should resolve
a translation bug and make things faster too.

bzr revid: vmt@openerp.com-20110106105021-xj9vah5oz0ceto7i
2011-01-06 11:50:21 +01:00