Commit Graph

34842 Commits

Author SHA1 Message Date
Vadim - SmartMode LTD 87eddb19d3 [IMP] l10n_uk: replaced the old chart of accounts by a new one. Courtesy to Vadim - SmartMode LTD
bzr revid: qdp-launchpad@openerp.com-20110916140134-27ucx18mw8cmk4c4
2011-09-16 16:01:34 +02:00
niv-openerp b1d49ca31f [imp] added command line option to define if server should be threaded
bzr revid: nicolas.vanhoren@openerp.com-20110916131844-v621bmklo0lvd517
2011-09-16 15:18:44 +02:00
niv-openerp 21e7164400 [imp] removed logging message that made errors
bzr revid: nicolas.vanhoren@openerp.com-20110916124433-367munzzhjehjzr5
2011-09-16 14:44:33 +02:00
Stephane Wirtel 73f8c52ad2 [FIX] base: res_currency#company_id remove the default value based on the currency of the company
bzr revid: stw@openerp.com-20110915142638-gmpk24otjtrv0jtz
2011-09-15 16:26:38 +02:00
Stephane Wirtel 46d4042fe4 [IMP] base: show the 'field' field in the search view
bzr revid: stw@openerp.com-20110915142438-rk0x1xjn3h4qre2d
2011-09-15 16:24:38 +02:00
Vo Minh Thu 9c470cda34 [MERGE] ir_action: properly handle the False value for a reference field in a onchange method.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916123948-qaoou8rj2rx5l4ou
2011-09-16 14:39:48 +02:00
Vo Minh Thu 20d7d05a60 [IMP] openerp.modules.db: nice critical logging, and nice IOError exception
when the base.sql is not found.

bzr revid: vmt@openerp.com-20110916121315-lklf5nib8u1pztk5
2011-09-16 14:13:15 +02:00
niv-openerp 3db8df9e85 [imp] put back widget documentation, parce que je le vaux bien
bzr revid: nicolas.vanhoren@openerp.com-20110916120053-wbxyl4rjvai9one7
2011-09-16 14:00:53 +02:00
Quentin (OpenERP) 0fc100548f [MERGE] lp:725028
bzr revid: qdp-launchpad@openerp.com-20110916114128-7d5zpp5joe0t9oe0
2011-09-16 13:41:28 +02:00
Quentin (OpenERP) 68905a0562 [FIX] improved fix of lp725028 (Stock picking rate wrongly computed when delivering tasks with project_mrp)
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: qdp-launchpad@openerp.com-20110916113832-63sig807dkbgugo2
2011-09-16 13:38:32 +02:00
niv-openerp 47f152d499 [imp] modified wsgi loading according to vmt indications
bzr revid: nicolas.vanhoren@openerp.com-20110916110347-1ep18zoyskz9kysz
2011-09-16 13:03:47 +02:00
Vo Minh Thu 70898d7287 [MERGE] orm: export boolean values as strings, even for False.
lp bug: https://launchpad.net/bugs/831009 fixed

bzr revid: vmt@openerp.com-20110916103726-x7nmconcxem915m1
2011-09-16 12:37:26 +02:00
niv-openerp 08143aaab5 [fix] partially solve problem when restituting session and problem with server (disconnected, database dropped, etc...)
bzr revid: nicolas.vanhoren@openerp.com-20110916102555-myvdxf30fl7jpb3a
2011-09-16 12:25:55 +02:00
Vo Minh Thu caef181733 [FIX] ir_action: avoid returning a None context.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916101432-cj8xd7uefy0k5suz
2011-09-16 12:14:32 +02:00
Quentin (OpenERP) 115607339a [MERGE] lp: 801348
bzr revid: qdp-launchpad@openerp.com-20110916085120-2rxtu8j8rrcejbv4
2011-09-16 10:51:20 +02:00
Quentin (OpenERP) 62112460fe [MERGE] merged a branch that add a contraint on account type's defferal method for accounts payable/receivable, to avoid common configuration mistakes
bzr revid: qdp-launchpad@openerp.com-20110916084024-5ncitdnyjtshln53
2011-09-16 10:40:24 +02:00
Vo Minh Thu 8254ffe9c8 [MERGE] ir_actions: swapped (corrected) signal name with module name, usability enhancement.
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: vmt@openerp.com-20110916082907-n73wothbef0wfq2i
2011-09-16 10:29:07 +02:00
Xavier Morel 556a17d5bc [FIX] race condition in RegistryManager
When two requests arrive simultanously for the same uninitialized db,
the first request starts the db initialization, but the second one
immediately gets the partially uninitialized registry (actually just
created, so generally completely uninitialized), leading to an access
error in later code (as soon as a registry object is accessed).

