Skip to content
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

[11.0][MIG] account_mass_reconcile_transaction_ref #223

Merged

Conversation

grindtildeath
Copy link
Contributor

@grindtildeath grindtildeath commented Oct 8, 2018

@grindtildeath grindtildeath force-pushed the 11.0-mig-account_mass_reconcile_transaction_ref branch from e237279 to 846f321 Compare October 8, 2018 15:35
@pedrobaeza pedrobaeza mentioned this pull request Oct 11, 2018
26 tasks
# © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': 'Mass Reconcile Transaction Ref',
'version': '10.0.1.1.0',
'version': '11.0.1.1.0',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what's the policy for this repo or module but this should be 11.0.1.0.0.
Personally, I'm not against keeping the same version tho ;)

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2013-2018 Camptocamp SA

This comment was marked as resolved.

sales_journal = cls.env['account.journal'].search([
('type', '=', 'sale')], limit=1)
# Create invoice
cls.cust_invoice = cls.env['account.invoice'].create({

This comment was marked as resolved.

@grindtildeath grindtildeath force-pushed the 11.0-mig-account_mass_reconcile_transaction_ref branch from 846f321 to 74d586f Compare October 12, 2018 07:24
@grindtildeath
Copy link
Contributor Author

@simahawk done 😉

@yvaucher yvaucher merged commit be13b51 into OCA:11.0 Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet