Commit Graph

83245 Commits

Author SHA1 Message Date
Christophe Simonis 3954a2f9af [FIX] auth_signup: force login to be an email when signup
bzr revid: chs@openerp.com-20140211132839-a4lzg0t7m7kl5ihr
2014-02-11 14:28:39 +01:00
Thibault Delavallée 0b43555b65 [IMP] web_kanban_gauge: fade update when changing the value
bzr revid: tde@openerp.com-20140211122622-5c3doi7vjp5fepfc
2014-02-11 13:26:22 +01:00
Thibault Delavallée b8c82c0f45 [IMP] hr_recruitment: cleaned code about default user_id and things like that when creating a new applicant.
All code now belongs to onchange_job, and is called in create, whether with
vals.get('job_id') or context.get('default_job_id')

bzr revid: tde@openerp.com-20140211122341-xz5hxe0qrt1reevg
2014-02-11 13:23:41 +01:00
Thibault Delavallée 623b230390 [IMP] hr_recruitment: updated gauge parameter name
bzr revid: tde@openerp.com-20140211122308-qnwz8e9j9ggs4n7p
2014-02-11 13:23:08 +01:00
Thibault Delavallée 6b03c5076a [IMP] sale_crm: udpated gauge parameter name
bzr revid: tde@openerp.com-20140211122253-tj3a7llcr0dbhdbn
2014-02-11 13:22:53 +01:00
Thibault Delavallée f8b9f2a5c5 [IMP] web_kanban_gauge: action_change, renamed to on_click_action, now renamed to on_change, because because.
bzr revid: tde@openerp.com-20140211122240-rtb292sw0f0wngmv
2014-02-11 13:22:40 +01:00
Thibault Delavallée 8b6bea01ed [FIX] hr: demo data: removed color definition as this field is defind in hr_recruitment, not in hr
bzr revid: tde@openerp.com-20140211120551-y5e4oyb3lkalx6l8
2014-02-11 13:05:51 +01:00
Thibault Delavallée 610ebaef85 [CLEAN] hr: moved color field + an action in hr_recruitment, because they are used in this module + removed unnecessary code
bzr revid: tde@openerp.com-20140211120433-f34jsy7xjga1ultt
2014-02-11 13:04:33 +01:00
Thibault Delavallée 38604c3761 [MERGE] Sync with upstream (trunk)
bzr revid: tde@openerp.com-20140211115243-zkqkarv99ah95kc3
2014-02-11 12:52:43 +01:00
Thibault Delavallée 110612fc11 [IMP] hr_recruitment: updated help of default recruitment menu
bzr revid: tde@openerp.com-20140211114121-vehqz4p0ca2o3m79
2014-02-11 12:41:21 +01:00
Thibault Delavallée 7f662d3958 [CLEAN] hr_recruitment: cleaned added code in res_config
- alias finding extgracted in its own method, and uses the new ir.model.data API
xmlid_to_resid
- simplified code of get_default_alias and set_default_alias
- alias_domain default method calls the one defined in mail.alias to try to have only
one method doing the trick

bzr revid: tde@openerp.com-20140211112434-iuqy2a2mrm0pmaxq
2014-02-11 12:24:34 +01:00
Gery Debongnie e9bc12aab1 [IMP] changes the sparkline graph in the sales team/kanban view (opportunities) so that it uses date_deadline instead of create_date (addon crm)
bzr revid: ged@openerp.com-20140211110936-531vgazu3lhvlwj2
2014-02-11 12:09:36 +01:00
Gery Debongnie 39f834c678 [IMP] improves the tooltips in sales team kanban view (addon crm)
bzr revid: ged@openerp.com-20140211110802-wwjn7ys1twmj0nnt
2014-02-11 12:08:02 +01:00
Thibault Delavallée 7fd1a825a8 [CLEAN] hr_recruitment: cleaning before merging
- some code reindentation
- updated subtypes, to use parent_id feature between applicants and jobs. Another task will
improve the layout bu hiding some subtypes in applicant; currently we keep a child / parent
behavior.
- renamed open_attachments method
- some changes in create reverted
- chatter posted in job now hav ea subtype, not sure to keep those

bzr revid: tde@openerp.com-20140211105807-ay93xbwilsz3mso6
2014-02-11 11:58:07 +01:00
Martin Trigaux 24b0b132d4 [FIX] module: fix imports broken at revision 5055
get_module_resource method is required by function fields of ir.module.module

bzr revid: mat@openerp.com-20140211105525-tuhs10hb8y3o1rnp
2014-02-11 11:55:25 +01:00
Christophe Simonis 88e8c52702 [FIX] trunk is 8.0 alpha, not saas-3
lp bug: https://launchpad.net/bugs/1278411 fixed

