Commit Graph

3 Commits (12b0f8ed11ddd77fcc035d16d37639c73054af05)

Author SHA1 Message Date
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 f9d8182169 [ADD] account_move_line.transaction_ref field in base_transaction_id 2025-04-04 17:22:24 +05:30