Commit Graph

27026 Commits

Author SHA1 Message Date
ron@tinyerp.com f25f3795d0 [FIX]account,product,sale:Missing company rules
lp bug: https://launchpad.net/bugs/724073 fixed

bzr revid: ron@tinyerp.com-20110225063015-tv828yhgitxm2mlx
2011-02-25 12:00:15 +05:30
Launchpad Translations on behalf of openerp 14a1f2b574 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110224043750-poegyu38623mcw13
2011-02-24 04:37:50 +00:00
Launchpad Translations on behalf of openerp 552cc42468 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110223043740-8ytbzoz4qijqvocw
2011-02-23 04:37:40 +00:00
Launchpad Translations on behalf of openerp 129a713b14 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110223043654-tr4qehg6k40lasb0
2011-02-23 04:36:54 +00:00
Quentin (OpenERP) 1cb4bd5624 [MERGE] l10n_fr bugfix
bzr revid: qdp-launchpad@openerp.com-20110222170846-i9zyedg64hqq9960
2011-02-22 18:08:46 +01:00
Quentin (OpenERP) f80e90a105 [FIX] l10n_fr: the parent account of cash account must be of view type
bzr revid: qdp-launchpad@openerp.com-20110222170756-3sv2woclv9tldyod
2011-02-22 18:07:56 +01:00
Quentin (OpenERP) 85ab0cc482 [MERGE] merged the branch of c2c that correct the l10n_ch module
bzr revid: qdp-launchpad@openerp.com-20110222150052-me7aiqpeba0jpptv
2011-02-22 16:00:52 +01:00
Thibault Francois e784133685 [MERGE] bug fix 722156
bzr revid: tfr@openerp.com-20110222142143-1suge60e5z042nnw
2011-02-22 15:21:43 +01:00
Thibault Francois d2d233f341 [fix] bug 715784
bzr revid: tfr@openerp.com-20110222141747-xtia28ihh79st2sl
2011-02-22 15:17:47 +01:00
Thibault Francois 522b5269e2 [fix] bug 715797
bzr revid: tfr@openerp.com-20110222141501-snphwxigo668uk1y
2011-02-22 15:15:01 +01:00
Quentin (OpenERP) 8b5572621d [MERGE] merged bugfix 709575
bzr revid: qdp-launchpad@openerp.com-20110222141341-qdz961g0ipl73on9
2011-02-22 15:13:41 +01:00
Quentin (OpenERP) 98e9aaf7f2 [FIX] stock: applied xrg patch to fix the too slow processing of large pickings
lp bug: https://launchpad.net/bugs/709575 fixed

bzr revid: qdp-launchpad@openerp.com-20110222140936-uw5ayii7ifn2bh2t
2011-02-22 15:09:36 +01:00
Thibault Francois a84340c736 [MERGE] bug fix 722721
bzr revid: tfr@openerp.com-20110222135841-fe2x1c6meun1z4tl
2011-02-22 14:58:41 +01:00
Thibault Francois 8591fdd015 [MERGE] fix of bug 721894
bzr revid: tfr@openerp.com-20110222135631-v1w6q2db2t2q1b3c
2011-02-22 14:56:31 +01:00
Thibault Francois 3270e0c396 [FIX] bug 719100
bzr revid: tfr@openerp.com-20110222135321-7qsaiw7400m1xqmh
2011-02-22 14:53:21 +01:00
RME (OpenERP) ba622dd968 [FIX] project : Warn message's body text missing detail information
lp bug: https://launchpad.net/bugs/722156 fixed

bzr revid: rme@tinyerp.com-20110222125805-7wx0jfkx3m61g8xf
2011-02-22 18:28:05 +05:30
RME (OpenERP) 2129c85c12 [FIX] crm_helpdesk : History of after-sale services helpdesk should not be deleted
lp bug: https://launchpad.net/bugs/722721 fixed

bzr revid: rme@tinyerp.com-20110222085527-it1fzurq96yjygcc
2011-02-22 14:25:27 +05:30
Jigar Amin 45fe52db81 [MERGE]
bzr revid: jam@tinyerp.com-20110222050827-ofounww373kft1ay
2011-02-22 10:38:27 +05:30
Raphaël Valyi - http://www.akretion.com 6f78334252 [BUG/FIX] lp:721894
lp bug: https://launchpad.net/bugs/721894 fixed

