Commit Graph

32132 Commits

Author SHA1 Message Date
Vo Minh Thu f23ec137ca [IMP] cron: the thread-safe variable is located inside openerp.cron; the configuration variable is just read once.
bzr revid: vmt@openerp.com-20110808140524-xj8sdm43upp4jr64
2011-08-08 16:05:24 +02:00
Vo Minh Thu d803d9192b [IMP] cron: the maximum number of cron threads is configurable.
bzr revid: vmt@openerp.com-20110808135453-qdlhkyupb6803jln
2011-08-08 15:54:53 +02:00
Vo Minh Thu ed1b2a92ca [IMP] cron: comments and docstrings.
bzr revid: vmt@openerp.com-20110808130502-htps768jts63m9sx
2011-08-08 15:05:02 +02:00
Vo Minh Thu faf2863a35 [IMP] cron: bracketed the jobs heap/dict with a lock.
bzr revid: vmt@openerp.com-20110715113845-zokj6cf6z0adj6h4
2011-07-15 13:38:45 +02:00
Vo Minh Thu f6b44ec779 [IMP] cron: forgot to add the new openerp.cron module.
bzr revid: vmt@openerp.com-20110715100127-8btlo3bluaju3em6
2011-07-15 12:01:27 +02:00
Vo Minh Thu ed910b5898 [IMP] cron: added some code to test the new threaded jobs, should be moved elsewhere.
bzr revid: vmt@openerp.com-20110715094051-7z5v2xu91uid0jtm
2011-07-15 11:40:51 +02:00
Vo Minh Thu 4b8708fb10 [IMP] cron: minor cleaning.
bzr revid: vmt@openerp.com-20110714151113-v07yr2rneqafbnni
2011-07-14 17:11:13 +02:00
Vo Minh Thu 2f115c21aa [IMP] cron: moved netsvc.Agent to openerp.cron.
bzr revid: vmt@openerp.com-20110714143209-bebn6xg91fcrxro9
2011-07-14 16:32:09 +02:00
Vo Minh Thu 32e830eb99 [IMP] cron: removed unnecessary multi-tasks per db in Agent, some cleaning.
bzr revid: vmt@openerp.com-20110714110809-sgsoev9i24589sn8
2011-07-14 13:08:09 +02:00
Vo Minh Thu b5daffc115 [IMP] registry: whene deleting a registry, also delete its cache and cron.
bzr revid: vmt@openerp.com-20110713153521-isn9bllnggbxwi0z
2011-07-13 17:35:21 +02:00
Vo Minh Thu 6f5eb6b91e [IMP] ir.cron: continued implementing multithreaded cron:
- use a lock to protect the number of threads
- the not task[0] condition in reschedule_in_advance is not really correct
- but we have to remove the Agent in favor of a real cron master thread.

