Commit Graph

58229 Commits

Author SHA1 Message Date
Denis Ledoux aa28839fb1 [ADD]google_spreadsheet
bzr revid: dle@openerp.com-20130627171137-5r1gyciz92c8abbr
2013-06-27 19:11:37 +02:00
Denis Ledoux 53358465b3 [REF]google_docs to google_drive, using oauth authentication
bzr revid: dle@openerp.com-20130627160715-ok7q82cyivirzri1
2013-06-27 18:07:15 +02:00
Denis Ledoux bf1163c99a [FIX]google_drive: resource_get func fields, ressource_id can have '_' in id, remove of refresh_token in data(useless), try except for various urllib calls
bzr revid: dle@openerp.com-20130627150145-4fruh3ysqoce7bcj
2013-06-27 17:01:45 +02:00
Thibault Delavallée e3c729e1a6 [CLEAN] Cleaned last commit.
bzr revid: tde@openerp.com-20130627145519-533br1ho1da3d4f0
2013-06-27 16:55:19 +02:00
Thibault Delavallée bf4ada34b4 [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
2013-06-27 16:46:47 +02:00
Denis Ledoux fa228290af [FIX]google_drive: refresh token from authorization code not anymore in on change method, google base account not inheriting from base setting
bzr revid: dle@openerp.com-20130627143713-lgqgi0px7qb18rup
2013-06-27 16:37:13 +02:00
Launchpad Translations on behalf of openerp 75771769d2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130627053640-vgvz6r1d7ck2lvvp
2013-06-27 05:36:40 +00:00
Denis Ledoux 1d85a0648c [FIX]google_drive,google_base_account: back to httpllib
bzr revid: dle@openerp.com-20130626170035-rd4rzil801vbzxro
2013-06-26 19:00:35 +02:00
Denis Ledoux fab8c0682f [IMP]google_drive: ressource_id with regex
bzr revid: dle@openerp.com-20130626150719-ry3wdngld3wfmdrt
2013-06-26 17:07:19 +02:00
Denis Ledoux afa6ea8e4f [IMP]google_drive: cleanup
bzr revid: dle@openerp.com-20130626145213-37to2q3q9jh4lnsg
2013-06-26 16:52:13 +02:00
Denis Ledoux f694c37b83 tmp
bzr revid: dle@openerp.com-20130626133552-gtfhzvxsi1oj3pdm
2013-06-26 15:35:52 +02:00
Denis Ledoux 66520d9e8e [FLAKE8]
bzr revid: dle@openerp.com-20130626095736-0ni7i86wckc6coo5
2013-06-26 11:57:36 +02:00
Denis Ledoux 2da193d242 [FIX]base_setup,google_drive: res_config view correction for module google drive
bzr revid: dle@openerp.com-20130626095005-wx9x79pmqg8o2de7
2013-06-26 11:50:05 +02:00
Denis Ledoux c74517990f [RENAME]google_docs => google_drive
bzr revid: dle@openerp.com-20130626093019-krwt5eamagmd5amu
2013-06-26 11:30:19 +02:00
Denis Ledoux 5ed41bcea4 [MERGE]upstream
bzr revid: dle@openerp.com-20130625162046-snd83ltaha9o5fl8
2013-06-25 18:20:46 +02:00
Denis Ledoux 3afc97f451 [FIX&DEL]google_*: remove of now useless views and code from google_base_account, and move generic function from google_docs to google_base_account
bzr revid: dle@openerp.com-20130625161922-3u1m5qeqcj84rmq5
2013-06-25 18:19:22 +02:00
Thibault Delavallée c180afab26 [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
2013-06-25 13:41:55 +02:00
Thibault Delavallée 3f03d66354 [IMP] Idea: small imp of kanban view
bzr revid: tde@openerp.com-20130625111508-2man23lschgqm427
2013-06-25 13:15:08 +02:00
Thibault Delavallée 3e6693e731 [CLEAN] Misc cleaning
bzr revid: tde@openerp.com-20130625111110-awwcjpq00xhohz93
2013-06-25 13:11:10 +02:00
Denis Ledoux 0bca00c42c [FIX]google_docs: generic function moved in base account
bzr revid: dle@openerp.com-20130625105819-l8d2zu0vf4tzne2t
2013-06-25 12:58:19 +02:00
Thibault Delavallée 734d900207 [REM] Removed patches.
bzr revid: tde@openerp.com-20130625105452-u7uqmvo73pqjzsp6
2013-06-25 12:54:52 +02:00
Thibault Delavallée 41c5283116 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130625100253-2xh7lwzelf0zwkl9
2013-06-25 12:02:53 +02:00
Thibault Delavallée 742dc3f77d [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
2013-06-25 11:44:21 +02:00
Thibault Delavallée 3994ea12e9 [CLEAN] Misc cleaning before merging (some code cleaning, added comments).
bzr revid: tde@openerp.com-20130625092606-l8bqt3ce2xz4zm9t
2013-06-25 11:26:06 +02:00
Thibault Delavallée 9b791c51d1 [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
2013-06-25 10:53:50 +02:00
niv-openerp 1f3b8129f7 [FIX] auth_openid: converted controllers to fit the new API
bzr revid: nicolas.vanhoren@openerp.com-20130625085007-6ylj5mzyzp9du5bs
2013-06-25 10:50:07 +02:00
Thibault Delavallée f4efff8ecb [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130625084653-0r3uezndvn18fc62
2013-06-25 10:46:53 +02:00
Thibault Delavallée d0aea936ac [CLEAN] Misc cleaning before merging, mainly in views
bzr revid: tde@openerp.com-20130625084630-oqlertvzxl8a8w7f
2013-06-25 10:46:30 +02:00
Thibault Delavallée 27ae6e25a2 [FIX] hr_recruitment: fixed view preventing from creating a new job
bzr revid: tde@openerp.com-20130625084621-smra6kdy7fj42o5d
2013-06-25 10:46:21 +02:00
Launchpad Translations on behalf of openerp 9102c2c512 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130625051442-1chu4wdtgur1nub1
2013-06-25 05:14:42 +00:00
Thibault Delavallée e6ee1d315e [CLEAN] Misc cleaning before merging
bzr revid: tde@openerp.com-20130624162457-8y8eqwebwolvcdc6
2013-06-24 18:24:57 +02:00
Thibault Delavallée d7e5eb67bc [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130624160023-lhg92flym8svgo0l
2013-06-24 18:00:23 +02:00
Thibault Delavallée b3a928f78b [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130624160019-ef98nl9gqj57jydh
2013-06-24 18:00:19 +02:00
niv-openerp f93d10957d [FIX] bad handling of werkzeug's exceptions
bzr revid: nicolas.vanhoren@openerp.com-20130624155634-d5b5998jv01fa1wh
2013-06-24 17:56:34 +02:00
Thibault Delavallée fd90140d7b [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
2013-06-24 17:18:27 +02:00
Denis Ledoux b4a9b23f8e [MERGE]upstream
bzr revid: dle@openerp.com-20130624135446-wqzbrpr2b4d13wm3
2013-06-24 15:54:46 +02:00
Denis Ledoux d40bc9b776 [FIX]google_base_account: typo. (stoi le gogole *priceless*)
bzr revid: dle@openerp.com-20130624133950-jcxv0nbn0ke6xzj0
2013-06-24 15:39:50 +02:00
niv-openerp 0b6b7d643d [FIX] auth_oauth: authentication problem with the new server-side web framework
bzr revid: nicolas.vanhoren@openerp.com-20130624095255-uj6702oq6601eql5
2013-06-24 11:52:55 +02:00
Quentin (OpenERP) ea03ed65b6 [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
2013-06-24 11:07:41 +02:00
Quentin (OpenERP) d856e8361b [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
2013-06-24 11:05:15 +02:00
Quentin (OpenERP) 7e8e2ca75f [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
2013-06-24 11:03:29 +02:00
Launchpad Translations on behalf of openerp de8272eb5f 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
2013-06-24 04:43:27 +00:00
Denis Ledoux fcd929f3a2 [FIX]google_docs: supplier template => customer template
bzr revid: dle@openerp.com-20130621145845-4626l1j33heaqs1y
2013-06-21 16:58:45 +02:00
Denis Ledoux 4700a052ac [MERGE]upstream
bzr revid: dle@openerp.com-20130621140419-9ptm2fo45o855d73
2013-06-21 16:04:19 +02:00
Thibault Delavallée f9bc6be1ac [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
2013-06-21 13:03:44 +02:00
Denis Ledoux 74ca07dd1c [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
2013-06-21 12:05:25 +02:00
Denis Ledoux 711cfafdff [MERGE]upstream
bzr revid: dle@openerp.com-20130621095123-olb7h0irnoe0h4lm
2013-06-21 11:51:23 +02:00
Thibault Delavallée 82226611cf [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
2013-06-21 11:47:55 +02:00
Thibault Delavallée 19f934e81e [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130621094658-8a30z60e49jtaptw
2013-06-21 11:46:58 +02:00
Denis Ledoux efca91362a [IMP]crm_partner_assign: using child of to find all partner from a company
bzr revid: dle@openerp.com-20130621094347-lmjd6tna1gffjxel
2013-06-21 11:43:47 +02:00