Commit Graph

12 Commits

Author SHA1 Message Date
Thibault Delavallée ff8498fff0 [ADD] payment_acquirer: added message field, displaying information about the process specific to the acquirer
bzr revid: tde@openerp.com-20131119172516-peyefk8ciz2hip57
2013-11-19 18:25:16 +01:00
Thibault Delavallée 18e45e9c1e [CLEAN] payment_acquirer: mise cleaning
bzr revid: tde@openerp.com-20131119164428-sq30m2jg1lcps00t
2013-11-19 17:44:28 +01:00
Thibault Delavallée fe1841e23a [DOC] payment_acquirer: added comments in payment_acquirer and payment_transaction models, removed unnecessary licence
bzr revid: tde@openerp.com-20131119164102-dzhiynea3dgtad53
2013-11-19 17:41:02 +01:00
Thibault Delavallée 4f6e792733 [IMP] website_sale: improved checkout process
- now going to shop/confirmation when coming back from the acquirer
- added poll on the confirmation page to wait for data from acquirer
- misc cleaning of checkout process, order and transaction management
- added cancel state on payment.transaction, when canceled by the
customer

bzr revid: tde@openerp.com-20131119160129-fkwkhjvk1bh0uarf
2013-11-19 17:01:29 +01:00
Thibault Delavallée b5d142e08a [IMP] payment_acquirer, paypal, ogone: improved back-end form viewsé
bzr revid: tde@openerp.com-20131118161102-4kw3xewd1czbyrdb
2013-11-18 17:11:02 +01:00
Thibault Delavallée 552b6adee9 [WIP] payment_acquirer: base for a generic server 2 server method
bzr revid: tde@openerp.com-20131115170800-1fq5xm573pwo8d5e
2013-11-15 18:08:00 +01:00
Thibault Delavallée 7c49c1fa17 [IMP] payment_acquirer: improved classic views of payment.acquirer and payment.transaction models
bzr revid: tde@openerp.com-20131115152240-pat403pflcnffba5
2013-11-15 16:22:40 +01:00
Thibault Delavallée 6e3dd819ea [IMP] payment_acquirer: various improvements
- added a constraint on reference that should be unique
- remove dead method validate
- added some comments
- improved payment.transaction views

bzr revid: tde@openerp.com-20131115132838-8nta3pq1ftj8t2q5
2013-11-15 14:28:38 +01:00
Thibault Delavallée 04e6a95cd5 [ADD] [MOV] payment_acquirer: added transfer payment acquirer
Only dummy module currently. Allowed to remove some old stuff from payment_acquirer.

bzr revid: tde@openerp.com-20131108094444-to0kgzkl2agqkdps
2013-11-08 10:44:44 +01:00
Thibault Delavallée 3d0ac6643e [IMP] payment_acquirer: continuing base model.
Two main models : payment.acquirer and payment.transaction.

payment.acquirer models the acquirer: paypal, ogone. Each specific
acquirer will inherit from the class and add specific fields.

payment.transaction models the transaction itself. It has basic fields
for a transaction: date, partner, partner fields (to hold data at
transaction time), reference, state and its message, amount, currency.

Class methods are not finished and still quite WIP.

payment.acqurier has a render method that is used to render
its form. The form is the 'pay now' button with the specific
sementic of each acquirer.

This model is supposed to work on form-based and server-to-server
implementation methods.

bzr revid: tde@openerp.com-20131107171558-jrwrj3ll9kol6bav
2013-11-07 18:15:58 +01:00
Thibault Delavallée 25d3f4b1a5 [ADD] [CLEAN] payment_acquirer:
- lint / cleanup of models/payment_acquirer.py. No changes made, only link cleanup
such as missing imports, typos, missing methods.

Added ogone_errors file containing the ogone errors description that was called
but missing in the module. It is taken from openerp-custom module.

bzr revid: tde@openerp.com-20131024142050-a9b9tjzw9y5qjhia
2013-10-24 16:20:50 +02:00
Thibault Delavallée 005a00ad50 [REF] payment_acquirer: refactored module according to
new OpenERP addon guidelines :
- models -> for model-related files
- data -> all data
Updated init / openerp files accordingly

bzr revid: tde@openerp.com-20131024135854-ve8d5yw1umcwz2b0
2013-10-24 15:58:54 +02:00