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] base_transaction_id #206

Merged
merged 22 commits into from
Apr 6, 2018

Conversation

yvaucher
Copy link
Member

@yvaucher yvaucher commented Apr 6, 2018

More aggresively squashed version of
#190

yvaucher and others added 19 commits November 16, 2017 16:28
(lp:c2c-financial-addons/6.1 rev 24.1.5)
…t working yet, just for backup)

(lp:c2c-financial-addons/6.1 rev 24.1.8)
…ll as on the automatic reconciliation wizard.

(lp:c2c-financial-addons/6.1 rev 24.1.10)
…eed both finaly

(lp:c2c-financial-addons/6.1 rev 24.1.15)
(lp:c2c-financial-addons/6.1 rev 58)
…ostly 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)
- 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
…me account than the invoice's one (the payable / receivable)
- 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
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.
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.
- 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
Copy link

@asaunier asaunier left a comment

Choose a reason for hiding this comment

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

👍
Thanks you very much :)

@pedrobaeza
Copy link
Member

pedrobaeza commented Apr 6, 2018

Thanks, merging when CIs finish.

@yvaucher yvaucher force-pushed the 11-0-mig-base_transaction_id-squashed branch from ce802b8 to 81be8bb Compare April 6, 2018 12:11
@pedrobaeza pedrobaeza merged commit bf45c68 into OCA:11.0 Apr 6, 2018
@pedrobaeza pedrobaeza mentioned this pull request Apr 6, 2018
26 tasks
@yvaucher yvaucher deleted the 11-0-mig-base_transaction_id-squashed branch April 9, 2018 09:17
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.

None yet