Commit Graph

19 Commits (1fc2a2a54d45b6efc70bc26a2f6b5c2005f875ff)

Author SHA1 Message Date
Alexis de Lattre 1fc2a2a54d Start work to port account_move_base_import and base_transaction_id to v10 2025-04-04 17:22:25 +05:30
Pedro M. Baeza f81a4290d3 [MIG] Rename manifest files 2025-04-04 17:22:25 +05:30
Yannick Vaucher 172255cc22 [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
2025-04-04 17:22:25 +05:30
Stéphane Bidoul 87d97c04cb [UPD] prefix versions with 8.0 2025-04-04 17:22:25 +05:30
Guewen Baconnier e5dd93d8d4 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.
2025-04-04 17:22:25 +05:30
Alexandre Fayolle 12b0f8ed11 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.
2025-04-04 17:22:24 +05:30
Lorenzo Battistini b8b180affb [FIX] missing call to super (finalize_invoice_move_lines) 2025-04-04 17:22:24 +05:30
Guewen Baconnier ee54a8872e Allow the new bank statement reconciliation to search in transaction_ref
Require https://github.com/odoo/odoo/pull/3025 to be merged to work!
2025-04-04 17:22:24 +05:30
Guewen Baconnier 82101abb81 [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
2025-04-04 17:22:24 +05:30
Guewen Baconnier 04203ac8ec the transaction id is copied only on account move lines having the same account than the invoice's one (the payable / receivable) 2025-04-04 17:22:24 +05:30
Guewen Baconnier 8432bd3d5a copy the transaction_ref to the move lines from the invoice 2025-04-04 17:22:24 +05:30
Guewen Baconnier f9d8182169 [ADD] account_move_line.transaction_ref field in base_transaction_id 2025-04-04 17:22:24 +05:30
Joel Grand-Guillaume 6ef2f81091 [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
2025-04-04 17:22:24 +05:30
Joël Grand-Guillaume 93f6ecd661 [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)
2025-04-04 17:22:24 +05:30
Joël Grand-Guillaume 799fd49733 [MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2025-04-04 17:22:24 +05:30
Joël Grand-Guillaume d079e1b15a [IMP] Merge treasury statement into bank.statement object. We don't need both finaly
(lp:c2c-financial-addons/6.1 rev 24.1.15)
2025-04-04 17:22:24 +05:30
Joël Grand-Guillaume 2fd8e5e323 [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)
2025-04-04 17:22:24 +05:30
Joël Grand-Guillaume ca8284a530 [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)
2025-04-04 17:22:24 +05:30
Yannick Vaucher 1c6e11b071 [ADD] mod base_transaction_id
(lp:c2c-financial-addons/6.1 rev 24.1.5)
2025-04-04 17:22:24 +05:30