Commit Graph

34564 Commits

Author SHA1 Message Date
Vo Minh Thu d743353e16 [IMP] wsgi: provide the start- and stop-server functions.
bzr revid: vmt@openerp.com-20110914150603-zu6zh4v7pmnchvf3
2011-09-14 17:06:03 +02:00
Vo Minh Thu 46ad605226 [IMP] wsgi:
- added Microsoft specific header for webdav.
- serve WSGI handlers with werkzeug when available.
- effectively use WSGI instead of netsvc HTTP stack.

bzr revid: vmt@openerp.com-20110914104300-n0l3dnmdu3jau7w2
2011-09-14 12:43:00 +02:00
Vo Minh Thu d593e484c4 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110913144916-er9fnuj00cj93cev
2011-09-13 16:49:16 +02:00
Vo Minh Thu ad06d1ba56 [FIX] This complements commit 3511,
revision-id: odo@openerp.com-20110714105552-9tgofrjtdgjmgc4b.
Each OpenERP cursor is mapped to a single psycopg2 connexion.
When a cursor is closed, the connexion is pushed back to a
pool and reused later. Now that the 'snapshot isolation' level
is used, the fact we didn't properly commit/rollback a
transaction appears: some 'concurrent' update showed up.
The fix is simple: whenever a cursor is closed, we rollback
any pending operation (which is the expected behavior).
(Furthermore, the connexion is explicitely closed when the
connexion is pushed back but not kept in the pool.)

bzr revid: vmt@openerp.com-20110913143444-s49r7r2h6m00p5s3
2011-09-13 16:34:44 +02:00
Stephane Wirtel 2a59ce92e3 [MERGE] Email Framework - lp:~openerp-dev/openobject-addons/trunk-emails-unified
bzr revid: stw@openerp.com-20110913140016-zzfynrnjdaap0tfb
2011-09-13 16:00:16 +02:00
Olivier Dony 2a40f9a499 [FIX] *: browse_record getattr() now propagates context
When a different context needs to be passed to the
method call, it must now be an explicit keyword.
By default it can be ommitted in most cases.

