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_ref_deep_search #232

Conversation

grindtildeath
Copy link
Contributor

@grindtildeath grindtildeath commented Nov 22, 2018

Supersedes: #229
Based on: #231

@grindtildeath
Copy link
Contributor Author

@damdam-s @sebalix would be great if you can pass by for a review here and on #231

@@ -0,0 +1,16 @@
# Copyright 2015-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo import api, models
Copy link

Choose a reason for hiding this comment

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

api not used


@classmethod
def setUpClass(cls):
super(TestAccountReconcileRefDeepSearch, cls).setUpClass()
Copy link

Choose a reason for hiding this comment

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

not mandatory but having cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) would be nice

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@pedrobaeza pedrobaeza merged commit 23e5c81 into OCA:11.0 Jan 6, 2019
tschanzt pushed a commit to tschanzt/account-reconcile that referenced this pull request May 10, 2019
[PORT] l10n_ch_fds: remove journal_id. Journal is matched automatically by import.

[PORT] l10n_ch_fds: link to bank statement

[PORT] l10n_ch_fds: remove l10n_ch_account_statement_base_import dependency

[PORT] l10n_ch_fds: set installable

[PORT] catch exception when python dependencies don't exist

[PORT] l10n_ch_fds_upload_dd: pep8 and lint check fixes

[PORT] l10n_ch_fds_upload_sepa: pep8 and lint check fixes

[PORT] l10n_ch_fds_postfinance: pep8 and lint check fixes

[PORT] l10n_ch_fds_postfinance: lint check fixes

[PORT] l10n_ch_fds_postfinance: lint check fixes

[PORT] l10n_fds_postfinance: remove journal_id

Fix bugs in postfinance FDS modules

Improve Postfinance Files Usability

- Make view more user friendly by directly showing all Downloaded Files
- Add More Menu Options to perform actions on several files at a time
- Add Option to exclude files from the download and import process
- Add Cancel state to hide some non-imported files
- Make Import FDS Wizard more accessible

- Add Wand library in travis config

- Fix security access rules

- Find related bank account when parsing Postfinance statement

- Correct some mistakes in parser
- Add date of statement
- Add account number so that the journal can be found automatically

- Parse statement dates when possible

Fix view of postfinance fds file to allow changing import journal

FIX Pylint and Tests fixes OCA#232

FIX Pylint warnings and Exception handling in import FDS

disable module for now

[PORT] Change menu parent

Disable host key checking

[PORT] remove journal_id

Migrate module l10n_ch_fds_upload_sepa

Fix import of files and add CRON for daily import

Fix tests for SEPA Upload and FIX Pylint errors

Add tests for FDS keys generation

Improve code for requested changes

[PORT] Module l10n_ch_fds_upload_dd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants