Commit Graph

7 Commits (12b0f8ed11ddd77fcc035d16d37639c73054af05)

Author SHA1 Message Date
Lorenzo Battistini b8b180affb [FIX] missing call to super (finalize_invoice_move_lines) 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
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