pos_journal_sequence : pos_sequence -> sequence, to have the same as v9
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user