Commit Graph

1580 Commits

Author SHA1 Message Date
Vo Minh Thu 0ed4377cf8 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120112155027-u3bagec0g9fqr0yi
bzr revid: vmt@openerp.com-20120116110434-ckhp01ze83cwm32y
2012-01-16 12:04:34 +01:00
Launchpad Translations on behalf of openerp 9b02aed518 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120114051038-jxxvburcw1gihii5
2012-01-14 05:10:38 +00:00
Raphael Collet 3e59fe9556 [IMP] base: remove menuitem 'Import Module', as the feature is deprecated
bzr revid: rco@openerp.com-20120113140647-31tmnpqye7sdeh6u
2012-01-13 15:06:47 +01:00
Raphael Collet 615e65094a [IMP] base: hide field 'street2' from company form view
bzr revid: rco@openerp.com-20120113135206-m3y3pwa3i2dqz23c
2012-01-13 14:52:06 +01:00
Launchpad Translations on behalf of openerp bb0aba6522 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120113043914-p7g5d8l3yp5zvxhs
2012-01-13 04:39:14 +00:00
Olivier Dony 0b0f083f91 [REL] OpenERP 6.1rc1
bzr revid: odo@openerp.com-20120112192107-884x8kz4gxju1g9u
2012-01-12 20:21:07 +01:00
Olivier Dony e216218f44 [FIX] res.partner.category: merge the 2 classes bearing the same name
The name conflict causes the second class to
shadow the first one, thus breaking future
references to the first one, including any
super() call inside it!
6.1 has 2-pass loading of models so we can
simply merge the two classes now, and get
rid of the issue.

