Commit Graph

72292 Commits

Author SHA1 Message Date
Antony Lesuisse f4332b9b60 [MERGE] trunk
bzr revid: al@openerp.com-20130625162755-d6552p98m5jiw941
2013-06-25 18:27:55 +02:00
Antony Lesuisse 3158765ae9 [MERGE] webscale test fixes
bzr revid: al@openerp.com-20130625155904-1w8f6u4dvn3k4n5p
2013-06-25 17:59:04 +02:00
Xavier Morel a65419b042 [IMP] add tests for apply_inheritance_specs error reporting (to improve later, eg by removing cr, uid, context, ...)
bzr revid: xmo@openerp.com-20130625102800-qpw6m9m5cib1qvu8
2013-06-25 12:28:00 +02:00
Thibault Delavallée 62b0561a13 [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
2013-06-25 10:54: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
Xavier Morel b3ade05f11 [ADD] basic tests on application of inheritance specs
bzr revid: xmo@openerp.com-20130625084857-k72kpvdrvejfragb
2013-06-25 10:48:57 +02:00
Xavier Morel 65e95dae49 [FIX] view inheritance tests: generate valid architectures
bzr revid: xmo@openerp.com-20130625060041-pfgdrnawfwuts2rj
2013-06-25 08:00:41 +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
Antony Lesuisse eaf7f87ba2 [MERGE] fix view_validate to match rng
bzr revid: al@openerp.com-20130624170243-o9qjfo2s4obvqaea
2013-06-24 19:02:43 +02:00
Antony Lesuisse ca163b58db fix check_xml, disable wrong tests
bzr revid: al@openerp.com-20130624160910-zp898ew6va3lergk
2013-06-24 18:09:10 +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 9f84cc4968 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130624160006-ndlo68bdmm3ndj21
2013-06-24 18:00:06 +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
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
Thibault Delavallée 853951a9d6 [IMP] res.users: improved form view to ease email, login and email preferences clarification
bzr revid: tde@openerp.com-20130624093841-6vi3zjcz260dzuig
2013-06-24 11:38:41 +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
Quentin (OpenERP) bcac5bd834 [FIX] ir_property: fixes in property fields related to multi company use cases
bzr revid: qdp-launchpad@openerp.com-20130624085731-fthhdpdm4ldi3220
2013-06-24 10:57:31 +02:00
Quentin (OpenERP) c54bc51eb7 [IMP] ir_property fields: added the possibility to use 'selection' field type as properties
bzr revid: qdp-launchpad@openerp.com-20130624085311-ujeahocdp0d2royg
2013-06-24 10:53:11 +02:00
Quentin (OpenERP) 601ee8e030 [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
2013-06-24 10:50:49 +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
Vo Minh Thu da38583b82 [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
2013-06-21 15:24:11 +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
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
Denis Ledoux 8f75b73120 [DEL]crm_partner_assign: remove of useless action
bzr revid: dle@openerp.com-20130621091322-nwmsrwidy4ycp24h
2013-06-21 11:13:22 +02:00
Martin Trigaux eac496bb64 [IMP] doc: add changelog for changes in addons revision 8753
bzr revid: mat@openerp.com-20130621074428-tljs9v8rxd891quf
2013-06-21 09:44:28 +02:00
Launchpad Translations on behalf of openerp 9ebfb79b6b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620051737-xbqoctnhldtcmkw4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130621053607-64zd4ftmfys6i16f
2013-06-21 05:36:07 +00:00
Antony Lesuisse 9a8ff60da0 file based openerp views
bzr revid: al@openerp.com-20130620221648-kj53t7vdopfab0c2
2013-06-21 00:16:48 +02:00
Denis Ledoux 69c314c51d [RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation issue
bzr revid: dle@openerp.com-20130620175326-0lgpbdxiusa65ss2
2013-06-20 19:53:26 +02:00
Antony Lesuisse ab8e0f89b4 use read_combined instead of fields_view_get to check inherited views
bzr revid: al@openerp.com-20130620154617-uiceguvzjtu3ab87
2013-06-20 17:46:17 +02:00
Denis Ledoux b8529b22a8 [MERGE]upstream
bzr revid: dle@openerp.com-20130620152606-yj5y61799v019yqd
2013-06-20 17:26:06 +02:00
Denis Ledoux d6ce1e643f [FIX]crm_channel: email inform when the user has no portal access
bzr revid: dle@openerp.com-20130620152429-stiad890f688df5o
2013-06-20 17:24:29 +02:00
Denis Ledoux 1a8fa4dcbe [FIX]crm_channel: remove removed files from __openerp__.py
bzr revid: dle@openerp.com-20130620152402-uza52w5xiyr6vpyt
2013-06-20 17:24:02 +02:00
Denis Ledoux bfc0ad948c [IMP]crm_channel: merge of similar files
bzr revid: dle@openerp.com-20130620152231-i0t1h4v4xo689rpl
2013-06-20 17:22:31 +02:00
Denis Ledoux 1b96cdd626 [FIX]crm_channel: missing files (bzr add forget) + sequence of stage + remove of useless data from crm
bzr revid: dle@openerp.com-20130620152147-uic86m8pbq3x471u
2013-06-20 17:21:47 +02:00
Denis Ledoux d144d320ec [FIX]crm_channel: view and typo imp
bzr revid: dle@openerp.com-20130620152007-v8yt5kwdkgeh1w8i
2013-06-20 17:20:07 +02:00
Denis Ledoux 5fcad3d410 [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
2013-06-20 17:19:34 +02:00
Denis Ledoux 21dd35ede5 [ADD&FIX]crm_channel: add wizard for buttons interested & not, fix portal url
bzr revid: dle@openerp.com-20130620151907-qeu1c2wkk5vs72l7
2013-06-20 17:19:07 +02:00
Denis Ledoux f650c896e2 [FIX]crm_channel: email template improvment
bzr revid: dle@openerp.com-20130620151842-06bzm9ru0ez2pej5
2013-06-20 17:18:42 +02:00
Denis Ledoux 7be4614731 [ADD]crm_channel: portal, Im not interested button go to next lead or to list if none
bzr revid: dle@openerp.com-20130620151805-pvjkozq41wwpfodo
2013-06-20 17:18:05 +02:00
Denis Ledoux c13e5b8c9a [ADD]crm_channel: crm lead forward wizard add clean unassigned butotn
bzr revid: dle@openerp.com-20130620151717-sisb0mdsgp7kzjl9
2013-06-20 17:17:17 +02:00
Denis Ledoux 201add666f [FIX]crm_channel: wrong indentation
bzr revid: dle@openerp.com-20130620151648-wu8ijbi5vnvsb9cg
2013-06-20 17:16:48 +02:00
Denis Ledoux bf71769054 [ADD]crm_channel: portal view
bzr revid: dle@openerp.com-20130620151521-93m6q1eiqz97ovh5
2013-06-20 17:15:21 +02:00
Antony Lesuisse 4f76c69b76 [MERGE] trunk
bzr revid: al@openerp.com-20130620151512-p5ysov21an6ogbtv
2013-06-20 17:15:12 +02:00
Denis Ledoux e42ea7126d [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
2013-06-20 17:10:39 +02:00
Denis Ledoux c536045818 [RENAME]crm_partner_assign => crm_channel
bzr revid: dle@openerp.com-20130620150725-ksoctsc2pnyavx3t
2013-06-20 17:07:25 +02:00