Commit Graph

63 Commits

Author SHA1 Message Date
unknown
81058db73d [IMP] account_easy_reconcile: Add buttons to open unreconciled and partially reconciled items
from a profile to easy the verification and controlling
2018-04-25 12:38:00 +03:00
Pedro M. Baeza
f88df5127f [IMP] account_reconcile: Translation template files. 2018-04-25 12:38:00 +03:00
Guewen Baconnier
d97cb167cc [IMP] account_easy_reconcile: use the 'handle' widget
to order the reconcile methods
2018-04-25 12:38:00 +03:00
Vincent Renaville
3fe9aab5c0 [FIX] account_advanced_reconcile: prevent crash if move ref is null 2018-04-25 12:38:00 +03:00
unknown
e24fc8651f [ADD] account_easy_reconcile: easy-reconcile multi-company support 2018-04-25 12:38:00 +03:00
unknown
f45bfbe3fe [FIX] account_easy_reconcile: security CSV file is not loaded 2018-04-25 12:38:00 +03:00
Guewen Baconnier
130b446c0c [IMP] account_reconcile: updated french translation 2018-04-25 12:38:00 +03:00
Guewen Baconnier
e68ee7d3f6 [FIX] account_reconcile: reword entries to items 2018-04-25 12:38:00 +03:00
Guewen Baconnier
88039fdb92 [IMP] account_easy_reconcile: add a help when no method is created 2018-04-25 12:38:00 +03:00
Guewen Baconnier
af37611b65 [FIX] account_easy_reconcile: remove _auto = True, bug has been fixed 2018-04-25 12:38:00 +03:00
@
461a41082e [FIX] account_advanced_reconcile: pep8, pylint, eyeballing 2018-04-25 12:38:00 +03:00
@
187163206c [IMP] account_easy_reconcile: add a field last_history 2018-04-25 12:38:00 +03:00
@
87fbc31538 [ADD] account_easy_reconcile: jump buttons to display the move lines
and display the count of move lines
2018-04-25 12:37:59 +03:00
@
cbcd0b98dc [ADD] account_easy_reconcile: open move lines of a reconciliation run 2018-04-25 12:37:59 +03:00
@
d5ce7effc2 [ADD] account_easy_reconcile: access rights for easy.reconcile.history 2018-04-25 12:37:59 +03:00
Joel Grand-Guillaume
fb85fdd800 [FIX] account_reconcile: Import osv for osv.except 2018-04-25 12:37:59 +03:00
@
b2513940c7 [ADD] account_easy_reconcile: structure for the reconciliation history 2018-04-25 12:37:59 +03:00
@
0716cb66d7 [IMP] account_easy_reconcile: update the module description,
remove the link to c2c-financial-addons
2018-04-25 12:37:59 +03:00
@
632fe87653 [FIX] account_easy_reconcile: added missing security configuration 2018-04-25 12:37:59 +03:00
Vincent Renaville
20949e31bd [ADD] account easy reconcile: fr po
(lp:account-extra-addons rev 27.1.1)
2018-04-25 12:37:59 +03:00
sebastien beau
5934bc3e52 [IMP] account_easy_reconcile: add reconciliation by reference
(lp:account-extra-addons rev 30)
[FIX] account_easy_reconcile : fix domain evaluation
(lp:account-extra-addons rev 29)
2018-04-25 12:13:28 +03:00
@
1310d2f7ba [IMP] account_easy_reconcile: extracted classes in modules
(lp:account-extra-addons rev 26.1.10)
2018-04-25 12:13:28 +03:00
@
9fe7de21bd [IMP] account_easy_reconcile: modularized reconciliation methods
(lp:account-extra-addons rev 26.1.9)
2018-04-25 12:13:28 +03:00
@
b757a93814 [REF] account_easy_reconcile: refactoring of easy_reconcile
(lp:account-extra-addons rev 26.1.8)
2018-04-25 12:13:28 +03:00
@
d25e595c7a [IMP] account_easy_reconcile: better coding style
(lp:account-extra-addons rev 26.1.2)
2018-04-25 12:13:28 +03:00
unknown
ec03680809 [ADD] account_advanced_reconcile: fr po 2018-04-25 12:13:28 +03:00
Joël Grand-Guillaume
c729753272 [MRG] account_advanced_reconcile: Add all the bank statement improvements that we made.
This is mostly based on :
  account_statement_ext -> provide profile per bank statement, remove period, choose to use balance check or not,...
  account_statement_base_completion -> provide a completion rule system to fullfill the bank statement (partner, account,...)
  account_statement_base_import -> provide a base to create your own file parser for each bank/office and link it to a profile
  account_statement_transactionid_completion and account_statement_transactionid_import to use the transaction ID recorded in th SO
  account_advanced_reconcile -> An advanced way to setup reconciliation rules on every account
  account_financial_report_webkit -> some little fixes
