Commit Graph

64760 Commits

Author SHA1 Message Date
Fabien Pinckaers 4e1f847c84 [FIX] Security Fix + renaming of objects
bzr revid: fp@tinyerp.com-20140125140513-rwcapq0j9hy9gczk
2014-01-25 15:05:13 +01:00
Fabien Pinckaers b15dbfa3a6 [IMP] mini imp
bzr revid: fp@openerp.com-20140125123758-4fhewd19ib38oal3
2014-01-25 13:37:58 +01:00
ajay javiya (OpenERP) 19bbce31a7 [FIX] : remove empty space on top
bzr revid: aja@tinyerp.com-20140125063438-gofwcaw6zzu3hoti
2014-01-25 12:04:38 +05:30
Christophe Simonis 16db944365 [IMP] website_blog: rename "Category" to "Blogs"
bzr revid: chs@openerp.com-20140124162251-3kkn3n17uqum1scu
2014-01-24 17:22:51 +01:00
Thibault Delavallée 33d349f33b [FIX] mail: fixed download_attachment controller
bzr revid: tde@openerp.com-20140124160457-hofozo85ebzbogu7
2014-01-24 17:04:57 +01:00
Christophe Simonis 79fc8d3d20 [FIX] website: select2 is now included in web module
bzr revid: chs@openerp.com-20140124155944-sfre35hkyk0dxcnb
2014-01-24 16:59:44 +01:00
Christophe Matthieu 7cc06c62db [IMP] website: public partner active false
bzr revid: chm@openerp.com-20140124152714-jz78701882gt3lry
2014-01-24 16:27:14 +01:00
Thibault Delavallée 86dcc20dcb [MERGE] [REVIEW] payment and payment-related modules cleaning, fixing and improvement.
[RENAME] payment_acquirer_* -> payment_ *

[CLEAN] payment_paypal duplicate of portal.payment.acquirer
- [REM] portal.payment.acquirer model, now replaced by payment.acquirer
- paypal banner generation on sale orders and invoices is done using the new payment.acquirer model. It basically works like the old portal.payment.acquirer, using a render_payment_block method.

[CLEAN] payment_paypal and paypal_account field of res.company
- in account: paypal_account is a char field (nothing changes)
- when installing payment_paypal: the char field is replaced by a function field that looks in the payment.acquirer table for paypal instances and get the first one back
- when installing payment_paypal, the company.paypal_account value is used to replace the default paypal data
- this function field and 'migration mechanism' are company aware

[IMP] payment: added pre_msg, post_msg, that are messages to be displayed before payment (like redirection warning for Paypal) and after payment (like account and communication details for transfer). Added a default message for transfer taking the visible company bank accounts.

[IMP] payment: added manual / automatic distinction. eCommerce use this information to decide whether to poll the tx status or display an information message.

[FIX] payment_*: fixed return controlers, using werkzeug.redirect instead of request.redirect that does not work anymore

[IMP] configuration
- added checkboxes to install paypal, ogone and adyen directly from the invoicing configuration

