Commit Graph

27 Commits

Author SHA1 Message Date
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
Guewen Baconnier
01eb11ca62 the transaction id is copied only on account move lines having the same account than the invoice's one (the payable / receivable) 2018-04-06 13:49:21 +02:00
Guewen Baconnier
3151fd2f55 copy the transaction_ref to the move lines from the invoice 2018-04-06 13:49:21 +02:00
Guewen Baconnier
49808d8a07 [ADD] account_move_line.transaction_ref field in base_transaction_id 2018-04-06 13:49:21 +02:00
Joel Grand-Guillaume
f4afb79a42 [MIG] base_transaction_id: Migrated to 7.0
- Adapt import to fit last recomandation
- Import osv for osv.except
- pep8, pylint, eyeballing
- standardize the naming of the argument 'cr' instead of 'cursor'
- Remove the active key in the __openerp__.py
2018-04-06 13:49:21 +02:00
Joël Grand-Guillaume
1ac75bbdfb [MRG] 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-06 13:49:21 +02:00
Joël Grand-Guillaume
b3e7b2799d [MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2017-11-16 16:28:28 +01:00
Joël Grand-Guillaume
7d9e1669bd [IMP] Merge treasury statement into bank.statement object. We don't need both finaly
(lp:c2c-financial-addons/6.1 rev 24.1.15)
2017-11-16 16:28:28 +01:00
Joël Grand-Guillaume
24c59c8e5e [IMP] Quite a huge work on the new intermediate statement stuff as well as on the automatic reconciliation wizard.
(lp:c2c-financial-addons/6.1 rev 24.1.10)
2017-11-16 16:28:28 +01:00
Joël Grand-Guillaume
57b7175a58 [IMP] First commit for improving the bank statement with treasury (not working yet, just for backup)
(lp:c2c-financial-addons/6.1 rev 24.1.8)
2017-11-16 16:28:28 +01:00
Yannick Vaucher
3f085af62a [ADD] mod base_transaction_id
(lp:c2c-financial-addons/6.1 rev 24.1.5)
2017-11-16 16:28:28 +01:00
Pedro M. Baeza
80f459c0fa README.md: Rename to account-reconcile 2017-10-12 15:38:31 +02:00
OCA Git Bot
6761082525 [ADD] setup.py 2017-10-07 16:44:10 +02:00
Pedro M. Baeza
b8c8ec8769 [MIG] Add metafiles
[skip ci]
2017-10-03 16:01:03 +02:00