Commit Graph

42022 Commits

Author SHA1 Message Date
Olivier Dony 356e4ed9bd [FIX] translation: remove calls to trans_update_res_ids
Calling this method is no longer required since the
merge of the new code for loading translations using
a temporary table. The method itself has been removed
at revision 3919, so all calls to it should have been
cleaned up as well.
Rev.3919 = rco@openerp.com-20111223104824-fup1cjbjni1fsty1

bzr revid: odo@openerp.com-20120109140958-10i1ti16tw327580
2012-01-09 15:09:58 +01:00
Raphael Collet aabacffb77 [MERGE] survey: fix code of survey.request to satisfy sequence of appraisals in hr.evaluation.interview
bzr revid: rco@openerp.com-20120109140209-lc4v3yromapaonhy
2012-01-09 15:02:09 +01:00
Raphael Collet fd5d00946f [IMP] survey: move code
bzr revid: rco@openerp.com-20120109135747-yc7gw2qy8ho23xht
2012-01-09 14:57:47 +01:00
Fabien Meghazi c328bc1e20 [ADD] Added read only binary image widget to page view (courtesy of Serpent Consulting Services)
lp bug: https://launchpad.net/bugs/912663 fixed

bzr revid: fme@openerp.com-20120109135513-mdwium7jywz1d27p
2012-01-09 14:55:13 +01:00
Fabien Meghazi 21cda98906 [IMP] Improved list view boolean formatting
lp bug: https://launchpad.net/bugs/910767 fixed

bzr revid: fme@openerp.com-20120109134757-wbuy45h1pca9lpgo
2012-01-09 14:47:57 +01:00
Christophe Simonis 3d356f9452 [FIX] web_uservoice
bzr revid: chs@openerp.com-20120109133338-d6nngr32ob5x6bbw
2012-01-09 14:33:38 +01:00
Christophe Simonis a4211959df [FIX] web_livechat
bzr revid: chs@openerp.com-20120109131101-a2zbj4at3zz91s7w
2012-01-09 14:11:01 +01:00
Raphael Collet a5fdda7481 [MERGE] lp:911094 (stock: process picking in state 'ready to process' only)
bzr revid: rco@openerp.com-20120109131641-c333dgzjrsngck88
2012-01-09 14:16:41 +01:00
Vidhin Mehta (OpenERP) c373f5b2cb [MERGE]merge with main branch.
bzr revid: vme@tinyerp.com-20120109125918-mc7iaj1z1acxjrv1
2012-01-09 18:29:18 +05:30
Fabien Meghazi 53547e3a7c [FIX] Fixed some buggy view_modes with trailing commas
bzr revid: fme@openerp.com-20120109121108-ettcb2wrp7m01yfr
2012-01-09 13:11:08 +01:00
Fabien Meghazi c392fc6276 [IMP] Do not show view manager title in dialogs
bzr revid: fme@openerp.com-20120109105832-ysyoj375lvy63ec4
2012-01-09 11:58:32 +01:00
Fabien Meghazi 83607b97b0 [IMP] Only show formview when record is loaded in order to avoid flickering of fields
bzr revid: fme@openerp.com-20120109104540-uetxrrlvga9z9259
2012-01-09 11:45:40 +01:00
Thibault Delavallée 62b509345a [MERGE]: project: fixed bug 898113: removed unnecessary _default_project method, task creation is still ok via default search values
bzr revid: tde@openerp.com-20120109102501-ssuo51ks6soddn55
2012-01-09 11:25:01 +01:00
Launchpad Translations on behalf of openerp ae446d476d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107055507-8swlvr9po6sdss2k
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108052742-h4m1anhu0l9nr90t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109050846-k4msecejz9aklmon
2012-01-09 05:08:46 +00:00
Launchpad Translations on behalf of openerp d68dd46a65 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107052107-owlh11bgcy0oh2pg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108050411-no4cbjgpimxjbvq7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109045058-isf848e523hr6ome
2012-01-09 04:50:58 +00:00
Launchpad Translations on behalf of openerp fba1686a78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107052041-yb9lin8pt6fiktit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108050339-3f9e3szj5cywz6d3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109044946-zcolka6mpokbp60m
2012-01-09 04:49:46 +00:00
Serpent Consulting Services 6b782fa64b [FIX] Image : widget should be readonly when the record is in non editable mode.
lp bug: https://launchpad.net/bugs/912663 fixed

