Commit Graph

79545 Commits

Author SHA1 Message Date
Thibault Delavallée 3a679c2b7f [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal
- added a call to _migrate_paypal_account in the payment_paypal data that
does the migration from company.paypal_account (char field) to a payment.acquirer
and company.paypal_account becoming a function field, with a getter / setter.
This function field is company aware.
- added an update of the res_config view of invoicing to link to the list
of acquirers
- added possibilty to install acquirers from invoicing (paypal / ogone / adyen
are installable through config)

bzr revid: tde@openerp.com-20140123150135-07b4pkbjade6vimq
2014-01-23 16:01:35 +01:00
Thibault Delavallée 4f1423588c [IMP] account: res config view: added name on some div to ease the inheritance
bzr revid: tde@openerp.com-20140123145210-mrtjpw85e38gz81c
2014-01-23 15:52:10 +01:00
Thibault Delavallée bad2244494 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140123134253-z5vee6c8fmbgdyq1
2014-01-23 14:42:53 +01:00
Christophe Matthieu 029e230dfc [WARN] website_sale: disable tests
bzr revid: chm@openerp.com-20140123130812-9r419w11gytadjn8
2014-01-23 14:08:12 +01:00
Christophe Matthieu dea946f3dc [IMP] website_sale: breadcrup
bzr revid: chm@openerp.com-20140123130801-ngs1die8rrsakc57
2014-01-23 14:08:01 +01:00
Xavier Morel 7f4fc27fc0 [FIX] missing website=True after conversion website.route -> http.route
bzr revid: xmo@openerp.com-20140123111346-7sunt839fh3f1ww5
2014-01-23 12:13:46 +01:00
Raphael Collet d6855c0bcb [FIX] auth_signup: fix wrong use of ir_model_data.get_object()
bzr revid: rco@openerp.com-20140123112014-0np3ayfhgk8nk5jv
2014-01-23 12:20:14 +01:00
Christophe Matthieu 80e14590b1 [FIX] website: warning, don't display the message in the title
bzr revid: chm@openerp.com-20140123111755-88lbx0v9itm2rq38
2014-01-23 12:17:55 +01:00
Christophe Matthieu 85871da3f5 [IMP] website: add depends to mail; change website menu sequence
bzr revid: chm@openerp.com-20140123110135-ujhykh2no6y1c1lq
2014-01-23 12:01:35 +01:00
Christophe Simonis f10489fe8f [FIX] website_hr_recruitment: correct job publishing link
bzr revid: chs@openerp.com-20140123105910-eafg0tsr9e6kyo10
2014-01-23 11:59:10 +01:00
Christophe Matthieu 4e68fff52e [FIX] website_sale: demo data, test, delivery, context pricelist
bzr revid: chm@openerp.com-20140123104705-679zt0odq0pseu7p
2014-01-23 11:47:05 +01:00
Raphael Collet b37d6e72c1 [FIX] mail: adapt to improved behavior of ir_model_data.get_object()
bzr revid: rco@openerp.com-20140123103425-gaud319o6t1f94qu
2014-01-23 11:34:25 +01:00
Stephane Wirtel f27237b8dd [FIX] Set the auto_install flag to False
bzr revid: stw@openerp.com-20140123102632-2zhttz8u3vh29tct
2014-01-23 11:26:32 +01:00
Thibault Delavallée 4ae6b9010f [IMP] payment_acquirer_paypal: misc improvements
- paypal_email_id -> paypal_email_Account, to avoid confusion with a m2o field
- paypal_seller_id -> paypal_seller_account, to avoid confusion with a m2o field
- api-related fields now hidden, because WIP for saas-4

bzr revid: tde@openerp.com-20140123100509-z8wgrj8fswk4wjq2
2014-01-23 11:05:09 +01:00
Christophe Matthieu c051307852 [WIP] website: test_tour display report step by step (revert this commit after)
bzr revid: chm@openerp.com-20140123094115-8wp1hc76gcdclk7o
2014-01-23 10:41:15 +01:00
Thibault Delavallée bd586d8848 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140123091734-1qn02imaltm9fam5
2014-01-23 10:17:34 +01:00
Thibault Delavallée 72d7a19d0f [FIX] website_payment: fixed openerp.py: payment_acquirer -> payment
bzr revid: tde@openerp.com-20140123091707-ozqxm49j9o24ptuc
2014-01-23 10:17:07 +01:00
Christophe Matthieu ffba2091e7 [IMP] website: ui_test_runer: display report before 'wait for' message
bzr revid: chm@openerp.com-20140123081721-gi9y1y5mfneaufy6
2014-01-23 09:17:21 +01:00
Christophe Matthieu 4b429a033b [IMP] website_sale: extend timeout for shoptest tour
bzr revid: chm@openerp.com-20140123081411-9u5h4720504jdbvf
2014-01-23 09:14:11 +01:00
Fabien Pinckaers b32fbce49c [IMP] empty pages
bzr revid: fp@tinyerp.com-20140122194416-veyfgwg4xmjk0w6v
2014-01-22 20:44:16 +01:00
Fabien Pinckaers ef5a50fa98 [IMP] wording
bzr revid: fp@tinyerp.com-20140122193818-vxn20qaibfvgn1u3
2014-01-22 20:38:18 +01:00
Fabien Pinckaers df3a1486f4 [IMP] remove under construction
bzr revid: fp@tinyerp.com-20140122193523-ni1uzv38plutq41m
2014-01-22 20:35:23 +01:00
Antony Lesuisse efcbaa4bd0 [FIX] typo
bzr revid: al@openerp.com-20140122193059-rh8rkju5nn8c09kl
2014-01-22 20:30:59 +01:00
Fabien Pinckaers 986471dcba [IMP] design of sign in/up
bzr revid: fp@tinyerp.com-20140122192322-nvtcood5ll0outn9
2014-01-22 20:23:22 +01:00
Thibault Delavallée a4bc8c790c [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140122190125-p9d9dwnj4fngmnqv
2014-01-22 20:01:25 +01:00
Thibault Delavallée 2e7b5991b7 [REF] portal, portal_sale, payment: refactored old acquirer in portal
now based on the new implementation of payment.

[REM] portal: removed acquirer model, views and implementation
[REF] portal_sale: now using payment rendering methods
[IMP] payment: added render_payment_block, taken from old
acquirer, that renders all portal_published acquirers.

bzr revid: tde@openerp.com-20140122190022-lef4b3o1tpcua3vx
2014-01-22 20:00:22 +01:00
Thibault Delavallée 7445a207f0 [FIX] payment_*: fixed references to payment_acquirer -> payment
bzr revid: tde@openerp.com-20140122185204-y0mievmfnm3jfkn1
2014-01-22 19:52:04 +01:00
Thibault Delavallée 44cff7f383 [FIX] payment_*: fixed openerp.py file
bzr revid: tde@openerp.com-20140122184256-ojcz0f1vxwoj2aw0
2014-01-22 19:42:56 +01:00
Thibault Delavallée 59876ddec4 [MERGE] [IMP] product: product and product template management
product
- added a is_only_child field, telling whether the product is the only child of its template
- form view: fields coming from the template are now readonly when there are several products (variants) for the template; added a link to the template on the product form view
- renamed Products menu into All Products
- some improvements in search view, notably groupby

product.template
- improved form view to look more similar to the product one
- added Product Template menus when using variants

website_sale: do not fetch templates without products

bzr revid: tde@openerp.com-20140122183759-s9lfvfeo8f6ytm34
2014-01-22 19:37:59 +01:00
Antony Lesuisse d3a14cd5b4 [REM] portal features deprecated by website
bzr revid: al@openerp.com-20140122183630-n04tcm22e7xcl8b0
2014-01-22 19:36:30 +01:00
Antony Lesuisse 7182f0b997 [REM] remove portal_event, portal_crm, portal_hr_employee deprecated by website
bzr revid: al@openerp.com-20140122181002-4i3v3xtdmyrm3t6f
2014-01-22 19:10:02 +01:00
Thibault Delavallée 0b69bad996 [RENAME] payment_acquirer_* -> payment_ *
bzr revid: tde@openerp.com-20140122175702-1h1e51z4njt4s70w
2014-01-22 18:57:02 +01:00
Thibault Delavallée d4d14f6951 [REV] website_sale: reverted changes in shop (JS)
bzr revid: tde@openerp.com-20140122171606-md7exi4319w3vqqx
2014-01-22 18:16:06 +01:00
Thibault Delavallée 3a359f0ef4 [REV] website_sale: reverted changes in shop
bzr revid: tde@openerp.com-20140122171429-rb6g4zpyl8cw6fvv
2014-01-22 18:14:29 +01:00
Thibault Delavallée 46c55500ff [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140122171321-6r2q42p7ebfv3kb9
2014-01-22 18:13:21 +01:00
Thibault Delavallée 055932fc6a [IMP] product: cleaned form in create mode. Moreover generally
changing the template is not possible anymore; create a new tempalte or a new
variant instead. When creating a new product, you will always create a new
template.
Added the link to the template from the product form view.
Cleaned some code (code move).

bzr revid: tde@openerp.com-20140122170218-6j2sixoxvvbbxvhd
2014-01-22 18:02:18 +01:00
Xavier Morel f70e542556 [CHG] python 2.6 compat'
bzr revid: xmo@openerp.com-20140122161727-0inchgb570e1r7pi
2014-01-22 17:17:27 +01:00
Christophe Matthieu 91f44259b6 [FIX] website_sale: ecommerce_change_pricelist context
bzr revid: chm@openerp.com-20140122151852-ia7x4sd5l2h7oskx
2014-01-22 16:18:52 +01:00
Christophe Matthieu 0fe979572b [FIX] website_sale: test tour
bzr revid: chm@openerp.com-20140122145821-da1l5l5bji39j5mv
2014-01-22 15:58:21 +01:00
Christophe Matthieu 0c5b6caa10 [FIX] website: payment get pricelist
bzr revid: chm@openerp.com-20140122145328-5xjhu5uublljqdkx
2014-01-22 15:53:28 +01:00
ddm@openerp.com 3ddf62ac83 [FIX] HTML editor error reporting
bzr revid: ddm@openerp.com-20140122142537-as7tyryit0ft0p35
2014-01-22 15:25:37 +01:00
Fabien Meghazi 92f06e7eab [MERGE] server side login
bzr revid: fme@openerp.com-20140122133757-hougjgwesg9n9s1p
2014-01-22 14:37:57 +01:00
ddm@openerp.com bdc1266264 [FIX] HTML editor, reopen template
bzr revid: ddm@openerp.com-20140122132338-4mhth5fzy8iijxja
2014-01-22 14:23:38 +01:00
Christophe Matthieu 6979de83cb [FIX] website snippet vs widget on drop
bzr revid: chm@openerp.com-20140122132159-efse87uk30t0tehv
2014-01-22 14:21:59 +01:00
Christophe Matthieu d724f00198 [FIX] website_sale: promo code
bzr revid: chm@openerp.com-20140122124809-9xha1jsnnxaod65z
2014-01-22 13:48:09 +01:00
Thibault Delavallée d944a652dc [FIX] product: when computing lst_price, that is the public price
computed based on the template price + margin and extra, use the
pricelist currency if a pricelist has been given. This alows for
example to have 'promo' prices on the ecommerce that are in the
same currency.

bzr revid: tde@openerp.com-20140122120042-ovh2mi70q0beeqwq
2014-01-22 13:00:42 +01:00
Christophe Matthieu 8256bdfe44 [IMP] website: add a log report in tour test
bzr revid: chm@openerp.com-20140122112041-id595hkptgzoym6w
2014-01-22 12:20:41 +01:00
Fabien Meghazi df63fcba81 [MERGE] upstream
bzr revid: fme@openerp.com-20140122102232-77lvvwpzet58sa7p
2014-01-22 11:22:32 +01:00
Christophe Matthieu e6c54ca924 [REV] website: ui_test_runner log
bzr revid: chm@openerp.com-20140122100403-6w2pek1cbmhhra0j
2014-01-22 11:04:03 +01:00
Thibault Delavallée 363f8561af [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140122095911-ufqs8cj827dxkajy
2014-01-22 10:59:11 +01:00