Commit Graph

1567 Commits

Author SHA1 Message Date
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
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
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
Olivier Dony a58a2a5e18 [MERGE] orm: dead code removal, courtesy of Olivier Macchioni
bzr revid: odo@openerp.com-20111222212859-z8svmrd3yosduelo
2011-12-22 22:28:59 +01:00
Olivier Dony be9a509e58 [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20111222202356-6u22um5kc9yuusxc
2011-12-22 21:23:56 +01:00
Olivier Dony 3bf839996c [I18N] base: updated translation template
bzr revid: odo@openerp.com-20111222202225-bfyk0uzmakgt1tle
2011-12-22 21:22:25 +01:00
Olivier Dony 482aee1951 [IMP] fields.sparse: custom sparse field creation now working + handle deleted resources properly
bzr revid: odo@openerp.com-20111222182405-425rzyl6idg9aocu
2011-12-22 19:24:05 +01:00
Olivier Dony 24b283567d [FIX] orm: typos
bzr revid: odo@openerp.com-20111222182023-kspwaukocijhh4cq
2011-12-22 19:20:23 +01:00
Quentin (OpenERP) a1e8dc5f12 [MERGE] merged the dev branch with us letter format support for RML files
bzr revid: qdp-launchpad@openerp.com-20111222151559-1jmgkd1ykkj6iuau
2011-12-22 16:15:59 +01:00
Vo Minh Thu 6bb854b893 [MERGE] merged the new floats rounding code.
bzr revid: vmt@openerp.com-20111222111551-3np72b3u6qt8lkeo
2011-12-22 12:15:51 +01:00
Vo Minh Thu 1039b40257 [MERGE] merged branch to handle the new exceptions with netrpc (was done for xmlrpc but not for netrpc).
bzr revid: vmt@openerp.com-20111222104456-xd5y13zzdkmlqwng
2011-12-22 11:44:56 +01:00
Olivier Dony d925235e62 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20111222102555-bydsozbdu6urkj31
2011-12-22 11:25:55 +01:00
Olivier Dony 0eb2986e15 [IMP] safe_eval: allow INPLACE* operator opcodes as introduced in PEP-203
bzr revid: odo@openerp.com-20111222101106-h3qbhx53hyhyjor5
2011-12-22 11:11:06 +01:00
Vo Minh Thu 4e2d5eba1c [IMP] module loading: iterate on the module graph in deterministic order (by sorting modules for each level).
bzr revid: vmt@openerp.com-20111222090156-us0zccgy50buoi13
2011-12-22 10:01:56 +01:00
Olivier Dony 1638303686 [MERGE] res.partner.category: add short name_get variant (context toggle), courtesy of Numerigraphe
bzr revid: odo@openerp.com-20111221145443-js9nydzwa2vx4un4
2011-12-21 15:54:43 +01:00
Olivier Dony cbfbf78e05 [ADD] view.rng: new @options attribute for field widgets
This attribute is supposed to be a JSON dict containing
arbitrary widget-specific options. To be ignored if the
widget or client does not support them.

bzr revid: odo@openerp.com-20111221110301-ejjm4s4f2vttw2r6
2011-12-21 12:03:01 +01:00