Commit Graph

26987 Commits

Author SHA1 Message Date
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
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
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
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
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
jam-openerp da004afcc8 [BUG/FIX] lp:720631
lp bug: https://launchpad.net/bugs/720631 fixed

bzr revid: jam@tinyerp.com-20110218073611-mj4db2k6fpk32nt5
2011-02-18 13:06:11 +05:30
Launchpad Translations on behalf of openerp 117da65c52 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110218054505-dv4tp3yqoxvzmgvs
2011-02-18 05:45:05 +00:00
jam-openerp 50a014aecd [BUG] lp:719859
lp bug: https://launchpad.net/bugs/719859 fixed

bzr revid: jam@tinyerp.com-20110218042605-i7vql9rj8b75hjsb
2011-02-18 09:56:05 +05:30
Sbh (OpenERP) 43a975174e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110216061002-q3lg8nxnrr013apm
bzr revid: sbh@tinyerp.com-20110217100336-d78qfjz9vobeyvy2
2011-02-17 15:33:36 +05:30
Rifakat Haradwala (OpenERP) deed9ad0bb [FIX] Product_margin : Added group_by operator fields on list view
lp bug: https://launchpad.net/bugs/719223 fixed

bzr revid: jvo@tinyerp.com-20110217085114-v96nousonbtjkhpo
2011-02-17 14:21:14 +05:30
Launchpad Translations on behalf of openerp a54e21bdee Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110217053922-7bcqrt50o0pdtbrj
2011-02-17 05:39:22 +00:00
Launchpad Translations on behalf of openerp 5eb533a415 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110216050027-qh55wef1rwb8hc9y
bzr revid: launchpad_translations_on_behalf_of_openerp-20110215043802-u5lpwzvi9tsp5qbj
bzr revid: launchpad_translations_on_behalf_of_openerp-20110216050338-aj0ab43kdrpgrh0r
bzr revid: launchpad_translations_on_behalf_of_openerp-20110217043649-3o2fe7rz274hzokb
2011-02-17 04:36:49 +00:00
Olivier Dony 6fe5728c46 [FIX] ir.cron: avoid starting cron engine too early during server startup when ir.cron records are touched
bzr revid: odo@openerp.com-20110216142242-gzd3029jq0le5cb0
2011-02-16 15:22:42 +01:00
Olivier Dony 44b019bf76 [FIX] orm.browse_record: fields prefetching should ignore m2o pointing to models not loaded yet
This situation can occur due to custom fields (x_...) that are creating shortcuts between
objects without respecting the module dependencies. For example a custom m2o fields 
connecting a partner and a product would fail to be loaded at server startup when only
base is loaded, because product.product is not yet available.
This can usually be simply ignored, as the prefetching is just an optimization.
The custom fields should never be accessed during startup (e.g not function field
should use them), so that should never cause any issue.

bzr revid: odo@openerp.com-20110216142128-a9f4um5ky8cetl38
2011-02-16 15:21:28 +01:00
olt@tinyerp.com 0b90edb557 [FIX] anonymization: removed unused import
bzr revid: olt@tinyerp.com-20110216082807-nxxysvzjmxvlrx4d
2011-02-16 09:28:07 +01:00
Launchpad Translations on behalf of openerp 18e916d5af Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110216061255-r83uvxz4lkqwezaj
2011-02-16 06:12:55 +00:00
Anup (OpenERP) f34cf44795 [FIX] hr_recruitment : Missing dependency of decimal_precision added
lp bug: https://launchpad.net/bugs/705570 fixed

bzr revid: ach@openerp.com-20110216054716-u76ns4t34hbanv76
2011-02-16 11:17:16 +05:30
noz (OpenERP) d8d83934dd [FIX] base_module_record: Return the recording wizard with ir.actions.act_window_close (Ref: Maintenance case 4031).
bzr revid: noz@tinyerp.com-20110215132627-32a1unx6md3h46lw
2011-02-15 18:56:27 +05:30
Sbh (OpenERP) 4093fefaf2 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110215125001-kpuo69uh4hy7zdp1
2011-02-15 18:20:01 +05:30
Jay Vora (OpenERP) 3174bc4af5 [FIX] Product : context transmitted as an argument to the call of price_get()
lp bug: https://launchpad.net/bugs/709275 fixed

