Merge pull request #412 from Tecnativa/10.0-account_payment_order-noupdate

[FIX] account_payment_order: Sequences restarted when update module
This commit is contained in:
Adrien Peiffer (ACSONE)
2017-10-27 11:33:57 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -2,12 +2,13 @@
# Copyright 2013-2016 Akretion (www.akretion.com)
# Copyright 2014-2017 Tecnativa - Pedro M. Baeza
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2017 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Account Banking SEPA Direct Debit',
'summary': 'Create SEPA files for Direct Debit',
'version': '10.0.1.1.0',
'version': '10.0.1.1.1',
'license': 'AGPL-3',
'author': "Akretion, "
"Tecnativa, "

View File

@@ -5,7 +5,7 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<odoo noupdate="1">
<record id="bank_payment_line_seq" model="ir.sequence">