odoo/odoo.git
12 years ago[CLEAN] crm_lead_view: cleaned indentation.
Thibault Delavallée [Tue, 22 May 2012 15:07:35 +0000 (17:07 +0200)]
[CLEAN] crm_lead_view: cleaned indentation.

bzr revid: tde@openerp.com-20120522150735-7or9a43092edb5m2

12 years ago[CLEAN] crm_claim: pending case is back; also deleted unnecessary code.
Thibault Delavallée [Tue, 22 May 2012 15:07:06 +0000 (17:07 +0200)]
[CLEAN] crm_claim: pending case is back; also deleted unnecessary code.

bzr revid: tde@openerp.com-20120522150706-fq4a6ic54migbyuf

12 years ago[REV] crm_helpdesk: pendin case is back.
Thibault Delavallée [Tue, 22 May 2012 15:06:37 +0000 (17:06 +0200)]
[REV] crm_helpdesk: pendin case is back.

bzr revid: tde@openerp.com-20120522150637-35u20cncyl80hozn

12 years ago[IMP] hr_recruitment: some code cleaning, added the fold attribute to hr.recruitment...
Thibault Delavallée [Tue, 22 May 2012 14:48:06 +0000 (16:48 +0200)]
[IMP] hr_recruitment: some code cleaning, added the fold attribute to hr.recruitment.stage (same as on crm.case.stage); added an override of stage_find because field name is different.

bzr revid: tde@openerp.com-20120522144806-gkzj7uuqmkmhsrje

12 years ago[REM] hr_recruitment: removed state functional field and its methods.
Thibault Delavallée [Tue, 22 May 2012 14:39:36 +0000 (16:39 +0200)]
[REM] hr_recruitment: removed state functional field and its methods.

bzr revid: tde@openerp.com-20120522143936-jdi1st5rkzlfc67v

12 years ago[IMP] crm_lead: when searching on Sales team, the section_id is now set in context...
Thibault Delavallée [Tue, 22 May 2012 14:29:54 +0000 (16:29 +0200)]
[IMP] crm_lead: when searching on Sales team, the section_id is now set in context and retrieved in _group_by_full, to display the correct stages. In the lead view, the 'selection' widget has been deleted for section_id, as this has no interest with the new search view.

bzr revid: tde@openerp.com-20120522142954-ouzrb55f7b57fdvr