bzr revid: jvo@tinyerp.com-20110215105546-ae4m6ard0twluyra
2011-02-15 16:25:46 +05:30
Jay Vora (OpenERP) 7cccb71fa1 [FIX/IMP] Fetchmail for Claim and Helpdesk : Added message_* methods for Email channeling (Ref : Case 4026)
lp bug: https://launchpad.net/bugs/708616 fixed

bzr revid: jvo@tinyerp.com-20110215094210-m2g78up3wa7eua7y
2011-02-15 15:12:10 +05:30
Launchpad Translations on behalf of openerp 958038785b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110209060136-nfjweh4nw0sfdtyb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110210053441-nhro56vsok1xjorb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110211062554-w9k6gkzfxorm7alk
bzr revid: launchpad_translations_on_behalf_of_openerp-20110211062659-b0a6mwp18ipvn64n
bzr revid: launchpad_translations_on_behalf_of_openerp-20110212060645-t8l1wzw8znrsi1ze
bzr revid: launchpad_translations_on_behalf_of_openerp-20110213053327-7uwmixbkd8pmy53a
bzr revid: launchpad_translations_on_behalf_of_openerp-20110214054817-4wgpcwobeghg1dht
bzr revid: launchpad_translations_on_behalf_of_openerp-20110215053913-nqwsr2zc5fhc1prr
2011-02-15 05:39:13 +00:00
Olivier Dony 07f520a856 [MERGE] merged bugfixes from 6.0 up to revision 4401
bzr revid: odo@openerp.com-20110214114507-8uwohpcblsfhgjae
2011-02-14 12:45:07 +01:00
Olivier Dony e1d2a87fc9 [FIX] tools.config: expansion of user and path should work with multiple addons path too
lp bug: https://launchpad.net/bugs/716710 fixed

bzr revid: odo@openerp.com-20110214102914-98gdvyx5y4v2kysx
2011-02-14 11:29:14 +01:00
sma (Tiny) b8e933d3c4 [FIX] base_module_record: returning of recording wizard with ir.actions.act_window_close.
bzr revid: sma@tinyerp.com-20110214064933-pcor9k7ir043agvp
2011-02-14 12:19:33 +05:30
Sbh (OpenERP) 933119c971 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110214040454-nmppvkbfmde5hfzw
2011-02-14 09:34:54 +05:30
Launchpad Translations on behalf of openerp 8d2b6108dd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110212050059-ue5zqyqtbezt6fhi
bzr revid: launchpad_translations_on_behalf_of_openerp-20110213043832-py10651pr3tdp702
2011-02-13 04:38:32 +00:00
noz (OpenERP) c1b7ef58e6 [FIX] web_uservoice: update import to openobject.rpc instead of openerp.utils.rpc (package moved back into core).
bzr revid: noz@tinyerp.com-20110211122506-82fvpswt1ntprva2
2011-02-11 17:55:06 +05:30
Launchpad Translations on behalf of openerp 30bfcd2574 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110211045958-qw2uif8guhebh48q
2011-02-11 04:59:58 +00:00
Jay Vora (OpenERP) 0771b32361 [FIX] Purchase : Destination address should not be restricted to be an address of any partner
lp bug: https://launchpad.net/bugs/710516 fixed

bzr revid: jvo@tinyerp.com-20110210184806-qg3ivhwlcp69b39v
2011-02-11 00:18:06 +05:30
Jay Vora (OpenERP) 62e3bd941e [FIX] Base_module_record : Module creation should create a file called __openerp__.py instead of __terp__.py
[RENAME] Anonymization : __terp__.py file Renamed as __openerp__.py
[IMP] Point_of_sale : Improved menu name Cash Register Management

bzr revid: jvo@tinyerp.com-20110210165648-8e83y3u7kxlnqayg
2011-02-10 22:26:48 +05:30