odoo/odoo.git
11 years agopackaging win32
Antony Lesuisse [Fri, 21 Dec 2012 14:24:02 +0000 (15:24 +0100)]
packaging win32

bzr revid: al@openerp.com-20121221142402-zfrwws823zl9wzuc

11 years ago[MERGE] fix view_form: m2m_tags: Overwrite onSetInputData to reset suggestions if...
Christophe Matthieu [Fri, 21 Dec 2012 14:02:36 +0000 (15:02 +0100)]
[MERGE] fix view_form: m2m_tags: Overwrite onSetInputData to reset suggestions if input is empty for the last selection don't stay persistent.

bzr revid: chm@openerp.com-20121221140236-sbnsh0m6laqnxegd

11 years ago[FIX] account_voucher: bug fixed in the supplier partial payment. There is no need...
Quentin (OpenERP) [Fri, 21 Dec 2012 13:03:02 +0000 (14:03 +0100)]
[FIX] account_voucher: bug fixed in the supplier partial payment. There is no need to take care of the sign as the residual amount of account.move.line is already taking care of it

bzr revid: qdp-launchpad@openerp.com-20121221130302-23v55ygcqekdlywi

11 years ago[MERGE] FIX etherpad:When: a user access to the edit mode from a kanban view or list...
Christophe Matthieu [Fri, 21 Dec 2012 13:42:27 +0000 (14:42 +0100)]
[MERGE] FIX etherpad:When: a user access to the edit mode from a kanban view or list view, etherpad is dipslay on readonly mode but with the oe_editing class.

bzr revid: chm@openerp.com-20121221134227-1nbb922oz37ibjw5

11 years ago[MERGE] base: improved english wording, suggestions courtesy of OpenERP Community
Olivier Dony [Fri, 21 Dec 2012 13:38:59 +0000 (14:38 +0100)]
[MERGE] base: improved english wording, suggestions courtesy of OpenERP Community

bzr revid: odo@openerp.com-20121221133859-nvpyq07sb3r55yc1

11 years ago[IMP] cron: remove useless pooljobs and schedule_cron_jobs methods
Olivier Dony [Fri, 21 Dec 2012 13:37:51 +0000 (14:37 +0100)]
[IMP] cron: remove useless pooljobs and schedule_cron_jobs methods

The pooljobs and scheduled_cron_jobs stuff was only used to
delay the processing of cron jobs until after the registry
was fully loaded. However this is already the case because
RegistryManager.new() only sets the flag at the end of the
init step.
The flag was named `registry.cron` but simply meant that the
registry was fully loaded and ready, so it is simpler to
rename it to `registry.ready`.

In multiprocess mode this flag is enterily irrelevant
so there is no need to selectively set it to True or
False. `registry.ready` is simpler.

bzr revid: odo@openerp.com-20121221133751-h4x670vblfr3d09e

11 years ago[MERGE] ORM: fix result of queries using auto_join.
Thibault Delavallée [Fri, 21 Dec 2012 13:11:20 +0000 (14:11 +0100)]
[MERGE] ORM: fix result of queries using auto_join.

It is possible to have multiple results linked to a same 'left-side' query, such as having a task with several unread messages. In this case, the query using the joins gives back as many lines as unread messages, because of the joins in the query.
To avoid using distinct or 'where exist' constructs, the results of the query is filtered while keeping the original order.

bzr revid: tde@openerp.com-20121221131120-boll9klrxxna6zeq

11 years ago[MERGE] Various fixes and improvements in mail.
Thibault Delavallée [Fri, 21 Dec 2012 13:11:08 +0000 (14:11 +0100)]
[MERGE] Various fixes and improvements in mail.
IMP:
- mail.compose.message: added a context key 'mail_post_autofollow' that automatically subscribe the message recipients to the document followers, if any
- sale, purchase, invoice: recipients of 'Send by email' action are now automatically added as followers, using the above key
- mail: the Chatter widget on documents now sets the displayed messages as read
- mail: for incoming emails going through message_process that have an author, the author is added in the related document followers, if any
FIX:
- mail: attachments added in Chatter/Mailboxes were not added to the notifications emails send to followers/recipients
- portal: fixed various mail_mail created without specifying the type field, that could crash if a conflicting 'default_type' key was present in context (i.e. in opportunities)

bzr revid: tde@openerp.com-20121221131108-jx9jkeukjamnd3yh