bzr revid: tde@openerp.com-20140124152541-y6e6kset056jbpkv
2014-01-24 16:25:41 +01:00
Fabien Meghazi 2bf139a9a1 [ADD] database selector to auth_signup
bzr revid: fme@openerp.com-20140124151910-riy18qm3ix93nbdg
2014-01-24 16:19:10 +01:00
Thibault Delavallée a7908b63bd [FIX] payment_*: fixed return controlers, now using werkzeug redirection
bzr revid: tde@openerp.com-20140124145923-fsyv2tm5z92m1je1
2014-01-24 15:59:23 +01:00
Thibault Delavallée 47d8864dc8 [IMP] website_sale: improved manual payment management in checkout process
bzr revid: tde@openerp.com-20140124145713-z30chcqg2n32j1g6
2014-01-24 15:57:13 +01:00
Thibault Delavallée 9e64ddf27e [FIX] payment: fixed default value for validation + portal_sale payment block
bzr revid: tde@openerp.com-20140124145650-3snu3habegunpo2c
2014-01-24 15:56:50 +01:00
Thibault Delavallée 093e8633dc [FIX] payment_transfer: fixed controler, request.redirect -> werkzeug.redirect
bzr revid: tde@openerp.com-20140124145628-3e9pvz88wyww9kr3
2014-01-24 15:56:28 +01:00
Christophe Matthieu c4ec2b752a [FIX] website_event_track: use check_access_right insead of simple try except
bzr revid: chm@openerp.com-20140124145230-1xecdzf7tmhqvh3z
2014-01-24 15:52:30 +01:00
Thibault Delavallée a771127a7e [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140124144628-eug8try0jywc7lps
2014-01-24 15:46:28 +01:00
Thibault Delavallée aff2b4973f [IMP] payment: distinguish manual from automatic payment acquirers.
Improved validation (manual/automatic) management in ecommerce.

bzr revid: tde@openerp.com-20140124144355-6aqhocw0nfo7212a
2014-01-24 15:43:55 +01:00
Christophe Matthieu 098381385a [IMP] website_event: the event list right screen is confusing when they are no demo data. Put it as an option
bzr revid: chm@openerp.com-20140124140247-7tfewwf8o440vgka
2014-01-24 15:02:47 +01:00
Xavier Morel ce155acefe [IMP] with device-width, iOS devices don't respond to orientation changes. Use initial-scale instead
bzr revid: xmo@openerp.com-20140124135713-e0uzbnaq5m9hiocr
2014-01-24 14:57:13 +01:00
Christophe Matthieu ab300843ce [FIX] website_sale_crm: create a bridge to add order into website sale teams if crm is installed
bzr revid: chm@openerp.com-20140124135216-3ikjg2glx29stk1j
2014-01-24 14:52:16 +01:00
Xavier Morel 11c2325374 [ADD] viewport meta, so the responsive bootstrapy stuff actually does things
bzr revid: xmo@openerp.com-20140124134729-epag5dnbjk8y2hcw
2014-01-24 14:47:29 +01:00
Thibault Delavallée cc793480fc [IMP] payment: renamed message in pre_msg, msg displayed before
payment. Added post_msg, message displayed after payment.
[IMP] payment_transfer: added a default value (generated at create) for
post_msg, that contains bank accounts details. bank accounts linked to the
current company and used in report footer are shown.
[FIX] payment_*: make the buttons noupdate.
[IMP] payment: portal_published -> website_published + propagation
[IMP] payment: added process selection field that will be used for some
control in the website, telling w hether we want to refresh a payment
validation page or not.

bzr revid: tde@openerp.com-20140124134652-cc0nz08znnlmftw4
2014-01-24 14:46:52 +01:00
Christophe Matthieu 9548b71db8 [FIX] event_sale: traceback when confirming an event
bzr revid: chm@openerp.com-20140124132357-90mx68jr7vbxjw1c
2014-01-24 14:23:57 +01:00
Fabien Meghazi f0606d3cc0 [FIX] Contact field encoding issue
bzr revid: fme@openerp.com-20140124132304-4kmjd9k4k2xgjecv
2014-01-24 14:23:04 +01:00
ddm@openerp.com edaf96d283 [IMP] add livechat snippet
bzr revid: ddm@openerp.com-20140124130557-1rmrtbabrz0mt1ed
2014-01-24 14:05:57 +01:00
ddm@openerp.com fb49ef287c [IMP] new module for integrating livechat into website
bzr revid: ddm@openerp.com-20140124125140-pr9h42j6p6kp31qt
2014-01-24 13:51:40 +01:00
Thibault Delavallée a21495916b [FIX] website_payment: lost reference to payment_acquirer, renamed to payment
bzr revid: tde@openerp.com-20140124123045-klutr02i9t3eeep1
2014-01-24 13:30:45 +01:00
ajay javiya (OpenERP) 9fe226b6ce [IMP]: validation
bzr revid: aja@tinyerp.com-20140124122929-aakyqkzqus87c4ql
2014-01-24 17:59:29 +05:30
Thibault Delavallée 5758e729ce [REM] payment_*: removed unnecessary doc directories
bzr revid: tde@openerp.com-20140124121646-1j6pbc9nmlvis443
2014-01-24 13:16:46 +01:00
Thibault Delavallée 43deedcdf6 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140124120925-gyysjhkokizynsd8
2014-01-24 13:09:25 +01:00
Christophe Matthieu 6f859860e9 [FIX] website_sale_delivery: don't raise (for the website customer) if they are no carrier; return true if they aren't need of carrier or if the carrier is good
bzr revid: chm@openerp.com-20140124115723-nblyb3qknxym9817
2014-01-24 12:57:23 +01:00
Christophe Matthieu 33eeff4448 [IMP] website_crm, website_sale: add a Website sale team and new lead and order to this sale team
[FIX] website_sale: remove auto assignation to administrator from website lead and order

bzr revid: chm@openerp.com-20140124114224-w80wd2ea0bx20ldk
2014-01-24 12:42:24 +01:00
ddm@openerp.com cc978e1490 [FIX] event tour edit
bzr revid: ddm@openerp.com-20140124110552-ai7bfobl72n97bz1
2014-01-24 12:05:52 +01:00
Fabien Meghazi 15c1d052e3 [IMP] Ensure slug validity otherwise redirect
bzr revid: fme@openerp.com-20140124104610-lzsomdyl10ens0av
2014-01-24 11:46:10 +01:00
ajay javiya (OpenERP) 898d888209 [REM]: unwanted code
bzr revid: aja@tinyerp.com-20140124102500-vs4ix1vlcjgqlqj7
2014-01-24 15:55:00 +05:30
Christophe Matthieu 8a5844d191 [IMP] website_sale: hide test tour from help menu
bzr revid: chm@openerp.com-20140124094241-z1pf5895w2f2sfrh
2014-01-24 10:42:41 +01:00
Christophe Matthieu 41210f45df [FIX] website snippet: When you click on the drag and drop arrow of a block without actually dragging, you shouldn't go to the top of the page.
bzr revid: chm@openerp.com-20140124093421-o1rhe3p44ewwek9u
2014-01-24 10:34:21 +01:00
Christophe Matthieu 8c5dda2480 [FIX] website css: rev/fix: Page under construction css; Add a choice 'non' for background snippet
bzr revid: chm@openerp.com-20140124092853-taal585yz4v7fh20
2014-01-24 10:28:53 +01:00
ajay javiya (OpenERP) 9b43b4de76 [IMP]: send link with token to customer
bzr revid: aja@tinyerp.com-20140124091930-16vwji8rgni1ad59
2014-01-24 14:49:30 +05:30
ajay javiya (OpenERP) 9fa6060a0a [IMP]: code
bzr revid: aja@tinyerp.com-20140124063310-900f8l5dewjsizt1
2014-01-24 12:03:10 +05:30
Christophe Matthieu f45e0198a5 [FIX] website: tour
bzr revid: chm@openerp.com-20140123183548-3s842ye1whbvmrq0
2014-01-23 19:35:48 +01:00
Christophe Simonis 2cf97c76d3 [IMP] product: correct copy() of products variants
bzr revid: chs@openerp.com-20140123183208-jg76zjt7tzd1fl75
2014-01-23 19:32:08 +01:00
Christophe Simonis a7e920aee2 [FIX] edi: only catch ValueError when getting record from xmlid
bzr revid: chs@openerp.com-20140123175054-r2zq9elx23t6p0cv
2014-01-23 18:50:54 +01:00
Christophe Simonis 2090330b67 [FIX] move function field `amount_delivery` from delivery module to website_sale_delivery module
bzr revid: chs@openerp.com-20140123174208-yzlod98ez4xn72lv
2014-01-23 18:42:08 +01:00
ddm@openerp.com e42d639c87 [FIX] indentation
bzr revid: ddm@openerp.com-20140123172714-0fumk1t7hjoz1506
2014-01-23 18:27:14 +01:00
ddm@openerp.com 0aba10073e [IMP] add 'Website Settings' to customize menu
bzr revid: ddm@openerp.com-20140123172543-3k7w0221ssjsserr
2014-01-23 18:25:43 +01:00
ddm@openerp.com 8c8b20bc66 [IMP] add link to payment acquirers in website settings
bzr revid: ddm@openerp.com-20140123172455-7prrhpxfakgg0zv4
2014-01-23 18:24:55 +01:00
Christophe Simonis eb0a81dc93 [IMP] delivery: _delivery_unset make only one call to unlink.
[IMP] delivery: do not browse grid as superuser.
[IMP] delivery: code clean: remove unused import, remove commented code, use osv.Model instead of deprecated osv.osv class

bzr revid: chs@openerp.com-20140123172302-ran1vpfibeixv9xe
2014-01-23 18:23:02 +01:00
Raphael Collet c08b9a7b03 [FIX] event_sale: improve usage of get_object()
bzr revid: rco@openerp.com-20140123163746-9p5zz3ntn6908tfi
2014-01-23 17:37:46 +01:00
Thibault Delavallée 86b9f997c8 [IMP] product: supplier_info: when renaming a field, please
use @oldname parameter.
Therefore added oldname on product_tmpl_id that was once known as product.id.

bzr revid: tde@openerp.com-20140123163243-ct1vde3luoypj5qx
2014-01-23 17:32:43 +01:00
Thibault Delavallée 8c47f0278a [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140123162202-n4jkgkrzb8htx235
2014-01-23 17:22:02 +01:00