12 years ago[IMP] crm_lead demo data: updated demo data about stages (will have to be slighty...
Thibault Delavallée [Tue, 22 May 2012 14:12:06 +0000 (16:12 +0200)]
[IMP] crm_lead demo data: updated demo data about stages (will have to be slighty updated before merging).

bzr revid: tde@openerp.com-20120522141206-9ipabr2nie47wml9

12 years ago[IMP] crm_stage: added a 'fold' boolean value, stating whether this stage should...
Thibault Delavallée [Tue, 22 May 2012 14:11:27 +0000 (16:11 +0200)]
[IMP] crm_stage: added a 'fold' boolean value, stating whether this stage should be folded or not (for example in kanban view, or in statusbar). crm_lead: updated group_by_full, to fetch stages related to the section_id in context, if any. Also added in context when searching for a particular sales team.

bzr revid: tde@openerp.com-20120522141127-3b3owsdu880c1keq

12 years ago[MERGE] Merged with main addons (especially commit about buttons in topbar).
Thibault Delavallée [Tue, 22 May 2012 10:00:55 +0000 (12:00 +0200)]
[MERGE] Merged with main addons (especially commit about buttons in topbar).

bzr revid: tde@openerp.com-20120522100055-5fwe47gzue09sazy

12 years ago[IMP] crm_lead yml tests: removed part about setting a lead into pending; added a...
Thibault Delavallée [Tue, 22 May 2012 09:51:41 +0000 (11:51 +0200)]
[IMP] crm_lead yml tests: removed part about setting a lead into pending; added a re-open oportunity instead. Also updated 'mark lost' part.

bzr revid: tde@openerp.com-20120522095141-e0g3qbpduri507nz

12 years ago[IMP] removed icons from topbar
Fabien Pinckaers [Tue, 22 May 2012 09:14:45 +0000 (11:14 +0200)]
[IMP] removed icons from topbar

bzr revid: fp@tinyerp.com-20120522091445-mpiknieg2v8sd31f

12 years ago[IMP] merged topbar status widgets
Fabien Pinckaers [Tue, 22 May 2012 08:50:37 +0000 (10:50 +0200)]
[IMP] merged topbar status widgets

bzr revid: fp@tinyerp.com-20120522085037-oktkq3td2hg9lvzr

12 years ago[FIX] crm_base: re-added get_section method.
Thibault Delavallée [Tue, 22 May 2012 08:42:02 +0000 (10:42 +0200)]
[FIX] crm_base: re-added get_section method.

bzr revid: tde@openerp.com-20120522084202-cpuk5cx1a5jw7qiw

12 years ago[IMP] crm_base, crm_case: cleaned and re-added case_pending, following previous chang...
Thibault Delavallée [Tue, 22 May 2012 08:40:28 +0000 (10:40 +0200)]
[IMP] crm_base, crm_case: cleaned and re-added case_pending, following previous changes. Also adde some comments.

bzr revid: tde@openerp.com-20120522084028-2nu7sqk40xqf2c3m

12 years ago[FIX] crm_base: case_pending now calls case_pending_send_note instead of case_reset_s...
Thibault Delavallée [Tue, 22 May 2012 08:30:17 +0000 (10:30 +0200)]
[FIX] crm_base: case_pending now calls case_pending_send_note instead of case_reset_send_note.

bzr revid: tde@openerp.com-20120522083017-9hv0loxlso806nzk

12 years ago[IMP] [REV] crm_base: re-added pending state (because some documents will use the...
Thibault Delavallée [Tue, 22 May 2012 08:28:57 +0000 (10:28 +0200)]
[IMP] [REV] crm_base: re-added pending state (because some documents will use the pending state, such as phonecalls). Also refactored code, by using a case_set method.

bzr revid: tde@openerp.com-20120522082857-457tf7v1v60qeb6f

12 years ago[DOC] crm.py: added some comments.
Thibault Delavallée [Tue, 22 May 2012 08:14:13 +0000 (10:14 +0200)]
[DOC] crm.py: added some comments.

bzr revid: tde@openerp.com-20120522081413-etmjf2tk3vk5cj6a

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Tue, 22 May 2012 07:51:56 +0000 (09:51 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120522075156-psy9wce50hplu4dw

12 years ago[CLEAN] crm_phonecall: cleaned file header and import order
Thibault Delavallée [Tue, 22 May 2012 07:41:49 +0000 (09:41 +0200)]
[CLEAN] crm_phonecall: cleaned file header and import order

bzr revid: tde@openerp.com-20120522074149-xohwyxsgzsevz0ae

12 years ago[IMP] crm_lead: added default value for stage. Will certainly be updated.
Thibault Delavallée [Mon, 21 May 2012 16:15:45 +0000 (18:15 +0200)]
[IMP] crm_lead: added default value for stage. Will certainly be updated.

bzr revid: tde@openerp.com-20120521161545-rmkktn1p4wt2u9zk

12 years ago[FIX] fixing default_context
Fabien Pinckaers [Mon, 21 May 2012 16:07:45 +0000 (18:07 +0200)]
[FIX] fixing default_context

bzr revid: fp@tinyerp.com-20120521160745-4bir71koyn0vqgww

12 years ago[IMP] crm_claim, crm_fundraising: removed state default value.
Thibault Delavallée [Mon, 21 May 2012 16:03:34 +0000 (18:03 +0200)]
[IMP] crm_claim, crm_fundraising: removed state default value.

bzr revid: tde@openerp.com-20120521160334-z64mx0py2qr586m5

12 years ago[IMP] crm_claim, crm_fundraising: removed state initialization from demo data.
Thibault Delavallée [Mon, 21 May 2012 16:01:24 +0000 (18:01 +0200)]
[IMP] crm_claim, crm_fundraising: removed state initialization from demo data.

bzr revid: tde@openerp.com-20120521160124-lvy247hvri9hmz4e

12 years ago[IMP] crm_claim, crm_fundraising: updated state field in model, according to the...
Thibault Delavallée [Mon, 21 May 2012 15:56:32 +0000 (17:56 +0200)]
[IMP] crm_claim, crm_fundraising: updated state field in model, according to the new crm_case class; in crm_claim, also deleted specific behavior in case_open that should now be managed by crm_case.

bzr revid: tde@openerp.com-20120521155632-28pstemqfgzdcpra

12 years ago[IMP] Widget.$ shortcut
Antony Lesuisse [Mon, 21 May 2012 15:35:30 +0000 (17:35 +0200)]
[IMP] Widget.$ shortcut

bzr revid: al@openerp.com-20120521153530-g3anzkkkhs75psk5

12 years ago[IMP] crm_case: updated crm_close, crm_cancel and crm_reset to use case_set generic...
Thibault Delavallée [Mon, 21 May 2012 15:31:43 +0000 (17:31 +0200)]
[IMP] crm_case: updated crm_close, crm_cancel and crm_reset to use case_set generic method.

bzr revid: tde@openerp.com-20120521153143-6y5arw5rpx13sqr7

12 years ago[FIX] crm_claim, crm_fundraising: fixed CRM_CLAIM_PENDING_STATES, deleting Pending...
Thibault Delavallée [Mon, 21 May 2012 15:28:25 +0000 (17:28 +0200)]
[FIX] crm_claim, crm_fundraising: fixed CRM_CLAIM_PENDING_STATES, deleting Pending state that does not exist anymore.

bzr revid: tde@openerp.com-20120521152825-dxu7s21k84d7qhtv

12 years ago[IMP] crm_lead lead form view: removed buttons and stage statusbar; now possible...
Thibault Delavallée [Mon, 21 May 2012 15:22:21 +0000 (17:22 +0200)]
[IMP] crm_lead lead form view: removed buttons and stage statusbar; now possible actions are cancel or convert to opportunity.

bzr revid: tde@openerp.com-20120521152221-r0dtknq9udkyf0qd

12 years ago[IMP] view.rng: allow @groups for <label> element
Antonin Bourguignon [Mon, 21 May 2012 14:38:13 +0000 (16:38 +0200)]
[IMP] view.rng: allow @groups for <label> element

bzr revid: abo@openerp.com-20120521143813-2p9fflonbt38ftat

12 years ago[IMP] improvement in burndown chart computation for companies not using the planned...
Fabien Pinckaers [Mon, 21 May 2012 14:25:13 +0000 (16:25 +0200)]
[IMP] improvement in burndown chart computation for companies not using the planned/remaining hours

bzr revid: fp@tinyerp.com-20120521142513-8hnu35e2nbkh8f5d

12 years ago[IMP] crm (crm_case, crm_lead): fixed case_oen in crm_base/crm_case (writes date_open...
Thibault Delavallée [Mon, 21 May 2012 14:23:17 +0000 (16:23 +0200)]
[IMP] crm (crm_case, crm_lead): fixed case_oen in crm_base/crm_case (writes date_open if was in draft); deleted case_open in crm_lead as its behavior is now the default crm_case behavior; updated opportunities form view (re-added a Open button, when in draft; rearranged buttons).

bzr revid: tde@openerp.com-20120521142317-3cwzxc2vdn1h3sjo

12 years ago[IMP] crm_base, crm_case: calls to case_open now also set the date_open field.
Thibault Delavallée [Mon, 21 May 2012 14:07:05 +0000 (16:07 +0200)]
[IMP] crm_base, crm_case: calls to case_open now also set the date_open field.

bzr revid: tde@openerp.com-20120521140705-c49ocb442ac10b5l

12 years ago[IMP] crm_lead view: updated opportunities form view: statusbar is now based on stage...
Thibault Delavallée [Mon, 21 May 2012 14:02:48 +0000 (16:02 +0200)]
[IMP] crm_lead view: updated opportunities form view: statusbar is now based on stage, state in form, buttons cleaned.

bzr revid: tde@openerp.com-20120521140248-o1m8i32gncaivvbc

12 years ago[IMP] crm_lead: Cleaned case_XXX methods, propagating API changes in crm_case.
Thibault Delavallée [Mon, 21 May 2012 14:02:16 +0000 (16:02 +0200)]
[IMP] crm_lead: Cleaned case_XXX methods, propagating API changes in crm_case.

bzr revid: tde@openerp.com-20120521140216-fjf02zvetjge34zh

12 years ago[IMP] crm_case: added a case_set generic method for case_XXX methods. Will be cleaned...
Thibault Delavallée [Mon, 21 May 2012 14:01:35 +0000 (16:01 +0200)]
[IMP] crm_case: added a case_set generic method for case_XXX methods. Will be cleaned. Also added a case_get generic method for case_XXX methods. Will be cleaned.

bzr revid: tde@openerp.com-20120521140135-yvlt353o7vkkcy9u

12 years ago[IMP] Removing context_XXX_id for default searches; replaced by save as default searc...
Fabien Pinckaers [Mon, 21 May 2012 13:58:56 +0000 (15:58 +0200)]
[IMP] Removing context_XXX_id for default searches; replaced by save as default search in the new search widget

bzr revid: fp@tinyerp.com-20120521135856-hc0kzrpgrxozpq9r

12 years ago[FIX] correct default values from yaml import
Christophe Simonis [Mon, 21 May 2012 13:55:56 +0000 (15:55 +0200)]
[FIX] correct default values from yaml import

bzr revid: chs@openerp.com-20120521135556-xa1jifioz3boxhqt

12 years ago[IMP] Project Kanban: jslint and code indentation
Fabien Meghazi [Mon, 21 May 2012 13:09:14 +0000 (15:09 +0200)]
[IMP] Project Kanban: jslint and code indentation

bzr revid: fme@openerp.com-20120521130914-c2iijoifs763am83

12 years ago[IMP] crm_case: case_open/close/reset/cancel now update the stage instead of the...
Thibault Delavallée [Mon, 21 May 2012 12:40:46 +0000 (14:40 +0200)]
[IMP] crm_case: case_open/close/reset/cancel now update the stage instead of the state. Also cleaned code and added context propagation. Also updated crm_lead_data and crm_lead_demo because of pending removal.

bzr revid: tde@openerp.com-20120521124046-964ofzo6hr3vj5q7

12 years ago[REF] crm: crm_base: moved send_notes methods to a Notifications subpart
Thibault Delavallée [Mon, 21 May 2012 12:01:55 +0000 (14:01 +0200)]
[REF] crm: crm_base: moved send_notes methods to a Notifications subpart

bzr revid: tde@openerp.com-20120521120155-ifo2v6leo5zw99y9

12 years ago[IMP] Improved some form views. Use oe_form_bottom class instead of oe_form_sheet_width
Fabien Meghazi [Mon, 21 May 2012 11:53:56 +0000 (13:53 +0200)]
[IMP] Improved some form views. Use oe_form_bottom class instead of oe_form_sheet_width

bzr revid: fme@openerp.com-20120521115356-c8a854lifxongy95

12 years ago[ADD] Added oe_form_bottom class
Fabien Meghazi [Mon, 21 May 2012 11:50:59 +0000 (13:50 +0200)]
[ADD] Added oe_form_bottom class

bzr revid: fme@openerp.com-20120521115059-ouw03odyc3bhpbls

12 years ago[IMP] Merge previous fp's base.css changes in base.sass
Fabien Meghazi [Mon, 21 May 2012 11:47:27 +0000 (13:47 +0200)]
[IMP] Merge previous fp's base.css changes in base.sass

bzr revid: fme@openerp.com-20120521114727-ou14pali2255am6w

12 years ago[ADD] QWeb2: added 'void' reserved keyword
Fabien Meghazi [Mon, 21 May 2012 11:40:38 +0000 (13:40 +0200)]
[ADD] QWeb2: added 'void' reserved keyword

bzr revid: fme@openerp.com-20120521114038-tz48ac3cgg8zjmti

12 years ago[IMP]:account_vouchar:improved domain for attrs.
Amit Patel (OpenERP) [Mon, 21 May 2012 10:27:44 +0000 (15:57 +0530)]
[IMP]:account_vouchar:improved domain for attrs.

bzr revid: apa@tinyerp.com-20120521102744-6ygc243zu22gy81y

12 years ago[imp] modified rng of kanban view to add quick_create/create flags
niv-openerp [Mon, 21 May 2012 10:02:04 +0000 (12:02 +0200)]
[imp] modified rng of kanban view to add quick_create/create flags

bzr revid: nicolas.vanhoren@openerp.com-20120521100204-maa76010h4ugz6oz

12 years ago[imp] added possibility to customize quick_create/create flags in kanban view
niv-openerp [Mon, 21 May 2012 10:00:44 +0000 (12:00 +0200)]
[imp] added possibility to customize quick_create/create flags in kanban view

bzr revid: nicolas.vanhoren@openerp.com-20120521100044-skfs70f437x714av

12 years ago[REM] crm.py: removed references to 'pending' state.
Thibault Delavallée [Mon, 21 May 2012 10:00:43 +0000 (12:00 +0200)]
[REM] crm.py: removed references to 'pending' state.

bzr revid: tde@openerp.com-20120521100043-xst0mqbl5es69ah1

12 years ago[imp] implemented quick_create_enabled an create_enabled
niv-openerp [Mon, 21 May 2012 09:59:41 +0000 (11:59 +0200)]
[imp] implemented quick_create_enabled an create_enabled

bzr revid: nicolas.vanhoren@openerp.com-20120521095941-qukymjtik97s5d1h

12 years ago[IMP]:base_calendar:set statusbar at top
Amit Patel (OpenERP) [Mon, 21 May 2012 09:23:29 +0000 (14:53 +0530)]
[IMP]:base_calendar:set statusbar at top

bzr revid: apa@tinyerp.com-20120521092329-usq1wbnmjlpkg5nf

12 years ago[merge]
niv-openerp [Mon, 21 May 2012 09:05:54 +0000 (11:05 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20120521090554-bggmrf1rczlcxw9k

12 years ago[IMP]:account_voucher:set statusbar at top and also improved code with indentation.
Amit Patel (OpenERP) [Mon, 21 May 2012 08:40:52 +0000 (14:10 +0530)]
[IMP]:account_voucher:set statusbar at top and also improved code with indentation.

bzr revid: apa@tinyerp.com-20120521084052-aexwrj0zuxjkhrk3

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Mon, 21 May 2012 08:00:02 +0000 (10:00 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120521080002-jvluurzhc6npyqvn

12 years ago[FIX] fields: remove leftover print statement from r.4160
Olivier Dony [Mon, 21 May 2012 07:38:51 +0000 (09:38 +0200)]
[FIX] fields: remove leftover print statement from r.4160

bzr revid: odo@openerp.com-20120521073851-0e9k8ujhexysg95v

12 years ago[MERGE]:merged from trunk
Amit Patel (OpenERP) [Mon, 21 May 2012 06:27:54 +0000 (11:57 +0530)]
[MERGE]:merged from trunk

bzr revid: apa@tinyerp.com-20120521062754-iduqobnqn0ro8p8l

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 20 May 2012 04:38:30 +0000 (04:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120520043830-uip2ma1eorsxtcgj

12 years ago[IMP] reviewed Technical menu in config
Fabien Pinckaers [Sat, 19 May 2012 09:44:37 +0000 (11:44 +0200)]
[IMP] reviewed Technical menu in config

bzr revid: fp@openerp.com-20120519094437-dzq1grg1p35bvude

12 years ago[IMP] color of text area
Fabien Pinckaers [Sat, 19 May 2012 09:40:44 +0000 (11:40 +0200)]
[IMP] color of text area

bzr revid: fp@openerp.com-20120519094044-15bv6mukl3i8s1et

12 years ago[IMP] improved empty lists for projects
Fabien Pinckaers [Sat, 19 May 2012 09:31:37 +0000 (11:31 +0200)]
[IMP] improved empty lists for projects

bzr revid: fp@openerp.com-20120519093137-uccmyn3xlctsfqce

12 years ago[IMP] improved empty lists for projects
Fabien Pinckaers [Sat, 19 May 2012 09:31:06 +0000 (11:31 +0200)]
[IMP] improved empty lists for projects

bzr revid: fp@openerp.com-20120519093106-k16lro4b8k1zj6jy

12 years ago[IMP] improved empty lists for projects
Fabien Pinckaers [Sat, 19 May 2012 09:28:56 +0000 (11:28 +0200)]
[IMP] improved empty lists for projects

bzr revid: fp@openerp.com-20120519092856-rnjr4ns5tiijjb05

12 years ago[IMP] improved CSS of empty lists
Fabien Pinckaers [Sat, 19 May 2012 09:28:25 +0000 (11:28 +0200)]
[IMP] improved CSS of empty lists

bzr revid: fp@openerp.com-20120519092825-kdvof375nllou04k

12 years ago[IMP] removed administration dashboard, and reporting menu when nothing is installed
Fabien Pinckaers [Sat, 19 May 2012 08:33:50 +0000 (10:33 +0200)]
[IMP] removed administration dashboard, and reporting menu when nothing is installed

bzr revid: fp@openerp.com-20120519083350-f0h24wnonf4ke2cg

12 years ago[IMP] remove unused CSS
Fabien Pinckaers [Sat, 19 May 2012 08:33:17 +0000 (10:33 +0200)]
[IMP] remove unused CSS

bzr revid: fp@openerp.com-20120519083317-mcaybu82n2snhjgs

12 years ago[IMP] improved kanban view of modules
Fabien Pinckaers [Sat, 19 May 2012 08:15:55 +0000 (10:15 +0200)]
[IMP] improved kanban view of modules

bzr revid: fp@openerp.com-20120519081555-02cq6tfby6o49dhy

12 years ago[IMP] kanban view of modules
Fabien Pinckaers [Sat, 19 May 2012 08:14:33 +0000 (10:14 +0200)]
[IMP] kanban view of modules

bzr revid: fp@openerp.com-20120519081433-ijliji6bvnaemzee

12 years ago[IMP] improved kanban view of modules
Fabien Pinckaers [Sat, 19 May 2012 08:14:08 +0000 (10:14 +0200)]
[IMP] improved kanban view of modules

bzr revid: fp@openerp.com-20120519081408-vugv7qgzsqtlssj0

12 years ago[IMP] renamed Wall into news feed
Fabien Pinckaers [Sat, 19 May 2012 07:28:14 +0000 (09:28 +0200)]
[IMP] renamed Wall into news feed

bzr revid: fp@openerp.com-20120519072814-iwa17z64rmrfrpzz

12 years agoremove_old_addons
Fabien Pinckaers [Sat, 19 May 2012 06:37:47 +0000 (08:37 +0200)]
remove_old_addons

bzr revid: fp@openerp.com-20120519063747-ao9qk6dhny23rfby

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 19 May 2012 05:21:16 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120519052116-yxc981z0y3gidbsf

12 years ago[REM] removed HTML_view module
Fabien Pinckaers [Fri, 18 May 2012 16:43:13 +0000 (18:43 +0200)]
[REM] removed HTML_view module

bzr revid: fp@tinyerp.com-20120518164313-9l2b57g3lpa0nogc

12 years ago[MERGE] orm: model-level @groups attribute for access control, part 1
Olivier Dony [Fri, 18 May 2012 16:00:56 +0000 (18:00 +0200)]
[MERGE] orm:  model-level @groups attribute for access control, part 1

bzr revid: odo@openerp.com-20120518160056-qp9rhb97vlxs34ts

12 years ago[IMP] crm_lead demo data: removed state initialization from demo data; also cleaned...
Thibault Delavallée [Fri, 18 May 2012 15:18:35 +0000 (17:18 +0200)]
[IMP] crm_lead demo data: removed state initialization from demo data; also cleaned identations.

bzr revid: tde@openerp.com-20120518151835-5yi58ncd9l6ztrkj

12 years ago[IMP] crm_lead model: set state field to related field, not function field.
Thibault Delavallée [Fri, 18 May 2012 15:16:37 +0000 (17:16 +0200)]
[IMP] crm_lead model: set state field to related field, not function field.

bzr revid: tde@openerp.com-20120518151637-7s22w4rkzm5wfec5

12 years ago[IMP] orm: support model-level @groups attribute for access restriction
Olivier Dony [Fri, 18 May 2012 14:36:25 +0000 (16:36 +0200)]
[IMP] orm: support model-level @groups attribute for access restriction

This is a partial implementation with no support for
restricting read/write access via RPC. This first
part only covers the removal of the restricted fields
from the client-side view, i.e. in the results of
fields_view_get() and fields_get().

The second part will come later and will cover the
real low-level access control.

bzr revid: odo@openerp.com-20120518143625-ps9db62vzrc2pylh

12 years ago[IMP] crm.lead: form view: statusbar widget for stages back to statusbar name; update...
Thibault Delavallée [Fri, 18 May 2012 13:36:04 +0000 (15:36 +0200)]
[IMP] crm.lead: form view: statusbar widget for stages back to statusbar name; updated visible stages, and specific colors.

bzr revid: tde@openerp.com-20120518133604-4zzarpfmc9lc0rpp

12 years ago[IMP] crm.case: added Cancelled default value in stages, leading to a cancel state.
Thibault Delavallée [Fri, 18 May 2012 13:35:25 +0000 (15:35 +0200)]
[IMP] crm.case: added Cancelled default value in stages, leading to a cancel state.

bzr revid: tde@openerp.com-20120518133525-p0d57svxw0hlbhdy

12 years ago[MERGE] ir.filters: unassigned filters are now global
Olivier Dony [Fri, 18 May 2012 10:07:06 +0000 (12:07 +0200)]
[MERGE] ir.filters: unassigned filters are now global

Both clients will be adapted very soon to properly
handle the new global filters

bzr revid: odo@openerp.com-20120518100706-n5o94okkf119grky

12 years ago[MERGE] Sync with latest trunk
Olivier Dony [Fri, 18 May 2012 08:49:26 +0000 (10:49 +0200)]
[MERGE] Sync with latest trunk

bzr revid: odo@openerp.com-20120518084926-dplc49g38krv7dsn

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Fri, 18 May 2012 08:39:00 +0000 (10:39 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120518083900-kwrk13lxhflciq7g

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 18 May 2012 04:40:26 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120517043702-3k4asqkfmh2j0eca
bzr revid: launchpad_translations_on_behalf_of_openerp-20120518044026-ms6s6v52bntmiayu

12 years ago[MERGE]:merged from trunk
Amit Patel (OpenERP) [Thu, 17 May 2012 10:15:17 +0000 (15:45 +0530)]
[MERGE]:merged from trunk

bzr revid: apa@tinyerp.com-20120517101517-npk57s14kgxlk7in

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 17 May 2012 04:49:03 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120517044903-l2y14q0vq4xywmil

12 years ago[IMP] Improved sale order form view subtotal look
Fabien Meghazi [Wed, 16 May 2012 16:47:25 +0000 (18:47 +0200)]
[IMP] Improved sale order form view subtotal look

bzr revid: fme@openerp.com-20120516164725-kcw2e2x0asjlmfha

12 years ago[ADD] Added class for subtotals in form views
Fabien Meghazi [Wed, 16 May 2012 16:38:01 +0000 (18:38 +0200)]
[ADD] Added class for subtotals in form views

bzr revid: fme@openerp.com-20120516163801-fih3sspmpk5vrv9m

12 years ago[MERGE] merged a branch with fixes on l10n_fr. Courtesy from Akretion and Camptocamp
Quentin (OpenERP) [Wed, 16 May 2012 16:32:47 +0000 (18:32 +0200)]
[MERGE] merged a branch with fixes on l10n_fr. Courtesy from Akretion and Camptocamp

bzr revid: qdp-launchpad@openerp.com-20120516163247-7o6cnwjq6but09um

12 years ago[IMP] ir.filters: default user_id = uid ; comment about cryptic code
Olivier Dony [Wed, 16 May 2012 16:31:22 +0000 (18:31 +0200)]
[IMP] ir.filters: default user_id = uid ; comment about cryptic code

(Some minor updates after XMO's review)

bzr revid: odo@openerp.com-20120516163122-jsb3n2eo2i253o00

12 years ago[MERGE] merged with main trunk
Quentin (OpenERP) [Wed, 16 May 2012 16:01:15 +0000 (18:01 +0200)]
[MERGE] merged with main trunk

bzr revid: qdp-launchpad@openerp.com-20120516160115-ufgnhjj8x8hb5mm7

12 years ago[IMP] crm.lead: form view: statusbar now based on the stage and the new widget; state...
Thibault Delavallée [Wed, 16 May 2012 15:32:58 +0000 (17:32 +0200)]
[IMP] crm.lead: form view: statusbar now based on the stage and the new widget; state moved to extra info, in technical group  (currently for testing purpose)

bzr revid: tde@openerp.com-20120516153258-013vu1kxt84szpb5

12 years ago[fix] rollback of previous fix regarding list view buttons and replacement with anoth...
niv-openerp [Wed, 16 May 2012 14:52:31 +0000 (16:52 +0200)]
[fix] rollback of previous fix regarding list view buttons and replacement with another fix

bzr revid: nicolas.vanhoren@openerp.com-20120516145231-joteecabrzclkr2j

12 years ago[MERGE] added the l10n_fr_hr_payroll module that defines the payroll rules for France...
Quentin (OpenERP) [Wed, 16 May 2012 14:52:06 +0000 (16:52 +0200)]
[MERGE] added the l10n_fr_hr_payroll module that defines the payroll rules for France. Courtesy from Yannick Buron (synerpgy).

bzr revid: qdp-launchpad@openerp.com-20120516145206-mivqx1vmna7idhmi

12 years ago[imp] improvements in kanban view + improvements of o2m
niv-openerp [Wed, 16 May 2012 14:37:23 +0000 (16:37 +0200)]
[imp] improvements in kanban view + improvements of o2m

bzr revid: nicolas.vanhoren@openerp.com-20120516143723-nuzb87wduv3nn0m5

12 years ago[MERGE] merged with main trunk
Quentin (OpenERP) [Wed, 16 May 2012 14:26:05 +0000 (16:26 +0200)]
[MERGE] merged with main trunk

bzr revid: qdp-launchpad@openerp.com-20120516142605-6xvtateqpsmz74rx

12 years ago[FIX] l10n_fr_hr_payroll: fixed typo in the company form view
Quentin (OpenERP) [Wed, 16 May 2012 14:19:18 +0000 (16:19 +0200)]
[FIX] l10n_fr_hr_payroll: fixed typo in the company form view

bzr revid: qdp-launchpad@openerp.com-20120516141918-d06gycr35043ion7

12 years ago[FIX] l10n_fr_hr_payroll: fixed typo in the report
Quentin (OpenERP) [Wed, 16 May 2012 14:16:21 +0000 (16:16 +0200)]
[FIX] l10n_fr_hr_payroll: fixed typo in the report

bzr revid: qdp-launchpad@openerp.com-20120516141621-kuy4n80do3d1k9qm

12 years ago[imp] cleaned dialogs a little
niv-openerp [Wed, 16 May 2012 14:13:28 +0000 (16:13 +0200)]
[imp] cleaned dialogs a little

bzr revid: nicolas.vanhoren@openerp.com-20120516141328-dbak0bw3wa098zwv

12 years ago[merge]
niv-openerp [Wed, 16 May 2012 14:07:09 +0000 (16:07 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20120516140709-ue531n9e8wtny2l4

12 years ago[imp] added documentation
niv-openerp [Wed, 16 May 2012 14:06:22 +0000 (16:06 +0200)]
[imp] added documentation

bzr revid: nicolas.vanhoren@openerp.com-20120516140622-q7a7xu9gufotx2f2

12 years ago[IMP] l10n_fr_hr_payroll: few fixes/code enhancement
Quentin (OpenERP) [Wed, 16 May 2012 14:03:01 +0000 (16:03 +0200)]
[IMP] l10n_fr_hr_payroll: few fixes/code enhancement

bzr revid: qdp-launchpad@openerp.com-20120516140301-p65l3gk3dt1q9ire

12 years ago[imp] made FormOpenPopup in creation mode
niv-openerp [Wed, 16 May 2012 14:01:19 +0000 (16:01 +0200)]
[imp] made FormOpenPopup in creation mode

bzr revid: nicolas.vanhoren@openerp.com-20120516140119-e8n7y7uqqn9a2bho