Skip to content

Commit

Permalink
[MIG] account_credit_control_dunning_fees : Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grindtildeath committed Feb 2, 2018
1 parent 28f3db7 commit 14aeee1
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions account_credit_control_dunning_fees/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:target: http://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

===========================
Expand Down Expand Up @@ -44,7 +44,7 @@ Support of fees price list

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/92/10.0
:target: https://runbot.odoo-community.org/runbot/92/11.0

Bug Tracker
===========
Expand Down
7 changes: 4 additions & 3 deletions account_credit_control_dunning_fees/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Credit control dunning fees',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': "Camptocamp, Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'Accounting',
'complexity': 'normal',
'depends': ['account_credit_control'],
'website': 'http://www.camptocamp.com',
'website': 'https://github.com/OCA/account-financial-tools',
'data': ['view/policy_view.xml',
'view/line_view.xml',
'report/report_credit_control_summary.xml',
Expand Down
1 change: 0 additions & 1 deletion account_credit_control_dunning_fees/model/dunning.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, api
Expand Down
1 change: 0 additions & 1 deletion account_credit_control_dunning_fees/model/line.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields, api
Expand Down
1 change: 0 additions & 1 deletion account_credit_control_dunning_fees/model/policy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
Expand Down
1 change: 0 additions & 1 deletion account_credit_control_dunning_fees/model/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</xpath>
<xpath expr="//span[@t-field='l.balance_due']" position="replace">
<span t-field="l.balance_due_total"
t-field-options='{"widget": "monetary",
t-options='{"widget": "monetary",
"display_currency": "l.currency_id or l.company_id.currency_id"}'/>
</xpath>
</template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo.tests import common
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, api
Expand Down

0 comments on commit 14aeee1

Please sign in to comment.