11 years ago[MERGE] fix for mail: catch exeption if the message body is not converted by html_ema...
Christophe Matthieu [Fri, 21 Dec 2012 12:58:47 +0000 (13:58 +0100)]
[MERGE] fix for mail: catch exeption if the message body is not converted by html_email_clean. return an error message for rendering and raise the exception

bzr revid: chm@openerp.com-20121221125847-rjxyey9veasgr23a

11 years ago[IMP] image=NULL by default for contacts
Fabien Pinckaers [Fri, 21 Dec 2012 12:55:09 +0000 (13:55 +0100)]
[IMP] image=NULL by default for contacts

bzr revid: fp@tinyerp.com-20121221125509-nft529ct1rj2ui47

11 years ago[FIX] portal_hr_employees ACL
vta vta@openerp.com [Fri, 21 Dec 2012 12:48:40 +0000 (13:48 +0100)]
[FIX] portal_hr_employees ACL

bzr revid: vta@openerp.com-20121221124840-og5945c111b3vons

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 21 Dec 2012 12:40:34 +0000 (13:40 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121221124034-jq5y2gdu0mo1bk4q

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 21 Dec 2012 12:40:26 +0000 (13:40 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121221124026-tlb272s892bhbubc

11 years ago[FIX] revert (needs testing)
olt@tinyerp.com [Fri, 21 Dec 2012 12:17:53 +0000 (13:17 +0100)]
[FIX] revert (needs testing)

bzr revid: olt@tinyerp.com-20121221121753-tenexccn5wzr862u

11 years agoRemoved default image on partners, use default one in the kanban view if false
niv-openerp [Fri, 21 Dec 2012 12:06:31 +0000 (13:06 +0100)]
Removed default image on partners, use default one in the kanban view if false

bzr revid: nicolas.vanhoren@openerp.com-20121221120631-2uugaiexqanwbi00

11 years ago[FIX] portal: fixed various mail_mail records created without specifying the 'type...
Thibault Delavallée [Fri, 21 Dec 2012 11:53:15 +0000 (12:53 +0100)]
[FIX] portal: fixed various mail_mail records created without specifying the 'type' field; however this may conflict with the context holdign default_type (i.e. opportunity), leading to type values not in the selection field.

bzr revid: tde@openerp.com-20121221115315-qni401mszwrkpvmj

11 years ago[FIX] project_issue: state is 'cancel' not 'cancelled' (fixed the yaml tests too)
olt@tinyerp.com [Fri, 21 Dec 2012 11:46:18 +0000 (12:46 +0100)]
[FIX] project_issue: state is 'cancel' not 'cancelled' (fixed the yaml tests too)

bzr revid: olt@tinyerp.com-20121221114618-igc5g6n1pwxhf96b

11 years ago[FIX] mail: attachments were not send by email.
Thibault Delavallée [Fri, 21 Dec 2012 11:39:27 +0000 (12:39 +0100)]
[FIX] mail: attachments were not send by email.

bzr revid: tde@openerp.com-20121221113927-4q90f0in645gorj9

11 years ago[FIX] English review: improve view selector tooltips + make translatable
Olivier Dony [Fri, 21 Dec 2012 11:36:57 +0000 (12:36 +0100)]
[FIX] English review: improve view selector tooltips + make translatable

bzr revid: odo@openerp.com-20121221113657-omenasuur2bqj7qy

11 years ago[MERGE] with l10n_lu improvement. Courtesy of Xavier ALT
Arnaud Pineux [Fri, 21 Dec 2012 11:20:08 +0000 (12:20 +0100)]
[MERGE] with l10n_lu improvement. Courtesy of Xavier ALT

bzr revid: api@openerp.com-20121221112008-0aj0w2nqsp2tz63y

11 years ago[FIX] mail: tests: fixed mock of gateway.
Thibault Delavallée [Fri, 21 Dec 2012 11:17:55 +0000 (12:17 +0100)]
[FIX] mail: tests: fixed mock of gateway.

bzr revid: tde@openerp.com-20121221111755-63q6w4pkvkx0lvcf

11 years ago[FIX] project_issue: state is 'cancel' not 'cancelled'
olt@tinyerp.com [Fri, 21 Dec 2012 11:14:42 +0000 (12:14 +0100)]
[FIX] project_issue: state is 'cancel' not 'cancelled'

bzr revid: olt@tinyerp.com-20121221111442-9kqt89cdx38fnl7n

11 years ago[MERGE]l10n_si : slovenian chart of account courtesy of Mentis d.o.o
Cedric Snauwaert [Fri, 21 Dec 2012 11:04:25 +0000 (12:04 +0100)]
[MERGE]l10n_si : slovenian chart of account courtesy of Mentis d.o.o

bzr revid: csn@openerp.com-20121221110425-xfd0vkurig2wlh7i

11 years ago[MERGE] with trunk
Arnaud Pineux [Fri, 21 Dec 2012 10:39:00 +0000 (11:39 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121221103900-xibyjqf4w3ur9rzz

11 years ago[IMP] lunch search view improved to search on user too
Arnaud Pineux [Fri, 21 Dec 2012 10:35:03 +0000 (11:35 +0100)]
[IMP] lunch search view improved to search on user too

bzr revid: api@openerp.com-20121221103503-w9fzbl4ro0f7qap4

11 years ago[FIX] l10n_ch: typo in last merge
Olivier Dony [Fri, 21 Dec 2012 10:32:42 +0000 (11:32 +0100)]
[FIX] l10n_ch: typo in last merge

bzr revid: odo@openerp.com-20121221103242-7tavx2vd2hq6iu6w

11 years ago[FIX] pooler: when reloading registry, preserve the cron-active status of the previou...
Olivier Dony [Fri, 21 Dec 2012 10:29:10 +0000 (11:29 +0100)]
[FIX] pooler: when reloading registry, preserve the cron-active status of the previous registry

bzr revid: odo@openerp.com-20121221102910-wdrwom9k8sbhukmp

11 years ago[FIX] cli.server: cron startup was incorrectly disabled by rev 4672.3.1
Olivier Dony [Fri, 21 Dec 2012 10:28:55 +0000 (11:28 +0100)]
[FIX] cli.server: cron startup was incorrectly disabled by rev 4672.3.1

      Rev. 4672.3.1 = revid:vmt@openerp.com-20121211105954-lwgs5js7yw3tzghs

bzr revid: odo@openerp.com-20121221102855-0ljpeoanyoxyfnjc

11 years ago[FIX] anonymization: don't execute query on non existing tables
olt@tinyerp.com [Fri, 21 Dec 2012 10:25:34 +0000 (11:25 +0100)]
[FIX] anonymization: don't execute query on non existing tables

bzr revid: olt@tinyerp.com-20121221102534-e5hc07d2qq8qqith

11 years ago[MERGE]l10n_si : slovenian chart of account courtesy of Mentis d.o.o
Cedric Snauwaert [Fri, 21 Dec 2012 10:20:16 +0000 (11:20 +0100)]
[MERGE]l10n_si : slovenian chart of account courtesy of Mentis d.o.o

bzr revid: csn@openerp.com-20121221102016-cizzcjjt8ht9ah6h

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 21 Dec 2012 10:06:09 +0000 (11:06 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121221100609-2x59amtxj4sjedcu

11 years ago[IMP] message_process: author of incoming emails that are partner are automatically...
Thibault Delavallée [Fri, 21 Dec 2012 10:03:52 +0000 (11:03 +0100)]
[IMP] message_process: author of incoming emails that are partner are automatically subscribed to the created or updated document.

bzr revid: tde@openerp.com-20121221100352-eraewn17t2ls831q

11 years ago[MERGE] sync with latest trunk @2012-12-21
Xavier ALT [Fri, 21 Dec 2012 10:03:30 +0000 (11:03 +0100)]
[MERGE] sync with latest trunk @2012-12-21

bzr revid: xal@openerp.com-20121221100330-b0aw0q6txzbq9t0g

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 21 Dec 2012 10:03:20 +0000 (11:03 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121221100320-ntn6zsdcqlvz52xn

11 years ago[REV] Reverted last improvement, because this was messing with the menus.
Thibault Delavallée [Fri, 21 Dec 2012 09:59:34 +0000 (10:59 +0100)]
[REV] Reverted last improvement, because this was messing with the menus.

bzr revid: tde@openerp.com-20121221095934-ocbnwz2zvbdbmfug

11 years ago[IMP] sale, purchase, invoice: automatically subscibe recipints of Send by email...
Thibault Delavallée [Fri, 21 Dec 2012 09:59:02 +0000 (10:59 +0100)]
[IMP] sale, purchase, invoice: automatically subscibe recipints of Send by email as document followers.

bzr revid: tde@openerp.com-20121221095902-k2xk928po48cogdm

11 years ago[FIX] account_voucher; when making a payment directly from an invoice, copy the invoi...
Quentin (OpenERP) [Fri, 21 Dec 2012 09:58:44 +0000 (10:58 +0100)]
[FIX] account_voucher; when making a payment directly from an invoice, copy the invoice description as payment reference (instead of number, which should never be filled except by the voucher validation) + open a correct view with improved usability on partner_id field

bzr revid: qdp-launchpad@openerp.com-20121221095844-5029t8z6twv67dsc

11 years ago[FIX]Try to create already existing database throws warning instead of traceback.
dle@openerp.com [Fri, 21 Dec 2012 09:09:25 +0000 (10:09 +0100)]
[FIX]Try to create already existing database throws warning instead of traceback.

bzr revid: dle@openerp.com-20121221090925-2i82d31dc061zngn

11 years ago[IMP] lunch onchange on the product price to refresh the view
Arnaud Pineux [Fri, 21 Dec 2012 08:53:23 +0000 (09:53 +0100)]
[IMP] lunch onchange on the product price to refresh the view

bzr revid: api@openerp.com-20121221085323-7b2hgqngtxe550a1

11 years ago[MERGE] tools mail: Return the initial variable if is false or if is not an instance...
Christophe Matthieu [Fri, 21 Dec 2012 08:35:27 +0000 (09:35 +0100)]
[MERGE] tools mail: Return the initial variable if is false or if is not an instance of basestring. Remove encoding attribute in html tags.

bzr revid: chm@openerp.com-20121221083527-py3wr2syz5d8igv8

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Dec 2012 05:04:52 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121221043915-9f5zsgjkksp56zwn
bzr revid: launchpad_translations_on_behalf_of_openerp-20121221044239-5bv82e8q9e8s6bxw
bzr revid: launchpad_translations_on_behalf_of_openerp-20121221050452-f6jqbwzk9lovjkxm

11 years ago[FIX] Fixed commit about adding create_missing parameter: wrong var name.
Thibault Delavallée [Thu, 20 Dec 2012 21:12:21 +0000 (22:12 +0100)]
[FIX] Fixed commit about adding create_missing parameter: wrong var name.

bzr revid: tde@openerp.com-20121220211221-fksj045ds3slrjvx

11 years ago[IMP] mail.js: improved display of destination partners of a message.
Thibault Delavallée [Thu, 20 Dec 2012 21:11:03 +0000 (22:11 +0100)]
[IMP] mail.js: improved display of destination partners of a message.

bzr revid: tde@openerp.com-20121220211103-5zjb6xclllgcyr8f

11 years ago[IMP] mail_message: set_message_read and set_message_starred now have an argument...
Thibault Delavallée [Thu, 20 Dec 2012 20:53:28 +0000 (21:53 +0100)]
[IMP] mail_message: set_message_read and set_message_starred now have an argument to control the automatic notification creation. Chatter now calls set_message_read on received messages (on documents), to set them as read. This is therefore done independently of the message_read, to avoid writing in a read-based method. Added a mutex on the call on set_message_read, because of a recurrent concurrent accesses issue.

bzr revid: tde@openerp.com-20121220205328-gws2j32dsitofu89

11 years ago[IMP] OROM: order_spec is overidden by self._order only if None (aka, not specified...
Thibault Delavallée [Thu, 20 Dec 2012 20:51:02 +0000 (21:51 +0100)]
[IMP] OROM: order_spec is overidden by self._order only if None (aka, not specified at all). False or void order_spec allows to avoid having any order_by clause. This is used now in needaction, to speedup the search.

bzr revid: tde@openerp.com-20121220205102-lx9ftf3l8qg0xqcu

11 years ago[FIX]CODA bank statement view priority
dle@openerp.com [Thu, 20 Dec 2012 20:06:09 +0000 (21:06 +0100)]
[FIX]CODA bank statement view priority

bzr revid: dle@openerp.com-20121220200609-h5p4q5ftrkzgemlh

11 years ago[MERGE] Refactoring of l10n_ch due to the adoption of new payment standard in 2013...
Olivier Dony [Thu, 20 Dec 2012 18:47:36 +0000 (19:47 +0100)]
[MERGE] Refactoring of l10n_ch due to the adoption of new payment standard in 2013/2014 only chart of account stays all other function are split and extracted in swiss localization project on launchpad, courtesy of Nicolas Bessi (Camptocamp)

bzr revid: odo@openerp.com-20121220184736-qxf9g8hhgdbyhh49

11 years ago[MERGE]Latest trunk
dle@openerp.com [Thu, 20 Dec 2012 18:45:53 +0000 (19:45 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121220184553-rtm9y36uziy2gqld

11 years ago[FIX]Missing views in action returned after import coda
dle@openerp.com [Thu, 20 Dec 2012 18:43:57 +0000 (19:43 +0100)]
[FIX]Missing views in action returned after import coda

bzr revid: dle@openerp.com-20121220184357-jwlnws3wwvyqqr24

11 years ago[FIX] l10n_ch: use 7.0-style way to trigger the CoA installation wizard
Olivier Dony [Thu, 20 Dec 2012 18:43:41 +0000 (19:43 +0100)]
[FIX] l10n_ch: use 7.0-style way to trigger the CoA installation wizard

bzr revid: odo@openerp.com-20121220184341-sar3dqmgsp3nk37z

11 years ago[UNCOMMIT] uncommit kanban fixed width as it's broken with a lot of column
Fabien Pinckaers [Thu, 20 Dec 2012 18:39:42 +0000 (19:39 +0100)]
[UNCOMMIT] uncommit kanban fixed width as it's broken with a lot of column

bzr revid: fp@tinyerp.com-20121220183942-wug9abfwdzbl8c9n

11 years ago[IMP] min-width for many2many tags in editable lists
Fabien Pinckaers [Thu, 20 Dec 2012 18:37:56 +0000 (19:37 +0100)]
[IMP] min-width for many2many tags in editable lists

bzr revid: fp@tinyerp.com-20121220183756-x6h3lhpkco25flik

11 years ago[FIX] l10n_ch: proper use of XML ID to identify a module data record
Olivier Dony [Thu, 20 Dec 2012 18:29:28 +0000 (19:29 +0100)]
[FIX] l10n_ch: proper use of XML ID to identify a module data record

bzr revid: odo@openerp.com-20121220182928-hyh1ew0t320c8tjf

11 years ago[FIX] mail.message: all recipients explicitly mentioned should receive a notification...
Olivier Dony [Thu, 20 Dec 2012 18:20:04 +0000 (19:20 +0100)]
[FIX] mail.message: all recipients explicitly mentioned should receive a notification, including the author

The above revision(s) will be removed.

bzr revid: odo@openerp.com-20121220182004-460168pd9rofbpgw

11 years ago[MERGE] Refactoring of l10n_ch due to the adoption of new payment standard in 2013...
Olivier Dony [Thu, 20 Dec 2012 18:18:25 +0000 (19:18 +0100)]
[MERGE] Refactoring of l10n_ch due to the adoption of new payment standard in 2013/2014 only chart of account stays all other function are split and extracted in swiss localization project on launchpad, courtesy of Nicolas Bessi (Camptocamp)

bzr revid: odo@openerp.com-20121220181825-bv60z0qy67a5ri5g

11 years ago[IMP] res.partner: name_search nows searches email as well ; name_get now supports...
Olivier Dony [Thu, 20 Dec 2012 18:16:04 +0000 (19:16 +0100)]
[IMP] res.partner: name_search nows searches email as well ; name_get now supports `show_email` context

+ various minor fixes to the way operators were
(mis)handled.

bzr revid: odo@openerp.com-20121220181604-61fxnjh35amdywwx

11 years ago[FIX]Set priority for bank statement form and import coda wizard returned action...
dle@openerp.com [Thu, 20 Dec 2012 17:35:32 +0000 (18:35 +0100)]
[FIX]Set priority for bank statement form and import coda wizard returned action copy action in account_view.xml

bzr revid: dle@openerp.com-20121220173532-c7ecxa1d5x48a288

11 years ago[IMP] mail.compose.message: show emails in m2m_tags, to help confirm partner selection
Olivier Dony [Thu, 20 Dec 2012 17:20:12 +0000 (18:20 +0100)]
[IMP] mail.compose.message: show emails in m2m_tags, to help confirm partner selection

bzr revid: odo@openerp.com-20121220172012-f0j24mzljgqs9l0r

11 years ago[MERGE] auth password wizard
Antony Lesuisse [Thu, 20 Dec 2012 17:10:38 +0000 (18:10 +0100)]
[MERGE] auth password wizard

bzr revid: al@openerp.com-20121220171038-y0s6bhfhbp81pbmz

11 years ago[MERGE] auth password wizard
Antony Lesuisse [Thu, 20 Dec 2012 17:09:50 +0000 (18:09 +0100)]
[MERGE] auth password wizard

bzr revid: al@openerp.com-20121220170950-hyrws7c67qjgpxl5

11 years ago[FIX]CODA : Page title, bank statement line name(ref),temporary account, journal_id...
dle@openerp.com [Thu, 20 Dec 2012 16:31:43 +0000 (17:31 +0100)]
[FIX]CODA : Page title, bank statement line name(ref),temporary account, journal_id false

bzr revid: dle@openerp.com-20121220163143-aewbc0foc9274bkc

11 years ago[FIX] export translation-> replace many2many widget by many2many_tags
Arnaud Pineux [Thu, 20 Dec 2012 16:12:06 +0000 (17:12 +0100)]
[FIX] export translation-> replace many2many widget by many2many_tags

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

bzr revid: api@openerp.com-20121220161206-kf4jb6zxpqwz4c2u

11 years ago[REM] Removed crappy kanban header width computing
Fabien Meghazi [Thu, 20 Dec 2012 15:35:26 +0000 (16:35 +0100)]
[REM] Removed crappy kanban header width computing

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

bzr revid: fme@openerp.com-20121220153526-i8os7vzkaga7mnzq

11 years ago[MERGE]Latest trunk
dle@openerp.com [Thu, 20 Dec 2012 15:35:10 +0000 (16:35 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121220153510-5n7rxd0ih3ed50ph

11 years ago[FIX] account: show the reference field on account bank statements
Raphael Collet [Thu, 20 Dec 2012 15:30:41 +0000 (16:30 +0100)]
[FIX] account: show the reference field on account bank statements

bzr revid: rco@openerp.com-20121220153041-pfij5q3u4f85pv1f

11 years ago[REVERT] commit 3645
niv-openerp [Thu, 20 Dec 2012 15:29:25 +0000 (16:29 +0100)]
[REVERT] commit 3645

bzr revid: nicolas.vanhoren@openerp.com-20121220152925-xi4lv0aapsu7za8w

11 years ago[IMP] Move oe_application's height from full to base
Fabien Meghazi [Thu, 20 Dec 2012 15:14:26 +0000 (16:14 +0100)]
[IMP] Move oe_application's height from full to base

bzr revid: fme@openerp.com-20121220151426-pw5qvnnikfyav2mh

11 years ago[MERGE] Improvement on m2obutton widget
vta vta@openerp.com [Thu, 20 Dec 2012 15:07:16 +0000 (16:07 +0100)]
[MERGE] Improvement on m2obutton widget

bzr revid: vta@openerp.com-20121220150716-a8w94s74x9ejqch5

11 years ago[IMP] avoid long words in HTML
Fabien Pinckaers [Thu, 20 Dec 2012 15:05:47 +0000 (16:05 +0100)]
[IMP] avoid long words in HTML

bzr revid: fp@tinyerp.com-20121220150547-v0c7nkpi5j2rhluc

11 years ago[FIX] document restore records for wizard
Antony Lesuisse [Thu, 20 Dec 2012 14:58:31 +0000 (15:58 +0100)]
[FIX] document restore records for wizard

bzr revid: al@openerp.com-20121220145831-p593g62l65vkpc1b

11 years ago[FIX]Page title, bank statement line name(ref),temporary account, journal_id false
dle@openerp.com [Thu, 20 Dec 2012 14:52:27 +0000 (15:52 +0100)]
[FIX]Page title, bank statement line name(ref),temporary account, journal_id false

bzr revid: dle@openerp.com-20121220145227-mgib0p9j0d8ui7pm

11 years ago[IMP] changed height to min-height in body
niv-openerp [Thu, 20 Dec 2012 14:49:22 +0000 (15:49 +0100)]
[IMP] changed height to min-height in body

bzr revid: nicolas.vanhoren@openerp.com-20121220144922-6qubjrdwjhi90wpm

11 years ago[MERGE] OpenChatter "Last day before World's End" merge.
Thibault Delavallée [Thu, 20 Dec 2012 14:47:31 +0000 (15:47 +0100)]
[MERGE] OpenChatter "Last day before World's End" merge.
Message subtype update.
Mail:
- added a tracking mechanism compatible with message subtypes. Using a model-defined structure (see mail_thread), modified fields are tracked at write and generate logging messages that can be attached to one or several subtypes (i.e. opportunity won/lost)
- added a mechanism to automatically subscribe followers of a 'parent' document to a 'child' document (i.e. project -> task, project -> issue, salesteam -> crm). This is done by propagating subscription of subtypes, using a parent_id and relation_field on subtypes.
Addons:
- update to use the tracking mechanism. This allows to remove almost all message_post and send_note methods in the code, as those methods were generally simple logging methods
- update to the the automatic followers subscribe
- updated subtypes
- added some tests
- removed dead code about old needaction, logging or chatter
- some bug fixes

bzr revid: tde@openerp.com-20121220144731-bd2xzz3au7s9994y

11 years ago[FIX] Remove duplicated line
vta vta@openerp.com [Thu, 20 Dec 2012 14:46:09 +0000 (15:46 +0100)]
[FIX] Remove duplicated line

bzr revid: vta@openerp.com-20121220144609-ujzbkmn8u9mduu9g

11 years ago[FIX] Signup and Reset Password links in login, now are shown if db in querystring...
vta vta@openerp.com [Thu, 20 Dec 2012 14:43:40 +0000 (15:43 +0100)]
[FIX] Signup and Reset Password links in login, now are shown if db in querystring or monodb

bzr revid: vta@openerp.com-20121220144340-lo9p47unfuizvxg7

11 years ago[MERGE] apps by chs
Antony Lesuisse [Thu, 20 Dec 2012 14:43:22 +0000 (15:43 +0100)]
[MERGE] apps by chs

bzr revid: al@openerp.com-20121220144322-ign0s0u0rbufhedi

11 years ago[IMP] set messages read when viewing chatter: search only unread notifications.
Thibault Delavallée [Thu, 20 Dec 2012 14:35:27 +0000 (15:35 +0100)]
[IMP] set messages read when viewing chatter: search only unread notifications.

bzr revid: tde@openerp.com-20121220143527-y98r2hftskgb9e3g

11 years ago[FIX] Kanban does not clear groups when search returns no group. (+ display no result...
Fabien Meghazi [Thu, 20 Dec 2012 14:31:15 +0000 (15:31 +0100)]
[FIX] Kanban does not clear groups when search returns no group. (+ display no result screen)

bzr revid: fme@openerp.com-20121220143115-dbrpkc9kxh35bdx1

11 years ago[REF] [FIX] mail: refactored auto-set read when viewing chatter widget. Added some...
Thibault Delavallée [Thu, 20 Dec 2012 14:28:52 +0000 (15:28 +0100)]
[REF] [FIX] mail: refactored auto-set read when viewing chatter widget. Added some tests. Also fixed a bug about message order with anybody else than admin.

bzr revid: tde@openerp.com-20121220142852-6sjk03791x829ys3

11 years ago[FIX] Data order
vta vta@openerp.com [Thu, 20 Dec 2012 14:23:44 +0000 (15:23 +0100)]
[FIX] Data order

bzr revid: vta@openerp.com-20121220142344-jkq5fghsainnpw4b

11 years ago[FIX] _search not uniquifies the results, because when using _auto_join we could...
Thibault Delavallée [Thu, 20 Dec 2012 14:18:42 +0000 (15:18 +0100)]
[FIX] _search not uniquifies the results, because when using _auto_join we could have duplicates in the 'left part' of the result, i.e. a lead with several unread messages. This is done using a custom method instead of a set, because sets are unordered.

bzr revid: tde@openerp.com-20121220141842-or3bigz11qkb13qn

11 years ago[FIX] test template
Antony Lesuisse [Thu, 20 Dec 2012 14:16:24 +0000 (15:16 +0100)]
[FIX] test template

bzr revid: al@openerp.com-20121220141624-oxn86tlv8o9i7ah0

11 years ago[IMP] Show alert when sending a mail to reset password (or failure)
vta vta@openerp.com [Thu, 20 Dec 2012 14:11:51 +0000 (15:11 +0100)]
[IMP] Show alert when sending a mail to reset password (or failure)

bzr revid: vta@openerp.com-20121220141151-z3hd9i95eydd6l1h

11 years ago[MERGE] l10n_br: cleanup and changed chart of account for SPED Contábil referentia...
Olivier Dony [Thu, 20 Dec 2012 13:55:06 +0000 (14:55 +0100)]
[MERGE] l10n_br: cleanup and changed chart of account for SPED Contábil referentia, courtesy of Renato Lima (Akretion)

bzr revid: odo@openerp.com-20121220135506-yzmo73lkr16x3gpq

11 years ago[MERGE] Latest trunk
vta vta@openerp.com [Thu, 20 Dec 2012 13:50:15 +0000 (14:50 +0100)]
[MERGE] Latest trunk

bzr revid: vta@openerp.com-20121220135015-3ahxpgqsw6j2xv9f

11 years ago[MERGE] Latest trunk
vta vta@openerp.com [Thu, 20 Dec 2012 13:50:03 +0000 (14:50 +0100)]
[MERGE] Latest trunk

bzr revid: vta@openerp.com-20121220135003-4rcofmk0k66n3lsa

11 years ago[IMP] typo
Fabien Pinckaers [Thu, 20 Dec 2012 13:43:54 +0000 (14:43 +0100)]
[IMP] typo

bzr revid: fp@tinyerp.com-20121220134354-ca7exk9aln0copx1

11 years ago[MERGE] Merged branch holding the automatic set of notifications as read when viewing...
Thibault Delavallée [Thu, 20 Dec 2012 13:38:39 +0000 (14:38 +0100)]
[MERGE] Merged branch holding the automatic set of notifications as read when viewing chatter.

bzr revid: tde@openerp.com-20121220133839-je1jt9ff4a0mfpxh

11 years agotemp menu
Antony Lesuisse [Thu, 20 Dec 2012 13:26:52 +0000 (14:26 +0100)]
temp menu

bzr revid: al@openerp.com-20121220132652-01hgfi0q64zo02un

11 years ago[MERGE] nwi css improvements
Fabien Meghazi [Thu, 20 Dec 2012 13:25:52 +0000 (14:25 +0100)]
[MERGE] nwi css improvements

bzr revid: fme@openerp.com-20121220132552-onlkvt50qk0al7t9

11 years ago[IMP] res.partner: form view: show phone numbers in embedded contacts kanban; search...
Olivier Dony [Thu, 20 Dec 2012 13:16:06 +0000 (14:16 +0100)]
[IMP] res.partner: form view: show phone numbers in embedded contacts kanban; search view: less confusing label `Partner` -> `Name` for default search criterion

bzr revid: odo@openerp.com-20121220131606-fiuo04pn1s66bmk1

11 years ago[FIX] Adapted user form view to new structure in base module
vta vta@openerp.com [Thu, 20 Dec 2012 12:52:42 +0000 (13:52 +0100)]
[FIX] Adapted user form view to new structure in base module

bzr revid: vta@openerp.com-20121220125242-cf5c22y75ls7gvi1

11 years ago[ADD] Added change password button in user form view
vta vta@openerp.com [Thu, 20 Dec 2012 12:52:01 +0000 (13:52 +0100)]
[ADD] Added change password button in user form view

bzr revid: vta@openerp.com-20121220125201-uczicf7orvef57sj

11 years ago[FIX] crm_meeting: fixed needaction domain get using wrong date formatting.
Thibault Delavallée [Thu, 20 Dec 2012 12:49:27 +0000 (13:49 +0100)]
[FIX] crm_meeting: fixed needaction domain get using wrong date formatting.

bzr revid: tde@openerp.com-20121220124927-jsi8uiqqldn8h4hp

11 years ago[MERGE]add l10n_et, ethiopian chart of account courtesy of Michael Telahun Makonnen
Cedric Snauwaert [Thu, 20 Dec 2012 12:41:23 +0000 (13:41 +0100)]
[MERGE]add l10n_et, ethiopian chart of account courtesy of Michael Telahun Makonnen

bzr revid: csn@openerp.com-20121220124123-xxdn6bzv199ws1aw

11 years ago[MERGE] with l10n_ca improvement. Courtesy of 'Savoir Faire Linux'
Arnaud Pineux [Thu, 20 Dec 2012 12:32:35 +0000 (13:32 +0100)]
[MERGE] with l10n_ca improvement. Courtesy of 'Savoir Faire Linux'

bzr revid: api@openerp.com-20121220123235-frm0bifeb3wh2sab

11 years ago[REV] mail_followers.js: reverted to trunk version, because was not working.
Thibault Delavallée [Thu, 20 Dec 2012 12:18:42 +0000 (13:18 +0100)]
[REV] mail_followers.js: reverted to trunk version, because was not working.

bzr revid: tde@openerp.com-20121220121842-gcij0rq791ik41ja

11 years ago[CLEAN] Small cleanup of code.
Thibault Delavallée [Thu, 20 Dec 2012 12:17:52 +0000 (13:17 +0100)]
[CLEAN] Small cleanup of code.

bzr revid: tde@openerp.com-20121220121752-31a5ulkwg1k7v961

11 years ago[FIX] Fixed renaming of track_visibility values into string.
Thibault Delavallée [Thu, 20 Dec 2012 12:17:44 +0000 (13:17 +0100)]
[FIX] Fixed renaming of track_visibility values into string.

bzr revid: tde@openerp.com-20121220121744-15hcehmxsya789z9

11 years ago[MERGE] with trunk
Arnaud Pineux [Thu, 20 Dec 2012 12:14:58 +0000 (13:14 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121220121458-teqprsrz93ryz0x6