(lp:c2c-financial-addons/6.1 rev 63)
2018-04-25 12:13:07 +03:00
Joël Grand-Guillaume
40f8cca85f [MRG] account_advanced_reconcile: From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2018-04-25 11:50:39 +03:00
@
941c7522a7 [REF] account_advanced_reconcile: arrange files
(lp:c2c-financial-addons/6.1 rev 24.2.7)
2018-04-25 11:50:27 +03:00
@
f3497101d7 [REF] account_advanced_reconcile: moved file
(lp:c2c-financial-addons/6.1 rev 24.2.6)
2018-04-25 11:50:06 +03:00
@
446540bb4d [ADD] account_advanced_reconcile: intermediate commit for a big piece of code
which have still to be exectuted, not sure if it will runs or just miserably crash
(lp:c2c-financial-addons/6.1 rev 24.2.2)
2018-04-25 11:49:20 +03:00
@
78f7fdf929 [REF] refactoring of account_advanced_reconcile
using account_easy_reconcile (lp:c2c-financial-addons/6.1 rev 24.2.1)
2018-04-25 11:48:36 +03:00
@
c769d391c5 [MRG] account_statement_reconcile,renamed account_advanced_reconcile
based on account_easy_reconcile (lp:c2c-financial-addons/6.1 rev 24.1.20)
2018-04-25 11:47:37 +03:00
sebastien beau
6f32255412 [INIT] add a new module account_easy_reconcile.
For reconciling entries automatically (lp:account-extra-addons rev 22)
2018-04-25 11:46:36 +03:00
OCA Git Bot
c9b303d562 [ADD] setup.py [ci skip] 2018-04-19 04:31:18 +02:00
OCA Transbot
3081a09e31 OCA Transbot updated translations from Transifex 2018-04-14 02:25:23 +02:00
OCA Git Bot
b674be1da4 [ADD] setup.py 2018-04-07 04:35:40 +02:00
Pedro M. Baeza
bf45c681d3 Merge pull request #206 from yvaucher/11-0-mig-base_transaction_id-squashed
[11.0][MIG] base_transaction_id
2018-04-06 16:11:31 +02:00
Yannick Vaucher
81be8bb508 [MIG] base_transaction_id: Migration to 11.0 2018-04-06 14:10:54 +02:00
OCA Transbot
e7ba87039f OCA Transbot updated translations from Transifex
- Translation template files.
- former Launchpad automatic translations update.
2018-04-06 14:10:54 +02:00
Denis Leemann
cb5d883650 [MIG] base_transaction_id: Migrated to 10.0 2018-04-06 14:10:54 +02:00
Alexis de Lattre
91b6d415d8 Start work to port account_move_base_import and base_transaction_id to v10 2018-04-06 13:49:22 +02:00
Pedro M. Baeza
929cef7b9a [MIG] Rename manifest files 2018-04-06 13:49:22 +02:00
Yannick Vaucher
d3774be466 [PORT] base_transaction_id to 9.0
- Reactivate module
- move files in views and models dirs
- create README.rst from description
- make list of contributors
- remove change for invoice created on picking as it doesn't exist
anymore in Odoo Community
- move overrides in bank statement as logic moved in move lines
- adapt view inheritance to not depends on string attribute
- Fix definition of javascript customization in reconciliation
- Fix display transaction_ref label on move line view
- Fix move proposition for reconcile. search with transaction_ref
- Use short headers
- Update README for bug tracking
2018-04-06 13:49:22 +02:00
Stéphane Bidoul
0cbd481389 [UPD] prefix versions with 8.0 2018-04-06 13:49:22 +02:00
Guewen Baconnier
dcbb6e5893 Put the field transaction_id in the group 'sale_pay'
Add the field inside the group instead of after a field.  In another module, I
add a button right after 'payment_term' and it must be right after it.  Adding
the field in the group prevent it to be placed between the payment_term field
and the button.
2018-04-06 13:49:22 +02:00
Alexandre Fayolle
8076a89353 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2018-04-06 13:49:21 +02:00
Lorenzo Battistini
74ab48d303 [FIX] missing call to super (finalize_invoice_move_lines) 2018-04-06 13:49:21 +02:00
Guewen Baconnier
b9506902a5 Allow the new bank statement reconciliation to search in transaction_ref
Require https://github.com/odoo/odoo/pull/3025 to be merged to work!
2018-04-06 13:49:21 +02:00
Guewen Baconnier
a95bc8d933 [MIG] base_transation_id: Fix migration to 8.0
- Use the 'data' key instead of 'update_xml'
- Use the new api for account.invoice as the base model use it
- The module now depends on 'sale_stock' and 'stock_account'
- Avoid to write 2 times on the invoice by using the method that
  prepares the values before the write
- Empty the transaction id of a sale order on copy
- Some cleaning
- Indent xml with 2 spaces
- Cleaning of the views
- Add the transaction ref field to the form view of the move lines
2018-04-06 13:49:21 +02:00