Commit Graph

79697 Commits

Author SHA1 Message Date
Fabien Pinckaers 7d892584d8 [IMP] renaming to website_quote for coherence with controllers
bzr revid: fp@tinyerp.com-20140125230911-k439s96bw718l23d
2014-01-26 00:09:11 +01:00
Fabien Pinckaers fafc132188 [IMP] website_quotation -> website_quote
bzr revid: fp@tinyerp.com-20140125230847-qzls5kjbxj51scze
2014-01-26 00:08:47 +01:00
Fabien Pinckaers 2fd0049994 [FIX] sent mail, quote template controller name
bzr revid: fp@tinyerp.com-20140125230518-3a5c7509u252ccac
2014-01-26 00:05:18 +01:00
Fabien Pinckaers d820b63956 [IMP] clean 404
bzr revid: fp@tinyerp.com-20140125225233-rkvsavn6np5s0z3e
2014-01-25 23:52:33 +01:00
Fabien Pinckaers 36cb9b27bf [IMP] messages
bzr revid: fp@tinyerp.com-20140125224654-1n5srb6l8lru777g
2014-01-25 23:46:54 +01:00
Fabien Pinckaers 5dfef8dbc8 [IMP] security on messages
bzr revid: fp@tinyerp.com-20140125224001-9acot48dnowrrwnc
2014-01-25 23:40:01 +01:00
Fabien Pinckaers f65b9b1022 [FIX] misc fixes
bzr revid: fp@tinyerp.com-20140125221059-6e9m7g9hy3mic6o2
2014-01-25 23:10:59 +01:00
Fabien Pinckaers 6af3677c0a [IMP] Renaming fields
bzr revid: fp@tinyerp.com-20140125204413-ncyqlsvlf4f9f6vy
2014-01-25 21:44:13 +01:00
Fabien Pinckaers deddf20919 [FIX] bug in modifying quantities
bzr revid: fp@tinyerp.com-20140125204107-jri8u2ucbyuhvzfc
2014-01-25 21:41:07 +01:00
Fabien Pinckaers f95b2528f8 [FIX] fix in js + cleaning
bzr revid: fp@tinyerp.com-20140125203052-hg0t1qis1ngtcs5c
2014-01-25 21:30:52 +01:00
Fabien Pinckaers 0ff4c48cb9 [FIX] misc fixes
bzr revid: fp@tinyerp.com-20140125192553-7vg5iao6afp1anwn
2014-01-25 20:25:53 +01:00
Fabien Pinckaers b2cc8d494e [FIX] UoM
bzr revid: fp@tinyerp.com-20140125182924-yu5cynvpl3n7t22w
2014-01-25 19:29:24 +01:00
Fabien Pinckaers 9a8048bb9c [FIX] Misc Fixes and better design
bzr revid: fp@tinyerp.com-20140125182719-wfhn8n2um1f81m15
2014-01-25 19:27:19 +01:00
Fabien Pinckaers a73244b92e [FIX] Misc fix + better CSS
bzr revid: fp@tinyerp.com-20140125172455-wrndhqs5b30cbwxc
2014-01-25 18:24:55 +01:00
Fabien Pinckaers b1f131c9c6 [IMP] Misc Fixes
bzr revid: fp@tinyerp.com-20140125161203-zy29ixl0vgni8pxy
2014-01-25 17:12:03 +01:00
Fabien Pinckaers cbfd9a5540 [FIX] redirect loop on /#ljlj
bzr revid: fp@tinyerp.com-20140125150028-hqr4me1v02nkactk
2014-01-25 16:00:28 +01:00
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