odoo/odoo.git
12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Mon, 18 Jun 2012 09:41:59 +0000 (15:11 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120618094159-uykwrqonzcvnd762

12 years ago[Merge] Merge with main server.
Divyesh Makwana (Open ERP) [Fri, 15 Jun 2012 04:51:35 +0000 (10:21 +0530)]
[Merge] Merge with main server.

bzr revid: mdi@tinyerp.com-20120615045135-im1zek1i0yq53e5j

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] 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[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[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[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[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 11:50:36 +0000 (17:20 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613115036-uqil467z4ackhq23

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[Merge] Merge with main server.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:20:04 +0000 (14:50 +0530)]
[Merge] Merge with main server.

bzr revid: mdi@tinyerp.com-20120613092004-q4s7k4hm8zyzfycq

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:18:11 +0000 (14:48 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613091811-ppss128wirdb6alq

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:16:04 +0000 (14:46 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613091604-ikwin4wsyhi3ewoi

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:14:33 +0000 (14:44 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613091433-81yk3m1wst8nza2t

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:12:59 +0000 (14:42 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613091259-ha7cmazhn84yh980

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] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:06:51 +0000 (14:36 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613090651-o417fpkzfdya0alx

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:05:27 +0000 (14:35 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613090527-t8wh69lqouyca69v

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 09:02:26 +0000 (14:32 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613090226-p6sliguyev724n18

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:59:55 +0000 (14:29 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085955-ayx9u01xqwzwc6rh

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:58:49 +0000 (14:28 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085849-d5q14h36a6jcvys8

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:57:53 +0000 (14:27 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085753-mznv0q4dt5rccclf

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:56:39 +0000 (14:26 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085639-b3egccdi5z95mx2z

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:54:43 +0000 (14:24 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085443-h8k0jddalmmh2b1u

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:52:03 +0000 (14:22 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085203-hscu337wya33xm6r

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:50:53 +0000 (14:20 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613085053-3pog59o4jhj4d61t

12 years ago[IMP] Improved the Search View.
Divyesh Makwana (Open ERP) [Wed, 13 Jun 2012 08:48:23 +0000 (14:18 +0530)]
[IMP] Improved the Search View.

bzr revid: mdi@tinyerp.com-20120613084823-7wm0obxq54bdr3rg

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] 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 ago[Merge] Merge with main server.
Divyesh Makwana (Open ERP) [Tue, 12 Jun 2012 05:15:46 +0000 (10:45 +0530)]
[Merge] Merge with main server.

bzr revid: mdi@tinyerp.com-20120612051546-1zgaes8f5so9hy2o

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] 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

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

bzr revid: nicolas.vanhoren@openerp.com-20120611090549-y4um978338d22bvn

12 years ago[merge] trunk
Fabien Pinckaers [Mon, 11 Jun 2012 09:03:05 +0000 (11:03 +0200)]
[merge] trunk

bzr revid: fp@tinyerp.com-20120611090305-hh1yws123ile54r3

12 years ago[IMP] views
Fabien Pinckaers [Mon, 11 Jun 2012 09:02:48 +0000 (11:02 +0200)]
[IMP] views

bzr revid: fp@tinyerp.com-20120611090248-oechaas8kntaqzqf

12 years ago[FIX] broken unit tests
Xavier Morel [Mon, 11 Jun 2012 08:50:19 +0000 (10:50 +0200)]
[FIX] broken unit tests

bzr revid: xmo@openerp.com-20120611085019-hk9hz31yctmr5qcn

12 years ago[ADD] Added oe_form_field_one2many classname
Fabien Meghazi [Tue, 12 Jun 2012 11:52:05 +0000 (13:52 +0200)]
[ADD] Added oe_form_field_one2many classname

bzr revid: fme@openerp.com-20120612115205-3wj6odknj61qpvit

12 years ago[MERGE]
Amit Patel (OpenERP) [Mon, 11 Jun 2012 06:21:42 +0000 (11:51 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120611062142-gf4mtvhx09w0q51w

12 years ago[MERGE]
Amit Patel (OpenERP) [Mon, 11 Jun 2012 06:09:12 +0000 (11:39 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120611060912-zgmaro17mmpv48bx

12 years ago[MERGE]merge with parent branch
Sanjay Gohel (Open ERP) [Mon, 11 Jun 2012 05:28:46 +0000 (10:58 +0530)]
[MERGE]merge with parent branch

bzr revid: sgo@tinyerp.com-20120611052846-msrf9ts8ogoljcdx

12 years ago[Merge] Merge with main server.
Divyesh Makwana (Open ERP) [Mon, 11 Jun 2012 05:23:50 +0000 (10:53 +0530)]
[Merge] Merge with main server.

bzr revid: mdi@tinyerp.com-20120607090734-ffnwlx6qkw0vbkvz
bzr revid: mdi@tinyerp.com-20120611052350-eb17d5b3fedblujn