pos_journal_sequence : pos_sequence -> sequence, to have the same as v9

This commit is contained in:
Alexis de Lattre
2014-12-02 15:42:36 +01:00
parent 7f1c5a9b7e
commit 5052b233dd
4 changed files with 12 additions and 8 deletions

View File

@@ -27,10 +27,13 @@
'license': 'AGPL-3',
'summary': 'Order payment buttons in Point of Sale',
'description': """
This module adds a field *POS Sequence* on account journals that will
This module adds a field *Sequence* field on account journals that will
allow you to control the order of the payment buttons in the interface
of the point of sale. It requires a patch on the Javascript code of the
point of sale (cf file odoo-point_of_sale.patch).
point of sale (cf file odoo-point_of_sale.patch) for v8.
In Odoo v9, this feature will be native, cf
https://github.com/odoo/odoo/pull/3705
This module has been written by Alexis de Lattre
<alexis.delattre@akretion.com>.