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

@@ -25,7 +25,8 @@ from openerp import models, fields
class AccountJournal(models.Model):
_inherit = 'account.journal'
_order = 'sequence,code'
pos_sequence = fields.Integer(
string='POS Sequence',
sequence = fields.Integer(
string='Sequence',
help='Sequence used to order Payment buttons in the Point of Sale')