Go to file
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
addons [IMP] payment_acquirer: continuing base model. 2013-11-07 18:15:58 +01:00
debian [FIX] debian deps, recommend antiword and python-gevent 2013-10-15 03:58:00 +02:00
doc [DOC] read_group: added comments for the new formatting option 2013-09-16 12:30:47 +02:00
history [IMP] use exact writing for fsf address 2013-05-14 16:29:26 +02:00
install
openerp [IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api 2013-10-27 18:15:53 +01:00
openerpcommand [FIX] oe: listing of modules only take directories having a __openerp__.py file 2013-10-31 16:27:16 +01:00
scripts
win32
.bzrignore Added Gruntfile with jshint and corrected most js errors 2013-07-25 12:07:49 +02:00
LICENSE
LICENSE.web
MANIFEST.in
README
README.web
oe
oe-bash-completion
openerp-long-polling [IMP] openerp threaded, gevent, prefork service cleanup 2013-09-08 19:35:35 +02:00
openerp-server
openerp-wsgi.py [IMP] remove shebang 2013-05-14 13:40:45 +02:00
setup.cfg
setup.nsi [IMP] use exact writing for fsf address 2013-05-14 16:32:54 +02:00
setup.py [FIX] Use psycogreen instead of gevent-psycopg2 2013-09-09 15:11:23 +02:00
setup_rpm.sh

README

About OpenERP
-------------

OpenERP is an OpenSource/Free software Enterprise Resource Planning and
Customer Relationship Management software. More info at:

    http://www.openerp.com

Installation on Debian/Ubuntu
-----------------------------

Add the the apt repository

    deb http://nightly.openerp.com/6.1/deb/ ./

in your source.list and type:

    $ sudo apt-get update
    $ sudo apt-get install openerp

Or download the deb file and type:

    $ sudo dpkg -i <openerp-deb-filename>
    $ sudo apt-get install install -f

Installation on RedHat, Fedora, CentOS
--------------------------------------

Install the required dependencies:

    $ yum install python
    $ easy_install pip
    $ pip install .....

Install the openerp rpm

    $ rpm -i openerp-VERSION.rpm

Installation on Windows
-----------------------

    Check the notes in setup.py

Installation on MacOSX
-----------------------

Setuping you first database
---------------------------

Point your browser to http://localhost:8069/ and click "Manage Databases", the
default master password is "admin".

Detailed System Requirements
----------------------------

The dependencies are listed in setup.py

For Luxembourg localization, you also need:

 pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)