Commit Graph

33 Commits (9f19a94725d97522afa29b8b0238b645c2b9b59c)

Author SHA1 Message Date
Denis Leemann 9f19a94725 [MIG] base_transaction_id: Migrated to 10.0 2023-02-20 11:21:06 +07:00
Alexis de Lattre 74537a9bee Start work to port account_move_base_import and base_transaction_id to v10 2023-02-20 11:21:06 +07:00
Pedro M. Baeza 55072a7a47 [MIG] Rename manifest files 2023-02-20 11:21:06 +07:00
Yannick Vaucher 209b6e4a9a [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
2023-02-20 11:21:06 +07:00
Stéphane Bidoul e126dd45de [UPD] prefix versions with 8.0 2023-02-20 11:21:06 +07:00
Guewen Baconnier 08af8c8f38 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.
2023-02-20 11:21:06 +07:00
Alexandre Fayolle e6d0edb252 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.
2023-02-20 11:21:06 +07:00
Lorenzo Battistini 9ff798203d [FIX] missing call to super (finalize_invoice_move_lines) 2023-02-20 11:21:06 +07:00
Guewen Baconnier 80a2bc9635 Allow the new bank statement reconciliation to search in transaction_ref
Require https://github.com/odoo/odoo/pull/3025 to be merged to work!
2023-02-20 11:21:06 +07:00
Guewen Baconnier 26ac1f9401 [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
2023-02-20 11:21:06 +07:00
Guewen Baconnier 4fcd6366af the transaction id is copied only on account move lines having the same account than the invoice's one (the payable / receivable) 2023-02-20 11:21:06 +07:00
Guewen Baconnier e15898dda6 copy the transaction_ref to the move lines from the invoice 2023-02-20 11:21:06 +07:00
Guewen Baconnier 7a454ff651 [ADD] account_move_line.transaction_ref field in base_transaction_id 2023-02-20 11:21:06 +07:00
Joel Grand-Guillaume e45bec4969 [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
2023-02-20 11:21:06 +07:00
Joël Grand-Guillaume cf1fba8d14 [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)
2023-02-20 11:21:06 +07:00
Joël Grand-Guillaume 2383ea88a0 [MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2023-02-20 11:21:06 +07:00
Joël Grand-Guillaume c9f1f63319 [IMP] Merge treasury statement into bank.statement object. We don't need both finaly
(lp:c2c-financial-addons/6.1 rev 24.1.15)
2023-02-20 11:21:06 +07:00
Joël Grand-Guillaume 39961eb6f1 [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)
2023-02-20 11:21:06 +07:00
Joël Grand-Guillaume dd546481bb [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)
2023-02-20 11:21:06 +07:00
Yannick Vaucher 1c420b3268 [ADD] mod base_transaction_id
(lp:c2c-financial-addons/6.1 rev 24.1.5)
2023-02-20 11:21:06 +07:00
OCA-git-bot 46e1d7a3af [ADD] setup.py 2023-02-17 10:01:03 +00:00
OCA-git-bot 00733c7f59 [ADD] icon.png 2023-02-17 10:01:03 +00:00
OCA-git-bot 755a8e4702 [UPD] README.rst 2023-02-17 10:01:03 +00:00
OCA-git-bot dd7152bc44 [UPD] addons table in README.md 2023-02-17 10:01:02 +00:00
oca-ci 47ee695acf [UPD] Update account_statement_base.pot 2023-02-17 09:59:01 +00:00
OCA-git-bot eb9ced999b Merge PR #514 into 16.0
Signed-off-by bguillot
2023-02-17 09:57:02 +00:00
Pedro M. Baeza e11415e2a6
Merge pull request #519 from sonhd91/16.0-account-reconcile-precommit
[16.0][FIX] copier update
2023-02-02 08:19:36 +01:00
sonhd91 97004a871e [16.0][FIX] copier update 2023-02-02 12:03:02 +07:00
Alexis de Lattre fafb066e58 [ADD] module account_statement_base
This module contains the views of account.bank.statement.line, which
have been removed from the account module in Odoo v16
2023-01-19 12:32:40 +01:00
oca-git-bot 4e51b3c1f2 [IMP] update dotfiles [ci skip] 2022-12-11 22:25:54 +01:00
Enric Tobella 16bacdcd5d
Merge pull request #507 from tegin/16.0-copier
Update template
2022-11-17 09:15:45 +01:00
Enric Tobella 178568986f Update template 2022-11-17 09:08:38 +01:00
oca-git-bot 6e28a29179
Initialize 16.0 branch 2022-10-03 19:48:24 +02:00