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

Port almost all modules to v10 #305

Merged
merged 5 commits into from
Oct 19, 2016
Merged

Port almost all modules to v10 #305

merged 5 commits into from
Oct 19, 2016

Conversation

alexis-via
Copy link
Contributor

No description provided.

Copy link
Contributor

@adrienpeiffer adrienpeiffer left a comment

Choose a reason for hiding this comment

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

Code review and some functional test on payment order, payment mode, sepa file generation.

@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Remove this file. It's not needed in this branch.

@@ -7,7 +7,7 @@
{
'name': 'Account Banking SEPA Direct Debit',
'summary': 'Create SEPA files for Direct Debit',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'license': 'AGPL-3',
'author': "Akretion, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
Copy link
Member

Choose a reason for hiding this comment

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

Can you please change all my author references to Tecnativa?

@pedrobaeza pedrobaeza mentioned this pull request Oct 11, 2016
17 tasks

from openerp import pooler, SUPERUSER_ID

from odoo import pooler, SUPERUSER_ID
Copy link
Member

Choose a reason for hiding this comment

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

Remove this file

env = api.Environment(cr, SUPERUSER_ID, {})
companies = env['res.company'].search([])
for company in companies:
env['res.company']._default_initiating_party(company)

Choose a reason for hiding this comment

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

The _default_initiating_party method should be converted from @api.model to @api.multi without the self recordset argument, to follow v10.0 standard changes.
Then, you will be able to directly call companies._default_initiating_party().

env = api.Environment(cr, SUPERUSER_ID, {})
ajo = env['account.journal']
journals = ajo.search([('type', '=', 'bank')])
sct_id = env['ir.model.data'].xmlid_to_res_id(

Choose a reason for hiding this comment

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

Isn't it better to use env.ref(xml_id) ?

env = api.Environment(cr, SUPERUSER_ID, {})
ajo = env['account.journal']
journals = ajo.search([('type', '=', 'bank')])
sdd_id = env['ir.model.data'].xmlid_to_res_id(

Choose a reason for hiding this comment

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

Isn't it better to use env.ref(xml_id) ?

@pedrobaeza
Copy link
Member

@alexis-via, can you attend last comments from @sylvain-garancher and I'll merge?

@alexis-via
Copy link
Contributor Author

@pedrobaeza I took into account the comments of @sylvain-garancher

@pedrobaeza pedrobaeza merged commit fbe4351 into OCA:10.0 Oct 19, 2016
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 11, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 11, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 11, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 11, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 11, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 16, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 16, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 17, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 17, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 17, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Oct 17, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Nov 7, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Nov 8, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Nov 9, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Nov 13, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
etobella pushed a commit to etobella/bank-payment that referenced this pull request Nov 13, 2017
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
gfcapalbo pushed a commit to gfcapalbo/bank-payment that referenced this pull request Jan 17, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
gfcapalbo pushed a commit to gfcapalbo/bank-payment that referenced this pull request Jan 17, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
gfcapalbo pushed a commit to gfcapalbo/bank-payment that referenced this pull request Jan 17, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
gfcapalbo pushed a commit to gfcapalbo/bank-payment that referenced this pull request Jan 17, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
wpichler pushed a commit to wpichler/bank-payment that referenced this pull request Jan 27, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
wpichler pushed a commit to wpichler/bank-payment that referenced this pull request Jan 27, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
wpichler pushed a commit to wpichler/bank-payment that referenced this pull request Jan 27, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
Reyes4711-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Feb 7, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
wpichler pushed a commit to wpichler/bank-payment that referenced this pull request Feb 18, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
pedrobaeza pushed a commit to Tecnativa/bank-payment that referenced this pull request Mar 4, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
hildickethan pushed a commit to Studio73/bank-payment that referenced this pull request Mar 6, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
Reyes4711-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Mar 13, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
Reyes4711-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Mar 21, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
Reyes4711-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Mar 21, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
pedrobaeza pushed a commit to Tecnativa/bank-payment that referenced this pull request May 27, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ferran-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Jun 1, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ferran-S73 pushed a commit to Studio73/bank-payment that referenced this pull request Jun 8, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
miquelalzanillas pushed a commit to APSL/bank-payment that referenced this pull request Nov 22, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
miquelalzanillas pushed a commit to APSL/bank-payment that referenced this pull request Nov 22, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ramiadavid pushed a commit to ramiadavid/bank-payment that referenced this pull request Nov 26, 2023
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
angelmoya pushed a commit to SidooSL/bank-payment that referenced this pull request Jan 3, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ramiadavid pushed a commit to ramiadavid/bank-payment that referenced this pull request Jan 13, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ramiadavid pushed a commit to ramiadavid/bank-payment that referenced this pull request Feb 26, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ramiadavid pushed a commit to ramiadavid/bank-payment that referenced this pull request Mar 2, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
trisdoan pushed a commit to trisdoan/bank-payment that referenced this pull request Mar 4, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
ramiadavid pushed a commit to ramiadavid/bank-payment that referenced this pull request Mar 5, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
trisdoan pushed a commit to trisdoan/bank-payment that referenced this pull request Mar 6, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
trisdoan pushed a commit to trisdoan/bank-payment that referenced this pull request Mar 6, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
trisdoan pushed a commit to trisdoan/bank-payment that referenced this pull request Mar 22, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
BertVGroenendael pushed a commit to DynAppsNV/bank-payment that referenced this pull request Oct 15, 2024
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
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.

4 participants