odoo/odoo.git
11 years ago[CLEAN] Cleaned last commit.
Thibault Delavallée [Thu, 27 Jun 2013 14:55:19 +0000 (16:55 +0200)]
[CLEAN] Cleaned last commit.

bzr revid: tde@openerp.com-20130627145519-533br1ho1da3d4f0

11 years ago[REF] mail_thread: message_track now uses browse records instead of read results.
Thibault Delavallée [Thu, 27 Jun 2013 14:46:47 +0000 (16:46 +0200)]
[REF] mail_thread: message_track now uses browse records instead of read results.

Updated addons accordingly.
Updated tests to test corner cases using False / null browse records.

bzr revid: tde@openerp.com-20130627144647-swbj77i84vo9ii0v

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 27 Jun 2013 05:36:40 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130627053640-vgvz6r1d7ck2lvvp

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 27 Jun 2013 05:36:23 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130627053623-0r6xfw895hy8xkyj

11 years ago[MERGE] [CLEAN] Idea: cleaned idea module, to be used for demo data / demonstration
Thibault Delavallée [Tue, 25 Jun 2013 11:41:55 +0000 (13:41 +0200)]
[MERGE] [CLEAN] Idea: cleaned idea module, to be used for demo data / demonstration
- cleaned coding style
- cleaned model, views
- removed specific tool group
- added a kanban view
- added and improved demo data
- removed inheritance and reference to mail module; to be added back soon
- added basic folder and files for tests

bzr revid: tde@openerp.com-20130625114155-mzkipkriafhfll9f

11 years ago[IMP] Idea: small imp of kanban view
Thibault Delavallée [Tue, 25 Jun 2013 11:15:08 +0000 (13:15 +0200)]
[IMP] Idea: small imp of kanban view

bzr revid: tde@openerp.com-20130625111508-2man23lschgqm427

11 years ago[CLEAN] Misc cleaning
Thibault Delavallée [Tue, 25 Jun 2013 11:11:10 +0000 (13:11 +0200)]
[CLEAN] Misc cleaning

bzr revid: tde@openerp.com-20130625111110-awwcjpq00xhohz93

11 years ago[REM] Removed patches.
Thibault Delavallée [Tue, 25 Jun 2013 10:54:52 +0000 (12:54 +0200)]
[REM] Removed patches.

bzr revid: tde@openerp.com-20130625105452-u7uqmvo73pqjzsp6

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Tue, 25 Jun 2013 10:02:53 +0000 (12:02 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130625100253-2xh7lwzelf0zwkl9

11 years ago[MERGE] [IMP] Alias Improvement
Thibault Delavallée [Tue, 25 Jun 2013 09:44:21 +0000 (11:44 +0200)]
[MERGE] [IMP] Alias Improvement

mail_alias:
- alias_name is not required anymore (but still unique),
- added the concept of 'parent of alias' that is the record that owns the alias. For example project+RD is an alias whose parent is a project, and the aliased model is the project.task model (create alias). user+admin is an alias whose parent is the user, and whose aliased record is also the user (update alias).
- added 'alias_contact' selection field that holds the alias settings. Values are:
-- everyone: everyone can contact the alias; the behavior will be the same as before this revision
-- partners: only authenticated partners can contact the alias. If the author of an incoming emails is not a known partner, the email bounces.
-- followers: only followers of the record owning the alias can contact the alias. Otherwise the email bounces. For example on a project only project followers can create new tasks or issues using the alias. On a mail group, only group followers can discuss in the group using the alias.
- improved form view; added 'open document' and 'open parent document' buttons

mail:
- updated message_route to handle alias contact settings. There is notably a new message_route_verify method that performs various checks on the route (message_update / messsage_new attribute, related record, alias contact settings)
- added _find_partner_from_emails method that merge various partner finding methods that were present in mail_thread
- added some mail-related CSS coming from web
- added tests; removed duplicate tests introduced when merging saas-1 into trunk

crm.lead, hr.job, mail.group, res.users, project.project:
- updated create method overrides
- improved alias display in views (form and kanban if exists)

event: moved visibility field (public / employees) from portal_event to event module

bzr revid: tde@openerp.com-20130625094421-b4gv8lkzxn020oeh

11 years ago[CLEAN] Misc cleaning before merging (some code cleaning, added comments).
Thibault Delavallée [Tue, 25 Jun 2013 09:26:06 +0000 (11:26 +0200)]
[CLEAN] Misc cleaning before merging (some code cleaning, added comments).

bzr revid: tde@openerp.com-20130625092606-l8bqt3ce2xz4zm9t

11 years ago[MERGE] [IMP] Alias Improvement
Thibault Delavallée [Tue, 25 Jun 2013 08:54:06 +0000 (10:54 +0200)]
[MERGE] [IMP] Alias Improvement

Server branch: res.users: improved form view to ease email, login and email preferences clarification.

bzr revid: tde@openerp.com-20130625085406-d4l5uchpumv5adif

11 years ago[MERGE] [IMP] Alias Improvement
Thibault Delavallée [Tue, 25 Jun 2013 08:53:50 +0000 (10:53 +0200)]
[MERGE] [IMP] Alias Improvement

Web branch: removed some mail-specific CSS that is now located in the mail module.

bzr revid: tde@openerp.com-20130625085350-eraevdv2odhkhkc8

11 years ago[FIX] auth_openid: converted controllers to fit the new API
niv-openerp [Tue, 25 Jun 2013 08:50:07 +0000 (10:50 +0200)]
[FIX] auth_openid: converted controllers to fit the new API

bzr revid: nicolas.vanhoren@openerp.com-20130625085007-6ylj5mzyzp9du5bs

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Tue, 25 Jun 2013 08:46:53 +0000 (10:46 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130625084653-0r3uezndvn18fc62

11 years ago[CLEAN] Misc cleaning before merging, mainly in views
Thibault Delavallée [Tue, 25 Jun 2013 08:46:30 +0000 (10:46 +0200)]
[CLEAN] Misc cleaning before merging, mainly in views

bzr revid: tde@openerp.com-20130625084630-oqlertvzxl8a8w7f

11 years ago[FIX] hr_recruitment: fixed view preventing from creating a new job
Thibault Delavallée [Tue, 25 Jun 2013 08:46:21 +0000 (10:46 +0200)]
[FIX] hr_recruitment: fixed view preventing from creating a new job

bzr revid: tde@openerp.com-20130625084621-smra6kdy7fj42o5d

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 25 Jun 2013 05:14:42 +0000 (05:14 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130625051442-1chu4wdtgur1nub1

11 years ago[CLEAN] Misc cleaning before merging
Thibault Delavallée [Mon, 24 Jun 2013 16:24:57 +0000 (18:24 +0200)]
[CLEAN] Misc cleaning before merging

bzr revid: tde@openerp.com-20130624162457-8y8eqwebwolvcdc6

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 24 Jun 2013 16:00:23 +0000 (18:00 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130624160023-lhg92flym8svgo0l

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 24 Jun 2013 16:00:19 +0000 (18:00 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130624160019-ef98nl9gqj57jydh

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 24 Jun 2013 16:00:06 +0000 (18:00 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130624160006-ndlo68bdmm3ndj21

11 years ago[FIX] bad handling of werkzeug's exceptions
niv-openerp [Mon, 24 Jun 2013 15:56:34 +0000 (17:56 +0200)]
[FIX] bad handling of werkzeug's exceptions

bzr revid: nicolas.vanhoren@openerp.com-20130624155634-d5b5998jv01fa1wh

11 years ago[REF] mail_thread: refactored message_route improvement, to be closer to the original...
Thibault Delavallée [Mon, 24 Jun 2013 15:18:27 +0000 (17:18 +0200)]
[REF] mail_thread: refactored message_route improvement, to be closer to the original code + call to a new method that checks the route, instead of doing everything in one method.

bzr revid: tde@openerp.com-20130624151827-hxwaelefs540pvca

11 years ago[FIX] auth_oauth: authentication problem with the new server-side web framework
niv-openerp [Mon, 24 Jun 2013 09:52:55 +0000 (11:52 +0200)]
[FIX] auth_oauth: authentication problem with the new server-side web framework

bzr revid: nicolas.vanhoren@openerp.com-20130624095255-uj6702oq6601eql5

11 years ago[IMP] res.users: improved form view to ease email, login and email preferences clarif...
Thibault Delavallée [Mon, 24 Jun 2013 09:38:41 +0000 (11:38 +0200)]
[IMP] res.users: improved form view to ease email, login and email preferences clarification

bzr revid: tde@openerp.com-20130624093841-6vi3zjcz260dzuig

11 years ago[FIX] purchase, accont_anglo_saxon: fixed the creation of invoice from PO lines so...
Quentin (OpenERP) [Mon, 24 Jun 2013 09:07:41 +0000 (11:07 +0200)]
[FIX] purchase, accont_anglo_saxon: fixed the creation of invoice from PO lines so that it reuse the _prepare_inv_line() method. This code factorization is needed in order to work with account_anglo_saxon module (before the anglo saxon accounting mode was ignored if the PO's invoicing method was 'generate invoices from PO lines')

bzr revid: qdp-launchpad@openerp.com-20130624090741-eyy2r22yuti0gqit

11 years ago[REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attrib...
Quentin (OpenERP) [Mon, 24 Jun 2013 09:05:15 +0000 (11:05 +0200)]
[REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example).

bzr revid: qdp-launchpad@openerp.com-20130624090515-12aeo4k5sz87veqb

11 years ago[FIX] account_anglo_saxon: fixed the computation of price difference inc costing...
Quentin (OpenERP) [Mon, 24 Jun 2013 09:03:29 +0000 (11:03 +0200)]
[FIX] account_anglo_saxon: fixed the computation of price difference inc costing method != 'standard' + added yaml test for the same feature

bzr revid: qdp-launchpad@openerp.com-20130624090329-o423720dp3oc4aez

11 years ago[FIX] ir_property: fixes in property fields related to multi company use cases
Quentin (OpenERP) [Mon, 24 Jun 2013 08:57:31 +0000 (10:57 +0200)]
[FIX] ir_property: fixes in property fields related to multi company use cases

bzr revid: qdp-launchpad@openerp.com-20130624085731-fthhdpdm4ldi3220

11 years ago[IMP] ir_property fields: added the possibility to use 'selection' field type as...
Quentin (OpenERP) [Mon, 24 Jun 2013 08:53:11 +0000 (10:53 +0200)]
[IMP] ir_property fields: added the possibility to use 'selection' field type as properties

bzr revid: qdp-launchpad@openerp.com-20130624085311-ujeahocdp0d2royg

11 years ago[REF] ir_property: changed 'value_reference' and 'res_id' fields into char instead...
Quentin (OpenERP) [Mon, 24 Jun 2013 08:50:49 +0000 (10:50 +0200)]
[REF] ir_property: changed 'value_reference' and 'res_id' fields into char instead of reference fields because the code was fuzzy, the performances very bad (at least since 'view_load' attribute has been removed), and because there were no reason to have them as references (even from an useability point of view)

bzr revid: qdp-launchpad@openerp.com-20130624085049-elmhvzkufntlzbf8

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 24 Jun 2013 04:43:27 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130622053637-2na4t63xol7god9l
bzr revid: launchpad_translations_on_behalf_of_openerp-20130623051400-l1l4wdl3b4cl9mdf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130624044327-367rvnm4zfnn3ovd

11 years ago[IMP] oe initialize: add a file lock to protect concurrent access to the template...
Vo Minh Thu [Fri, 21 Jun 2013 13:24:11 +0000 (15:24 +0200)]
[IMP] oe initialize: add a file lock to protect concurrent access to the template db when creating a new db (useful when multiple oe initialize are performed at the same time).

bzr revid: vmt@openerp.com-20130621132411-r6trrt5kd8c4fbca

11 years ago[CLEAN] Before merging: removed an added file not used; cleaned some debugging data...
Thibault Delavallée [Fri, 21 Jun 2013 11:03:44 +0000 (13:03 +0200)]
[CLEAN] Before merging: removed an added file not used; cleaned some debugging data; improved user form view to better separate email/login and messaging alias.

bzr revid: tde@openerp.com-20130621110344-zx2kxan47uctctka

11 years ago[REF]crm_partner_assign: not inheriting anymore of mail.compose.message, portal views...
Denis Ledoux [Fri, 21 Jun 2013 10:05:25 +0000 (12:05 +0200)]
[REF]crm_partner_assign: not inheriting anymore of mail.compose.message, portal views, forward to one or multi partner with automatic assignation, only one email with a list of lead instead of one mail/one lead, restructure of views.

bzr revid: dle@openerp.com-20130621100525-1rxkl0ydm5ogxhp2

11 years ago[MERGE]upstream
Denis Ledoux [Fri, 21 Jun 2013 09:51:23 +0000 (11:51 +0200)]
[MERGE]upstream

bzr revid: dle@openerp.com-20130621095123-olb7h0irnoe0h4lm

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 21 Jun 2013 09:47:55 +0000 (11:47 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130522105445-3h3sl8chnfhkrdxs
bzr revid: tde@openerp.com-20130612121620-qwc9vlva27d195lp
bzr revid: tde@openerp.com-20130619125106-fy9jjgsyb3fg04fn
bzr revid: tde@openerp.com-20130621094755-t3h5y2s8p838b7u3

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 21 Jun 2013 09:46:58 +0000 (11:46 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130621094658-8a30z60e49jtaptw

11 years ago[IMP]crm_partner_assign: using child of to find all partner from a company
Denis Ledoux [Fri, 21 Jun 2013 09:43:47 +0000 (11:43 +0200)]
[IMP]crm_partner_assign: using child of to find all partner from a company

bzr revid: dle@openerp.com-20130621094347-lmjd6tna1gffjxel

11 years ago[DEL]crm_partner_assign: remove of useless action
Denis Ledoux [Fri, 21 Jun 2013 09:13:22 +0000 (11:13 +0200)]
[DEL]crm_partner_assign: remove of useless action

bzr revid: dle@openerp.com-20130621091322-nwmsrwidy4ycp24h

11 years ago[IMP] doc: add changelog for changes in addons revision 8753
Martin Trigaux [Fri, 21 Jun 2013 07:44:28 +0000 (09:44 +0200)]
[IMP] doc: add changelog for changes in addons revision 8753

bzr revid: mat@openerp.com-20130621074428-tljs9v8rxd891quf

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Jun 2013 05:36:07 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130620051737-xbqoctnhldtcmkw4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130621053607-64zd4ftmfys6i16f

11 years ago[RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation...
Denis Ledoux [Thu, 20 Jun 2013 17:53:26 +0000 (19:53 +0200)]
[RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation issue

bzr revid: dle@openerp.com-20130620175326-0lgpbdxiusa65ss2

11 years ago[MERGE]upstream
Denis Ledoux [Thu, 20 Jun 2013 15:26:06 +0000 (17:26 +0200)]
[MERGE]upstream

bzr revid: dle@openerp.com-20130620152606-yj5y61799v019yqd

11 years ago[FIX]crm_channel: email inform when the user has no portal access
Denis Ledoux [Thu, 20 Jun 2013 15:24:29 +0000 (17:24 +0200)]
[FIX]crm_channel: email inform when the user has no portal access

bzr revid: dle@openerp.com-20130620152429-stiad890f688df5o

11 years ago[FIX]crm_channel: remove removed files from __openerp__.py
Denis Ledoux [Thu, 20 Jun 2013 15:24:02 +0000 (17:24 +0200)]
[FIX]crm_channel: remove removed files from __openerp__.py

bzr revid: dle@openerp.com-20130620152402-uza52w5xiyr6vpyt

11 years ago[IMP]crm_channel: merge of similar files
Denis Ledoux [Thu, 20 Jun 2013 15:22:31 +0000 (17:22 +0200)]
[IMP]crm_channel: merge of similar files

bzr revid: dle@openerp.com-20130620152231-i0t1h4v4xo689rpl

11 years ago[FIX]crm_channel: missing files (bzr add forget) + sequence of stage + remove of...
Denis Ledoux [Thu, 20 Jun 2013 15:21:47 +0000 (17:21 +0200)]
[FIX]crm_channel: missing files (bzr add forget) + sequence of stage + remove of useless data from crm

bzr revid: dle@openerp.com-20130620152147-uic86m8pbq3x471u

11 years ago[FIX]crm_channel: view and typo imp
Denis Ledoux [Thu, 20 Jun 2013 15:20:07 +0000 (17:20 +0200)]
[FIX]crm_channel: view and typo imp

bzr revid: dle@openerp.com-20130620152007-v8yt5kwdkgeh1w8i

11 years ago[FIX]crm_channel: forward to partner not changing stage if opps. + informing in chatt...
Denis Ledoux [Thu, 20 Jun 2013 15:19:34 +0000 (17:19 +0200)]
[FIX]crm_channel: forward to partner not changing stage if opps. + informing in chatter if the lead was contacted or not when not interessted

bzr revid: dle@openerp.com-20130620151934-c9312wa6qkg1yrn3

11 years ago[ADD&FIX]crm_channel: add wizard for buttons interested & not, fix portal url
Denis Ledoux [Thu, 20 Jun 2013 15:19:07 +0000 (17:19 +0200)]
[ADD&FIX]crm_channel: add wizard for buttons interested & not, fix portal url

bzr revid: dle@openerp.com-20130620151907-qeu1c2wkk5vs72l7

11 years ago[FIX]crm_channel: email template improvment
Denis Ledoux [Thu, 20 Jun 2013 15:18:42 +0000 (17:18 +0200)]
[FIX]crm_channel: email template improvment

bzr revid: dle@openerp.com-20130620151842-06bzm9ru0ez2pej5

11 years ago[ADD]crm_channel: portal, Im not interested button go to next lead or to list if...
Denis Ledoux [Thu, 20 Jun 2013 15:18:05 +0000 (17:18 +0200)]
[ADD]crm_channel: portal, Im not interested button go to next lead or to list if none

bzr revid: dle@openerp.com-20130620151805-pvjkozq41wwpfodo

11 years ago[ADD]crm_channel: crm lead forward wizard add clean unassigned butotn
Denis Ledoux [Thu, 20 Jun 2013 15:17:17 +0000 (17:17 +0200)]
[ADD]crm_channel: crm lead forward wizard add clean unassigned butotn

bzr revid: dle@openerp.com-20130620151717-sisb0mdsgp7kzjl9

11 years ago[FIX]crm_channel: wrong indentation
Denis Ledoux [Thu, 20 Jun 2013 15:16:48 +0000 (17:16 +0200)]
[FIX]crm_channel: wrong indentation

bzr revid: dle@openerp.com-20130620151648-wu8ijbi5vnvsb9cg

11 years ago[ADD]crm_channel: portal view
Denis Ledoux [Thu, 20 Jun 2013 15:15:21 +0000 (17:15 +0200)]
[ADD]crm_channel: portal view

bzr revid: dle@openerp.com-20130620151521-93m6q1eiqz97ovh5

11 years ago[FIX]crm_channel: raise error when at least one of the partner to forward has no...
Denis Ledoux [Thu, 20 Jun 2013 15:10:39 +0000 (17:10 +0200)]
[FIX]crm_channel: raise error when at least one of the partner to forward has no email address set

bzr revid: dle@openerp.com-20130620151039-gmjuql79f51tpjv2

11 years ago[RENAME]crm_partner_assign => crm_channel
Denis Ledoux [Thu, 20 Jun 2013 15:07:25 +0000 (17:07 +0200)]
[RENAME]crm_partner_assign => crm_channel

bzr revid: dle@openerp.com-20130620150725-ksoctsc2pnyavx3t

11 years ago[MERGE] [FIX] Statusbar: fixed clikable statusbar on selection field.
Thibault Delavallée [Thu, 20 Jun 2013 10:48:56 +0000 (12:48 +0200)]
[MERGE] [FIX] Statusbar: fixed clikable statusbar on selection field.

bzr revid: tde@openerp.com-20130620104856-c5ipbvjcakeolwgo

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 20 Jun 2013 05:39:44 +0000 (05:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130620053944-e6w62hbzx8ofe4dg

11 years ago[CLEAN] mail_alias: added / cleaned a bit the comments
Thibault Delavallée [Wed, 19 Jun 2013 13:52:29 +0000 (15:52 +0200)]
[CLEAN] mail_alias: added / cleaned a bit the comments

bzr revid: tde@openerp.com-20130619135229-ow0is5kvl6ux60ze

11 years ago[IMP] mail: added JSON end-point to receive mails.
Vo Minh Thu [Wed, 19 Jun 2013 13:21:23 +0000 (15:21 +0200)]
[IMP] mail: added JSON end-point to receive mails.

bzr revid: vmt@openerp.com-20130619132123-efw3fyqqw33q0s4q

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Wed, 19 Jun 2013 12:53:01 +0000 (14:53 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130619125301-kytlbeei5fsemrrg

11 years ago[IMP] minor improvement in RegistryManager, useful for web client
niv-openerp [Wed, 19 Jun 2013 10:53:35 +0000 (12:53 +0200)]
[IMP] minor improvement in RegistryManager, useful for web client

bzr revid: nicolas.vanhoren@openerp.com-20130619105335-w3xftm6g0llh1ade

11 years ago[REF] fields: removed deprecated view_load attribute and removed useless first argume...
Quentin (OpenERP) [Wed, 19 Jun 2013 09:13:32 +0000 (11:13 +0200)]
[REF] fields: removed deprecated view_load attribute and removed useless first argument in property fields definition

bzr revid: qdp-launchpad@openerp.com-20130619091332-29pisdnyfemn1u3d

11 years ago[MERGE] Added search_read() in ORM.py for new server-side web framework
niv-openerp [Fri, 21 Jun 2013 15:55:01 +0000 (17:55 +0200)]
[MERGE] Added search_read() in ORM.py for new server-side web framework

bzr revid: nicolas.vanhoren@openerp.com-20130621155501-c9jo7f8mdhmti4cb

11 years ago[MERGE] Refactorings for new server-side web framework
niv-openerp [Fri, 21 Jun 2013 15:53:38 +0000 (17:53 +0200)]
[MERGE] Refactorings for new server-side web framework

bzr revid: nicolas.vanhoren@openerp.com-20130621155338-ws85li51lrbkrsmx

11 years ago[MERGE] New server-side web framework
niv-openerp [Fri, 21 Jun 2013 15:51:51 +0000 (17:51 +0200)]
[MERGE] New server-side web framework

bzr revid: nicolas.vanhoren@openerp.com-20130621155151-3f469ul59hhct3ue

11 years agoPut json-rpc controller in http.py
niv-openerp [Fri, 21 Jun 2013 14:54:55 +0000 (16:54 +0200)]
Put json-rpc controller in http.py

bzr revid: nicolas.vanhoren@openerp.com-20130621145455-n933uz1dcdmsv9t7

11 years agoremoved some useless code
niv-openerp [Fri, 21 Jun 2013 14:36:48 +0000 (16:36 +0200)]
removed some useless code

bzr revid: nicolas.vanhoren@openerp.com-20130621143648-fh7vnyt3o6a7swqj

11 years agomerge trunk
niv-openerp [Fri, 21 Jun 2013 13:52:07 +0000 (15:52 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20130621135207-7oq7v2ubzfdrkrbr

11 years agomerge trunk
niv-openerp [Fri, 21 Jun 2013 13:43:18 +0000 (15:43 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20130621134318-wm4v5mpkz1lwvn43

11 years agomerge trunk
niv-openerp [Fri, 21 Jun 2013 13:36:45 +0000 (15:36 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20130621133645-1lspp1gvoxocsjew

11 years agoRefactored livechat
niv-openerp [Fri, 21 Jun 2013 13:33:10 +0000 (15:33 +0200)]
Refactored livechat

bzr revid: nicolas.vanhoren@openerp.com-20130621133310-a68iiqy9wpu40iws

11 years agoRewrite the way the im login authenticate
niv-openerp [Fri, 21 Jun 2013 13:24:02 +0000 (15:24 +0200)]
Rewrite the way the im login authenticate

bzr revid: nicolas.vanhoren@openerp.com-20130621132402-peww92wss5vmjcp9

11 years agosmall improvement, useful in some cases
niv-openerp [Fri, 21 Jun 2013 13:23:39 +0000 (15:23 +0200)]
small improvement, useful in some cases

bzr revid: nicolas.vanhoren@openerp.com-20130621132339-ohk9wiufk1l9z61v

11 years agoim: refactored due to changes in web framework
niv-openerp [Fri, 21 Jun 2013 13:03:59 +0000 (15:03 +0200)]
im: refactored due to changes in web framework

bzr revid: nicolas.vanhoren@openerp.com-20130621130359-6267v1w0hney9dtt

11 years agoSmall refactoring
niv-openerp [Fri, 21 Jun 2013 12:45:34 +0000 (14:45 +0200)]
Small refactoring

bzr revid: nicolas.vanhoren@openerp.com-20130621124534-bvsjihld3j9vqpkw

11 years agoPut db_monodb() method in http.py
niv-openerp [Fri, 21 Jun 2013 12:41:43 +0000 (14:41 +0200)]
Put db_monodb() method in http.py

bzr revid: nicolas.vanhoren@openerp.com-20130621124143-pe5hgwj81j2degg6

11 years agovariable rename
niv-openerp [Fri, 21 Jun 2013 12:34:14 +0000 (14:34 +0200)]
variable rename

bzr revid: nicolas.vanhoren@openerp.com-20130621123414-3hkklobsbf86glx6

11 years agoRewrite db_monodb
niv-openerp [Fri, 21 Jun 2013 12:31:49 +0000 (14:31 +0200)]
Rewrite db_monodb

bzr revid: nicolas.vanhoren@openerp.com-20130621123149-ukxjzz9jyckf9a4r

11 years agomultiple refactoring with authentication
niv-openerp [Fri, 21 Jun 2013 12:15:10 +0000 (14:15 +0200)]
multiple refactoring with authentication

bzr revid: nicolas.vanhoren@openerp.com-20130621121510-gx22b6j9pwsfe352

11 years agoPut session.py in http.py
niv-openerp [Fri, 21 Jun 2013 11:44:24 +0000 (13:44 +0200)]
Put session.py in http.py

bzr revid: nicolas.vanhoren@openerp.com-20130621114424-s0nd8orv5ej05pwv

11 years agochanged some doc
niv-openerp [Fri, 21 Jun 2013 10:15:26 +0000 (12:15 +0200)]
changed some doc

bzr revid: nicolas.vanhoren@openerp.com-20130621101526-pf85k7iikv0eh8dz

11 years agoAdded tests for search_read
niv-openerp [Fri, 21 Jun 2013 09:55:04 +0000 (11:55 +0200)]
Added tests for search_read

bzr revid: nicolas.vanhoren@openerp.com-20130621095504-cwwbr716apnh7680

11 years agoadded search_read
niv-openerp [Fri, 21 Jun 2013 09:13:32 +0000 (11:13 +0200)]
added search_read

bzr revid: nicolas.vanhoren@openerp.com-20130621091332-s37ma5gbg88999xv

11 years agoadded doc and corrected existing one
niv-openerp [Thu, 20 Jun 2013 16:51:58 +0000 (18:51 +0200)]
added doc and corrected existing one

bzr revid: nicolas.vanhoren@openerp.com-20130620165158-554jlc1cn7acgrua

11 years agoRe-created magic inheritance of controllers
niv-openerp [Thu, 20 Jun 2013 16:19:45 +0000 (18:19 +0200)]
Re-created magic inheritance of controllers

bzr revid: nicolas.vanhoren@openerp.com-20130620161945-r8a93itijdrc3ut0

11 years agoFixed some bug
niv-openerp [Thu, 20 Jun 2013 12:48:05 +0000 (14:48 +0200)]
Fixed some bug

bzr revid: nicolas.vanhoren@openerp.com-20130620124805-pvvylxc4z8yl0sp2

11 years agoAdded doc
niv-openerp [Thu, 20 Jun 2013 12:18:58 +0000 (14:18 +0200)]
Added doc

bzr revid: nicolas.vanhoren@openerp.com-20130620121858-mwu5t9t4oxv1w7tw

11 years agoAdded werkzeug's arguments
niv-openerp [Thu, 20 Jun 2013 12:10:26 +0000 (14:10 +0200)]
Added werkzeug's arguments

bzr revid: nicolas.vanhoren@openerp.com-20130620121026-btc06m36x9jg1ok0

11 years agodoc
niv-openerp [Thu, 20 Jun 2013 11:28:57 +0000 (13:28 +0200)]
doc

bzr revid: nicolas.vanhoren@openerp.com-20130620112857-knwne19buizfheen

11 years agoSome more refactoring to use @route()
niv-openerp [Thu, 20 Jun 2013 10:01:22 +0000 (12:01 +0200)]
Some more refactoring to use @route()

bzr revid: nicolas.vanhoren@openerp.com-20130620100122-3mtvqr1w5yrikitk

11 years agoremoved prints
niv-openerp [Thu, 20 Jun 2013 10:00:50 +0000 (12:00 +0200)]
removed prints

bzr revid: nicolas.vanhoren@openerp.com-20130620100050-nr3nh1b05ttt72ae

11 years agoRefactored main.py
niv-openerp [Wed, 19 Jun 2013 16:59:57 +0000 (18:59 +0200)]
Refactored main.py

bzr revid: nicolas.vanhoren@openerp.com-20130619165957-nw7eb80c7gqqcj7v

11 years agoBig refactoring to prepare even more refactoring
niv-openerp [Wed, 19 Jun 2013 16:16:27 +0000 (18:16 +0200)]
Big refactoring to prepare even more refactoring

bzr revid: nicolas.vanhoren@openerp.com-20130619161627-543e0brldclvvw98

11 years agonow uses only the installed modules to build the routes
niv-openerp [Wed, 19 Jun 2013 13:47:11 +0000 (15:47 +0200)]
now uses only the installed modules to build the routes

bzr revid: nicolas.vanhoren@openerp.com-20130619134711-evs92rdtikdeqjt1

11 years agowip
niv-openerp [Wed, 19 Jun 2013 12:33:25 +0000 (14:33 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20130619123325-mal77wf9pvdnubo2

11 years agofixed minor stuff and removed controllers_object, which will cause some addons to...
niv-openerp [Wed, 19 Jun 2013 12:23:22 +0000 (14:23 +0200)]
fixed minor stuff and removed controllers_object, which will cause some addons to crash

bzr revid: nicolas.vanhoren@openerp.com-20130619122322-aza8yd8jz4lbndnq