Module is broken since its migration as the hooks used for reconciliation
are not used anymore in Odoo 12.0.
Therefore transaction_ref is dropped from account.move.line and transaction_id
is now written into account.move.ref at invoice validation to allow the use
of standard Odoo mechanism in the reconciliation process.
As Odoo defined invoice_payment_ref on account.move in v13.0, avoiding extra
fields in v12.0 is already a step in the right direction.
- 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
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.
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.
- 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
- 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
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)