bzr revid: vmt@openerp.com-20110713134933-gmfwddot50a3ib4k
2011-07-13 15:49:33 +02:00
Vo Minh Thu 95d21a8a7e [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110713134514-m492zql0p7fs6314
2011-07-13 15:45:14 +02:00
Vo Minh Thu 622e58b183 [MERGE] fields.py: cleaned a bit fields.property.
bzr revid: vmt@openerp.com-20110712153056-r02ulhgq8gnorinr
2011-07-12 17:30:56 +02:00
Antony Lesuisse ab3cab8955 [FIX] hr_timesheet_sheet test fix, marital is a selection
bzr revid: al@openerp.com-20110712145726-6zv3ip3qvtpmdtbb
2011-07-12 16:57:26 +02:00
Antony Lesuisse cea05b572e [MERGE] modifiers: fields state attribute support (niv)
bzr revid: al@openerp.com-20110712143816-b81j6qi418v2kir3
2011-07-12 16:38:16 +02:00
Antony Lesuisse 7c01ea22f3 [FIX] apply some merge review feeback
bzr revid: al@openerp.com-20110712143532-s0jeuh5rglzwijpn
2011-07-12 16:35:32 +02:00
niv-openerp e96243a12b [fix] some bug related to 'enter' button in m2o & editable lists
bzr revid: nicolas.vanhoren@openerp.com-20110712141610-o6h1xa9zb8vfgygi
2011-07-12 16:16:10 +02:00
Antony Lesuisse d3d8c5762c [FIX] hr_evaluation test fix, marital is a selection
bzr revid: al@openerp.com-20110712134615-huxbhop8wjryfqb5
2011-07-12 15:46:15 +02:00
Olivier Dony d2c3678335 [IMP] base_setup: avoid remultiple, useless restarts of osv pool
bzr revid: odo@openerp.com-20110712133843-15gxpmao4e62pn59
2011-07-12 15:38:43 +02:00
Fabien Meghazi 3e79375a01 [FIX] clean_action not always return action
bzr revid: fme@openerp.com-20110712133430-l55d0bwxwb0znke1
2011-07-12 15:34:30 +02:00
Olivier Dony 8874fb058f [FIX] module.loading: ensure installed modules are all loaded before installing new ones
After the recent change to make module install
atomically (code *and* data), we ran into issues
when installing a new module indirectly triggers
code of a not-yet-loaded-but-installed module,
via its data that is already in the database
(e.g. worflows or reports modified by this module
within another module, that now refer to its
code).
To avoid this, we now make sure that we only
install new modules on top of a consistent system
(code *and* data), by loading all installed or
'to upgrade' modules *before* starting to install
new ones.

lp bug: https://launchpad.net/bugs/809168 fixed

bzr revid: odo@openerp.com-20110712133343-unf610k23fa6d3pk
2011-07-12 15:33:43 +02:00
niv-openerp 65190b7f8c [imp] cosmetic change in m2o
bzr revid: nicolas.vanhoren@openerp.com-20110712130910-akmszcbyjwugkkk7
2011-07-12 15:09:10 +02:00
Fabien Meghazi 24e3ab4f07 [IMP] Improved & fixed some action dialogs problems. Added openerp.base.ActionDialog
bzr revid: fme@openerp.com-20110712124714-9jj58xrzi97negug
2011-07-12 14:47:14 +02:00
Antony Lesuisse 3ef156beda [FIX] hr_timesheet test fix, marital is a selection
bzr revid: al@openerp.com-20110712120748-q9l7tj38a0ehuk9d
2011-07-12 14:07:48 +02:00
Xavier Morel 9d2e29795e [IMP] only compute invisible attrs/modifier in list view, as for non-editable lists we may be missing fields required to compute required and readonly
and it's not like the list view needs those anyway: the handling of required and readonly in editable lists is performed solely by the form view embedded in each row, the list itself does not care at all

bzr revid: xmo@openerp.com-20110712095459-l8hkm6d0vg1ynb07
2011-07-12 11:54:59 +02:00
niv-openerp 287ed124d5 [imp] some imp to previous imp
bzr revid: nicolas.vanhoren@openerp.com-20110712091431-uf3o5z017c399izp
2011-07-12 11:14:31 +02:00
niv-openerp 2b47b7f69a [imp] added some debugging tools
bzr revid: nicolas.vanhoren@openerp.com-20110712091131-ixr36d9dyilfnoyj
2011-07-12 11:11:31 +02:00
Fabien Meghazi 8c761e24be [IMP] Better default action flags
bzr revid: fme@openerp.com-20110712091110-wa1v3s3p148g2nig
2011-07-12 11:11:10 +02:00
Vo Minh Thu 1f6833e708 [IMP] fields.py: removed unused import (and cyclic dependency!).
bzr revid: vmt@openerp.com-20110712083711-6serbntp8y5fn3qy
2011-07-12 10:37:11 +02:00
Launchpad Translations on behalf of openerp d335a858bf Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110712043923-dd4xl3470offf67p
2011-07-12 04:39:23 +00:00
Launchpad Translations on behalf of openerp 9fcea81c1c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110712043523-jj2h4fyxgaev36dr
2011-07-12 04:35:23 +00:00
Quentin (OpenERP) 406c263cb5 [IMP] account_asset demo data improved
bzr revid: qdp-launchpad@openerp.com-20110711224750-jjxa3f6odywwif99
2011-07-12 00:47:50 +02:00
Quentin (OpenERP) ea352912f6 [MERGE] merged feature branch of hr_payroll project
bzr revid: qdp-launchpad@openerp.com-20110711224354-164tsr63k633os70
2011-07-12 00:43:54 +02:00
Quentin (OpenERP) 4931d847ec [IMP] hr_payroll_account: code cleaning and fixing
bzr revid: qdp-launchpad@openerp.com-20110711224010-8jx0prw252dg02a2
2011-07-12 00:40:10 +02:00
Quentin (OpenERP) 7d9737c0f5 [IMP] account: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110711222350-kuz1l5q1tky6acyu
2011-07-12 00:23:50 +02:00
Quentin (OpenERP) 69b13f877c [IMP] hr_contract: completly removed passport field as it was already present in hr.employee
bzr revid: qdp-launchpad@openerp.com-20110711215710-iqfhdjer7g1tmyml
2011-07-11 23:57:10 +02:00
Quentin (OpenERP) e641b54dac [FIX] hr_contract: passport into char instead of m2o
bzr revid: qdp-launchpad@openerp.com-20110711214754-qafeimh8ksmcp2e4
2011-07-11 23:47:54 +02:00
Raphael Collet 282b3597de [MERGE] portal wizard fix
bzr revid: raphael.collet@gmail.com-20110711183214-kid448lr2my1y2w5
2011-07-11 20:32:14 +02:00
Raphael Collet 626bc8092a [FIX] bug in portal wizard: only existing users were sent an email
bzr revid: raphael.collet@gmail.com-20110711182354-6z1caly1vrfy1qo6
2011-07-11 20:23:54 +02:00
Quentin (OpenERP) 8d29e89f44 [IMP] hr_contract: changed passport into char field and removed useless object
bzr revid: qdp-launchpad@openerp.com-20110711170401-q71lycboq23izgnv
2011-07-11 19:04:01 +02:00
Quentin (OpenERP) 5ec533eb67 [MERGE] merged main trunk addons branch
bzr revid: qdp-launchpad@openerp.com-20110711163839-v1bdt337kds3072n
2011-07-11 18:38:39 +02:00
Vo Minh Thu cadfd7d85f [FIX] fields.property: typos/misnamed variables.
bzr revid: vmt@openerp.com-20110711161558-kac442kzcu3ujvj4
2011-07-11 18:15:58 +02:00
Fabien Meghazi b25d3dc26b [IMP] Basic implementation of FormView.stop()
bzr revid: fme@openerp.com-20110711161546-b030c361iqvg3wyr
2011-07-11 18:15:46 +02:00
Quentin (OpenERP) 19a27dbd9a [MERGE] feature branch for assets management
bzr revid: qdp-launchpad@openerp.com-20110711161429-x0akj5anlsijs6z9
2011-07-11 18:14:29 +02:00
Quentin (OpenERP) ecec854b0c [IMP] stock: improved help tooltip on name of stock.tracking object
bzr revid: qdp-launchpad@openerp.com-20110711161122-m4tay22l287kka1h
2011-07-11 18:11:22 +02:00
Quentin (OpenERP) 76c7432e3b [IMP] stock: improved translatability
bzr revid: qdp-launchpad@openerp.com-20110711160956-k3ehprj6vmx5hy4y
2011-07-11 18:09:56 +02:00
Quentin (OpenERP) cc5639bbac [IMP] usaiblity improvements
bzr revid: qdp-launchpad@openerp.com-20110711160549-n2rgb060zuo51g65
2011-07-11 18:05:49 +02:00
Quentin (OpenERP) 9c3534843d [IMP] base, rng: allowed name attribute on separator tag
bzr revid: qdp-launchpad@openerp.com-20110711160137-d5thipksjw7e8vqn
2011-07-11 18:01:37 +02:00
Fabien Meghazi 79ef9872c8 [FIX] WidgetFrame fetches fields_view.fields property on non 'field' tags
bzr revid: fme@openerp.com-20110711154802-y2q3et23mmylomd5
2011-07-11 17:48:02 +02:00
Quentin (OpenERP) 4f77873577 [IMP] payroll: small usabiltiy improvements
bzr revid: qdp-launchpad@openerp.com-20110711150309-z1j2780kijojmzep
2011-07-11 17:03:09 +02:00