odoo/odoo.git
12 years ago[IMP] wiki: remove cancel button and improved view of wizard.
Turkesh Patel (Open ERP) [Fri, 15 Jun 2012 10:31:43 +0000 (16:01 +0530)]
[IMP] wiki: remove cancel button and improved view of wizard.

bzr revid: tpa@tinyerp.com-20120615103143-ofki3uanzmsunat6

12 years ago[IMP]survey: remove cancel button and inprove view of wizard.
Turkesh Patel (Open ERP) [Fri, 15 Jun 2012 10:14:40 +0000 (15:44 +0530)]
[IMP]survey: remove cancel button and inprove view of wizard.

bzr revid: tpa@tinyerp.com-20120615101440-0m2xw9emegw2mhsu

12 years ago[MRG] merge with lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn
Turkesh Patel (Open ERP) [Fri, 15 Jun 2012 09:34:49 +0000 (15:04 +0530)]
[MRG] merge with lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn

bzr revid: tpa@tinyerp.com-20120615093449-cfidvnne28pgiqpt

12 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Fri, 15 Jun 2012 09:28:32 +0000 (14:58 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20120615092832-h8lbgqatler3grki

12 years ago[MERGE] trunk-hr_improvements-sbh (various improvements in hr modules, mostly in...
Raphael Collet [Fri, 15 Jun 2012 07:38:53 +0000 (09:38 +0200)]
[MERGE] trunk-hr_improvements-sbh (various improvements in hr modules, mostly in views)

bzr revid: rco@openerp.com-20120615073853-8jwl57fnzgj860e3

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 15 Jun 2012 04:42:50 +0000 (04:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120615044250-6mflzs43jxli3a9c

12 years ago[MERGE] client_action from url]
Antony Lesuisse [Thu, 14 Jun 2012 18:46:57 +0000 (20:46 +0200)]
[MERGE] client_action from url]

bzr revid: al@openerp.com-20120614184657-1vpdyyns78iiskhg

12 years ago[FIX] client_action from url: use params from state and not from query string (avoid...
Christophe Simonis [Thu, 14 Jun 2012 16:53:45 +0000 (18:53 +0200)]
[FIX] client_action from url: use params from state and not from query string (avoid reloading web page)

bzr revid: chs@openerp.com-20120614165345-lla5x0a0pb0e7gsq

12 years ago[FIX] allow excution of client actions from url
Christophe Simonis [Thu, 14 Jun 2012 16:41:41 +0000 (18:41 +0200)]
[FIX] allow excution of client actions from url

bzr revid: chs@openerp.com-20120614164141-s8hm4wj5xoswh9ym

12 years ago[FIX] Fix back kanban view in o2m
Fabien Meghazi [Thu, 14 Jun 2012 16:09:55 +0000 (18:09 +0200)]
[FIX] Fix back kanban view in o2m

bzr revid: fme@openerp.com-20120614160955-r9tdhztskc2bcg8e

12 years ago[IMP] Remove useless code in binary fields
Fabien Meghazi [Thu, 14 Jun 2012 15:57:58 +0000 (17:57 +0200)]
[IMP] Remove useless code in binary fields

bzr revid: fme@openerp.com-20120614155758-lglfapqxkrctrfn4

12 years ago[MERGE] One more step towards better view validation: RNG validation on rendered...
Olivier Dony [Thu, 14 Jun 2012 15:35:32 +0000 (17:35 +0200)]
[MERGE] One more step towards better view validation: RNG validation on rendered view

This will allow improved validation of inherited
views, which is not possible when only the raw
arch is validated on its own - without context
many things cannot be verified.
Calling fields_view_get() also catches early all
mistakes that require dynamic validation, like
wrong XPath expressions (parent view contains
no match).
In order to have current addons pass the improved
validation the RNG had to be fixed to support
the new @modifiers attribute added by fields_view_get()
itself on many view elements, and a few missing
valid attributes, like @invisible on <filter>
and <group>. The latter had never been used
as part of the view architecture but appear
as a result of the handling of @groups
restrictions on view elements, and must
be allowed by the RNG schema.

bzr revid: odo@openerp.com-20120614153532-9200td4q90zci4jb

12 years ago[MERGE] Second round of fixes for improved view validation (just 1 fix in account)
Olivier Dony [Thu, 14 Jun 2012 15:33:45 +0000 (17:33 +0200)]
[MERGE] Second round of fixes for improved view validation (just 1 fix in account)

bzr revid: odo@openerp.com-20120614153345-yanx3ouu4jbv1378

12 years ago[FIX] account: @refresh attribute does not exist for tree views
Olivier Dony [Thu, 14 Jun 2012 14:50:23 +0000 (16:50 +0200)]
[FIX] account: @refresh attribute does not exist for tree views

bzr revid: odo@openerp.com-20120614145023-iffj1kfkz5vmoatw

12 years ago[IMP] Improve view validation to based on fields_view_get rendering, not just raw...
Olivier Dony [Thu, 14 Jun 2012 14:46:33 +0000 (16:46 +0200)]
[IMP] Improve view validation to based on fields_view_get rendering, not just raw arch

This will allow improved validation of inherited
views, which is not possible when only the raw
arch is validated on its own - without context
many things cannot be verified.
Calling fields_view_get() also catches early all
mistakes that require dynamic validation, like
wrong XPath expressions (parent view contains
no match).
In order to have current addons pass the improved
validation the RNG had to be fixed to support
the new @modifiers attribute added by fields_view_get()
itself on many view elements, and a few missing
valid attributes, like @invisible on <filter>
and <group>. The latter had never been used
as part of the view architecture but appear
as a result of the handling of @groups
restrictions on view elements, and must
be allowed by the RNG schema.

bzr revid: odo@openerp.com-20120614144633-31c642s7q7f28o6b

12 years ago[IMP] hr_recruitment: remove useless code
Raphael Collet [Thu, 14 Jun 2012 14:41:59 +0000 (16:41 +0200)]
[IMP] hr_recruitment: remove useless code

bzr revid: rco@openerp.com-20120614144159-f8d1eftg5k5tdsyd

12 years ago[MERGE] from trunk
Raphael Collet [Thu, 14 Jun 2012 14:31:07 +0000 (16:31 +0200)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120614143107-rtnb6tzd6a5hlwm8

12 years ago[IMP] Only displays warning in m2o if the user typed something.
niv-openerp [Thu, 14 Jun 2012 14:23:09 +0000 (16:23 +0200)]
[IMP] Only displays warning in m2o if the user typed something.

bzr revid: nicolas.vanhoren@openerp.com-20120614142309-xf4pj2oo5bl7zh9x

12 years ago[FIX] Saving a binary field not saved yet crashes
Fabien Meghazi [Thu, 14 Jun 2012 15:00:10 +0000 (17:00 +0200)]
[FIX] Saving a binary field not saved yet crashes

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

bzr revid: fme@openerp.com-20120614150010-ik6f3rqk8li314aq

12 years ago[MERGE] Improve the form views with the defined style for 7.0
Stephane Wirtel [Thu, 14 Jun 2012 13:56:35 +0000 (15:56 +0200)]
[MERGE] Improve the form views with the defined style for 7.0

bzr revid: stw@openerp.com-20120614135635-f7l5nqd42eu5jfiy

12 years ago[IMP] Improved sidebar dropdowns
Fabien Meghazi [Thu, 14 Jun 2012 13:48:19 +0000 (15:48 +0200)]
[IMP] Improved sidebar dropdowns

bzr revid: fme@openerp.com-20120614134819-rmfanstzir8kpyo3

12 years ago[FIX] delivery: Fix a problem with the view
Stephane Wirtel [Thu, 14 Jun 2012 13:13:54 +0000 (15:13 +0200)]
[FIX] delivery: Fix a problem with the view

bzr revid: stw@openerp.com-20120614131354-0eo8lj0v4th8up3t

12 years ago[FIX] account_anglo_saxon: Set the right xpath expression for an inheritance
Stephane Wirtel [Thu, 14 Jun 2012 12:42:00 +0000 (14:42 +0200)]
[FIX] account_anglo_saxon: Set the right xpath expression for an inheritance

bzr revid: stw@openerp.com-20120614124200-hsfg65v54j4bz51v

12 years ago[ADD] Added Event Bus
Fabien Meghazi [Thu, 14 Jun 2012 12:17:19 +0000 (14:17 +0200)]
[ADD] Added Event Bus

bzr revid: fme@openerp.com-20120614121719-tri5zx5gjjqj3ea6

12 years ago[FIX] account_anglo_saxon: bad xpath expression
Stephane Wirtel [Thu, 14 Jun 2012 10:52:45 +0000 (12:52 +0200)]
[FIX] account_anglo_saxon: bad xpath expression

bzr revid: stw@openerp.com-20120614105245-y0ddn28zauqnz07j

12 years ago[REF] Review a lot of views
Stephane Wirtel [Thu, 14 Jun 2012 10:08:01 +0000 (12:08 +0200)]
[REF] Review a lot of views

bzr revid: stw@openerp.com-20120614100801-wfbhtpw9lamv2uuf

12 years ago[FIX] hr_recruitment: missing feature in meetings, hide some fields
Raphael Collet [Thu, 14 Jun 2012 10:00:15 +0000 (12:00 +0200)]
[FIX] hr_recruitment: missing feature in meetings, hide some fields

bzr revid: rco@openerp.com-20120614100015-i5hy032x12fj55g0

12 years ago[IMP] Some change in o2m
niv-openerp [Thu, 14 Jun 2012 09:44:11 +0000 (11:44 +0200)]
[IMP] Some change in o2m

bzr revid: nicolas.vanhoren@openerp.com-20120614094411-mqfsj1r8ct4hht20

12 years ago[IMP] hr_recruitment: break lines that are too long in views
Raphael Collet [Thu, 14 Jun 2012 09:31:48 +0000 (11:31 +0200)]
[IMP] hr_recruitment: break lines that are too long in views

bzr revid: rco@openerp.com-20120614093148-cc128w13fck7a1wv

12 years ago[IMP] survey: cleanup xml file
Raphael Collet [Thu, 14 Jun 2012 09:16:17 +0000 (11:16 +0200)]
[IMP] survey: cleanup xml file

bzr revid: rco@openerp.com-20120614091617-sq9y24bof51ni5e8

12 years ago[FIX] mail: revert a patch that has nothing to do in this branch
Raphael Collet [Thu, 14 Jun 2012 09:13:50 +0000 (11:13 +0200)]
[FIX] mail: revert a patch that has nothing to do in this branch

bzr revid: rco@openerp.com-20120614091350-5048ipcoke5pvyco

12 years ago[IMP] hr_recruitment: improve form views
Raphael Collet [Thu, 14 Jun 2012 08:30:22 +0000 (10:30 +0200)]
[IMP] hr_recruitment: improve form views

bzr revid: rco@openerp.com-20120614083022-o8r2l1puj3k9z5su

12 years ago[REF] Review some form views with the new guide lines
Stephane Wirtel [Thu, 14 Jun 2012 06:24:14 +0000 (08:24 +0200)]
[REF] Review some form views with the new guide lines

bzr revid: stw@openerp.com-20120614062414-q6o8ze4ba6em6o65

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 14 Jun 2012 04:41:23 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120613045614-nvpnoumt1aazscag
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614043456-3m7u51qfu23c0qhx
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614044123-deayo2v3jjc74u8f

12 years ago[ADD] Recovered delete icon for the attachments
Fabien Meghazi [Wed, 13 Jun 2012 16:17:12 +0000 (18:17 +0200)]
[ADD] Recovered delete icon for the attachments

bzr revid: fme@openerp.com-20120613161712-91h2yvg0rykwun2j

12 years ago[IMP] hr_recruitment: cleanup of views
Raphael Collet [Wed, 13 Jun 2012 15:45:57 +0000 (17:45 +0200)]
[IMP] hr_recruitment: cleanup of views

bzr revid: rco@openerp.com-20120613154557-qyrg0amboj2bqp5o

12 years ago[IMP] hr_recruitment: improve applicant form
Raphael Collet [Wed, 13 Jun 2012 15:18:55 +0000 (17:18 +0200)]
[IMP] hr_recruitment: improve applicant form

bzr revid: rco@openerp.com-20120613151855-qma380l3yi5a56jt

12 years ago[IMP] hr_recruitment: simplify code
Raphael Collet [Wed, 13 Jun 2012 14:36:42 +0000 (16:36 +0200)]
[IMP] hr_recruitment: simplify code

bzr revid: rco@openerp.com-20120613143642-dmruw3rdf1a394d4

12 years ago[IMP] hr_holidays: improve English, and fix a few views
Raphael Collet [Wed, 13 Jun 2012 14:26:05 +0000 (16:26 +0200)]
[IMP] hr_holidays: improve English, and fix a few views

bzr revid: rco@openerp.com-20120613142605-vbw88dogd8n83ru7

12 years ago[FIX] Brought back attachments
Fabien Meghazi [Wed, 13 Jun 2012 14:10:16 +0000 (16:10 +0200)]
[FIX] Brought back attachments

bzr revid: fme@openerp.com-20120613141016-8m2mj4b7d9zzk7a5

12 years ago[FIX] hr_attendance: do not remove the wizard Sign In / Sign Out
Raphael Collet [Wed, 13 Jun 2012 13:52:48 +0000 (15:52 +0200)]
[FIX] hr_attendance: do not remove the wizard Sign In / Sign Out

bzr revid: rco@openerp.com-20120613135248-p64vwnl7398f6xrd

12 years ago[IMP] hr: little simplifications in forms
Raphael Collet [Wed, 13 Jun 2012 13:28:24 +0000 (15:28 +0200)]
[IMP] hr: little simplifications in forms

bzr revid: rco@openerp.com-20120613132824-l5alfbqhfuaxzykr

12 years ago[IMP] hr: improve English in tooltips, cleanup menus and form view of hr.job
Raphael Collet [Wed, 13 Jun 2012 13:18:34 +0000 (15:18 +0200)]
[IMP] hr: improve English in tooltips, cleanup menus and form view of hr.job

bzr revid: rco@openerp.com-20120613131834-hjholbe4nsrh35t5

12 years ago[IMP] crm: move case category 'Interview' to module hr_recruitment
Raphael Collet [Wed, 13 Jun 2012 12:45:31 +0000 (14:45 +0200)]
[IMP] crm: move case category 'Interview' to module hr_recruitment

bzr revid: rco@openerp.com-20120613124531-vgzvel9sjy1fdmtd

12 years ago[IMP] crm: simplify groups on field
Raphael Collet [Wed, 13 Jun 2012 12:33:01 +0000 (14:33 +0200)]
[IMP] crm: simplify groups on field

bzr revid: rco@openerp.com-20120613123301-uom63r7s422jige1

12 years ago[IMP] Improved hidden file uploads usage
Fabien Meghazi [Wed, 13 Jun 2012 10:05:16 +0000 (12:05 +0200)]
[IMP] Improved hidden file uploads usage

bzr revid: fme@openerp.com-20120613100516-1opf05g81icwuwbr

12 years ago[REF] Review some form views with the guide lines
Stephane Wirtel [Wed, 13 Jun 2012 09:06:57 +0000 (11:06 +0200)]
[REF] Review some form views with the guide lines

bzr revid: stw@openerp.com-20120613090657-xfz9vtvqek3znqdr

12 years ago[FIX] account_analytic_analysis: we can't create a view of an external module
Stephane Wirtel [Thu, 14 Jun 2012 10:01:23 +0000 (12:01 +0200)]
[FIX] account_analytic_analysis: we can't create a view of an external module

bzr revid: stw@openerp.com-20120614100123-eq8wpp3t20minf59

12 years ago[IMP] When you configure OpenERP, you need a full control on how to display the foote...
Fabien Pinckaers [Tue, 12 Jun 2012 17:17:53 +0000 (19:17 +0200)]
[IMP] When you configure OpenERP, you need a full control on how to display the footer and bank accounts

bzr revid: fp@tinyerp.com-20120612171753-rhp9iq8y2c53puhe

12 years ago[IMP] improved comment TODO
Fabien Pinckaers [Tue, 12 Jun 2012 17:14:59 +0000 (19:14 +0200)]
[IMP] improved comment TODO

bzr revid: fp@tinyerp.com-20120612171459-74dh9ik7yju2mum5

12 years ago[MERGE] anonymous mode
Antony Lesuisse [Tue, 12 Jun 2012 16:27:28 +0000 (18:27 +0200)]
[MERGE] anonymous mode

bzr revid: al@openerp.com-20120612162728-08gmly2r55rp2cn5

12 years ago[MERGE] trunk-first_10_clicks-hr-mma (small improvements in employee form and kanban...
Raphael Collet [Tue, 12 Jun 2012 14:49:21 +0000 (16:49 +0200)]
[MERGE] trunk-first_10_clicks-hr-mma (small improvements in employee form and kanban view)

bzr revid: rco@openerp.com-20120612144921-j4zu6nxiof1hjgvg

12 years ago[MERGE] from trunk
Raphael Collet [Tue, 12 Jun 2012 14:30:42 +0000 (16:30 +0200)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120612143042-3h0umeoilcn9buot

12 years ago[IMP] hr, hr_holiday: put last_login and leave_type together in employee kanban
Raphael Collet [Tue, 12 Jun 2012 14:28:08 +0000 (16:28 +0200)]
[IMP] hr, hr_holiday: put last_login and leave_type together in employee kanban

bzr revid: rco@openerp.com-20120612142808-bkm8hbgnw44cwh15

12 years ago[IMP] hr_holiday: remove hidden fields from form view
Raphael Collet [Tue, 12 Jun 2012 14:17:36 +0000 (16:17 +0200)]
[IMP] hr_holiday: remove hidden fields from form view

bzr revid: rco@openerp.com-20120612141736-wh9bjxjzs2ep6obr

12 years ago[FIX] hr_holiday: fix current leave element in kanban view of employee
Raphael Collet [Tue, 12 Jun 2012 14:10:26 +0000 (16:10 +0200)]
[FIX] hr_holiday: fix current leave element in kanban view of employee

bzr revid: rco@openerp.com-20120612141026-ygrcbfy6yfy19iw9

12 years ago[FIX] Hide pager in form select popups
Fabien Meghazi [Tue, 12 Jun 2012 13:44:55 +0000 (15:44 +0200)]
[FIX] Hide pager in form select popups

bzr revid: fme@openerp.com-20120612134455-vqofc8nkyu3i0chq

12 years ago[FIX] hr: improve the simplified form view of hr.job, and use it in the employee...
Raphael Collet [Tue, 12 Jun 2012 13:34:52 +0000 (15:34 +0200)]
[FIX] hr: improve the simplified form view of hr.job, and use it in the employee form

bzr revid: rco@openerp.com-20120612133452-23s6ta98tybd2371

12 years ago[IMP] Improved sass mixin usage
Fabien Meghazi [Tue, 12 Jun 2012 13:34:37 +0000 (15:34 +0200)]
[IMP] Improved sass mixin usage

bzr revid: fme@openerp.com-20120612133437-19d75fct3g844p84

12 years ago[IMP] Improved o2m and m2m viewmanager/listview styling
Fabien Meghazi [Tue, 12 Jun 2012 13:15:43 +0000 (15:15 +0200)]
[IMP] Improved o2m and m2m viewmanager/listview styling

bzr revid: fme@openerp.com-20120612131543-qmltlt7p1h8g5xk5

12 years ago[IMP] hr: improve employee form
Raphael Collet [Tue, 12 Jun 2012 12:25:58 +0000 (14:25 +0200)]
[IMP] hr: improve employee form

bzr revid: rco@openerp.com-20120612122558-bzaqf1dd5z14975k

12 years ago[FIX] box-shadow mixin
Xavier Morel [Tue, 12 Jun 2012 12:19:47 +0000 (14:19 +0200)]
[FIX] box-shadow mixin

bzr revid: xmo@openerp.com-20120612121947-67c59hg3fmzwanp3

12 years ago[MERGE] Merge with lp:openobject-addons
Sbh (Openerp) [Tue, 12 Jun 2012 10:53:45 +0000 (16:23 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20120612105345-d10lp54bywb7y7oz

12 years ago[MERGE] trunk-first_10_clicks-psi (add group to enable task delegation)
Raphael Collet [Tue, 12 Jun 2012 09:58:35 +0000 (11:58 +0200)]
[MERGE] trunk-first_10_clicks-psi (add group to enable task delegation)

bzr revid: rco@openerp.com-20120612095835-iisiv73hqbhe9l9w

12 years ago[FIX] anonymous: correct dependencies
Christophe Simonis [Tue, 12 Jun 2012 09:40:22 +0000 (11:40 +0200)]
[FIX] anonymous: correct dependencies

bzr revid: chs@openerp.com-20120612094022-k5c601sqsizlc7yc

12 years ago[MERGE] trunk-module_image_on_form-psi (improve module form view)
Raphael Collet [Tue, 12 Jun 2012 09:32:29 +0000 (11:32 +0200)]
[MERGE] trunk-module_image_on_form-psi (improve module form view)

bzr revid: rco@openerp.com-20120612093229-h6wd4g8iqoqnx217

12 years ago[IMP] module: rename field 'image' to 'icon_image' (leaving 'image' for other kinds...
Raphael Collet [Tue, 12 Jun 2012 09:10:41 +0000 (11:10 +0200)]
[IMP] module: rename field 'image' to 'icon_image' (leaving 'image' for other kinds of module images)

bzr revid: rco@openerp.com-20120612091041-fpamk1r8b4e42k9v

12 years ago[FIX] module form view: fix field label
Raphael Collet [Tue, 12 Jun 2012 09:05:13 +0000 (11:05 +0200)]
[FIX] module form view: fix field label

bzr revid: rco@openerp.com-20120612090513-sl8v5io7lzk3ubts

12 years ago[MERGE] from trunk
Raphael Collet [Tue, 12 Jun 2012 08:53:25 +0000 (10:53 +0200)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120612085325-aqpysyfp7e202r44

12 years ago[FIX] Fixed some hidden classes problem, improved binary image field's styling
Fabien Meghazi [Tue, 12 Jun 2012 08:18:12 +0000 (10:18 +0200)]
[FIX] Fixed some hidden classes problem, improved binary image field's styling

bzr revid: fme@openerp.com-20120612081812-5w6e2bmg0pl6ou12

12 years ago[FIX] Fixed form@version support in FormViewRenderingEngine
Fabien Meghazi [Tue, 12 Jun 2012 08:10:58 +0000 (10:10 +0200)]
[FIX] Fixed form@version support in FormViewRenderingEngine

bzr revid: fme@openerp.com-20120612081058-djm5yz1sccdlnm10

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 12 Jun 2012 04:55:55 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120612045555-2irdwxgtdcfdho23

12 years ago[MERGE] Repair RNG validation, enable rendering check, fix validation in update mode
Olivier Dony [Mon, 11 Jun 2012 20:34:31 +0000 (22:34 +0200)]
[MERGE] Repair RNG validation, enable rendering check, fix validation in update mode

- RNG validation restored for non 7.0-style views
- RNG schema document now cached for faster validation
- Extra view validation now performed by forcing a rendering
  of each created/updated view via fields_view_get, including
  inherited views
- Fixed fields_view_get when called during module update, i.e.
  while modules are only partially loaded - it will now only
  consider views belonging to already loaded modules only

bzr revid: odo@openerp.com-20120611203431-syzqe4n2jbrqv17u

12 years ago[MERGE] Fixes for @version attr in recently modified 7.0-style forms
Olivier Dony [Mon, 11 Jun 2012 20:27:01 +0000 (22:27 +0200)]
[MERGE] Fixes for @version attr in recently modified 7.0-style forms

A corresponding server-side fix including improved validation
is being merged at the same time

bzr revid: odo@openerp.com-20120611202701-xhcx9vppv9qkj9bf

12 years ago[IMP] orm: improved @version spec validation for inherited views
Olivier Dony [Mon, 11 Jun 2012 17:31:32 +0000 (19:31 +0200)]
[IMP] orm: improved @version spec validation for inherited views

bzr revid: odo@openerp.com-20120611173132-3ioptod9jwxttopc

12 years ago[FIX] *: Correct @version spec in new-style forms, after FP's recent merge
Olivier Dony [Mon, 11 Jun 2012 16:10:14 +0000 (18:10 +0200)]
[FIX] *: Correct @version spec in new-style forms, after FP's recent merge

bzr revid: odo@openerp.com-20120611161014-19p6rd5qpkmmijmg

12 years ago[IMP] added warning messages in o2m when using an unsupported type of view, also...
niv-openerp [Mon, 11 Jun 2012 16:07:29 +0000 (18:07 +0200)]
[IMP] added warning messages in o2m when using an unsupported type of view, also removed form view handling in o2m

bzr revid: nicolas.vanhoren@openerp.com-20120611160729-wtqg0o0ry12pyi04

12 years ago[fix] added sortable false in o2m & m2m
niv-openerp [Mon, 11 Jun 2012 15:28:19 +0000 (17:28 +0200)]
[fix] added sortable false in o2m & m2m

bzr revid: nicolas.vanhoren@openerp.com-20120611152819-rk9zeosndxjrajfa

12 years ago[IMP] form layout of invoice
Fabien Pinckaers [Mon, 11 Jun 2012 14:47:37 +0000 (16:47 +0200)]
[IMP] form layout of invoice

bzr revid: fp@tinyerp.com-20120611144737-pa5q8r4bi3i6726w

12 years agofix
Fabien Pinckaers [Mon, 11 Jun 2012 14:42:23 +0000 (16:42 +0200)]
fix

bzr revid: fp@tinyerp.com-20120611144223-9ha9jwaabmeawgb5

12 years ago[REM] auction,project_messages,base_synchro: remove empty dir after disabling LP...
Olivier Dony [Mon, 11 Jun 2012 12:58:03 +0000 (14:58 +0200)]
[REM] auction,project_messages,base_synchro: remove empty dir after disabling LP translations - modules removed in 7.0

bzr revid: odo@openerp.com-20120611125803-vuqyxbewnxmdyq7a

12 years ago[MERGE] merge with main addons
Purnendu Singh (OpenERP) [Mon, 11 Jun 2012 12:47:02 +0000 (18:17 +0530)]
[MERGE] merge with main addons

bzr revid: psi@tinyerp.com-20120611124702-f45l1i7kqzjs7sua

12 years ago[MERGE] merge with main addons
Mayur Maheshwari (OpenERP) [Mon, 11 Jun 2012 12:45:31 +0000 (18:15 +0530)]
[MERGE] merge with main addons

bzr revid: mma@tinyerp.com-20120611124531-k0nkhqn0513ndmej

12 years ago[IMP] modules, ir.ui.view: improve view validation + avoid validation errors during...
Olivier Dony [Mon, 11 Jun 2012 12:27:58 +0000 (14:27 +0200)]
[IMP] modules, ir.ui.view: improve view validation + avoid validation errors during updates

As of 7.0, RNG validation is not possible for form views
that have a version attribute equal to "7.0", due to the
allowed usage of HTML syntax mixed with the regular OpenERP
view syntax. RNG validation is still enabled for regular
form views (@version missing or less than "7.0"), and for
all other views types.
Validation of 7.0 form views should be improved with the
addition of an assertion-based schema, still to be done.

The above is also complemented with an explicit call to fields_view_get()
during view installation, in order to immediately verify
that the updated view hierarchy does not cause any
issue when loaded along with its related views (i.e
parent and siblings, for inheriting views).
In addition to that, fields_view_get() will now only
consider loading views that belong to modules that have
already been loaded. This avoids a lot of validation errors
during a module update operation, which runs on top of
an existing database with all previous views visible,
even those whose module is not loaded yet.

bzr revid: odo@openerp.com-20120611122758-qcw9xdhupl24busq

12 years ago[REVERT] db: revert incorrect change to auto_install logic
Olivier Dony [Mon, 11 Jun 2012 10:36:53 +0000 (12:36 +0200)]
[REVERT] db: revert incorrect change to auto_install logic

The auto_install flag means that the module will be automatically
installed as soon as all its dependencies are satisfied.
It does *not* mean that the module will be automatically installed
upon database creation. It can be used for that purpose by
setting it on a module that has no dependencies however.

bzr revid: odo@openerp.com-20120611103653-l7x0xxdqo4wixjvl

12 years ago[IMP] purchase form view
Fabien Pinckaers [Mon, 11 Jun 2012 10:19:35 +0000 (12:19 +0200)]
[IMP] purchase form view

bzr revid: fp@tinyerp.com-20120611101935-d2a4nm62x4al1nyu

12 years ago[IMP] sale form view
Fabien Pinckaers [Mon, 11 Jun 2012 10:07:57 +0000 (12:07 +0200)]
[IMP] sale form view

bzr revid: fp@tinyerp.com-20120611100757-20fcsrkts3ussa2r

12 years ago[MERGE] cleaning all form views
Fabien Pinckaers [Mon, 11 Jun 2012 10:00:52 +0000 (12:00 +0200)]
[MERGE] cleaning all form views

bzr revid: fp@tinyerp.com-20120611100052-e2u8augm7kkc0uyr

12 years ago[IMP]hr: change test case
Kuldeep Joshi (OpenERP) [Mon, 11 Jun 2012 09:34:23 +0000 (15:04 +0530)]
[IMP]hr: change test case

bzr revid: kjo@tinyerp.com-20120611093423-xbc75ku9f6f1jt1q

12 years ago[IMP] removing unused tag
Fabien Pinckaers [Mon, 11 Jun 2012 09:26:52 +0000 (11:26 +0200)]
[IMP] removing unused tag

bzr revid: fp@tinyerp.com-20120611092652-5yfyl1h2tymnl8ge

12 years ago[ADD] Added !important to oe_form_invisible
Fabien Meghazi [Mon, 11 Jun 2012 09:26:41 +0000 (11:26 +0200)]
[ADD] Added !important to oe_form_invisible

bzr revid: fme@openerp.com-20120611092641-cp0m7w2a41917r9h

12 years ago[REM] Removed openerp.log
Fabien Meghazi [Mon, 11 Jun 2012 09:19:09 +0000 (11:19 +0200)]
[REM] Removed openerp.log

bzr revid: fme@openerp.com-20120611091909-269ukzc2gftkwuma

12 years ago[merge] improved all form views
Fabien Pinckaers [Mon, 11 Jun 2012 09:14:38 +0000 (11:14 +0200)]
[merge] improved all form views

bzr revid: fp@tinyerp.com-20120611091438-9txh9avm142tses1

12 years agotemporarily removing checks
Fabien Pinckaers [Mon, 11 Jun 2012 09:10:31 +0000 (11:10 +0200)]
temporarily removing checks

bzr revid: fp@tinyerp.com-20120611091031-sfear1x3c574tvpw

12 years ago[IMP] Improved projects view to use a kanban view for project members.
niv-openerp [Mon, 11 Jun 2012 09:09:02 +0000 (11:09 +0200)]
[IMP] Improved projects view to use a kanban view for project members.

bzr revid: nicolas.vanhoren@openerp.com-20120611090902-mtpokdqfdgihckew

12 years agomerge trunk
niv-openerp [Mon, 11 Jun 2012 09:08:38 +0000 (11:08 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120604121500-sgfni3iokvm8dh1p
bzr revid: nicolas.vanhoren@openerp.com-20120611090838-vmi2softfyfvv299

12 years agomerge
Fabien Pinckaers [Mon, 11 Jun 2012 09:08:02 +0000 (11:08 +0200)]
merge

bzr revid: fp@tinyerp.com-20120611090802-a85fuvi9kkb15nju

12 years ago[IMP] Improved partners' view, changed kanban view of children to be more usable.
niv-openerp [Mon, 11 Jun 2012 09:07:02 +0000 (11:07 +0200)]
[IMP] Improved partners' view, changed kanban view of children to be more usable.

bzr revid: nicolas.vanhoren@openerp.com-20120611090702-46szixayu6bsnzxy

12 years ago[IMP] removing layout="manual"
Fabien Pinckaers [Mon, 11 Jun 2012 09:07:01 +0000 (11:07 +0200)]
[IMP] removing layout="manual"

bzr revid: fp@tinyerp.com-20120611090701-57jr0v6oxnbuocwc

12 years ago[MOV] Moved instance.notification to instance.web.notification
Fabien Meghazi [Mon, 11 Jun 2012 09:06:22 +0000 (11:06 +0200)]
[MOV] Moved instance.notification to instance.web.notification

bzr revid: fme@openerp.com-20120611090622-mvhhdn8cez9tx99h