bzr revid: jam@tinyerp.com-20110222050338-9az2tu3b0ovqylr0
2011-02-22 10:33:38 +05:30
Launchpad Translations on behalf of openerp 91c1768528 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110219050636-1btpvj9zqjimxijv
bzr revid: launchpad_translations_on_behalf_of_openerp-20110220043504-mcl5q57u3gd76v17
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221045124-bqt3wvc41vqbii6y
bzr revid: launchpad_translations_on_behalf_of_openerp-20110222045457-58g74ycfoa1jbk08
2011-02-22 04:54:57 +00:00
Olivier Dony 95de9e8cb4 [IMP] orm.fields_view_get: allow passing a view_id from a different model for creative inheritance
There are cases where several objects would like to use a single view, but
by default they cannot because a view belongs to only one model.
With this change, it becomes possible to do inheritance "by copy", reusing
a view from another model without having to redefine it, just by specifying
its view_id in the relevant actions. If the original view needs to be modified,
it is also possible to explicitly inherit the parent view from the other
model, and the effect will be what is expected: the child view can be
specified in an action, and will be the result of the inheritance applied
on the parent view; but on the other hande the parent view itself is
unaffected when used in the context of its own model.

bzr revid: odo@openerp.com-20110221172757-qepq5osjqgd9uf8x
2011-02-21 18:27:57 +01:00
Atul Patel (OpenERP) 265ce155b5 [FIX]: Terminology issue in priority field of task object in project module.
bzr revid: atp@tinyerp.com-20110221140510-7jq2dhbbsnzb5ro4
2011-02-21 19:35:10 +05:30
Olivier Dony 2621b707e0 [MERGE] merged latest fixes from 6.0 branch up to rev 3348
Rev 3348 is odo@openerp.com-20110221101549-vp0ha2g91yl30cmk.

bzr revid: odo@openerp.com-20110221103235-6tdy5tpb6zvkbzs3
2011-02-21 11:32:35 +01:00
Olivier Dony 8f03564334 [FIX] res.currency: make code->name change more explicit, plus fix sample currency names
bzr revid: odo@openerp.com-20110221101549-vp0ha2g91yl30cmk
2011-02-21 11:15:49 +01:00
RME (OpenERP) a6dffa0c52 [IMP] crm, crm_claim, crm_fundraising : search view of claim stages and fundraising stage
bzr revid: rme@tinyerp.com-20110221101100-lma4ys8h817t0qcd
2011-02-21 15:41:00 +05:30
Thibault Francois dc15e3f387 [FIX] revert remove an extends filter
bzr revid: tfr@openerp.com-20110221090222-jliz3fg28wj15ray
2011-02-21 10:02:22 +01:00
Jigar Amin f04eb75889 [BUG/FIX] lp:721894
lp bug: https://launchpad.net/bugs/721894 fixed

bzr revid: jam@tinyerp.com-20110221083929-f25wwbgjg2s66ept
2011-02-21 14:09:29 +05:30
Jay Vora (OpenERP) 486631b2e2 [FIX] Base_module_creator : Corrected the action creation of custom report with correct Model. (Ref : Case 4102)
bzr revid: jvo@tinyerp.com-20110221074913-xhpn3b88l1oq29m7
2011-02-21 13:19:13 +05:30
Dukai Gábor dc61e547ae [FIX] MRP : Raw Procurement creates a purchase order with wrong supplier and price(when there are more than 1 suppliers)
lp bug: https://launchpad.net/bugs/628702 fixed

bzr revid: jvo@tinyerp.com-20110221072545-hwfs99sgrrm60gxm
2011-02-21 12:55:45 +05:30
Launchpad Translations on behalf of openerp 698cf71dcc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110219151700-ii7rijowfg3tsh52
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221054420-5jxr5u4720nlqtmq
bzr revid: launchpad_translations_on_behalf_of_openerp-20110219151759-31ubz5n3dvyoqqyr
bzr revid: launchpad_translations_on_behalf_of_openerp-20110220055913-v8xfcniiufvbk0e1
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221054448-5twe13tpw94r8klj
2011-02-21 05:44:48 +00:00
Thibault Francois e2905d2e3c [MERGE] bug fix 719859
bzr revid: tfr@openerp.com-20110218154015-aycasqulr3mizxvs
2011-02-18 16:40:15 +01:00
Olivier Dony 0874e7b291 [FIX] document: search() must filter out documents in disallowed directories
Permissions on ir.attachments must not only respect the access rights
of the object they are attached to, but must also be careful about
directory permissions as introduced by the document module.

Minor fix in copy() method to avoid reading all fields of the
attachment including the binary data itself, when only the name
is needed. Also made the "(copy)" suffix translatable.

