odoo/odoo.git
12 years ago[MERGE] Merge warning changes
Sbh (Openerp) [Fri, 15 Jun 2012 05:19:15 +0000 (10:49 +0530)]
[MERGE] Merge warning changes

bzr revid: sbh@tinyerp.com-20120615051915-35ne8oxoqxxa2i5i

12 years ago[MERGE] good_docs changes
Sbh (Openerp) [Fri, 15 Jun 2012 05:16:50 +0000 (10:46 +0530)]
[MERGE] good_docs changes

bzr revid: sbh@tinyerp.com-20120615051650-yy8j65qgf5yl017n

12 years ago[MERGE] Merge with lp:opeobject-addons
Sbh (Openerp) [Fri, 15 Jun 2012 05:14:16 +0000 (10:44 +0530)]
[MERGE] Merge with lp:opeobject-addons

bzr revid: sbh@tinyerp.com-20120615051416-f8lh3ns8kszj6fhl

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] 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[ADD] add securtiy file
Pinakin Nayi (OpenERP) [Thu, 14 Jun 2012 13:10:06 +0000 (18:40 +0530)]
[ADD] add securtiy file

bzr revid: pna@tinyerp.com-20120614131006-emewfn4xi8wn5n1e

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[IMP]google_docs Access
Pinakin Nayi (OpenERP) [Thu, 14 Jun 2012 12:31:28 +0000 (18:01 +0530)]
[IMP]google_docs Access

bzr revid: pna@tinyerp.com-20120614123128-vbyeicoucefs8vx5

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[IMP]l10n_multilang: remove netsvc
Kuldeep Joshi (OpenERP) [Thu, 14 Jun 2012 07:03:29 +0000 (12:33 +0530)]
[IMP]l10n_multilang: remove netsvc

bzr revid: kjo@tinyerp.com-20120614070329-lo02oqplsbih0apt

12 years ago[MERGE] Merge document chagnes
Sbh (Openerp) [Thu, 14 Jun 2012 07:01:34 +0000 (12:31 +0530)]
[MERGE] Merge document chagnes

bzr revid: sbh@tinyerp.com-20120614070134-2to8qgr8cx1y2vux

12 years ago[MERGE] Merge stock chagnes
Sbh (Openerp) [Thu, 14 Jun 2012 06:37:47 +0000 (12:07 +0530)]
[MERGE] Merge stock chagnes

bzr revid: sbh@tinyerp.com-20120614063747-ueey0kn7zlhvbdbz

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 ago[MERGE] Merge crm changes
Sbh (Openerp) [Thu, 14 Jun 2012 06:17:30 +0000 (11:47 +0530)]
[MERGE] Merge crm changes

bzr revid: sbh@tinyerp.com-20120614061730-3604q13n1yefl8ql

12 years ago[IMP]document: remove warning
Kuldeep Joshi (OpenERP) [Thu, 14 Jun 2012 06:04:50 +0000 (11:34 +0530)]
[IMP]document: remove warning

bzr revid: kjo@tinyerp.com-20120614060450-w8771020su128gmg

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[MERGE] merge event changes
Sbh (Openerp) [Wed, 13 Jun 2012 13:14:31 +0000 (18:44 +0530)]
[MERGE] merge event changes

bzr revid: sbh@tinyerp.com-20120613131431-o6yp5yecujrvbz4k

12 years ago[MERGE] Merge account changes
Sbh (Openerp) [Wed, 13 Jun 2012 13:11:31 +0000 (18:41 +0530)]
[MERGE] Merge account changes

bzr revid: sbh@tinyerp.com-20120613131131-bu11ifw12612d6fr

12 years ago[IMP]event_sale: remove contact_id
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 12:08:38 +0000 (17:38 +0530)]
[IMP]event_sale: remove contact_id

bzr revid: kjo@tinyerp.com-20120613120838-0rhk8aeq1mmt47m0

12 years ago[IMP]crm
Pinakin Nayi (OpenERP) [Wed, 13 Jun 2012 12:06:13 +0000 (17:36 +0530)]
[IMP]crm

bzr revid: pna@tinyerp.com-20120613120613-gja7yn9v8g2nhmnb

12 years ago[IMP]account_voucher: remove print
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 10:34:00 +0000 (16:04 +0530)]
[IMP]account_voucher: remove print

bzr revid: kjo@tinyerp.com-20120613103400-8869lbcgq06t6att

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] warning fix for purchase module
Sbh (Openerp) [Wed, 13 Jun 2012 09:39:51 +0000 (15:09 +0530)]
[MERGE] warning fix for purchase module

