[11.0][MIG] account payment sale

This commit is contained in:
Dave Burkholder
2019-03-14 11:52:59 -04:00
committed by OCA-git-bot
parent 641d01a664
commit 3867158d66
7 changed files with 2 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ Contributors
------------
* Alexis de Lattre <alexis.delattre@akretion.com>
* Dave Burkholder <dave@thinkwelldesigns.com>
Maintainer
----------

View File

@@ -1,4 +1,2 @@
# -*- coding: utf-8 -*-
from . import models
from . import wizard

View File

@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
# © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Account Banking Mandate Sale',
'version': '10.0.1.0.1',
'version': '11.0.1.0.0',
'category': 'Banking addons',
'license': 'AGPL-3',
'summary': "Adds mandates on sale orders",

View File

@@ -1,3 +1 @@
# -*- coding: utf-8 -*-
from . import sale_order

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

View File

@@ -1,3 +1 @@
# -*- coding: utf-8 -*-
from . import sale_make_invoice_advance

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).