odoo/odoo.git
11 years ago[IMP] mail_group: removed fields now delegated to mail_thread; updated doc and kanban...
Thibault Delavallée [Tue, 14 Aug 2012 11:40:21 +0000 (13:40 +0200)]
[IMP] mail_group: removed fields now delegated to mail_thread; updated doc and kanban view accordingly.

bzr revid: tde@openerp.com-20120814114021-vwiz24yu2mo75jt7

11 years ago[IMP] mail_thread: method to calculate mail values is now _get_message_data; added...
Thibault Delavallée [Tue, 14 Aug 2012 11:39:37 +0000 (13:39 +0200)]
[IMP] mail_thread: method to calculate mail values is now _get_message_data; added message_is_follower field, with its computation; cleaned a bit the code.

bzr revid: tde@openerp.com-20120814113937-a7279ud2rj5fixl9

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 14 Aug 2012 10:32:47 +0000 (12:32 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120814103247-ft1lda03ud0rv62q

11 years ago[MERGE] This 'A Brand New Not-Chatter Branch for Bender' branch fixes some of the...
Thibault Delavallée [Tue, 14 Aug 2012 08:45:10 +0000 (10:45 +0200)]
[MERGE] This 'A Brand New Not-Chatter Branch for Bender' branch fixes some of the warnings / issues :
- mail_thread warnings about hasattr(user_id) -> now checks if user_id in columns
- this has trigerred a bug about needaction_user_ids -> called in mail_thread only if defined, all mail_thread objects are not inheriting from need action
- base_calendar: xml files holding values for fields that does not exist
- crm: fixed some warning due to categ_id that became categ_ids; it could have been interesting to check the categ_id(s) behavior before merging
- crm lead demo data: message subtype is now content_subtype since one of the Chatter merge
- misc addons: product.product does not have any 'product_image' field anymore, but an 'image' field

bzr revid: tde@openerp.com-20120814084510-ay2ul0ceru12nkyh

11 years ago[IMP] Misc addons: product_image -> image.
Thibault Delavallée [Tue, 14 Aug 2012 08:16:16 +0000 (10:16 +0200)]
[IMP] Misc addons: product_image -> image.

bzr revid: tde@openerp.com-20120814081616-zb5xe06cy8r3n5ie

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 14 Aug 2012 07:52:58 +0000 (09:52 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120814075258-52pwvh03fl5fjkqg

11 years ago[FIX] mail_thread: added forgotten brackets in hasattr.
Thibault Delavallée [Tue, 14 Aug 2012 07:52:34 +0000 (09:52 +0200)]
[FIX] mail_thread: added forgotten brackets in hasattr.

bzr revid: tde@openerp.com-20120814075234-t9v53dtfefg70zmt

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 Aug 2012 04:46:18 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120814044618-2edn0a32irj2dpr6

11 years ago[FIX] portal: mail_subscription -> mail_followers.
Thibault Delavallée [Mon, 13 Aug 2012 19:54:19 +0000 (21:54 +0200)]
[FIX] portal: mail_subscription -> mail_followers.

bzr revid: tde@openerp.com-20120813195419-c1j3r95wyj7fb0hj

11 years ago[FIX] crm_opp_to_phonecall: I was quite too fast for last rev, phonecall has categ_id...
Thibault Delavallée [Mon, 13 Aug 2012 19:52:10 +0000 (21:52 +0200)]
[FIX] crm_opp_to_phonecall: I was quite too fast for last rev, phonecall has categ_id, not categ_ids.

bzr revid: tde@openerp.com-20120813195210-lj58w2hc1r0yxj1u

11 years ago[FIX] mail_thread: protection for needaction_user_ids: check if has the method.
Thibault Delavallée [Mon, 13 Aug 2012 19:50:23 +0000 (21:50 +0200)]
[FIX] mail_thread: protection for needaction_user_ids: check if has the method.

bzr revid: tde@openerp.com-20120813195023-jv4pi1ct6tj30n4r

11 years ago[REF] mail_thread: updated message_ids and message_summary computation due to changes...
Thibault Delavallée [Mon, 13 Aug 2012 19:41:15 +0000 (21:41 +0200)]
[REF] mail_thread: updated message_ids and message_summary computation due to changes in followers.

bzr revid: tde@openerp.com-20120813194115-j125ubffz7alghzv

11 years ago[REF] mail.group: continuing the refactoring. member_ids field deleted, because this...
Thibault Delavallée [Mon, 13 Aug 2012 19:40:37 +0000 (21:40 +0200)]
[REF] mail.group: continuing the refactoring. member_ids field deleted, because this is now a standard field on mail.thread. Updated view and methods accordingly.

bzr revid: tde@openerp.com-20120813194037-qm2xamhgnos3gqpt

11 years ago[FIX] mail_followers_view: deleted read field from view, because was deleted from...
Thibault Delavallée [Mon, 13 Aug 2012 19:39:10 +0000 (21:39 +0200)]
[FIX] mail_followers_view: deleted read field from view, because was deleted from modele.

bzr revid: tde@openerp.com-20120813193910-5rnsgm0wf3hikkss

11 years ago[REF] Still refactoring of names: propagated to security files.
Thibault Delavallée [Mon, 13 Aug 2012 19:38:41 +0000 (21:38 +0200)]
[REF] Still refactoring of names: propagated to security files.

bzr revid: tde@openerp.com-20120813193841-yavky2odabj5li70

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 13 Aug 2012 19:30:29 +0000 (21:30 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120813193029-jsilsux051e53van

11 years ago[MISC] mail_thread: updated one comment.
Thibault Delavallée [Mon, 13 Aug 2012 19:24:27 +0000 (21:24 +0200)]
[MISC] mail_thread: updated one comment.

bzr revid: tde@openerp.com-20120813192427-vw2id9wtd1hil9as

11 years ago[REF] mail: init and openerp files updated with followers instead of subscription.
Thibault Delavallée [Mon, 13 Aug 2012 19:15:01 +0000 (21:15 +0200)]
[REF] mail: init and openerp files updated with followers instead of subscription.

bzr revid: tde@openerp.com-20120813191501-tapi42znpz9bckiy

11 years ago[REF] mail_thread: refactoring of followers continuing. Updated reference to subscrip...
Thibault Delavallée [Mon, 13 Aug 2012 19:13:46 +0000 (21:13 +0200)]
[REF] mail_thread: refactoring of followers continuing. Updated reference to subscription to followers. Also removed message_read_subscribers and message_is_subscriber, not used anymore.

bzr revid: tde@openerp.com-20120813191346-cpn09u4xqiesvpwb

11 years ago[REF] mail.subscription: renamed to mail.followers. Also renamed files accordingly...
Thibault Delavallée [Mon, 13 Aug 2012 19:10:06 +0000 (21:10 +0200)]
[REF] mail.subscription: renamed to mail.followers. Also renamed files accordingly. Views and menu entries  have been updated. Also removed an ununsed read field on mail.notification.

bzr revid: tde@openerp.com-20120813191006-jf7vygdyb93k7nxf

11 years ago[IMP] mail_thread: do not subscribe followers already subscribed.
Thibault Delavallée [Mon, 13 Aug 2012 18:33:12 +0000 (20:33 +0200)]
[IMP] mail_thread: do not subscribe followers already subscribed.

bzr revid: tde@openerp.com-20120813183312-qpuksy9ku7z5zemx

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 13 Aug 2012 18:14:21 +0000 (20:14 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120813181421-tul284j7ybvrevjd

11 years ago[IMP] mail_thread: many2many_reference: now overrides the 6 command.
Thibault Delavallée [Mon, 13 Aug 2012 18:09:41 +0000 (20:09 +0200)]
[IMP] mail_thread: many2many_reference: now overrides the 6 command.

bzr revid: tde@openerp.com-20120813180941-n0u1xq0dx2cf8rsf

11 years ago[IMP] split login_and_redirect() into login_and_redirect() and set_cookie_and_redirect()
Christophe Simonis [Mon, 13 Aug 2012 17:13:01 +0000 (19:13 +0200)]
[IMP] split login_and_redirect() into login_and_redirect() and set_cookie_and_redirect()

bzr revid: chs@openerp.com-20120813171301-w1ynjqhosrt68ppa

11 years ago[IMP] mail: cleaned (un)follow process. Methods now return the new field value, the...
Thibault Delavallée [Mon, 13 Aug 2012 16:00:27 +0000 (18:00 +0200)]
[IMP] mail: cleaned (un)follow process. Methods now return the new field value, the widget calls set_value to update the displayed value. More consistent with OpenERP web behavior (I think). Misc improvements in code, more general.

bzr revid: tde@openerp.com-20120813160027-tx4p80kvxwbkg66c

11 years ago[MERGE] simplify portal's jobs section
Antonin Bourguignon [Mon, 13 Aug 2012 15:46:37 +0000 (17:46 +0200)]
[MERGE] simplify portal's jobs section

bzr revid: abo@openerp.com-20120813154637-2tdmpl5pgmx7a0sp

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Mon, 13 Aug 2012 15:26:04 +0000 (17:26 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120813152604-c55hayq9h29ovzdc

11 years ago[CLEAN] mail_thread: 1-sign cleaning.
Thibault Delavallée [Mon, 13 Aug 2012 15:24:37 +0000 (17:24 +0200)]
[CLEAN] mail_thread: 1-sign cleaning.

bzr revid: tde@openerp.com-20120813152437-vbuie6z4g51th7rz

11 years ago[IMP] use registry contextmanager
Antony Lesuisse [Mon, 13 Aug 2012 15:20:45 +0000 (17:20 +0200)]
[IMP] use registry contextmanager

bzr revid: al@openerp.com-20120813152045-woeg16q10xkhiqgk

11 years ago[IMP] add cursor() contextmanager on registry
Christophe Simonis [Mon, 13 Aug 2012 15:05:01 +0000 (17:05 +0200)]
[IMP] add cursor() contextmanager on registry

bzr revid: chs@openerp.com-20120813150501-txkrphi7hyp2tgl1

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Mon, 13 Aug 2012 14:57:54 +0000 (16:57 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120813145754-wjihljr9iyc2ll08

11 years ago[MERGE]
Stephane Wirtel [Mon, 13 Aug 2012 14:57:08 +0000 (16:57 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120813145708-botpw2f1shkhv3on

11 years ago[IMP] mail_thread: updated override of many2many (1 and 4 opcodes now supported)...
Thibault Delavallée [Mon, 13 Aug 2012 14:55:26 +0000 (16:55 +0200)]
[IMP] mail_thread: updated override of many2many (1 and 4 opcodes now supported); fixed write that could go into a loop. Do not subscribe the guy that write on subscribers.

bzr revid: tde@openerp.com-20120813145526-tm8cjegtdoymrax7

11 years ago[IMP] useability, hide fields on partners when not used
Fabien Pinckaers [Mon, 13 Aug 2012 14:37:31 +0000 (16:37 +0200)]
[IMP] useability, hide fields on partners when not used

bzr revid: fp@tinyerp.com-20120813143731-8omk52y879rgbjc1

11 years ago[IMP] this is version 7
Christophe Simonis [Mon, 13 Aug 2012 14:04:02 +0000 (16:04 +0200)]
[IMP] this is version 7

bzr revid: chs@openerp.com-20120813140402-x67r7rk7tr6718jb

11 years ago[IMP] uncommit hyearchical categories
Fabien Pinckaers [Mon, 13 Aug 2012 14:11:01 +0000 (16:11 +0200)]
[IMP] uncommit hyearchical categories

bzr revid: fp@tinyerp.com-20120813141101-sd95pzkc1qsy9lox

11 years ago[FIX] do not autocorrect location header in redirects
Christophe Simonis [Mon, 13 Aug 2012 13:59:27 +0000 (15:59 +0200)]
[FIX] do not autocorrect location header in redirects

bzr revid: chs@openerp.com-20120813135927-k32eih6tg6y28ivl

11 years ago[FIX] Fix bug in binary/image controller
Fabien Meghazi [Mon, 13 Aug 2012 13:56:53 +0000 (15:56 +0200)]
[FIX] Fix bug in binary/image controller

bzr revid: fme@openerp.com-20120813135653-zvk21ch7dc9rs66w

11 years ago[IMP] portal's jobs are now a mail group (no more relation with hr_recruitment)
Antonin Bourguignon [Mon, 13 Aug 2012 13:38:27 +0000 (15:38 +0200)]
[IMP] portal's jobs are now a mail group (no more relation with hr_recruitment)

bzr revid: abo@openerp.com-20120813133827-ta4zh1s2gbl4a4ib

11 years ago[MERGE] procurement: Fix a part of the code
Stephane Wirtel [Mon, 13 Aug 2012 13:35:28 +0000 (15:35 +0200)]
[MERGE] procurement: Fix a part of the code

bzr revid: stw@openerp.com-20120813133528-1n8sykpenpjkgi74

11 years ago[IMP] crm: fixed some categ_id remaining.
Thibault Delavallée [Mon, 13 Aug 2012 13:12:07 +0000 (15:12 +0200)]
[IMP] crm: fixed some categ_id remaining.

bzr revid: tde@openerp.com-20120813131207-lu1c271q5dh27vlr

11 years ago[FIX] do not mess up the headers in the DisableCacheMiddleware
Christophe Simonis [Mon, 13 Aug 2012 13:09:55 +0000 (15:09 +0200)]
[FIX] do not mess up the headers in the DisableCacheMiddleware

bzr revid: chs@openerp.com-20120813130955-1fwkyahlceotln5o

11 years ago[FIX] crm_lead: categ_id -> now categ_ids.
Thibault Delavallée [Mon, 13 Aug 2012 12:58:22 +0000 (14:58 +0200)]
[FIX] crm_lead: categ_id -> now categ_ids.

bzr revid: tde@openerp.com-20120813125822-1knqrg2adg90xxpy

11 years ago[IMP] CRM demo data: subtype -> content_subtype. Please check your logs before mergin...
Thibault Delavallée [Mon, 13 Aug 2012 12:58:03 +0000 (14:58 +0200)]
[IMP] CRM demo data: subtype -> content_subtype. Please check your logs before merging ...

bzr revid: tde@openerp.com-20120813125803-sodjl70yrnk3i2v0

11 years ago[IMP] base_calendar: removed email_from from demo data, because this field does not...
Thibault Delavallée [Mon, 13 Aug 2012 12:47:04 +0000 (14:47 +0200)]
[IMP] base_calendar: removed email_from from demo data, because this field does not exist; updated used categories, because some were not defined.

bzr revid: tde@openerp.com-20120813124704-qa70aa3aevh4s0qv

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 13 Aug 2012 12:31:45 +0000 (14:31 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120813123145-ruli48hzsfiu6g1y

11 years ago[IMP] base_calendar: removed annoying spaces in debug for tests.
Thibault Delavallée [Mon, 13 Aug 2012 12:31:11 +0000 (14:31 +0200)]
[IMP] base_calendar: removed annoying spaces in debug for tests.

bzr revid: tde@openerp.com-20120813123111-i224x123n2a1r8fx

11 years ago[FIX] mail_thread: fixed some forgotten \).
Thibault Delavallée [Mon, 13 Aug 2012 12:30:51 +0000 (14:30 +0200)]
[FIX] mail_thread: fixed some forgotten \).

bzr revid: tde@openerp.com-20120813123051-5lxzx5011j2skrk8

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 13 Aug 2012 11:58:02 +0000 (13:58 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120813115802-wxjj2oubawzxclm9

11 years ago[IMP] removing structure
Fabien Pinckaers [Mon, 13 Aug 2012 11:51:54 +0000 (13:51 +0200)]
[IMP] removing structure

bzr revid: fp@tinyerp.com-20120813115154-1ppf7mmaolbywku1

11 years ago[IMP] Adapt openerp.web.Dialog's position and maxHeight to the new jquery bootstrap...
Fabien Meghazi [Mon, 13 Aug 2012 10:32:56 +0000 (12:32 +0200)]
[IMP] Adapt openerp.web.Dialog's position and maxHeight to the new jquery bootstrap theme.

bzr revid: fme@openerp.com-20120813103256-zhw7od30g9j406uv

11 years ago[IMP] mail_thread: continuing to translate hasattr to something else.
Thibault Delavallée [Mon, 13 Aug 2012 10:30:38 +0000 (12:30 +0200)]
[IMP] mail_thread: continuing to translate hasattr to something else.

bzr revid: tde@openerp.com-20120813103038-4o1xwtsmjnvjj0b4

11 years ago[MERGE] demo data
Fabien Pinckaers [Mon, 13 Aug 2012 10:30:24 +0000 (12:30 +0200)]
[MERGE] demo data

bzr revid: fp@tinyerp.com-20120813103024-9yn1jrk80hk59bkz

11 years ago[MERGE] demo data
Fabien Pinckaers [Mon, 13 Aug 2012 10:29:50 +0000 (12:29 +0200)]
[MERGE] demo data

bzr revid: fp@tinyerp.com-20120813102950-b1wl11rfcmofna6a

11 years ago[IMP] mail_thread: replaced hasattr by check in columns.
Thibault Delavallée [Mon, 13 Aug 2012 09:06:41 +0000 (11:06 +0200)]
[IMP] mail_thread: replaced hasattr by check in columns.

bzr revid: tde@openerp.com-20120813090641-n8o08be2ecfxxtdz

11 years ago[REM]: hr: Removed duplicate employee and department from demo
Rucha (Open ERP) [Mon, 13 Aug 2012 07:27:38 +0000 (12:57 +0530)]
[REM]: hr: Removed duplicate employee and department from demo

bzr revid: rpa@tinyerp.com-20120813072738-temucs10vhcubepv

11 years ago[IMP]: point_of_sale: Improved remaining product name translation
Rucha (Open ERP) [Mon, 13 Aug 2012 07:17:20 +0000 (12:47 +0530)]
[IMP]: point_of_sale: Improved remaining product name translation

bzr revid: rpa@tinyerp.com-20120813071720-kcsjouksbz4v0act

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Aug 2012 05:25:37 +0000 (05:25 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120813052537-ans6r1oi6i0xrzyy

11 years ago[MERGE]: Merge with latest trunk-addons
Rucha (Open ERP) [Mon, 13 Aug 2012 05:14:11 +0000 (10:44 +0530)]
[MERGE]: Merge with latest trunk-addons

bzr revid: rpa@tinyerp.com-20120813051411-5no0xcudwbkw07c5

11 years ago[MERGE]: Merge with latest trunk-server
Rucha (Open ERP) [Mon, 13 Aug 2012 05:11:38 +0000 (10:41 +0530)]
[MERGE]: Merge with latest trunk-server

bzr revid: rpa@tinyerp.com-20120813051138-ik70jclmgu1pexxn

11 years ago[IMP] load all modules at boot in single db mode
Antony Lesuisse [Sun, 12 Aug 2012 22:29:01 +0000 (00:29 +0200)]
[IMP] load all modules at boot in single db mode

bzr revid: al@openerp.com-20120812222901-tjz9443oylidd7sy

11 years ago[FIX] standalone client
Antony Lesuisse [Sun, 12 Aug 2012 21:55:17 +0000 (23:55 +0200)]
[FIX] standalone client

bzr revid: al@openerp.com-20120812215517-qxqnd1fvc9hcxezh

11 years ago[IMP] web controller helpers
Antony Lesuisse [Sun, 12 Aug 2012 21:48:27 +0000 (23:48 +0200)]
[IMP] web controller helpers
- move helpers on top
- move some code from controllers to helpers
- deprecate module dependecy processing in standalone client

bzr revid: al@openerp.com-20120812214827-m1wrv7y1jvnro9ew

11 years ago[FIX] authenticate optional env
Antony Lesuisse [Sun, 12 Aug 2012 15:15:32 +0000 (17:15 +0200)]
[FIX] authenticate optional env

bzr revid: al@openerp.com-20120812151532-gqt8dcqo6f5t2szb

11 years ago[MERGE] document_page aka wiki
Antony Lesuisse [Sun, 12 Aug 2012 14:47:30 +0000 (16:47 +0200)]
[MERGE] document_page aka wiki
it still uses the wiki syntax, switch to full html will occur after the
autosizing of cleditor

bzr revid: al@openerp.com-20120812144730-nxgxz8c77afczfr9

11 years agofix config wizard
Antony Lesuisse [Sun, 12 Aug 2012 13:53:19 +0000 (15:53 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120812135319-bcwu9blrd71wepig

11 years ago[FIX] database manager languages
Antony Lesuisse [Sun, 12 Aug 2012 13:48:57 +0000 (15:48 +0200)]
[FIX] database manager languages

bzr revid: al@openerp.com-20120812134857-yfdwxbszmm8o6q7q

11 years agofix config wizard
Antony Lesuisse [Sun, 12 Aug 2012 13:05:27 +0000 (15:05 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120812130527-6ffgm7vxjbm2vlft

11 years agofix config wizard
Antony Lesuisse [Sat, 11 Aug 2012 23:43:27 +0000 (01:43 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120811234327-5dy2khgh7ldiqvnr

11 years ago[MERGE] database manager look
Antony Lesuisse [Sat, 11 Aug 2012 21:48:09 +0000 (23:48 +0200)]
[MERGE] database manager look

bzr revid: al@openerp.com-20120811214809-uhj4hatw5bmi5710

11 years ago[MERGE] preference change password fixe
Antony Lesuisse [Sat, 11 Aug 2012 19:53:54 +0000 (21:53 +0200)]
[MERGE] preference change password fixe

bzr revid: al@openerp.com-20120811195354-sayk1u53wy42vqc1

11 years agofixes test
Antony Lesuisse [Sat, 11 Aug 2012 18:56:10 +0000 (20:56 +0200)]
fixes test

bzr revid: al@openerp.com-20120811185610-o95wfdvtwfg4f4g6

11 years agofixes css, demo, js
Antony Lesuisse [Sat, 11 Aug 2012 18:34:44 +0000 (20:34 +0200)]
fixes css, demo, js

bzr revid: al@openerp.com-20120811183444-0wwagnum2tm964i6

11 years ago[IMP] act_window allow target inlineview
Antony Lesuisse [Sat, 11 Aug 2012 18:22:50 +0000 (20:22 +0200)]
[IMP] act_window allow target inlineview

bzr revid: al@openerp.com-20120811182250-c37jbjbh944zzy5m

11 years ago[IMP] inlineview and minor cleanups
Antony Lesuisse [Sat, 11 Aug 2012 17:58:52 +0000 (19:58 +0200)]
[IMP] inlineview and minor cleanups

bzr revid: al@openerp.com-20120811175852-kde116e50scn9ugs

11 years ago[FIX] PoS import order from UI, return money
Fabien Pinckaers [Sat, 11 Aug 2012 14:33:09 +0000 (16:33 +0200)]
[FIX] PoS import order from UI, return money

bzr revid: fp@openerp.com-20120811143309-pd44zfw6l67j7x7l

11 years ago[IMP] improved UI for PoS - mainly forms version=7.0
Fabien Pinckaers [Sat, 11 Aug 2012 13:34:06 +0000 (15:34 +0200)]
[IMP] improved UI for PoS - mainly forms version=7.0

bzr revid: fp@openerp.com-20120811133406-jvso3qhmozmgnj3j

11 years ago[IMP] better menu tips and todo wizards
Fabien Pinckaers [Sat, 11 Aug 2012 10:03:22 +0000 (12:03 +0200)]
[IMP] better menu tips and todo wizards

bzr revid: fp@openerp.com-20120811100322-jeh50k4c4wnbpmom

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 11 Aug 2012 05:46:07 +0000 (05:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120811054547-ebfnq6hteui8geba
bzr revid: launchpad_translations_on_behalf_of_openerp-20120811054607-chyn98m3ivp16qg3

11 years agofix css
Antony Lesuisse [Fri, 10 Aug 2012 23:35:34 +0000 (01:35 +0200)]
fix css

bzr revid: al@openerp.com-20120810233534-dqcuim7ip990gj6c

11 years agofix index
Antony Lesuisse [Fri, 10 Aug 2012 23:13:07 +0000 (01:13 +0200)]
fix index

bzr revid: al@openerp.com-20120810231307-w9rgwiaybhm1gdyk

11 years ago[MERGE] trunk
Antony Lesuisse [Fri, 10 Aug 2012 22:52:11 +0000 (00:52 +0200)]
[MERGE] trunk

bzr revid: al@openerp.com-20120810225211-0t3wn5b6u1pdosay

11 years agodocument_page ready
Antony Lesuisse [Fri, 10 Aug 2012 22:50:46 +0000 (00:50 +0200)]
document_page ready

bzr revid: al@openerp.com-20120810225046-qs3liea2s76lh6v0

11 years ago[MERGE] add options='{"no_open": true} on some fields
Antonin Bourguignon [Fri, 10 Aug 2012 15:53:18 +0000 (17:53 +0200)]
[MERGE] add options='{"no_open": true} on some fields
with this modification, users won't be able to open countries or languages form views anymore, which didn't really make sense

bzr revid: abo@openerp.com-20120810155318-kav9xl5o3pwojz9g

11 years ago[MERGE] add options='{"no_open": true} on some fields
Antonin Bourguignon [Fri, 10 Aug 2012 15:52:55 +0000 (17:52 +0200)]
[MERGE] add options='{"no_open": true} on some fields
with this modification, users won't be able to open countries or languages form views anymore, which didn't really make sense
also fix indentation in crm/crm_lead_view.xml

bzr revid: abo@openerp.com-20120810155255-2x1maqcoenok6dsv

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 10 Aug 2012 15:40:07 +0000 (17:40 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120810154007-n5x8zxxlxw5mw6c8

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 10 Aug 2012 15:39:57 +0000 (17:39 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120810153957-asszi74t9dxrzhx7

11 years ago[MERGE] branch with improvements of refunds handling in account_voucher + whipping...
Quentin (OpenERP) [Fri, 10 Aug 2012 15:23:31 +0000 (17:23 +0200)]
[MERGE] branch with improvements of refunds handling in account_voucher + whipping of some dead code (in account_voucher too)

bzr revid: qdp-launchpad@openerp.com-20120810152331-h837mhhvdq8x0j1y

11 years ago[FIX] pos: Fix runbot breakage: use new XML id for unreference_product + move to...
Olivier Dony [Fri, 10 Aug 2012 15:12:04 +0000 (17:12 +0200)]
[FIX] pos: Fix runbot breakage: use new XML id for unreference_product + move to pos_data file

bzr revid: odo@openerp.com-20120810151204-t6c0wmiusf9un7gq

11 years ago[FIX] small "or" in some x2x popup
niv-openerp [Fri, 10 Aug 2012 14:50:48 +0000 (16:50 +0200)]
[FIX] small "or" in some x2x popup

bzr revid: nicolas.vanhoren@openerp.com-20120810145048-ctnvl0w5r5h439f7

11 years ago[MERGE]
Stephane Wirtel [Fri, 10 Aug 2012 14:49:30 +0000 (16:49 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120810144930-hco5k1lvttsh17o8

11 years ago[IMP] auth_openid: forward port of patches made on 6.1 branch
Christophe Simonis [Fri, 10 Aug 2012 14:43:33 +0000 (16:43 +0200)]
[IMP] auth_openid: forward port of patches made on 6.1 branch

    revid:chs@openerp.com-20120802102525-2uyr5za46swxs0n7
        [FIX] auth_openid: Due to multiprocessus we must use a FileStore instead of a MemStore to store openid associations.
        [FIX] auth_openid: GoogleApps: avoid crash when handle not found in store.
        [IMP] auth_openid: flake8.

    revid:chs@openerp.com-20120403093926-4222u3cs3qc10xew
        [FIX] auth_openid: use correct api for login users

    revid:chs@openerp.com-20120403093627-easttnf2qoemeoli
        [FIX] auth_openid: allow login from direct http request

bzr revid: chs@openerp.com-20120810144333-o8zejl4pmdldab6j

11 years ago[FIX] account_voucher: fixed yaml tests in order to reflect the new behavior of compu...
Quentin (OpenERP) [Fri, 10 Aug 2012 14:37:07 +0000 (16:37 +0200)]
[FIX] account_voucher: fixed yaml tests in order to reflect the new behavior of computed writeoff amount (does not use abs() anymore)

bzr revid: qdp-launchpad@openerp.com-20120810143707-8vma2dld7mkolbh1

11 years ago[FIX] small bug in some m2m
niv-openerp [Fri, 10 Aug 2012 14:22:53 +0000 (16:22 +0200)]
[FIX] small bug in some m2m

bzr revid: nicolas.vanhoren@openerp.com-20120810142253-8ly58vsbqum6o7ng

11 years ago[MERGE] latust trunk
Antonin Bourguignon [Fri, 10 Aug 2012 14:08:56 +0000 (16:08 +0200)]
[MERGE] latust trunk

bzr revid: abo@openerp.com-20120810140856-xl6sj3xu9t4bee6c

11 years ago[IMP] help menutips for PoS
Fabien Pinckaers [Fri, 10 Aug 2012 13:55:48 +0000 (15:55 +0200)]
[IMP] help menutips for PoS

bzr revid: fp@tinyerp.com-20120810135548-w2cgv11ynu6l8n5l

11 years ago[FIX] problem with tipsy & quick create in m2o
niv-openerp [Fri, 10 Aug 2012 13:48:15 +0000 (15:48 +0200)]
[FIX] problem with tipsy & quick create in m2o

bzr revid: nicolas.vanhoren@openerp.com-20120810134815-qt91cbf1rndvxn0a

11 years ago[MERGE] impex tests: added test module to unittest import/export.
Vo Minh Thu [Fri, 10 Aug 2012 13:45:44 +0000 (15:45 +0200)]
[MERGE] impex tests: added test module to unittest import/export.

bzr revid: vmt@openerp.com-20120810134544-f08mjga83ghlmnp7

11 years ago[IMP] point of sale backend, useability improvements
Fabien Pinckaers [Fri, 10 Aug 2012 13:45:17 +0000 (15:45 +0200)]
[IMP] point of sale backend, useability improvements

bzr revid: fp@tinyerp.com-20120810134517-tenqseu6otf0rdin

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Fri, 10 Aug 2012 13:06:12 +0000 (15:06 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120810130612-m46ea5q03nbbpu3h