-
-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.0] [MIG] Account Invoice Refund Option #432
[12.0] [MIG] Account Invoice Refund Option #432
Conversation
Currently translated at 100.0% (3 of 3 strings) Translation: account-invoicing-9.0/account-invoicing-9.0-account_invoice_refund_option Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-9-0/account-invoicing-9-0-account_invoice_refund_option/fr/
Currently translated at 100.0% (3 of 3 strings) Translation: account-invoicing-9.0/account-invoicing-9.0-account_invoice_refund_option Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-9-0/account-invoicing-9-0-account_invoice_refund_option/fr/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM about code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve Code
"an invoice", | ||
"version": "12.0.1.0.0", | ||
"category": "Accounting", | ||
"website": "https://www.tecnativa.com/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomasBinsfeld Replace URL as per this
"""Add some defaults to let the test run without an accounts chart.""" | ||
super(IsRefundCase, cls).setUpClass() | ||
cls.AccountInvoice = cls.env["account.invoice"] | ||
cls.journal_sale = cls.env["account.journal"].create({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomasBinsfeld here use central variable for all object
@ThomasBinsfeld, please restart Travis build jobs now that branch |
We discarded this module as Odoo allows to do refund invoices through the 3 dots dropdown. |
@pedrobaeza So, should this PR be closed? |
I think so. |
@ThomasBinsfeld if you still consider it useful, we can keep it. |
Migration of account_invoice_refund_option from 11.0 to 12.0.
#427