Commit Graph

27 Commits

Author SHA1 Message Date
Denis Ledoux 1fb1a6f2af [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9789 revid:dle@openerp.com-20140124120102-we2yxio553ws2yz4
bzr revid: dle@openerp.com-20140120174449-tui0a24zgn9bien2
bzr revid: dle@openerp.com-20140121125538-ke7i6kaz486hwgl8
bzr revid: dle@openerp.com-20140122134115-0ogjemlqe327xoac
bzr revid: dle@openerp.com-20140123103655-mf2zslfbgue97ed2
bzr revid: dle@openerp.com-20140124121027-uk9zy4dx9tqlsblr
2014-01-24 13:10:27 +01:00
chirag patel c642f391f3 [FIX] Fixed project compute phases gives error, expected an indented block
bzr revid: cpa@tinyerp.com-20130509105850-srm674sss61nc9y1
2013-05-09 16:28:50 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Stephane Wirtel 34891cff99 [REF] project_long_term: Clean the views
bzr revid: stw@openerp.com-20120615143922-5oq815a5rs1sop1l
2012-06-15 16:39:22 +02:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Fabien Pinckaers 0d2ae40a70 [FIX] Complete refactoring of project_long_term, with following changes:
do not use resources but users on phases:
     - to be consistent with project members and task responsible
     - if the user is linked to a resource, it uses the calendar of the resource (holidays for example)
  better YML tests
  Complete rewrite of the scheduling mechanism:
    - Schedule phases:
        - write project.user.allocation based on scheduling
        - schedule resources based on members on the project
        - new constraint: force some users on a phase
    - Schedule tasks:
        - set user if no user on task
        - set start and end date
  some useability improvements

We still have to work on better Gantt view but I think the scheduling is
working correctly now.

bzr revid: fp@tinyerp.com-20111025233141-cgctwe8spxhko2gn
2011-10-26 01:31:41 +02:00
Ujjvala Collins (OpenERP) 354184110a [FIX] project_long_term: Small Fix.
bzr revid: uco@tinyerp.com-20110321131606-swxvwxe2hl1ekd8e
2011-03-21 18:46:06 +05:30
Ujjvala Collins (OpenERP) 8429d1fe58 [FIX] project_long_term: Corrected Resource not found error. Corrected error when switching the views on project phases.
bzr revid: uco@tinyerp.com-20110321130645-ey1i0ra2qpkzlfwu
2011-03-21 18:36:45 +05:30
Quentin (OpenERP) 8dbefcf405 [FIX] project_long_term: fixed 2 errors when scheduling phases/tasks (due to previous merge on osv_memory)
bzr revid: qdp-launchpad@openerp.com-20110315150912-tofluvt1xu6wr8zt
2011-03-15 16:09:12 +01:00
Harry (OpenERP) e037fbcc31 [FIX] project_long_term: open gatt view after scheduling phase and task
bzr revid: hmo@tinyerp.com-20101230115035-vaempl46l5drf809
2010-12-30 17:20:35 +05:30
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
rpa (Open ERP) 71a3990a04 [FIX]: Fixed pylint warnings
bzr revid: rpa@tinyerp.com-20100927134403-d0xv04c0kkfkn724
2010-09-27 19:14:03 +05:30
Harry (OpenERP) fb383d75e4 [REF] project_long_term: Refactor code to compute tasks and phases
bzr revid: hmo@tinyerp.com-20100924092614-kxmx5r8cox7hg4ry
2010-09-24 14:56:14 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
PAP(OpenERP) 346cba39ab [IMP] Project: project modules improvements
bzr revid: mra@mra-laptop-20100803123819-4yyutqd0jfafb8fm
2010-08-03 18:08:19 +05:30
pap (openerp) 9bd6693f6d [IMP]: imp in project, project_log_term
- changed type of all the dates in project phase from datetime to date
- improved send mail wizard on closing a task based on projects warn_customer, war_manager fields
improved yaml and demo data
fields set to readonly when project, phases or tasks in done state

bzr revid: pap@tinyerp.co.in-20100729053104-vx94tzk051896frz
2010-07-29 11:01:04 +05:30
pap (openerp) 887706ce66 [IMP]: bugfixing and code cleaning in project and project_* modules
bzr revid: pap@tinyerp.co.in-20100709072750-dg3yv4fmn0g0edqm
2010-07-09 12:57:50 +05:30
Olivier Dony 5047a63045 [FIX/REF] project_long_term: better way to obtain default uom unit
bzr revid: odo@openerp.com-20100708125359-ov7z0d8bjgtm4gxs
2010-07-08 14:53:59 +02:00
Olivier Dony 55ab60a267 [IMP] project_long_term: use xml_id to retrieve 'hour' uom instead of name search
bzr revid: odo@openerp.com-20100708085138-01oys0qljcc87vtc
2010-07-08 10:51:38 +02:00
Mustufa Rangwala 5477d0de86 [IMP] clean project_* code (ARA)
bzr revid: mra@mra-laptop-20100702141550-05xl1o45ophjl23t
2010-07-02 19:45:50 +05:30
Mustufa Rangwala 27f8b1748f [IMP] project_long-term: Improve wizard view and xml
bzr revid: mra@mra-laptop-20100608042057-0j9bg9wqrmq5bmy2
2010-06-08 09:50:57 +05:30
psi (Open ERP) 22e38ea30b [IMP] (task id=740) changes according to technical meeting review
bzr revid: psi@tinyerp.co.in-20100514091502-ln2doe2ev1h70q58
2010-05-14 14:45:02 +05:30
mra (Open ERP) 684bdfe21a [IMP] Project Long Term: Scheduler Improvement
bzr revid: mra@tinyerp.com-20100412071832-6v7ukkw0zj1zpqmn
2010-04-12 12:48:32 +05:30
mra (Open ERP) 3ef0fea250 [ADD] Project_long_term: compute phase date wizard => osv memory convert
bzr revid: mra@tinyerp.com-20100406101827-6yhk7535fvxbhi2w
2010-04-06 15:48:27 +05:30