Add a GRML (Global RegistryManager Lock) to ensure the RegistryManager
*never* returns a partially initialized registry.

The current implementation is simple (just lock all RegistryManager
methods before they manipulate registries), but overly broad. This is
an area which might be optimizable if there are perf/responsivity
issues (e.g. each Registry instance could have a lock, and the
RegistryManager would grab the instance's, allowing the inititlization
of registry A not to block registry B from being returned in heavily
concurrent uses).

However this is not an issue in multiprocessing scenarios, which are
being planned for the near future. So for now, being correct is
probably the best idea.

bzr revid: xmo@openerp.com-20110916075227-0zutzlxn2dcd94c4
2011-09-16 09:52:27 +02:00
Olivier Dony 6283e78aaf [I18N] account: fix duped entries in account.pot and fr.po after recent merge
bzr revid: odo@openerp.com-20110916075057-3oy1vn5s9nfc6338
2011-09-16 09:50:57 +02:00
Olivier Dony 09339819e9 [FIX] account: typo in balance sheet report horizontal, during recent merge
bzr revid: odo@openerp.com-20110916074501-cj06n22gw062o2k4
2011-09-16 09:45:01 +02:00
Ujjvala Collins (OpenERP) d809f79881 [IMP] project_mrp: Improved code. Fixed computation problem.
bzr revid: uco@tinyerp.com-20110916073452-qg0k91uzw7jdj1sk
2011-09-16 13:04:52 +05:30
Quentin (OpenERP) b96d080b73 [MERG€] lp:798696
bzr revid: qdp-launchpad@openerp.com-20110916072540-f8j1uhnu04caq45y
2011-09-16 09:25:40 +02:00
Rucha (Open ERP) 3c2b563af0 [FIX]: purchase: Fixed, When creating moves for incomming picking, address_id was not correctly set, so reception analysis was not displaying proper partner information
bzr revid: rpa@tinyerp.com-20110916062025-2g1iw4iprnzv8d1f
2011-09-16 11:50:25 +05:30
Ujjvala Collins (OpenERP) de4a858a25 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110916051803-2c4c7i7j2s7bkrr8
2011-09-16 10:48:03 +05:30
Launchpad Translations on behalf of openerp d101d3fbaa Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110916043614-dx3d800b9sj5wm7b
2011-09-16 04:36:14 +00:00
Quentin (OpenERP) 9050048ecc [MERGE] lp: 803881. Courtesy to Patrick Amstutz (patrick-amstutz)
bzr revid: qdp-launchpad@openerp.com-20110915173053-d2pcr3198ocneeoe
2011-09-15 19:30:53 +02:00
Olivier Dony 503d37abcd [MERGE] base_synchro: view/menu improvements, courtesy of Quentin Theuret
bzr revid: odo@openerp.com-20110915170504-47herfs0679aal0e
2011-09-15 19:05:04 +02:00
Olivier Dony 87cb3df71e [MERGE] base_synchro: some fixes for synchronization, courtesy of Olivier Ligot (Groupe S)
bzr revid: odo@openerp.com-20110915170222-7fnsrwyld2a8fzrz
2011-09-15 19:02:22 +02:00
Quentin (OpenERP) 9807a4a097 [MERGE] bug-784364-bde
bzr revid: qdp-launchpad@openerp.com-20110915165803-ds10y2ityf9fiia6
2011-09-15 18:58:03 +02:00
Quentin (OpenERP) f0d47c5d30 [MERGE] merged asset enhancement: prorata feature on degressive method
bzr revid: qdp-launchpad@openerp.com-20110915165000-h9kxm198ee8jhexm
2011-09-15 18:50:00 +02:00
Olivier Dony 884d5ad5c0 [MERGE] account: improvements to legal reports (translations, formatting, etc.), courtesy of Bogdan Stanciu
bzr revid: odo@openerp.com-20110915164005-p2xhbec13q162l2v
2011-09-15 18:40:05 +02:00
Quentin (OpenERP) ffd416e00e [MERGE[ hr_payroll: usability enhancement
bzr revid: qdp-launchpad@openerp.com-20110915163050-n2ueot8ee2vb0ljq
2011-09-15 18:30:50 +02:00
Quentin (OpenERP) d4c1e8ad34 [MERGE[ hr_payroll: fix payslip detail report
bzr revid: qdp-launchpad@openerp.com-20110915162818-wupvt4i1n3wwxpxr
2011-09-15 18:28:18 +02:00
Quentin (OpenERP) d7dc402fee [MERGE[ hr_payroll_account: journal_id on payslip run
bzr revid: qdp-launchpad@openerp.com-20110915162603-psjo4r9m6869v2ny
2011-09-15 18:26:03 +02:00
Quentin (OpenERP) c6b54e0e0f [MERGE] payroll small usability enhancement
bzr revid: qdp-launchpad@openerp.com-20110915162209-e40c6guzq40uf3uq
2011-09-15 18:22:09 +02:00
Quentin (OpenERP) 4e10148db9 [MERGE] merged crm-demo-data-apr branch
bzr revid: qdp-launchpad@openerp.com-20110915160818-7ahoap29u8cgnaym
2011-09-15 18:08:18 +02:00
Vo Minh Thu cd89f5a5a4 [MERGE] fields: correct (5,_) operation on many2many (delete instead of set null).
lp bug: https://launchpad.net/bugs/818189 fixed

bzr revid: vmt@openerp.com-20110915152052-ujbfj2zgv06eairy
2011-09-15 17:20:52 +02:00
Vo Minh Thu 94662b9727 [MERGE] orm: convert exception to unicode.
lp bug: https://launchpad.net/bugs/811519 fixed

bzr revid: vmt@openerp.com-20110915145933-p2apahreex255nd6
2011-09-15 16:59:33 +02:00
Quentin (OpenERP) ade839ab45 [MERGE] bug-765559
bzr revid: qdp-launchpad@openerp.com-20110915144956-8fujgilvrc5zyi07
2011-09-15 16:49:56 +02:00
Stephane Wirtel a16706674f [FIX] crm_claim: The report is wrong without the history column for the sql view
bzr revid: stw@openerp.com-20110915144611-z4pd13cef8fw9r5e
2011-09-15 16:46:11 +02:00
Quentin (OpenERP) f89d86dc58 [REV] reverted the order of stock_location to parent_left only
bzr revid: qdp-launchpad@openerp.com-20110915144453-hakyl9rkhh8u5rxq
2011-09-15 16:44:53 +02:00
Vo Minh Thu 92fef4559b [MERGE] base_module_import_view: better strings messages.
lp bug: https://launchpad.net/bugs/830902 fixed

bzr revid: vmt@openerp.com-20110915142348-z2t5duy9sma7doz7
2011-09-15 16:23:48 +02:00
Stephane Wirtel 05e2d71f39 [MERGE] claim: Remove the probability field - lp:~openerp-dev/openobject-addons/trunk-usability-claims_reports-amb
bzr revid: stw@openerp.com-20110915142046-zhj8fckjlr0bvfhw
2011-09-15 16:20:46 +02:00
Vo Minh Thu ce19d8d027 [MERGE] ir_module_module: better (less browse() calls) fields.function implementation.
bzr revid: vmt@openerp.com-20110915141533-wzx0qp0084ogr6hr
2011-09-15 16:15:33 +02:00
Quentin (OpenERP) cde2ec003f [MERGE] bug-783994-ara
bzr revid: qdp-launchpad@openerp.com-20110915140541-y04g618dru0xmdsc
2011-09-15 16:05:41 +02:00
Vo Minh Thu 1ec4c693d9 [FIX] report: make sure we can use an image path starting with the name of some module,
irrespective of the different addons paths.

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

bzr revid: vmt@openerp.com-20110915140229-4d43wtbwzxr7s74i
2011-09-15 16:02:29 +02:00
Quentin (OpenERP) 6acb68343f [MERGE] bug-766916-ron
bzr revid: qdp-launchpad@openerp.com-20110915135613-6c3e30djt8elm4ff
2011-09-15 15:56:13 +02:00
Bharat (OpenERP) e8797bc9ac [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915124551-qw9rolge72raiwyd
2011-09-15 18:15:51 +05:30
Bharat (OpenERP) 20ac4b4ee0 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915123632-fg6bzgxbx6t2eec5
2011-09-15 18:06:32 +05:30
Atik Agewan (OpenERP) b86ed12a57 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110915121418-2ta72kh16qx5f07j
2011-09-15 17:44:18 +05:30