bzr revid: odo@openerp.com-20110218141012-a7wjqn2f48iioca9
2011-02-18 15:10:12 +01:00
Thibault Francois 03068fb1ee [FIX] context in search button + remove context type = lead in action + field type required
bzr revid: tfr@openerp.com-20110218132035-98sozsfsbiqi78ap
2011-02-18 14:20:35 +01:00
Olivier Dony 2dd77dd687 [FIX] ir.attachment: search() must filter out all records that are not accessible
Due to the way ir.attachment permissions depend on the permissions of the
document they are attached too, normal filtering rules do not work for all
cases and a correct search() method is needed. This patch fixes some cases
that were not covered by search() yet.
An additional patch will be needed in the document module to also check
for access rights of the parent directory (a concept that does not exist
without the document module).

bzr revid: odo@openerp.com-20110218131454-0y4czja86w3ynaxb
2011-02-18 14:14:54 +01:00
olt@tinyerp.com da471302b6 [FIX] anonymization: set float and integer values to 0
bzr revid: olt@tinyerp.com-20110218131150-87jc6cs04od5aeeq
2011-02-18 14:11:50 +01:00
Jigar Amin 553de27d2a [IMP] crm_lead : Added on change for the optin, optout as per suggetion of tfr
bzr revid: jam@tinyerp.com-20110218114032-hzxzmtfmf23ebkx7
2011-02-18 17:10:32 +05:30
RME (OpenERP) 9b12f24204 [FIX] base_calendar : sender user id and receiver user id missing in event invitation details
lp bug: https://launchpad.net/bugs/715784 fixed

bzr revid: rme@tinyerp.com-20110218112159-nhd3u5uqj2yms3hb
2011-02-18 16:51:59 +05:30
RME (OpenERP) 49ec83dd81 [FIX] crm : leads & opportunities stages combine; no need of domain; leads & opportunities - stage search view
lp bug: https://launchpad.net/bugs/715797 fixed

bzr revid: rme@tinyerp.com-20110218110509-j0wy2h2nltp2a3du
2011-02-18 16:35:09 +05:30
Thibault Francois 14c8efe536 [MERGE] bug fix 720631
bzr revid: tfr@openerp.com-20110218110057-orsu81f30qxnu6z3
2011-02-18 12:00:57 +01:00
Jigar Amin e0c3812e01 [FIX] project : improved the _() code for better translation
bzr revid: jam@tinyerp.com-20110218103107-ayu4zzly3msnh3bd
2011-02-18 16:01:07 +05:30
Thibault Francois 6a47af4fd7 [MERGE] fix bug 712370
bzr revid: tfr@openerp.com-20110218102820-e4wh2naz5p0mt1b2
2011-02-18 11:28:20 +01:00
Thibault Francois ad5b033d73 [MERGE] fix bug 718600
bzr revid: tfr@openerp.com-20110218102732-w5gncaa7qbqj655k
2011-02-18 11:27:32 +01:00
Thibault Francois fb2befc8a3 [MERGE] fix bug 718634
bzr revid: tfr@openerp.com-20110218102042-pwd6txbveeizsq4l
2011-02-18 11:20:42 +01:00
Thibault Francois 3b2b062411 [MERGE] fix bug 715790
bzr revid: tfr@openerp.com-20110218101655-zm438bcqgiz7m8w0
2011-02-18 11:16:55 +01:00
RME (OpenERP) 17df4a3617 [FIX] base_calendar : unknown type of event invitation creating problem and not showing list view with records
lp bug: https://launchpad.net/bugs/715790 fixed

bzr revid: rme@tinyerp.com-20110218100957-ep77acwk5kgna885
2011-02-18 15:39:57 +05:30
Thibault Francois ad70d0c3ff [MERGE] xrg webdav fix patch26
bzr revid: tfr@openerp.com-20110218100413-srm6jo0xxfr4756q
2011-02-18 11:04:13 +01:00
RME (OpenERP) 43894c619b [FIX] document : defined duplicate access rights
lp bug: https://launchpad.net/bugs/718634 fixed

bzr revid: rme@tinyerp.com-20110218095559-iuw8qu70acv7us18
2011-02-18 15:25:59 +05:30
Thibault Francois 8ef765cee4 [MERGE, FIX] MERGE ADDONS 1, fix create user with a sales teams is member of the sales team
bzr revid: tfr@openerp.com-20110218095419-8ukt8gmq4s4zbal9
2011-02-18 10:54:19 +01:00
RME (OpenERP) e4c408926a [FIX] document : Access rights having problem so that dash board not available in web-client
lp bug: https://launchpad.net/bugs/718600 fixed

bzr revid: rme@tinyerp.com-20110218093909-xbvqojd2h5u8xp74
2011-02-18 15:09:09 +05:30
RME (OpenERP) fed1437ff6 [FIX] lp:712370
lp bug: https://launchpad.net/bugs/712370 fixed

bzr revid: rme@tinyerp.com-20110218091313-1ei8tiyj8xw1vg4w
2011-02-18 14:43:13 +05:30