bzr revid: chs@openerp.com-20140211105315-ogfh9d2qzhu3sa5o
2014-02-11 11:53:15 +01:00
Cedric Snauwaert c8454126fd [FIX]change product used in anglo_saxon.yml because that product have a phantom bom and can explode
bzr revid: csn@openerp.com-20140211101223-wy2ghbdigbioyodh
2014-02-11 11:12:23 +01:00
Thibault Delavallée 87028244f4 [FIX] sale_crm: fixed gauge widget according to new parameters
bzr revid: tde@openerp.com-20140211100725-n5u4y42givj18ept
2014-02-11 11:07:25 +01:00
Thibault Delavallée 5c2839f102 [IMP] hr_recruitment: job kanban view: updated gauge widget according to new parameters
bzr revid: tde@openerp.com-20140211100537-9yrae5pbvmdntelv
2014-02-11 11:05:37 +01:00
Thibault Delavallée 5113c8bca6 [IMP] web_kanban_gauge: udpated parameters
- new parameters: input_value_field is now called gauge_value_field, this is the field
displayed under the gauge
- new parameter: force_set: whether to force setting a value when the value is nul
- new parameter: on_click_label: label under the input when editing the gauge value
- action_change renamed on_click_action

bzr revid: tde@openerp.com-20140211100445-289mvmr8grcgns8x
2014-02-11 11:04:45 +01:00
Christophe Matthieu 7d1ba3329c [FIX] website: contactus: address of the company above the phone, typo edit button
bzr revid: chm@openerp.com-20140211095933-s712ssydrv1d54nq
2014-02-11 10:59:33 +01:00
Cedric Snauwaert 9a664bb298 [FIX]test for sale_stock and sale_mrp
bzr revid: csn@openerp.com-20140211094444-j54nqmisqrs2ncnl
2014-02-11 10:44:44 +01:00
Fabien Pinckaers 7e41345c02 [IMP] reduce image size, faster preview
bzr revid: fp@tinyerp.com-20140211091401-b3jvu4792bz1de0j
2014-02-11 10:14:01 +01:00
Fabien Pinckaers d31504171c [IMP] Pantone colors of the year
bzr revid: fp@tinyerp.com-20140211085450-ny3pgidw5nobjc5x
2014-02-11 09:54:50 +01:00
Gery Debongnie 4e0a95f804 [MERGE] merge from trunk into local branch
bzr revid: ged@openerp.com-20140211082715-1279fmmtb4nisejw
2014-02-11 09:27:15 +01:00
Gery Debongnie c8e23ffe28 [MERGE] merge from trunk into local branch
bzr revid: ged@openerp.com-20140211082642-ndnt79zjgjlcyr6a
2014-02-11 09:26:42 +01:00
Turkesh Patel (Open ERP) ba44db60d3 [FIX] change gauge input value method name and improved code in res.config related to create degfault alias.
bzr revid: tpa@tinyerp.com-20140211064607-ll00gw12wviyb2cb
2014-02-11 12:16:07 +05:30
Launchpad Translations on behalf of openerp 06c3efde04 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140211055037-i7s59zrp7mrzmlun
2014-02-11 05:50:37 +00:00
Thibault Delavallée 87f9c85330 [CLEAN] hr: cleaned job form view, removing unnecessary groups, also changed
displayed number of employees (display current number + expected, not the
contraty). Updated hr_recruitment accordingly.

bzr revid: tde@openerp.com-20140210171511-z5277t6ilnvnc48d
2014-02-10 18:15:11 +01:00
Thibault Delavallée 96d3693441 [FIX] mail_alias: avoid performing tracking when migrating to
alias. Indeed in this method, we have unitialized inherited fields because the orm
is updating. A new no_track key (already intorduced in 7.0, added in this branch because
of a missing forward-port) in mail_thread allows to avoid doing the tracking of values
and is used in mail_alias.

bzr revid: tde@openerp.com-20140210171350-ajwxwau2ar1gu9io
2014-02-10 18:13:50 +01:00
Cedric Snauwaert 6bc5056f3e [MERGE]merge with latest trunk-wms
bzr revid: csn@openerp.com-20140210164342-3x81l53zy1n43mwy
2014-02-10 17:43:42 +01:00
Frédéric van der Essen 22e09cb41e [FIX] hw_escpos: status receipt would not print on the posbox
bzr revid: fva@openerp.com-20140210161701-aolbu63i7w74f97c
2014-02-10 17:17:01 +01:00
Cedric Snauwaert 9b249181e3 [MERGE]merge with latest trunk
bzr revid: csn@openerp.com-20140210161556-qq52vvhdegyda7k6
2014-02-10 17:15:56 +01:00
Thibault Delavallée 923028c4db [CLEAN] hr: review and cleaning before merging
- hr.py: small cleaning of job code + method renaming + context propagation + compat-mode for
method renaming
- hr_view: job_id on employee form is no longer 'no_open', because otoherwise it is impossible
to see jobs. Removed simplified form for job. Better form for job, recruitmnet-related stuff
is invisible when job is 'open'.