bzr revid: odo@openerp.com-20120112105043-ij740gptzu4gv6tw
2012-01-12 11:50:43 +01:00
Vo Minh Thu 5089a678cb [IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
because of concurrent access. This can happen when the same user is trying to log in
from many clients concurrently.

bzr revid: vmt@openerp.com-20120112084030-kkz1aztp5t6vkbh9
2012-01-12 09:40:30 +01:00
Launchpad Translations on behalf of openerp a2895b719f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120111044006-ehpf8voofuo20mzc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112054003-82qy0l7x1jbboc9r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112054058-8hdv1vhku59lbgb3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112060622-vns7g4vc2v6thkme
2012-01-12 06:06:22 +00:00
Vo Minh Thu daa41b61c1 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120110154333-kdwsff0faftcwvku
2012-01-10 16:43:33 +01:00
Vo Minh Thu 013794b978 [IMP] orm: cosmetics (and the runbot will build this branch again).
bzr revid: vmt@openerp.com-20120110153448-ot1vpcmwjbeykx9t
2012-01-10 16:34:48 +01:00
Vo Minh Thu 6c1ad196bf [IMP] openerp.modules: updated initialize_sys_path() docstring (although its name is now inaccurate).
bzr revid: vmt@openerp.com-20120110092730-rqewzuo1wa5wy2q5
2012-01-10 10:27:30 +01:00
Olivier Dony 8ac7936990 [MERGE] fix o2m: respect static @domain when clearing a field (writing [(5,..)])
bzr revid: odo@openerp.com-20120109142610-31uunv7ktz3iwcds
2012-01-09 15:26:10 +01:00
Olivier Dony 356e4ed9bd [FIX] translation: remove calls to trans_update_res_ids
Calling this method is no longer required since the
merge of the new code for loading translations using
a temporary table. The method itself has been removed
at revision 3919, so all calls to it should have been
cleaned up as well.
Rev.3919 = rco@openerp.com-20111223104824-fup1cjbjni1fsty1

bzr revid: odo@openerp.com-20120109140958-10i1ti16tw327580
2012-01-09 15:09:58 +01:00
Olivier Dony 4dfc1e53f5 [FIX] fields.o2m: respect static @domain when clearing a field (writing [(5,..)])
bzr revid: odo@openerp.com-20120109140432-3np49l2esds0l1yb
2012-01-09 15:04:32 +01:00
Vo Minh Thu d348a0de79 [IMP] import hook: moved to a proper location (openerp.modules.module instead of openerp-server).
bzr revid: vmt@openerp.com-20120109125243-qhtr070dvtc3akb5
2012-01-09 13:52:43 +01:00
Vo Minh Thu 455e47e5e8 [IMP] openerp.addons: openerp.addons is used instead of
openerp.modules as the namespace of the OpenERP addons.

bzr revid: vmt@openerp.com-20120109124120-06gguu3lzxv49i3j
2012-01-09 13:41:20 +01:00
Vo Minh Thu 1560538f8a [IMP] module: use the `openerp.addons.` namespace to load addons.
(openerp.modules will be changed in openerp.addons in the next commit).

bzr revid: vmt@openerp.com-20120109123123-jt3canjbg0ozs05j
2012-01-09 13:31:23 +01:00
Vo Minh Thu f24a29717e [FIX] orm: correctly set the module name on the model, even when imported with
`import openerp.modules.<module_name>`.

bzr revid: vmt@openerp.com-20120109101647-4hvy3n6eifzeozzq
2012-01-09 11:16:47 +01:00
Vo Minh Thu 34a3991174 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120109083957-06ahuojw1d4m954g
2012-01-09 09:39:57 +01:00
Vo Minh Thu 64ec5f36df [IMP] modules: began to replace sys.path appending with an import hook.
bzr revid: vmt@openerp.com-20120109081206-p10yack8lhip11gt
2012-01-09 09:12:06 +01:00
Launchpad Translations on behalf of openerp fba1686a78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107052041-yb9lin8pt6fiktit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108050339-3f9e3szj5cywz6d3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109044946-zcolka6mpokbp60m
2012-01-09 04:49:46 +00:00
Olivier Dony cf113c2316 [FIX] base: module sequence number removed from XML data, moved to individual module manifests
Having the sequence number living outside the module itself
causes various problems at initialization when modules are
missing (e.g. if creating a database with `base` only).
It is also cleaner to have the module sequence in the
module manifest, like other module metadata.
A corresponding commit in the addons project adds the
`sequence` field in the manifest of all modules who
have a non-default sequence (the main apps).

bzr revid: odo@openerp.com-20120107041745-tik3iu1b2qs4ym85
2012-01-07 05:17:45 +01:00
Olivier Dony 9099fca5f6 [FIX] openerp.wsgi: missing system-wide addons loading in on_starting()
bzr revid: odo@openerp.com-20120106132418-jrr7i7l0el0ig2ry
2012-01-06 14:24:18 +01:00
Vo Minh Thu bdbc0686fe [FIX] openerp.wsgi: typo (unbound variable).
lp bug: https://launchpad.net/bugs/906115 fixed

bzr revid: vmt@openerp.com-20120106092036-8slw0rhgudgphlau
2012-01-06 10:20:36 +01:00
niv-openerp 9b998a6551 [fix] forgot debugging lines
bzr revid: nicolas.vanhoren@openerp.com-20120105161621-ej6wkj5g6qi052rs
2012-01-05 17:16:21 +01:00
niv-openerp 4d3387c54c [imp] added service in object_service to be able to call a method specifying kwargs
bzr revid: nicolas.vanhoren@openerp.com-20120105160351-0xy697sjeihplx6v
2012-01-05 17:03:51 +01:00
Launchpad Translations on behalf of openerp f08a8d253e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120105053707-versptnac7z62k11
2012-01-05 05:37:07 +00:00
Olivier Dony bdce754108 [IMP] cleanup deprecated method=True param for function fields
bzr revid: odo@openerp.com-20120104133027-oaydmngk2dfc22mk
2012-01-04 14:30:27 +01:00
Vo Minh Thu e9e419089e [MERGE] res.company: resize the "name" related field to pointed-to field size.
bzr revid: vmt@openerp.com-20120104125106-lp0rpi1sy2z5oxm5
2012-01-04 13:51:06 +01:00
Vo Minh Thu fc738e803e [MERGE] res.users.email is really res.users.user_email.
bzr revid: vmt@openerp.com-20120104124952-nedgq9h2jg132b18
2012-01-04 13:49:52 +01:00
Fabien Pinckaers 6f293d0ec3 [IMP] useability: desactivate menutips by default
bzr revid: fp@tinyerp.com-20120104110226-izfzv94jdh54mum7
2012-01-04 12:02:26 +01:00
Vo Minh Thu b71c0095c9 [MERGE] tools.translate: use misc.file_open() to load .po files even from .zip files.
bzr revid: vmt@openerp.com-20120104103212-qq2ad04b1ffydrur
2012-01-04 11:32:12 +01:00
Vo Minh Thu f63dca7122 [MERGE] increase the size of res.partner.address.function field from 64 to 128.
bzr revid: vmt@openerp.com-20120104101444-4003iwhl2d3aducm
2012-01-04 11:14:44 +01:00
Antony Lesuisse fde9d8d259 [FIX] crm install trigger the setting dashboard
bzr revid: al@openerp.com-20111230184114-x1ugr7yw9i9gx2d5
2011-12-30 19:41:14 +01:00
Fabien Pinckaers 939bbe47f5 [IMP] removed thymbra for demo data, too much problems with this company:)
bzr revid: fp@tinyerp.com-20111230153722-k7nk1oz8q1ak2vd2
2011-12-30 16:37:22 +01:00
Fabien Pinckaers 20763e9781 [IMP] modules on top
bzr revid: fp@tinyerp.com-20111230145607-5h9y3wd153pvfgix
2011-12-30 15:56:07 +01:00
Fabien Pinckaers 24a24d30ee [fIX]
bzr revid: fp@tinyerp.com-20111230102038-bphopiaihay9wqkl
2011-12-30 11:20:38 +01:00
Fabien Pinckaers 0483747b45 [IMP] rml_header1: no slogan by default, tooltip
bzr revid: fp@tinyerp.com-20111229093603-dbyv5u78xnnlc5ni
2011-12-29 10:36:03 +01:00
Fabien Pinckaers 91cafbee7e [FIX] import/export fully working through web interface
bzr revid: fp@tinyerp.com-20111228205757-vxdw1j6gcsyvjj3m
2011-12-28 21:57:57 +01:00
Fabien Pinckaers ae92ec17ea [FIX] import/export
bzr revid: fp@tinyerp.com-20111228194506-nag2kqk1w1uyk43p
2011-12-28 20:45:06 +01:00
Launchpad Translations on behalf of openerp 031ecd675c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111228052112-def190p3malaw3hc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111228052136-390v7hxkz4nu1x1g
2011-12-28 05:21:36 +00:00
Antony Lesuisse 41218715bd [FIX] cron mktime should be timegm
bzr revid: al@openerp.com-20111227223944-jk1humfvon1kqw59
2011-12-27 23:39:44 +01:00
Raphael Collet 487a82ccf9 [MERGE] config: fix missing section name when saving config file
bzr revid: rco@openerp.com-20111223152211-xkqojrv22vkfwhht
2011-12-23 16:22:11 +01:00
Raphael Collet 5096fb5003 [MERGE] yaml_import: fix usage of attribute 'id' in tag !delete
bzr revid: rco@openerp.com-20111223141754-5o7tb680oruk76a6
2011-12-23 15:17:54 +01:00
Minh Tran 5da5507a61 Fixed style for module vignette buttons
bzr revid: mit@openerp.com-20111223114645-0mn4y5diam54c3t2
2011-12-23 12:46:45 +01:00
Minh Tran ff90fce816 Removed padding around kanban vignette
bzr revid: mit@openerp.com-20111223110741-pc51vw2wmch0nwax
2011-12-23 12:07:41 +01:00
Raphael Collet 2661edacda [MERGE] translations: import using lower-level sql (translations load about 6 times faster)
bzr revid: rco@openerp.com-20111223104824-fup1cjbjni1fsty1
2011-12-23 11:48:24 +01:00
Launchpad Translations on behalf of openerp a6c649dd4e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111223054503-il515335tdfkghbw
bzr revid: launchpad_translations_on_behalf_of_openerp-20111223073609-mpe8e232ykba47y0
2011-12-23 07:36:09 +00:00
Olivier Dony 25599f2093 [MERGE] sql_db: try to reconnect after db failure, courtesy of Florent Xicluna
bzr revid: odo@openerp.com-20111222214816-brv6iohfblzg2mli
2011-12-22 22:48:16 +01:00