bzr revid: sbh@tinyerp.com-20120613093951-fswctvm852919eg5

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-fix-server-log
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 09:23:42 +0000 (14:53 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-fix-server-log

bzr revid: kjo@tinyerp.com-20120613092342-sbhbtotqovlwdxov

12 years ago[MERGE] Merge with parent branch
Foram Katharotiya (OpenERP) [Wed, 13 Jun 2012 09:14:41 +0000 (14:44 +0530)]
[MERGE] Merge with parent branch

bzr revid: fka@tinyerp.com-20120613091441-ztliham5qony2lr3

12 years ago[IMP]remove print statment
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 09:13:22 +0000 (14:43 +0530)]
[IMP]remove print statment

bzr revid: kjo@tinyerp.com-20120613091322-7tsmoitslqkg3e22

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-fix-server-log
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 09:08:48 +0000 (14:38 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-fix-server-log

bzr revid: kjo@tinyerp.com-20120613090848-bvuu57j7fz3730qx

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]add logging and remove warning
Kuldeep Joshi (OpenERP) [Wed, 13 Jun 2012 09:06:00 +0000 (14:36 +0530)]
[IMP]add logging and remove warning

bzr revid: kjo@tinyerp.com-20120613090600-3ib3r220zpn1yo5o

12 years ago[MERGE] Merge hr changes
Sbh (Openerp) [Wed, 13 Jun 2012 08:47:45 +0000 (14:17 +0530)]
[MERGE] Merge hr changes

bzr revid: sbh@tinyerp.com-20120613084745-wbwnb43okod66qal

12 years ago[MERGE] warning fix for mail module
Sbh (Openerp) [Wed, 13 Jun 2012 08:43:55 +0000 (14:13 +0530)]
[MERGE] warning fix for mail module

bzr revid: sbh@tinyerp.com-20120613084355-f2h4bb9ie0h31gj1

12 years ago[MERGE] Merge with lp:openobject-addons
Sbh (Openerp) [Wed, 13 Jun 2012 08:42:35 +0000 (14:12 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20120613084235-qmc3py288v5846vz

12 years agostock: add the access right in stock_pikcing wizard
Foram Katharotiya (OpenERP) [Wed, 13 Jun 2012 07:01:43 +0000 (12:31 +0530)]
stock: add the access right in stock_pikcing wizard

bzr revid: fka@tinyerp.com-20120613070143-v05cb8y786ijarc4

12 years ago[FIX] fixe serevr log of project and producyt
ara@tinyerp.com [Wed, 13 Jun 2012 06:23:28 +0000 (11:53 +0530)]
[FIX] fixe serevr log of project and producyt

bzr revid: ara@tinyerp.com-20120613062328-yayadrc2hx2xuwva

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[IMP]account: remove warning
Kuldeep Joshi (OpenERP) [Tue, 12 Jun 2012 12:09:07 +0000 (17:39 +0530)]
[IMP]account: remove warning

bzr revid: kjo@tinyerp.com-20120612120907-0ife6ga0zcvfebsb

12 years ago[IMP]purchase: add perameter to context_today
Kuldeep Joshi (OpenERP) [Tue, 12 Jun 2012 11:57:13 +0000 (17:27 +0530)]
[IMP]purchase: add perameter to context_today

bzr revid: kjo@tinyerp.com-20120612115713-45t0i2qkiwulxik0

12 years ago[MERGE] merge with main addons
Kuldeep Joshi (OpenERP) [Tue, 12 Jun 2012 11:47:20 +0000 (17:17 +0530)]
[MERGE] merge with main addons

bzr revid: kjo@tinyerp.com-20120612114720-ehebwl8uw9w56azk

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] hr_server_log
Pinakin Nayi (OpenERP) [Tue, 12 Jun 2012 09:27:17 +0000 (14:57 +0530)]
[IMP] hr_server_log

bzr revid: pna@tinyerp.com-20120612092717-pqyaxxyvib1c0zqh

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 lp:openobject-addons
Pinakin Nayi (OpenERP) [Tue, 12 Jun 2012 06:39:59 +0000 (12:09 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: pna@tinyerp.com-20120612063959-v5865oaquo249vyd

12 years ago[MERGE] Merge with lp:openobject-addons
Kuldeep Joshi (OpenERP) [Tue, 12 Jun 2012 06:05:00 +0000 (11:35 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: kjo@tinyerp.com-20120612060500-kh1rj7qy2whj34yu

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