bzr revid: odo@openerp.com-20110913134551-nmr80dgeolotplub
2011-09-13 15:45:51 +02:00
Olivier Dony 196c11d41e [MERGE] latest trunk
bzr revid: odo@openerp.com-20110913132843-eo7vevh8h9924hm2
2011-09-13 15:28:43 +02:00
Olivier Dony 163edf2f90 [IMP] mail: typo
bzr revid: odo@openerp.com-20110913132340-9ykde8wsvyowa1gd
2011-09-13 15:23:40 +02:00
Olivier Dony 8a2bc42c3c [IMP] openerp-server: setup signal handlers earlier, spellcheck
bzr revid: odo@openerp.com-20110913131042-neaa6zwudwxwdded
2011-09-13 15:10:42 +02:00
Quentin (OpenERP) d8d3afa070 [MERGE] merged the branch with the belgian rules for hr_payroll (hr_payroll_l10n_be module)
bzr revid: qdp-launchpad@openerp.com-20110913122823-nnb9pb6upzm40pu1
2011-09-13 14:28:23 +02:00
niv-openerp 891c215272 [imp] removed completely this.log
bzr revid: nicolas.vanhoren@openerp.com-20110913121728-ehqqsimfqyqzj1m1
2011-09-13 14:17:28 +02:00
Quentin (OpenERP) 8cc8d06815 [IMP] hr_payroll_l10n_be: demo data imp
bzr revid: qdp-launchpad@openerp.com-20110913121347-5vgx5pednajuqy4j
2011-09-13 14:13:47 +02:00
niv-openerp b8d2c86435 [fix] problem with new login, when the user is not really already logged in
bzr revid: nicolas.vanhoren@openerp.com-20110913121038-0x7tifkpzgplk6lb
2011-09-13 14:10:38 +02:00
niv-openerp 22b3a15746 [imp] simplified logging api + fix problem with ie8 and logging
bzr revid: nicolas.vanhoren@openerp.com-20110913120800-m8tfmqoakruq78la
2011-09-13 14:08:00 +02:00
Quentin (OpenERP) dac8a9e4fb [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110913120012-339iigyjojh89sy3
2011-09-13 14:00:12 +02:00
Olivier Dony d2c07d6c55 [FIX] crm: incorrect view re-introduced by bad trunk merge
bzr revid: odo@openerp.com-20110913110048-idsavanmlj93i92o
2011-09-13 13:00:48 +02:00
niv-openerp 754924a122 [fix] some problems with preceding improvement related to login
bzr revid: nicolas.vanhoren@openerp.com-20110913102936-8xjjba5q1gmi8xts
2011-09-13 12:29:36 +02:00
niv-openerp 71e7470847 [imp] modified login to only depend on the session_id to restore a session, this will make some bugs to user_context and password disapear
bzr revid: nicolas.vanhoren@openerp.com-20110913102320-dhw4p91ohyk438d1
2011-09-13 12:23:20 +02:00
Quentin (OpenERP) 6bbc9c7636 [IMP] hr_payroll_l10n_be: added demo data
bzr revid: qdp-launchpad@openerp.com-20110913101624-pyjklskv0g3g6huz
2011-09-13 12:16:24 +02:00
Quentin (OpenERP) e79ba9a481 [IMP] hr_payroll_l10n_be: belgian rules
bzr revid: qdp-launchpad@openerp.com-20110913094125-9u92wc9ggjt6yc2j
2011-09-13 11:41:25 +02:00
Quentin (OpenERP) 2939abdf3d [IMP] hr: added default value for marital field
bzr revid: qdp-launchpad@openerp.com-20110913094046-gvdcr59ohvglkogq
2011-09-13 11:40:46 +02:00
niv-openerp 10a8ef00cd [fix] problem with statusbar, does not use all states when no visible state defined
bzr revid: nicolas.vanhoren@openerp.com-20110913093409-u2qaby393y9pzb02
2011-09-13 11:34:09 +02:00
Olivier Dony 30cc28efbb [FIX] crm: button/action methods must not return None
bzr revid: odo@openerp.com-20110913085249-tyv40pa84t4n2n01
2011-09-13 10:52:49 +02:00
niv-openerp ef5f1ab9bc [fix] second attempt to correct bug in header
bzr revid: nicolas.vanhoren@openerp.com-20110913082755-e7hlwmwcq5t4asx1
2011-09-13 10:27:55 +02:00
Fabien Meghazi a6b981eca5 [IMP] Improved kanban view
bzr revid: fme@openerp.com-20110913081533-k818up8n446jh6xc
2011-09-13 10:15:33 +02:00
Quentin (OpenERP) 0b5ca42807 [IMP] hr_payroll_l10n_be: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110913080144-cbmybbxbsdcdkh4b
2011-09-13 10:01:44 +02:00
Quentin (OpenERP) 7046c84d87 [IMP] hr_payroll_l10n_be: replaced tabs with 4 spaces and corrected identation on xml files
bzr revid: qdp-launchpad@openerp.com-20110913075906-bk8zt2x3xry9141e
2011-09-13 09:59:06 +02:00
Quentin (OpenERP) a5b2f68edb [IMP] hr_payroll: demo data improvement
bzr revid: qdp-launchpad@openerp.com-20110913074705-ai34g7g6wcwou4aw
2011-09-13 09:47:05 +02:00
Xavier Morel 2b8c7d5115 [FIX] unbreak explicitly providing ?debug parameter or clicking on logo to go back to home/reload page
bzr revid: xmo@openerp.com-20110913073804-hiuksj2bu4pei6df
2011-09-13 09:38:04 +02:00
Xavier Morel 7a31d4258b [FIX] application content moving around the content area if the secondary menu is closed
lp bug: https://launchpad.net/bugs/842793 fixed

bzr revid: xmo@openerp.com-20110913073730-caukax89lhgwqpch
2011-09-13 09:37:30 +02:00
Quentin (OpenERP) 9da68e3569 [IMP] hr_payroll_l10n_be: change author to OpenERP
bzr revid: qdp-launchpad@openerp.com-20110913073707-k2wdu0o2op5qvy53
2011-09-13 09:37:07 +02:00
Quentin (OpenERP) c7862447c2 [MERGE] sale_crm: -In search view,positioned fields after 'user_id' field in place of removed 'date_order' field of sale.order
bzr revid: qdp-launchpad@openerp.com-20110913072103-00ndbex3y3eomm5v
2011-09-13 09:21:03 +02:00
Xavier Morel e98be6cbae [FIX] version specifier for werkzeug in setup.py file
bzr revid: xmo@openerp.com-20110913071205-kak4ylecmtpviw0x
2011-09-13 09:12:05 +02:00
Quentin (OpenERP) 16a0c5514e [IMP] account_followup: added dependency to account_accountant module (otherwise the menu to send followups is not visible)
bzr revid: qdp-launchpad@openerp.com-20110913070847-4kkp36wp5pyepq6h
2011-09-13 09:08:47 +02:00
Xavier Morel 1a9b02a407 [FIX] searchview-related issues in viewmanageraction
bzr revid: xmo@openerp.com-20110913065200-t6tec8fg27oh1i7k
2011-09-13 08:52:00 +02:00
Xavier Morel 4c35dde0e0 [FIX] reintroduce code which was not redundant after all
bzr revid: xmo@openerp.com-20110913064745-xk3xgmqkmu2zh6hp
2011-09-13 08:47:45 +02:00
Xavier Morel 2f05581439 [FIX] correctly return readyness deferred from ViewManagerAction's start method
bzr revid: xmo@openerp.com-20110913063830-eyyfczieq6w1b1j4
2011-09-13 08:38:30 +02:00
Xavier Morel 2f7229de36 [IMP] remove redundant code in ViewManagerAction initializer
bzr revid: xmo@openerp.com-20110913063617-jh69s47vgwxokba1
2011-09-13 08:36:17 +02:00
Xavier Morel 7c75a5e35c [IMP] cleanup fubared whitespace
bzr revid: xmo@openerp.com-20110913063346-dq34na1d8ygvks1f
2011-09-13 08:33:46 +02:00
Xavier Morel 625c933bf6 [FIX] issue with searchview appearing alongside non-searchable views (e.g. form) when they're the primary (initially loaded) view for an action
bzr revid: xmo@openerp.com-20110913063238-hki65oukviah8u2k
2011-09-13 08:32:38 +02:00
Xavier Morel 9e3fe8e471 [FIX] issues with list not being a primary action view
* ViewManagerAction should always instantiate a DataSetSearch, if
  there's a res_id add it to the DataSet
* Always define a base DataGroup (groupless) on the ListView's groups,
  so it can be shown() without a search (will just use default dataset
  parameters)

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

bzr revid: xmo@openerp.com-20110913063121-ry2cuwiuqfo655xe
2011-09-13 08:31:21 +02:00
Meera Trambadia (OpenERP) b86fb12ae8 [FIX] sale_crm:-In search view,positioned fields after 'name' field in place of removed 'date_order' field of sale.order
lp bug: https://launchpad.net/bugs/847791 fixed

bzr revid: mtr@tinyerp.com-20110913062126-3lhad3hofobvsxac
2011-09-13 11:51:26 +05:30
Launchpad Translations on behalf of openerp 7f592a5710 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110913044725-83ul721ul6simuo8
2011-09-13 04:47:25 +00:00
Olivier Dony d22c3043aa [FIX] marketing_campaign: typos and cleanup
bzr revid: odo@openerp.com-20110912180025-scdjvcnquo07zcha
2011-09-12 20:00:25 +02:00
Olivier Dony 7b6f5176ad [IMP] crm.lead: overridden name_get to hide the inherited res.partner.address behavior
bzr revid: odo@openerp.com-20110912171701-x68ngyw3hot90or0
2011-09-12 19:17:01 +02:00
Olivier Dony 59b200ea85 [IMP] crm: cleanup `add note` wizard
bzr revid: odo@openerp.com-20110912171530-2p5l211791schp6d
2011-09-12 19:15:30 +02:00
Fabien Meghazi a3a09a6229 [ADD] Kanban: added default group by
bzr revid: fme@openerp.com-20110912160442-lo1rxw4itov8srel
2011-09-12 18:04:42 +02:00
niv-openerp 0dc2bcf218 [fix] problem with some server errors that have a fault_code which is an int
bzr revid: nicolas.vanhoren@openerp.com-20110912160326-c8ayrno6x6appzuv
2011-09-12 18:03:26 +02:00
niv-openerp e10fbbe555 [fix] problem in o2m when creating a record (hope this wont make something else crash)
bzr revid: nicolas.vanhoren@openerp.com-20110912155837-ersyabu3jzc62wax
2011-09-12 17:58:37 +02:00
Olivier Dony 1044d63047 [MERGE] view.rng: @default_group_by for kanban view
bzr revid: odo@openerp.com-20110912152416-rk42c970okvdyla3
2011-09-12 17:24:16 +02:00