Commit Graph

32416 Commits

Author SHA1 Message Date
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 71c99b0bf9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110705050749-wf71ohs7sr76pogi
bzr revid: launchpad_translations_on_behalf_of_openerp-20110712052234-2icbsq4bfvmyqvev
2011-07-12 05:22:34 +00: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
Xavier Morel 94ed3f9e75 [FIX] some warnings
bzr revid: xmo@openerp.com-20110711145907-inumrb183i01a35n
2011-07-11 16:59:07 +02:00
Xavier Morel df955d1dc8 [IMP] remove some intermediate variables crud in graph
bzr revid: xmo@openerp.com-20110711145816-lrk9y1iijcy6yptl
2011-07-11 16:58:16 +02:00
Xavier Morel 417279b641 [MERGE] graph view
bzr revid: xmo@openerp.com-20110711145303-pix4dxlg1gt1mdga
2011-07-11 16:53:03 +02:00
Fabien Meghazi 7428091aba [FIX] Notebook page does not honnor modifiers
bzr revid: fme@openerp.com-20110711144851-wavg5u1l1us9atc8
2011-07-11 16:48:51 +02:00
Vo Minh Thu e3725cb3a6 [FIX] fields.property: set the m2o fields as False instead of browse_null.
bzr revid: vmt@openerp.com-20110711142503-pokzph1wgo2j3223
2011-07-11 16:25:03 +02:00
Vo Minh Thu 68801b0df2 [MERGE] module.loading: attempt to load each module atomically within load_module_graph.
bzr revid: vmt@openerp.com-20110711141214-wqrrlyd3hxk4kj9i
2011-07-11 16:12:14 +02:00
Vo Minh Thu 0568b08bea [FIX] loading: pool.get("ir.module.module") was done before it was available.
bzr revid: vmt@openerp.com-20110711141045-c3pyqe0zuwxlljip
2011-07-11 16:10:45 +02:00
Quentin (OpenERP) f72a13541f [MERGE] account_asset: ir.actions.todo
bzr revid: qdp-launchpad@openerp.com-20110711134434-0udni21bymwhcqqh
2011-07-11 15:44:34 +02:00
Quentin (OpenERP) 837d4b159b [MERGE] account_asset: demo data
bzr revid: qdp-launchpad@openerp.com-20110711134021-14hyeqglxgddvmo5
2011-07-11 15:40:21 +02:00
Ujjvala Collins (OpenERP) 41b405e328 [IMP] account_asset: Improved indentation.
bzr revid: uco@tinyerp.com-20110711133758-ced91cinx0th5tr3
2011-07-11 19:07:58 +05:30
Ujjvala Collins (OpenERP) 7d42d7b69f [ADD] account_asset: Added steps for opening asset category form view on configuration wizard.
bzr revid: uco@tinyerp.com-20110711132923-e0v4c78ujd6x1bsd
2011-07-11 18:59:23 +05:30
Ujjvala Collins (OpenERP) 650b1109c5 [IMP] account_asset: Small improvement.
bzr revid: uco@tinyerp.com-20110711132126-qfcf0yseujkjr0ea
2011-07-11 18:51:26 +05:30
Vo Minh Thu 5265ceeffc [IMP] fields.py: removed unnecessary initialization.
bzr revid: vmt@openerp.com-20110711131804-1p9qk2j9zp2uuevy
2011-07-11 15:18:04 +02:00
Ujjvala Collins (OpenERP) 62ff066719 [IMP] account_asset: Improved demo file
bzr revid: uco@tinyerp.com-20110711131427-bck8jzp055bmwoye
2011-07-11 18:44:27 +05:30
Ujjvala Collins (OpenERP) a0ada4097a [ADD] account_asset: Added demo data file.
bzr revid: uco@tinyerp.com-20110711125150-ig24j3jtl2ro5nvx
2011-07-11 18:21:50 +05:30
Olivier Dony cc7fae257f [IMP] module.loading: attempt to load each module atomically within load_module_graph (untested, work-in-progress)
bzr revid: odo@openerp.com-20110711124958-p91752exwv21sdf8
2011-07-11 14:49:58 +02:00
Vo Minh Thu 2fe91df6ad [IMP] fields.py: tidying up before merging in trunk.
bzr revid: vmt@openerp.com-20110711123414-5nf29awpui5x0pp6
2011-07-11 14:34:14 +02:00