bzr revid: tde@openerp.com-20140210161326-c9qqff69squehg9v
2014-02-10 17:13:26 +01:00
Cedric Snauwaert 3ba9e8715a [MERGE-FIX]merge with latest trunk-wms and fix a few mistakes while adapting action_confirm to return a list of ids
bzr revid: csn@openerp.com-20140210160346-zmpgs6rys3isz9cu
2014-02-10 17:03:46 +01:00
Frédéric van der Essen 04a6074b1a [MERGE] forward porting fixes from saas-3
bzr revid: fva@openerp.com-20140210155628-75mgw7qcq9k5ncem
2014-02-10 16:56:28 +01:00
Frédéric van der Essen 82277b178b [MERGE] point_of_sale: posbox related usability & reliability improvements + firefox bug fix
bzr revid: fva@openerp.com-20140210155318-1exkkl4ij93jtbq2
2014-02-10 16:53:18 +01:00
Christophe Matthieu 1ac9b4d20d [IMP] website: banner tutorial: remove step about customize and promote
bzr revid: chm@openerp.com-20140210155251-iyj3v06r18vexj7d
2014-02-10 16:52:51 +01:00
Frédéric van der Essen 958764e7d3 [MERGE] from saas-3
bzr revid: fva@openerp.com-20140210151007-saw8m1bqwnxek26x
bzr revid: fva@openerp.com-20140210155110-6obc985lc4rl3eyv
2014-02-10 16:51:10 +01:00
Gery Debongnie 08e8a2547a [IMP] improves some reporting views in CRM (accessed from the sales team screen) (addon crm)
bzr revid: ged@openerp.com-20140210153808-3iwrihu7a28vca1y
2014-02-10 16:38:08 +01:00
Gery Debongnie 7be15dabaa [FIX] corrects an interesting bug, caused by datetime in UTC and GMT, then string formatting, causing incorrect information to display in the sales team screen (addon crm.py)
bzr revid: ged@openerp.com-20140210153453-y0mtvs0mnpm1e4e1
2014-02-10 16:34:53 +01:00
Gery Debongnie 321a4a7402 [FIX] make sure the graph view takes the col_group_by from the search view and not from the context.
It was taken from the context, and had the unfortunate side effect that the user could not ungroup by removing the facet from the search view. (addon web_graph)

bzr revid: ged@openerp.com-20140210153221-olkv8xee02r9voer
2014-02-10 16:32:21 +01:00
Christophe Matthieu 3a273b989c [IMP] website: typo for tutorial
bzr revid: chm@openerp.com-20140210151741-grf5wsvjonuihxw0
2014-02-10 16:17:41 +01:00
Christophe Matthieu abc49aebd5 [FIX] website: don't set tour as automatic when reload page
bzr revid: chm@openerp.com-20140210145923-2w9vbxqqgewgkb0w
2014-02-10 15:59:23 +01:00
Cedric Snauwaert d1abe6a4cc [FIX]move: action_confirm now returns ids of move (needed for bom_explode)
bzr revid: csn@openerp.com-20140210145446-djwfreh3f0pdcfet
2014-02-10 15:54:46 +01:00
Thibault Delavallée 4be860c167 [REVIEW] mail: mail_thread: cleaned comment of modified code in get_empty_list_help
bzr revid: tde@openerp.com-20140210144611-16nkcju2yerc80e5
2014-02-10 15:46:11 +01:00
Thibault Delavallée 622cb42fe6 [CLEAN] mail: mail_alias: alias name cleaning + find as unique in its own method, called by create and write
bzr revid: tde@openerp.com-20140210144346-ropiufpicvlivhb2
2014-02-10 15:43:46 +01:00
Fabien Meghazi 0da8cdda90 [FIX] Set default 'editable' key in website's rendering context
bzr revid: fme@openerp.com-20140210143546-1t82gog330n5x89t
2014-02-10 15:35:46 +01:00
Frédéric van der Essen d930115bd3 [IMP] hw_escpos: print a status receipt on printer connection with ip address for easier configuration & debugging. Also setting the driver thread in daemon mode to avoid hanging the tests on the runbot
bzr revid: fva@openerp.com-20140210133109-xll1ijjdhbgpj1kr
2014-02-10 14:31:09 +01:00
Xavier Morel d4c7de4b03 [FIX] work around distribute_branding
distribute_branding is applied after view inheritance is applied, and does not
take it in account. As a result, altering an existing view "from the top"
(e.g. adding a div element preceding an existing div) will alter the xpath
leading to whatever element we need to deal with.

Move fakebar injection to the bottom of the body, where it can't have any
impact on preceding node paths.

bzr revid: xmo@openerp.com-20140210132855-lwh1ow1tq1e0pidp
2014-02-10 14:28:55 +01:00