Commit Graph

937 Commits

Author SHA1 Message Date
Quentin (OpenERP) 9c6fcf06d2 [IMP] base, res.currency: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110830125521-1kt54s56865388ch
2011-08-30 14:55:21 +02:00
Quentin (OpenERP) 13b2db3631 [FIX] base, res.currency: ProgrammingError. When giving a context value like {'currency_rate_type_id': False}, it crashed because the value False was kept instead of None. Thanks Guewen (c2c) for the clue.
bzr revid: qdp-launchpad@openerp.com-20110830122701-yrcpo19lokkgrpcc
2011-08-30 14:27:01 +02:00
Vo Minh Thu bdd0c7cf3f [IMP] simplified cache implementation (and stored on the osv), does not support contexts.
bzr revid: vmt@openerp.com-20110830121541-abov2wezdn6kl2dc
2011-08-30 14:15:41 +02:00
Quentin (OpenERP) 999efde443 [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110830120839-2e6gbk2c5hestd1r
2011-08-30 14:08:39 +02:00
Quentin (OpenERP) 17156bd16a [IMP] base, res.currency: fixes
bzr revid: qdp-launchpad@openerp.com-20110830120727-82z1fn0msp7m5096
2011-08-30 14:07:27 +02:00
Quentin (OpenERP) b8b78c43dd [IMP] base, res.currency: by default, don't show the currency_rate_type_id field, and don't display its menuitem. Both should be added by specific module using it
bzr revid: qdp-launchpad@openerp.com-20110830120644-lwuv3h1vrqjhu32y
2011-08-30 14:06:44 +02:00
Fabien Meghazi 757353a0a9 [IMP] Improved rng for kanban view
bzr revid: fme@openerp.com-20110829152757-juq5aaryom6dtc12
2011-08-29 17:27:57 +02:00
Fabien Meghazi 535cc9a862 [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110829152720-055wnqlm6vbfl7ta
2011-08-29 17:27:20 +02:00
Olivier Dony 973c7b116c [FIX] ir.mail.server: remove debugging statement
bzr revid: odo@openerp.com-20110829125917-xm8s6bkfa1uiw4qh
2011-08-29 14:59:17 +02:00
Olivier Dony ce34e4563d [FIX] ir_actions: restore partial content missing in last merge
bzr revid: odo@openerp.com-20110829123625-9r34t0spef71b88m
2011-08-29 14:36:25 +02:00
Antony Lesuisse 0712964066 [MERGE] partner hide categories in simplified view
bzr revid: al@openerp.com-20110828014454-8xbfck4kffsdtvrn
2011-08-28 03:44:54 +02:00
Antony Lesuisse e6db9e4b71 [IMP] renames in base/res
bzr revid: al@openerp.com-20110828001314-roc7o38bz22mr580
2011-08-28 02:13:14 +02:00
Antony Lesuisse 3f691a6c49 [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233222-cy0w9z3jdm8ye1b2
2011-08-28 01:32:22 +02:00
Quentin (OpenERP) 9421188847 [IMP] base/res_currency: improved res.currency.rate.type. Added search view and help tooltip. Made some code cleaning
bzr revid: qdp-launchpad@openerp.com-20110827225330-3ng37d8yg31psgsd
2011-08-28 00:53:30 +02:00
Quentin (OpenERP) 7064bd53de [MERGE] merge with main server trunk
bzr revid: qdp-launchpad@openerp.com-20110827220157-xatzm3sm7zib1670
2011-08-28 00:01:57 +02:00
Antony Lesuisse 1ed2aba648 [FIX] typo
bzr revid: al@openerp.com-20110827213751-yq8mgdmiuhqizsbs
2011-08-27 23:37:51 +02:00
Antony Lesuisse be328ad7c3 [MERGE] trunk
bzr revid: al@openerp.com-20110827213628-4kflylkgtln6o4k4
2011-08-27 23:36:28 +02:00
Olivier Dony 3f00bfc405 [FIX] registry: use a unique list of models to load per module
This is necessary to preserve the model loading order
as defined in the module. This was broken when the 
metaclass was introduced to make the explicit model
constructor call optional.
One consequence is that the order in which the classes
are declared in the module really defines their
initialization order, even if the constructors are 
later called explcitly in a different order.
This latter case should be fairly rare, and easy to
fix too - simply putting the class declaration in the
right order.

bzr revid: odo@openerp.com-20110826161736-lgnpurtbcqtbseey
2011-08-26 18:17:36 +02:00
Vo Minh Thu 66f9426e9b [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110826140542-5ii29az0e6czr29l
2011-08-26 16:05:42 +02:00
Vo Minh Thu 4253a5f798 [MERGE] openerp-server is rewritten in a slightly better way.
Doing so, it is now not possible to both start the server and test a YAML file.
That is, testing a YAML file is similar in the translation import/export options
and does not start the server.

bzr revid: vmt@openerp.com-20110826134013-sfnlowg5xuhqxet2
2011-08-26 15:40:13 +02:00
Vo Minh Thu 174e25e66f [IMP] tools.cache: removed unused variable.
bzr revid: vmt@openerp.com-20110826121639-irm0g0eh5yec1c88
2011-08-26 14:16:39 +02:00
Vo Minh Thu dad3528ab7 [FIX] registry.py: typos (invalid syntax).
I wonder how come I made the previous commit.

bzr revid: vmt@openerp.com-20110826121026-da90yx3iapj6y1v1
2011-08-26 14:10:26 +02:00
Naresh (OpenERP) 8d0cf999ac [FIX]:_inherits for multilevel inheritence
lp bug: https://launchpad.net/bugs/823691 fixed

bzr revid: nch@tinyerp.com-20110826103516-o220jqwqdr3uwjhn
2011-08-26 16:05:16 +05:30
Mustufa Rangwala (OpenERP) 46f690d64c [IMP] Base: added currency rate type on tree view
bzr revid: mra@tinyerp.com-20110825173651-5rn1vsukicpdo331
2011-08-25 23:06:51 +05:30
Mustufa Rangwala (OpenERP) e117018b7b [REF] Base: small improvement
bzr revid: mra@tinyerp.com-20110825170657-tgajqc4yknz9f83b
2011-08-25 22:36:57 +05:30
Vo Minh Thu 6fdadb04f5 [IMP] tools.cache: added missing clean_caches_for_db replacement.
bzr revid: vmt@openerp.com-20110825124711-y2uckmvcoa0arz4h
2011-08-25 14:47:11 +02:00
Xavier Morel b5a429d008 [FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)
bzr revid: xmo@openerp.com-20110825123049-bmvebm86gqgr6w43
2011-08-25 14:30:49 +02:00
Fabien Meghazi 39d2fbbce6 [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110825115919-vbpn3111a0gwjl13
2011-08-25 13:59:19 +02:00
Ujjvala Collins (OpenERP) 5b17d2ccb7 [FIX] base: Fixed problem of browse method in _get_conversion_rate method.
bzr revid: uco@tinyerp.com-20110825115645-85ya32yjnpirbuga
2011-08-25 17:26:45 +05:30
Antony Lesuisse c8bb3c1ea5 [IMP] merge add company_registry, but use a button instead of onchange to generate the footer
bzr revid: al@openerp.com-20110824234829-10lvn7cs0uuxaty4
2011-08-25 01:48:29 +02:00
Antony Lesuisse 86965e3884 [FIX] orm ir.translation get_source to use positional args
bzr revid: al@openerp.com-20110824231131-y33ng5x4d6j2vr6w
2011-08-25 01:11:31 +02:00
Antony Lesuisse 4be82ffd52 [FIX] remove debugging
bzr revid: al@openerp.com-20110824222330-zrfnr4qme71r9oqi
2011-08-25 00:23:30 +02:00
Antony Lesuisse c7076adb06 [FIX] ir_attachement check use positional args
bzr revid: al@openerp.com-20110824220324-xfo7swm45stcooun
2011-08-25 00:03:24 +02:00
Antony Lesuisse 7a52778235 [IMP] ir.model.data unlink clear full cache
bzr revid: al@openerp.com-20110824214843-c75b3jl1fad0mv5a
2011-08-24 23:48:43 +02:00
Antony Lesuisse 8c0fb375b4 [FIX] ir.model clear_cache use self
bzr revid: al@openerp.com-20110824214416-9eby8h7mnqmlr8a3
2011-08-24 23:44:16 +02:00
Antony Lesuisse 8d31082408 [FIX] ir.model.access check use positional args
bzr revid: al@openerp.com-20110824211948-gvtc7uv9e3oeeo3e
2011-08-24 23:19:48 +02:00
Antony Lesuisse 52a84f0758 [FIX] revert previous commit ir_rule clear_cache
bzr revid: al@openerp.com-20110824172237-arzved9kk54u3hwu
2011-08-24 19:22:37 +02:00
Antony Lesuisse 93f9a0b0cd [IMP] ir_rule distribute clear_cache
bzr revid: al@openerp.com-20110824161918-dkexqhuc1mzpx9fs
2011-08-24 18:19:18 +02:00
Antony Lesuisse fd83621463 [MERGE] trunk
bzr revid: al@openerp.com-20110824160936-ej26wcvgvku3lkm7
2011-08-24 18:09:36 +02:00
Vo Minh Thu 764de99262 [IMP] res_company/res_user: removed unused methods _get_child_ids/company_get.
bzr revid: vmt@openerp.com-20110824155723-6wk2v8rb1gekbavv
2011-08-24 17:57:23 +02:00
Antony Lesuisse 8d08cbf561 [FIX] remove cache on used function
bzr revid: al@openerp.com-20110824153042-w6wgegxjruu06ln1
2011-08-24 17:30:42 +02:00
Antony Lesuisse 362399c6ac [FIX] remove cache on used function
bzr revid: al@openerp.com-20110824152905-8en0wclyumjz5105
2011-08-24 17:29:05 +02:00
Antony Lesuisse b687cc3bb4 [FIX] remove unused clear function
bzr revid: al@openerp.com-20110824150122-ejryb7ni1l92d1hp
2011-08-24 17:01:22 +02:00
Vo Minh Thu a1b433fac8 [IMP] wsgi: make it possible to kill siblings.
bzr revid: vmt@openerp.com-20110824132220-htd1c4ssewwozl35
2011-08-24 15:22:20 +02:00
Ujjvala Collins (OpenERP) 2ef8385544 [FIX] base: Fixed currency rate argument problem in context.
bzr revid: uco@tinyerp.com-20110824091022-0n1iwkefv2h4nh74
2011-08-24 14:40:22 +05:30
Ujjvala Collins (OpenERP) 108db379d0 [REF] base: Changed code to avoid overriding of context values.
bzr revid: uco@tinyerp.com-20110824054416-ngrtkk5oh1v9jgb3
2011-08-24 11:14:16 +05:30
Amit Bhavsar (Open ERP) 8de550dea8 [usability],hide the partner categories in simple view
bzr revid: amb@tinyerp.com-20110824053729-dkyk9e282azevs6q
2011-08-24 11:07:29 +05:30
Olivier Dony 81f052f14b [FIX] res.partner: renamed massmail wizard
bzr revid: odo@openerp.com-20110823145027-2qefk1sffzpnltlx
2011-08-23 16:50:27 +02:00
Olivier Dony 65e414b5de [FIX] ir.actions: typo during previous refactoring
bzr revid: odo@openerp.com-20110823144942-a42s972wfsquoy76
2011-08-23 16:49:42 +02:00
Vo Minh Thu 848838526e [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110823142644-3a8pjbi7geo9udx7
2011-08-23 16:26:44 +02:00
Ujjvala Collins (OpenERP) bd5cb5e54a [IMP] base: Improved code to update the context.
bzr revid: uco@tinyerp.com-20110823120116-6mrgalyg77jthxnt
2011-08-23 17:31:16 +05:30
Naresh (OpenERP) 6a99234853 [FIX]:wrong wizard help
lp bug: https://launchpad.net/bugs/830902 fixed

bzr revid: nch@tinyerp.com-20110823103352-535evxmlmpi15c4h
2011-08-23 16:03:52 +05:30
Vo Minh Thu 180ffb18a1 [REF] openerp-server: streamlining startup script.
bzr revid: vmt@openerp.com-20110823103343-rvy2zkre8bo9cq6g
2011-08-23 12:33:43 +02:00
tfr(OpenERP) ca673b88dc [FIX]:import boolean fields
lp bug: https://launchpad.net/bugs/831009 fixed

bzr revid: nch@tinyerp.com-20110823092737-t85rn3kirir3g749
2011-08-23 14:57:37 +05:30
Launchpad Translations on behalf of openerp eba378a4d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110823050426-2mnoc0yg5w6nzs0c
2011-08-23 05:04:26 +00:00
Antony Lesuisse 45496327d4 [FIX] ir.action.act_window form missing target
bzr revid: al@openerp.com-20110822145244-dctqa7gd1m9b35e2
2011-08-22 16:52:44 +02:00
Vo Minh Thu cedc961be1 [MERGE] ir_actions: add user in eval context, use fallback --email-from value.
bzr revid: vmt@openerp.com-20110822100007-q07bsf0dxrhjnzvf
2011-08-22 12:00:07 +02:00
Olivier Dony 3fa9dcea34 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110819150201-pas7z2md5sa3bk7e
2011-08-19 17:02:01 +02:00
Olivier Dony fc4874e5f6 [IMP] tools.misc: update msg tracking id pattern: 'openobject'->'openerp'
bzr revid: odo@openerp.com-20110819141044-liat57ztdyydl5xm
2011-08-19 16:10:44 +02:00
Vo Minh Thu 94b86a7bf6 [IMP] wsgi: (proof of concept) serving xml-rpc requests behind gunicorn:
> gunicorn openerp:wsgi.application -c gunicorn.conf.py
If you want to try, you should know an addons_path is
hard coded in openerp.wsgi.on_starting().

bzr revid: vmt@openerp.com-20110819130248-tf81ttu42t2uhkuo
2011-08-19 15:02:48 +02:00
Ujjvala Collins (OpenERP) 416b2693ac [IMP] base: Improved arguments in compute method to avoid error of No rate found.
bzr revid: uco@tinyerp.com-20110819110719-r82nsaui8a2kk58i
2011-08-19 16:37:19 +05:30
Olivier Dony 8ac7724a67 [IMP] fields.function: don't wrap int values unless really needed
There was no need to wrap/cast int values for values less
than 2^31-1, which the highest XML-RPC int value.
Also, instead of wrapping them in strings, we can use
float values, which are 64bits based in the XMLRPC standard,
and closer to the real value (for comparisons, etc.).
Added note for integer_big, as a reminder of this possible
issue.

bzr revid: qdp-launchpad@openerp.com-20110818120550-ulvffm6ka9f3c5ym
2011-08-18 14:05:50 +02:00
Mayur Maheshwari (OpenERP) 29cb20313e [IMP]base:Added field Company registry after TaxID
bzr revid: mma@tinyerp.com-20110818085434-2upimzqd2ty1nysa
2011-08-18 14:24:34 +05:30
Vo Minh Thu ef542bf9a7 [REF] netsvc: removed no longer used method (the method was changed to a function in a previous commit).
bzr revid: vmt@openerp.com-20110818080709-8htdrn4ixl3gu8sf
2011-08-18 10:07:09 +02:00
gpa b2415915cd [FIX] Fixed problem of import translation do not work after another import
lp bug: https://launchpad.net/bugs/826623 fixed

bzr revid: gpa@tinyerp.com-20110818062326-bc0ti49g2p6e6z7w
2011-08-18 11:53:26 +05:30
gpa 5966666250 [FIX] Fixed problem of unlink tuple (5) in many2many
lp bug: https://launchpad.net/bugs/818189 fixed

bzr revid: gpa@tinyerp.com-20110817093542-bi6ges077dc7un3e
2011-08-17 15:05:42 +05:30
Mustufa Rangwala (OpenERP) b20abc71a1 [MERGE] Merge from trunk server
bzr revid: mra@tinyerp.com-20110816091405-4d67naioc3sftp0r
2011-08-16 14:44:05 +05:30
fp 0676727e6e compat
bzr revid: fp@fp-laptop-20110815230906-46spht70zgk6nq4l
2011-08-16 01:09:06 +02:00
fp 04b7ce8425 imp
bzr revid: fp@fp-laptop-20110815153202-20pjs3u2vo28iqox
2011-08-15 17:32:02 +02:00
fp 8c2256b8fd [IMP] company configuration, report header and footer
bzr revid: fp@fp-laptop-20110815152825-n2njyvgmqoyuqwwi
2011-08-15 17:28:25 +02:00
fp 941496a321 [IMP] bank account management reviewed, improved groups name
bzr revid: fp@fp-laptop-20110815141643-ebg8rnuihkei6fni
2011-08-15 16:16:43 +02:00
Launchpad Translations on behalf of openerp 1f61d5c2e2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110814044430-2o7xhfo8phslwwbm
bzr revid: launchpad_translations_on_behalf_of_openerp-20110814044501-phnxu5mn3aex6dzp
2011-08-14 04:45:01 +00:00
Xavier Morel 86a5de431b [FIX] don't use @string on filters inside fields in search view, use @help
bzr revid: xmo@openerp.com-20110812083820-tnk2yv7kkuylg9aw
2011-08-12 10:38:20 +02:00
Antony Lesuisse 2f9f557e18 [FIX] get rid of unsued menus and submenu
bzr revid: al@openerp.com-20110811181217-y2yxdz34uswijwza
2011-08-11 20:12:17 +02:00
Olivier Dony 8d8b620430 [FIX] ir.actions.server: make trigger actions work (based on ideas from F. Degrave)
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: odo@openerp.com-20110811143434-2xm0tnzb04lgy12f
2011-08-11 16:34:34 +02:00
Yogesh (OpenERP) a54a00ea62 [MERGE] Merge with trunk server.
bzr revid: ysa@tinyerp.com-20110808044657-wdrsjtatkn0745zf
bzr revid: ysa@tinyerp.com-20110811110515-xnyrr12apnl2nphf
2011-08-11 16:35:15 +05:30
Vo Minh Thu 6251434cb9 [IMP] unaccent: support for the postgres unaccent contrib module.
OpenERP is now able to use the SQL unaccent() function when available,
and when the server is run with the --unaccent flag.

bzr revid: vmt@openerp.com-20110811110118-cyx2l6c3wk58083p
2011-08-11 13:01:18 +02:00
Vo Minh Thu d462db158e [REF] expression: comments, minor changes.
bzr revid: vmt@openerp.com-20110811093136-8whjybyvf3kf3t4y
2011-08-11 11:31:36 +02:00
Vo Minh Thu 5de1e1a367 [IMP] expression: some more tests pass with the correct semantic.
bzr revid: vmt@openerp.com-20110810143838-l5ujglk5w85mchv1
2011-08-10 16:38:38 +02:00
Vo Minh Thu 19a21de5e1 [FIX] expression: better semantic for in/not in w.r.t. null values:
In SQL, not in (2, 7, 9) will return only non-null records.
In OpenERP, a domain with not in [2, 7, 9] should return
every record whose value is not 2 or 7 or 9, including
the one with a null value.
This means that the union of (not in XXX) and (in XXX)
will return the whole set.

bzr revid: vmt@openerp.com-20110810130646-2y822a276igz2f1g
2011-08-10 15:06:46 +02:00
Vo Minh Thu 784a2d6add [REF] expression: normalize the operator w.r.t. the right operand so that it is done in one place.
bzr revid: vmt@openerp.com-20110810120057-ruijgl9w4zce1teg
2011-08-10 14:00:57 +02:00
Vo Minh Thu c7ccae6feb [REF] expression: unnecessary code in parse() because __leaf_to_sql() is already doing the work.
bzr revid: vmt@openerp.com-20110810102922-xe2oxkgorarco4vm
2011-08-10 12:29:22 +02:00
Vo Minh Thu a32476c6d9 [FIX] expression: the <> can be part of leaves (before normalization).
bzr revid: vmt@openerp.com-20110810092859-mzp9nmo81azxtq8s
2011-08-10 11:28:59 +02:00
Vo Minh Thu 44b3499a73 [FIX] expression: better handling of []/False with in/not in.
The newly added tests were wrong before the fix.
The change might break existing code if it was relying
on this broken behavior.
This also starts a better separation of concern between
parse() and __leaf_to_sql.

bzr revid: vmt@openerp.com-20110810085604-1f6ahwzuzfklj1b7
2011-08-10 10:56:04 +02:00
Vo Minh Thu 64346c63a4 [FIX] expression: perform a check on domain after the <> operator is removed.
bzr revid: vmt@openerp.com-20110810071910-ykz0ji9nz7fqteuj
2011-08-10 09:19:10 +02:00
Vo Minh Thu 187dc4c199 [REF]: expression: simplified <> into != in a pre-step,
put some warnings (which might get boring, we will see).

bzr revid: vmt@openerp.com-20110809174814-4uja94uo2spzcvm5
2011-08-09 19:48:14 +02:00
Olivier Dony c90c1a735d [MERGE] latest trunk
bzr revid: odo@openerp.com-20110809160953-i1yrg5knplw4jy9l
2011-08-09 18:09:53 +02:00
Vo Minh Thu 091e9989d5 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110809154337-5l5hbbhot347ci82
2011-08-09 17:43:37 +02:00
Vo Minh Thu 2334d4be73 [REF] expression: cleaning.
bzr revid: vmt@openerp.com-20110809154221-550a57hblf4v2foe
2011-08-09 17:42:21 +02:00
Vo Minh Thu 2f09ebf7f4 [IMP] expression: started some new tests.
bzr revid: vmt@openerp.com-20110809151200-q9l2w7imt2uywciq
2011-08-09 17:12:00 +02:00
Vo Minh Thu 7226046707 [MERGE] some cleaning in module loading code, especially logging.
bzr revid: vmt@openerp.com-20110809120057-h5x68x1gd1ykeu36
2011-08-09 14:00:57 +02:00
Olivier Dony 7742f7ff1a [IMP] res.users: slightly better views for email preferences
More consistent, better-looking, and no hyphen in "email",
as this is the convention from now on for english labels

bzr revid: odo@openerp.com-20110809105724-sinwgr2du47kmime
2011-08-09 12:57:24 +02:00
Vo Minh Thu bc52bf9827 [MERGE] tools/convert.py: better indentation.
bzr revid: vmt@openerp.com-20110808121221-6zksngrib69cdei7
2011-08-08 14:12:21 +02:00
Vo Minh Thu 635580f463 [MERGE] rml2txt.py: /bin/env should be /usr/bin/env.
bzr revid: vmt@openerp.com-20110808120856-cw0u989ckqj767nt
2011-08-08 14:08:56 +02:00
Xavier Morel 6ab80e92e7 [FIX] res.users: correctly json-encode modifiers in generated fields_view_get
bzr revid: xmo@openerp.com-20110808115207-y2a0p9c0z4uk7bo5
2011-08-08 13:52:07 +02:00
Antony Lesuisse ee06157582 [MERGE] trunk-configrework2 rpa apr
bzr revid: al@openerp.com-20110806104617-c1dln2f64ejqm69k
2011-08-06 12:46:17 +02:00
Launchpad Translations on behalf of openerp 0092356492 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110806045917-dtct281fre1xnuss
2011-08-06 04:59:17 +00:00
Antony Lesuisse 330e12c557 [MERGE] trunk-usability-config-log-rco
bzr revid: al@openerp.com-20110806015221-jumsqgm6a9ofknr7
2011-08-06 03:52:21 +02:00
Antony Lesuisse bcc1d99808 [MERGE] trunk-usability-improve_filter-rmu
bzr revid: al@openerp.com-20110806005046-4w8w2rnapbw5wbx1
2011-08-06 02:50:46 +02:00
Antony Lesuisse 839c641912 [MERGE] trunk
bzr revid: al@openerp.com-20110805212128-yt73b49habo1kp78
2011-08-05 23:21:28 +02:00
Antony Lesuisse 891cedddb7 [FIX] temporarly disable faulty migration
bzr revid: al@openerp.com-20110805212044-haw8rwukakrkfzwm
2011-08-05 23:20:44 +02:00
Antony Lesuisse 4f2dee92a3 [MERGE] trunk
bzr revid: al@openerp.com-20110805211717-4bu7sz08l4hchrr8
2011-08-05 23:17:17 +02:00
Antony Lesuisse 6ecb84d303 [FIX] for view field, thinking about QuerySet...
bzr revid: al@openerp.com-20110805205007-12lvaks9y4y6827p
2011-08-05 22:50:07 +02:00
Raphael Collet 2d353ca2f8 [IMP] disable res.log when running config wizards; to be tested
bzr revid: rco@openerp.com-20110805153134-snpfjuw859wkrq36
2011-08-05 17:31:34 +02:00
Raphael Collet bd21085af2 [MERGE] from trunk
bzr revid: rco@openerp.com-20110805141802-v3na3dtcltdvkruv
2011-08-05 16:18:02 +02:00
Raphael Collet 03475f261d [IMP] add field view in user preferences view
bzr revid: rco@openerp.com-20110805141651-jhb54bawn9v8b2mv
2011-08-05 16:16:51 +02:00
Raphael Collet af70d386af [IMP] add implied groups to res.groups form
bzr revid: rco@openerp.com-20110805140514-0tugvu600nohxldt
2011-08-05 16:05:14 +02:00
Rucha (Open ERP) 1c317a4b53 [MERGE]: Merged with latest trunk-server as there are many changes regarding config wizards
bzr revid: rpa@tinyerp.com-20110805110804-erwfn43bi2kkstjl
2011-08-05 16:38:04 +05:30
Yogesh (OpenERP) 84c2c44ec3 [MERGE] Merge with trunk server upto revision no 3525.
bzr revid: ysa@tinyerp.com-20110805045507-cuw5gcj92l91y8ca
2011-08-05 10:25:07 +05:30
RavishchanraMurari (Open ERP) da9f43e278 filter_management_resummit
bzr revid: rmu@tinyerp.com-20110804130508-efncl6hfr99gyetz
2011-08-04 18:35:08 +05:30
Antony Lesuisse 934e7e8f8e [MERGE] client_actions and ir.todo rework by xmo
bzr revid: al@openerp.com-20110804115501-prpmo6lwrm6z989o
2011-08-04 13:55:01 +02:00
Xavier Morel 01f32f9f3f [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110804085455-647wwp0g4454kj1g
2011-08-04 10:54:55 +02:00
Raphael Collet ca29f41826 [FIX] data: remove address_id from users
bzr revid: rco@openerp.com-20110804065921-vjgj5nh4kkc6d72v
2011-08-04 08:59:21 +02:00
Raphael Collet 6cc4741217 [MERGE] improve name_get on res.partner.bank
bzr revid: rco@openerp.com-20110803152809-z4ka0hg0p6qlg0v9
2011-08-03 17:28:09 +02:00
Raphael Collet 005b310b6b [MERGE] improve button 'Start Update'
bzr revid: rco@openerp.com-20110803142611-7z6ed2yrpefw5fwu
2011-08-03 16:26:11 +02:00
Raphael Collet 98c9d8325d [MERGE] remove action 'apply schedule upgrades'
bzr revid: rco@openerp.com-20110803141645-7tm9bxxc834kb2z0
2011-08-03 16:16:45 +02:00
Raphael Collet fd413ecc7a [MERGE] simplify modules list view
bzr revid: rco@openerp.com-20110803141432-sv0jdwk2gm8e030c
2011-08-03 16:14:32 +02:00
Raphael Collet 03c3e02ba4 [IMP] for safety, do not drop column res_users.address_id
bzr revid: rco@openerp.com-20110803122618-9821lqc5kvrxti8h
2011-08-03 14:26:18 +02:00
Raphael Collet cf8204dc88 [MERGE] remove address_id from res_users
bzr revid: rco@openerp.com-20110803122335-boleg96hc1v3zzbi
2011-08-03 14:23:35 +02:00
Hardik Ansodariy (OpenERP) 02688be4cd [IMP]: improved name_get in res_partner_bank
bzr revid: han@tinyerp.com-20110803121348-dnw6l8ikfcw25cv8
2011-08-03 17:43:48 +05:30
Raphael Collet 71b82691b6 [IMP] user-address migration: drop column address_id
bzr revid: rco@openerp.com-20110803121317-qy3k5q4rjyp89vu9
2011-08-03 14:13:17 +02:00
Raphael Collet 978f6a9ab6 add migration script: copy user emails from their address
bzr revid: rco@openerp.com-20110803120814-8entoezaysjgv317
2011-08-03 14:08:14 +02:00
gpa 3e5e4dce7c [IMP]Improvement in code
bzr revid: gpa@tinyerp.com-20110803115348-kg6lhy40ylk4hnvq
2011-08-03 17:23:48 +05:30
gpa c761404086 [FIX] Fixed error of non-ascii charcter in label, remove by default condition True and display group
lp bug: https://launchpad.net/bugs/727263 fixed

bzr revid: gpa@tinyerp.com-20110803110559-83xiqnjtb510w8ka
2011-08-03 16:35:59 +05:30
Raphael Collet 04b192098f [MERGE] add group implications, and create group fields on users form
bzr revid: rco@openerp.com-20110803085503-sgklwad22n1d6xz9
2011-08-03 10:55:03 +02:00
Raphael Collet c4e7c76d04 reshape the users form view
bzr revid: rco@openerp.com-20110803075659-hb66ytaifqi4092e
2011-08-03 09:56:59 +02:00
Raphael Collet 3683a3aa06 move company field under Default Filters in user preferences view
bzr revid: rco@openerp.com-20110803065850-gtj6e9jpu8svz7mq
2011-08-03 08:58:50 +02:00
Raphael Collet c54b4ea969 redefine user preferences view
bzr revid: rco@openerp.com-20110802143002-ukmbqm8g9p0pdnoa
2011-08-02 16:30:02 +02:00
Raphael Collet a2be1bdbd7 add group implications
bzr revid: rco@openerp.com-20110802130834-0m7d7tt1ubls7xhn
2011-08-02 15:08:34 +02:00
Raphael Collet 4d79d7efc3 [IMP] get maximal group in set
bzr revid: rco@openerp.com-20110802121253-hpb7s3pi8eiofz2u
2011-08-02 14:12:53 +02:00
Yogesh (OpenERP) 877f9c70a8 [IMP] Remove colors tag in kanban view.
bzr revid: ysa@tinyerp.com-20110802121130-l33fu0c279xztwgl
2011-08-02 17:41:30 +05:30
Yogesh (OpenERP) dde6191c15 [ADD] add new kanban view.
bzr revid: ysa@tinyerp.com-20110802093659-btfev13seawo2d46
2011-08-02 15:06:59 +05:30
Raphael Collet a3a96878b9 [FIX] some incomplete behaviors
bzr revid: rco@openerp.com-20110801145143-sbxda31bazobej6k
2011-08-01 16:51:43 +02:00
Raphael Collet 8faed1a08a slight improvement of layout
bzr revid: rco@openerp.com-20110801142607-ie3lqx5j4u77wbbn
2011-08-01 16:26:07 +02:00
Raphael Collet 50a4801ff0 [IMP] add tooltip for groups
bzr revid: rco@openerp.com-20110801141722-50lbhy56zt6ppsng
2011-08-01 16:17:22 +02:00
Raphael Collet 31131ed5cb [IMP] classification of groups
bzr revid: rco@openerp.com-20110801140703-5odcxym9xnudffym
2011-08-01 16:07:03 +02:00
Mantavya Gajjar 992c7bc76e [FIX]: fix a problem of sending email if we are using sendmail tool with server action
it was coded in such way that we can not send email without --email-from parameter, but in case if we are using sendmail,
we can user user's emails or auto generated email to define email-from

bzr revid: mga@openerp.com-20110801114543-hi12oqciol8a62pc
2011-08-01 17:15:43 +05:30
Xavier Morel 4ae3738376 [IMP] sort imports, improve functional shortcuts to _load_data (include cr partial application)
bzr revid: xmo@openerp.com-20110801085728-hg81gop09evfzuzu
2011-08-01 10:57:28 +02:00
Xavier Morel 4f6bc445a9 [IMP] use logging in db initialization
bzr revid: xmo@openerp.com-20110801085506-5qjuq36mx3ql7b93
2011-08-01 10:55:06 +02:00
Xavier Morel f4fef55e2b [IMP] don't manually manage extracted indexes when enumerate() can do it for us
bzr revid: xmo@openerp.com-20110801085457-bw0x6af0xwqmf7e5
2011-08-01 10:54:57 +02:00
Xavier Morel 1e904fe6ad [IMP] db creation: cleanup logging and exception traceback reification
traceback.format_exc was introduced in Python 2.5, no need to muck around with StringIO and print_exc to get a traceback as a string

bzr revid: xmo@openerp.com-20110801085446-8t4oiiccinf9frvs
2011-08-01 10:54:46 +02:00
Xavier Morel 92a9836bbb [IMP] use dict.update instead of __setitem__ sequences
bzr revid: xmo@openerp.com-20110801073050-xr37h37sc8w8xhi5
2011-08-01 09:30:50 +02:00
Xavier Morel 923e4da38c [IMP] db-creation thread code: no need for a class with just a __call__ method, just provide a function
bzr revid: xmo@openerp.com-20110801072529-92okkttbl5h041q9
2011-08-01 09:25:29 +02:00
Hardik Ansodariy (OpenERP) b359943eb7 [IMP]: improved button in schedule upgrade
bzr revid: han@tinyerp.com-20110801055344-c7mg9i76optq9946
2011-08-01 11:23:44 +05:30
Boris Timokhin 2632bb3d04 base_module_import fix crash for not zip files, better module_name detection, codestyling
lp bug: https://launchpad.net/bugs/818951 fixed

bzr revid: qoqenator@gmail.com-20110731181724-6l35g3tqog79gi2m
2011-07-31 22:17:24 +04:00
Maximilian Gass f99e1b3eae [FIX] correct env hashbang line in a script
bzr revid: dmitrijs.ledkovs@credativ.co.uk-20110731140954-xegjvx7negcttpo1
2011-07-31 15:09:54 +01:00
Tristan Hill 7e036f062e [FIX] correct indentation
bzr revid: dmitrijs.ledkovs@credativ.co.uk-20110731134824-t2f3r6uxrw27ah45
2011-07-31 14:48:24 +01:00
Raphael Collet 90d202a4c9 fix methods read and write in users_view
bzr revid: rco@openerp.com-20110729151524-3szt56d6icc7j8pn
2011-07-29 17:15:24 +02:00
Raphael Collet dca1812f7f simple optimization when modifying groups of users
bzr revid: rco@openerp.com-20110729151216-7spi02jeibzl7jhz
2011-07-29 17:12:16 +02:00
Vo Minh Thu ee12a9c9c5 [REF] netsvc: comments (kind of notes to self).
bzr revid: vmt@openerp.com-20110729145609-cbzlre0rsfxld3xq
2011-07-29 16:56:09 +02:00
Xavier Morel 97f24f2da7 [FIX] auto-mark automatic todos as done when they're launched
bzr revid: xmo@openerp.com-20110729145106-chvzn58l8d0y7tt9
2011-07-29 16:51:06 +02:00
Xavier Morel f723234f4d [IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove 'hidden' state, fix relevant code sections
bzr revid: xmo@openerp.com-20110729142622-yxvi33planv3m5a0
2011-07-29 16:26:22 +02:00
Raphael Collet beaf6ec43c split code in two parts: the implied groups, and enhanced view
bzr revid: rco@openerp.com-20110729140400-agr3x0o7xpqxyt0p
2011-07-29 16:04:00 +02:00
gpa 66b0db7d3b [FIXED] Fixed the problem keyerror id
bzr revid: gpa@tinyerp.com-20110729133455-oed1zbu6qv9aa4uo
2011-07-29 19:04:55 +05:30
Raphael Collet 97dd3f3f41 move code around
bzr revid: rco@openerp.com-20110729124451-8c4txfklkoflc2c1
2011-07-29 14:44:51 +02:00
Raphael Collet 2633848b31 add implied groups in all cases
bzr revid: rco@openerp.com-20110729124235-95a3igb3cmunwiz1
2011-07-29 14:42:35 +02:00
Naresh (OpenERP) c86be45623 [FIX]:--debug option
lp bug: https://launchpad.net/bugs/815779 fixed

bzr revid: nch@tinyerp.com-20110729112019-yu4cbcgsmnph3iaz
2011-07-29 16:50:19 +05:30
Raphael Collet 8084d00780 improve API of some methods
bzr revid: rco@openerp.com-20110729110332-zv5agzip0sq2rwkr
2011-07-29 13:03:32 +02:00
Raphael Collet b4d2376aca update group and user views
bzr revid: rco@openerp.com-20110729102746-nqah2jqynqiz2lo5
2011-07-29 12:27:46 +02:00
Raphael Collet 7fb84245e9 add comments and small code improvements
bzr revid: rco@openerp.com-20110729101620-iknnq7vcchy9mlrr
2011-07-29 12:16:20 +02:00
Raphael Collet 3edcb0e8f3 small code improvements
bzr revid: rco@openerp.com-20110729101238-udkcecldiy9ybfwq
2011-07-29 12:12:38 +02:00
Raphael Collet a7c5e26646 small code improvements
bzr revid: rco@openerp.com-20110729100714-apwfhm3ee72fkmg9
2011-07-29 12:07:14 +02:00
Rucha (Open ERP) f4710857d1 [MERGE]: Added demo address for partners who had no address demo
bzr revid: rpa@tinyerp.com-20110729095611-p5pf2bzw5cien5ln
2011-07-29 15:26:11 +05:30
Raphael Collet 4fec9595c8 add function partition
bzr revid: rco@openerp.com-20110729094643-j0ky9qu3o3w2n1wr
2011-07-29 11:46:43 +02:00
Vo Minh Thu 40bde558c5 [REF] netsvc: removed abortResponse method.
bzr revid: vmt@openerp.com-20110729094122-8c2q2c1nx0x7jdmf
2011-07-29 11:41:22 +02:00
Raphael Collet 75a63f5eb4 improve group selection fields
bzr revid: rco@openerp.com-20110729084137-da89gorw9udmv8i0
2011-07-29 10:41:37 +02:00
Vo Minh Thu c4d7dde645 [REF] netsvc: object_proxy is no longer in netsvc.
bzr revid: vmt@openerp.com-20110729083824-onx5kklbgzb9pok2
2011-07-29 10:38:24 +02:00
Raphael Collet 82ba03cf9d fix fields_view_get, and hide selection field when app not selected
bzr revid: rco@openerp.com-20110729074025-ugr2rkm1mxnwle1s
2011-07-29 09:40:25 +02:00
Launchpad Translations on behalf of openerp b3b00733af Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110726043915-2jf6htp0r7lwtog2
bzr revid: launchpad_translations_on_behalf_of_openerp-20110727043303-c8vlizlwvgk8nbpy
bzr revid: launchpad_translations_on_behalf_of_openerp-20110729044742-d00u9akz8kbon8bv
2011-07-29 04:47:42 +00:00
Raphael Collet 8004cea65f build the view based on classified groups
bzr revid: rco@openerp.com-20110728145131-j8myem3vd25j1drf
2011-07-28 16:51:31 +02:00
Vo Minh Thu 64490ad5ac [REF] netsvc: removed unused kwarg.
bzr revid: vmt@openerp.com-20110728141910-r0z95l3mf1zeh8us
2011-07-28 16:19:10 +02:00
Vo Minh Thu 5f3f9e820e [REF] netsvc: Service._groups and joinGroup are unused.
bzr revid: vmt@openerp.com-20110728131034-q5wpiwqh7f860l5s
2011-07-28 15:10:34 +02:00
Raphael Collet ab63014e15 improve group classification
bzr revid: rco@openerp.com-20110728131022-1w6t86lnext9e2yg
2011-07-28 15:10:22 +02:00
Vo Minh Thu e193912717 [REF] netsvc: removed exportMethod that was only used with the previously removed class LocalService.
bzr revid: vmt@openerp.com-20110728123916-cobk8vk2oktkidke
2011-07-28 14:39:16 +02:00
Vo Minh Thu df555e35c1 [REF] netsvc: LocalService() can be a function.
bzr revid: vmt@openerp.com-20110728122856-ne9299uqh21xpabs
2011-07-28 14:28:56 +02:00
Vo Minh Thu d8db9e6b1d [REF] web_services: removed unused new_dispatch method.
bzr revid: vmt@openerp.com-20110728120754-deq2a4jiyhne1ynv
2011-07-28 14:07:54 +02:00
Raphael Collet 5444ec5a22 add method to compute the closure of the relation implied_ids
bzr revid: rco@openerp.com-20110728120654-q0tewgjk7qxf6t8h
2011-07-28 14:06:54 +02:00
Vo Minh Thu 5c24a193f7 [REF] web_services: removed unused class.
bzr revid: vmt@openerp.com-20110728120204-ezzhvkbvlw134n2b
2011-07-28 14:02:04 +02:00
Raphael Collet 8a459051d5 add method to get groups classified
bzr revid: rco@openerp.com-20110728095958-bgplcmlrwbp017nr
2011-07-28 11:59:58 +02:00
Raphael Collet 0c5ec449bf make group names translatable
bzr revid: rco@openerp.com-20110728072948-5nkse5obxz739r4r
2011-07-28 09:29:48 +02:00
Raphael Collet 33eef34349 first sketch of groups with boolean fields
bzr revid: rco@openerp.com-20110728072544-tyseggysom5y8azw
2011-07-28 09:25:44 +02:00
Rucha (Open ERP) a4b733ef4f [REVERT]: Reverted changes of existing partner addresses
bzr revid: rpa@tinyerp.com-20110728070254-zumdex7hxbrvxsqd
2011-07-28 12:32:54 +05:30
Rucha (Open ERP) 7143335b1a [IMP, FIX]: Improvement in some address data and fixed reference for real email id + typos
bzr revid: rpa@tinyerp.com-20110728061650-buak13wvm2rt91uf
2011-07-28 11:46:50 +05:30
Mayur Maheshwari (OpenERP) 68843312c9 [IMP]base:Improvement is done as per suggestion
bzr revid: mma@tinyerp.com-20110728050257-rofsfs3g320bzesf
2011-07-28 10:32:57 +05:30
Raphael Collet 398d401724 [IMP] add an implication relation between groups
bzr revid: rco@openerp.com-20110727131147-yiqgzy3sjv3ismvi
2011-07-27 15:11:47 +02:00
Amit (OpenERP) 1877d5ff58 [FIX]:base:From the modules list, they are too much icons on the right, just keep the icon to install a module (the first one), remove all the others from the list.
bzr revid: apa@tinyerp.com-20110727123444-vc7gfynspsc5l0vs
2011-07-27 18:04:44 +05:30
Amit (OpenERP) e9181a40d5 [FIX]:fixed ir.rule
bzr revid: apa@tinyerp.com-20110727121921-rxkekubawe870adh
2011-07-27 17:49:21 +05:30
Mayur Maheshwari (OpenERP) 2cfaf9dcca [IMP]base:Improvement is done
bzr revid: mma@tinyerp.com-20110727102907-hgj851tqrc1rub6y
2011-07-27 15:59:07 +05:30
Raphael Collet 0172177218 [IMP] rename menus Synchronize Terms and Synchronize Translations
bzr revid: rco@openerp.com-20110727100015-7vs3sn1wt12s0hf0
2011-07-27 12:00:15 +02:00
Raphael Collet c1fece2b6c [FIX] in Customized Views, make fields User and Original view required and ondelete='cascade'
bzr revid: rco@openerp.com-20110727095414-6uk2lq3vynfg9xtd
2011-07-27 11:54:14 +02:00
RavishchanraMurari (Open ERP) 348f4693c3 filter_management
bzr revid: rmu@tinyerp.com-20110727092226-z6vltblzo0hh3i29
2011-07-27 14:52:26 +05:30
Mayur Maheshwari (OpenERP) 05b688421a [IMP]base:added a real data in partners
bzr revid: mma@tinyerp.com-20110727072328-lh2756pgi88lt5vi
2011-07-27 12:53:28 +05:30
Mayur Maheshwari (OpenERP) 21051f94d0 [IMP]base:added a record Line as per suggestion
bzr revid: mma@tinyerp.com-20110727053635-hwdqjdl0sy41ddkq
2011-07-27 11:06:35 +05:30
Vo Minh Thu 69eb057063 [REF] expression: cosmetic changes.
bzr revid: vmt@openerp.com-20110726184806-j3nejlzo9ez5epb7
2011-07-26 20:48:06 +02:00
Vo Minh Thu 7315181412 [IMP] expression: added a small comment.
bzr revid: vmt@openerp.com-20110726172853-4yoxl1bdnd1sopvf
2011-07-26 19:28:53 +02:00
Vo Minh Thu 1fc22273aa [REF] cosmetic change.
bzr revid: vmt@openerp.com-20110726172458-tg9pxfr29suhczgt
2011-07-26 19:24:58 +02:00
Vo Minh Thu 705cbcf213 [IMP] expression: make one more assert pass in expression.py tests.
bzr revid: vmt@openerp.com-20110726152435-41jv1oryjkmiiy07
2011-07-26 17:24:35 +02:00
Vo Minh Thu 8522366247 [FIX] hack to (not) evaluate normalized domains:
expression.py now always normalize its given domain, but the evaluation code
for the orm_memory is just lacking. The fix simply skips any operator.

bzr revid: vmt@openerp.com-20110726152122-hi8y65fixcx65me8
2011-07-26 17:21:22 +02:00
Vo Minh Thu 53ff3e9a13 [REF] expression: splitted execute_recursive_in() in two:
- it does two unrelated things
- splitting it makes visible that ids2 and operator are no more used in some calls
- _rec_convert now behaves differently but it probably cannot be called with an empty ids arg anyway.

bzr revid: vmt@openerp.com-20110726142244-54ty1gn7jxxz3cwi
2011-07-26 16:22:44 +02:00
Nimesh (Open ERP) a5a07e4993 Add missing unique keys
lp bug: https://launchpad.net/bugs/789019 fixed

bzr revid: nco@tinyerp.com-20110726132137-h8go2l62xkn8pdme
2011-07-26 18:51:37 +05:30