bzr revid: support@serpentcs.com-20120107084006-k4vl2zvcp9o420cq
2012-01-07 14:10:06 +05:30
Olivier Dony cf113c2316 [FIX] base: module sequence number removed from XML data, moved to individual module manifests
Having the sequence number living outside the module itself
causes various problems at initialization when modules are
missing (e.g. if creating a database with `base` only).
It is also cleaner to have the module sequence in the
module manifest, like other module metadata.
A corresponding commit in the addons project adds the
`sequence` field in the manifest of all modules who
have a non-default sequence (the main apps).

bzr revid: odo@openerp.com-20120107041745-tik3iu1b2qs4ym85
2012-01-07 05:17:45 +01:00
Olivier Dony fdd1d95fc2 [IMP] moved module sequences from module to each module's manifest
bzr revid: odo@openerp.com-20120107041212-boocriorprywgni1
2012-01-07 05:12:12 +01:00
niv-openerp 310fd3e7bf [fix] problem with the change password
bzr revid: nicolas.vanhoren@openerp.com-20120106163220-2qykv3t9kj92tvnh
2012-01-06 17:32:20 +01:00
niv-openerp c1e4843ed9 [fix] added saving of group_bys in saved filters
bzr revid: nicolas.vanhoren@openerp.com-20120106162533-qyqa3okffz1iw38w
2012-01-06 17:25:33 +01:00
niv-openerp f420757151 [imp] improved design of filters select
bzr revid: nicolas.vanhoren@openerp.com-20120106160444-w6eikadzuxx3lqa3
2012-01-06 17:04:44 +01:00
Thibault Delavallée 7bc2a28124 [MERGE] import_base: fixed bug 911952: added mail module dependency
bzr revid: tde@openerp.com-20120106155826-sreio5gqkmiz7uvm
2012-01-06 16:58:26 +01:00
Thibault Delavallée c39a1b18ae [MERGE] project: fixed bug 911162: domain on company project time unit configuration
bzr revid: tde@openerp.com-20120106155114-sq9dq1rciys92mr9
2012-01-06 16:51:14 +01:00
Stephane Wirtel 18f492a91a [FIX] setup.nsi set the right path for the nt service
bzr revid: stw@openerp.com-20120106152153-h3hv10r212h3t0ue
2012-01-06 16:21:53 +01:00
niv-openerp 7a9ed7b281 [imp] clear search filter when using an advanced filter
bzr revid: nicolas.vanhoren@openerp.com-20120106150826-fzhg02asqf8o828w
2012-01-06 16:08:26 +01:00
niv-openerp e590cd35ca [merge] pos improvements
bzr revid: nicolas.vanhoren@openerp.com-20120106145820-9bph1btgsk62vuss
2012-01-06 15:58:20 +01:00
Thibault Delavallée 3f31a377f4 [MERGE] hr_recruitment: fixed bug 910135: when survey answered directly in system, a pdf report is now attached to the applicant
bzr revid: tde@openerp.com-20120106142414-st7ag0nx4q3ppc0f
2012-01-06 15:24:14 +01:00
Olivier Dony f98d11b61d [FIX] wsgi: improved sample gunicorn.conf.py
bzr revid: odo@openerp.com-20120106133647-7zawkdwr21enf425
2012-01-06 14:36:47 +01:00
Quentin (OpenERP) 8195d3a7c4 [MERGE] merged l10n_us branch
bzr revid: qdp-launchpad@openerp.com-20120106133548-tfucrzf9rz1obqyy
2012-01-06 14:35:48 +01:00
Quentin (OpenERP) ca98b4a235 [FIX] l10n_us: fiscal position
bzr revid: qdp-launchpad@openerp.com-20120106133303-3p405o8c93868eju
2012-01-06 14:33:03 +01:00
Olivier Dony 9099fca5f6 [FIX] openerp.wsgi: missing system-wide addons loading in on_starting()
bzr revid: odo@openerp.com-20120106132418-jrr7i7l0el0ig2ry
2012-01-06 14:24:18 +01:00
Raphael Collet aa6987297f [MERGE] delivery: clean yml tests
bzr revid: rco@openerp.com-20120106131137-2ux6b68q50zeskhi
2012-01-06 14:11:37 +01:00
Dhara (OpenERP) 76e3032ee7 [FIX] reference for the tax template
bzr revid: dhara_openerp-20120106130841-w988cm87052pqnax
2012-01-06 18:38:41 +05:30
Hardik Ansodariy (OpenERP) 0592614e90 [IMP] removed default state from inherited survey.request
bzr revid: han@tinyerp.com-20120106124652-bhy30iuz84ks5zcy
2012-01-06 18:16:52 +05:30
Raphael Collet 2e8f105c3b [FIX] account: fix view of supplier invoice
bzr revid: rco@openerp.com-20120106124615-et5wwhc7ft1ie7w2
2012-01-06 13:46:15 +01:00
Quentin (OpenERP) 77cd2d2608 [IMP] l10n_us: added a minimal set for COT, taxes and fiscal positions. Removed sign on account.account.type (field does not exist anymore. It is hanlded by the financial reports)
bzr revid: qdp-launchpad@openerp.com-20120106111330-zn783lc6fz4nptr8
2012-01-06 12:13:30 +01:00
Quentin (OpenERP) 5888531e5c [FIX] account: fixed the generation of tax from sale and purchase rates in wizard
bzr revid: qdp-launchpad@openerp.com-20120106111149-ztmuqg58980a0tu3
2012-01-06 12:11:49 +01:00
niv-openerp 45b6a10934 [imp] converted all remaining usage of default_get in xml to context
bzr revid: nicolas.vanhoren@openerp.com-20120106110914-qsbvuc34ietfmtg2
2012-01-06 12:09:14 +01:00
niv-openerp 53144e6ed8 [imp] improved js-side Model class
bzr revid: nicolas.vanhoren@openerp.com-20120106104009-67z8ofmo4ndl4651
2012-01-06 11:40:09 +01:00
Sanjay Gohel (Open ERP) b2bb12cb35 [FIX]create attachment for applicant has done any survey answer
bzr revid: sgo@tinyerp.com-20120106103412-2ob2zza4d4bptes5
2012-01-06 16:04:12 +05:30
niv-openerp 0f724c68f8 [imp] added method to call a model method with kwargs
bzr revid: nicolas.vanhoren@openerp.com-20120106103219-4t633kov3hsz50tj
2012-01-06 11:32:19 +01:00
Atul Patel (OpenERP) 3030b86ba6 [ADD]: ADD mail module in import_base dependency.
bzr revid: atp@tinyerp.com-20120106102638-ynkw8h3r5dj02ldf
2012-01-06 15:56:38 +05:30
Hardik Ansodariy (OpenERP) 7f49d4d173 [IMP] removed survey_req_draft method and used active_model to determin survey request
bzr revid: han@tinyerp.com-20120106102034-qnyfyil9kiop2k1c
2012-01-06 15:50:34 +05:30
niv-openerp 7fb8b668a5 [imp] re used context retreival
bzr revid: nicolas.vanhoren@openerp.com-20120106101619-d0po1e513o2gti2b
2012-01-06 11:16:19 +01:00
niv-openerp 666ed25b4d [imp] simplified buffered dataset
bzr revid: nicolas.vanhoren@openerp.com-20120106100331-ouggh486o1zab1vz
2012-01-06 11:03:31 +01:00
niv-openerp 2439ec675b [imp] improved to newer version of lib client
bzr revid: nicolas.vanhoren@openerp.com-20120106100251-1dzh2j4zaxax9px2
2012-01-06 11:02:51 +01:00
Raphael Collet a84956a5cc [FIX] product: field parent_id of product.category should be set as ondelete='cascade'
bzr revid: rco@openerp.com-20120106092930-0r3eaa1hvcc0h4ce
2012-01-06 10:29:30 +01:00
Vo Minh Thu bdbc0686fe [FIX] openerp.wsgi: typo (unbound variable).
lp bug: https://launchpad.net/bugs/906115 fixed

bzr revid: vmt@openerp.com-20120106092036-8slw0rhgudgphlau
2012-01-06 10:20:36 +01:00
Dhara (OpenERP) 1bb1c09e58 Merge
bzr revid: dhara_openerp-20120106065019-qvsider94itsokp4
2012-01-06 12:20:19 +05:30