Skip to content

Commit

Permalink
[MIG] account_invoice_refund_link: Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane authored and pedrobaeza committed Nov 30, 2017
1 parent 7b2422a commit d15a9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account_invoice_refund_link/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ invoice with main information.

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

Bug Tracker
===========
Expand Down
3 changes: 1 addition & 2 deletions account_invoice_refund_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
{
"name": "Link refund invoice with original",
"summary": "Link refund invoice with its original invoice",
"version": "10.0.1.0.2",
"version": "11.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://odoo-community.org/",
"author": "Pexego, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"License": "AGPL-3",
"installable": True,
"post_init_hook": "post_init_hook",
"depends": [
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_refund_link/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AccountInvoice(models.Model):
refund_invoice_ids = fields.Many2many(
comodel_name='account.invoice', column1='original_invoice_id',
column2='refund_invoice_id', relation='account_invoice_refunds_rel',
string="Refund invoices", readonly=True,
string="Refund invoices", readonly=True,
help="Refund invoices created from this invoice",
copy=False,
)
Expand Down

0 comments on commit d15a9bd

Please sign in to comment.