mpanarin
dd67b7b1ce
[12.0][FIX] base_transaction_id template extension not working
...
and breaking the whole view
2023-02-20 11:21:06 +07:00
OCA Transbot
a900f392a5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-reconcile-12.0/account-reconcile-12.0-base_transaction_id
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-12-0/account-reconcile-12-0-base_transaction_id/
2023-02-20 11:21:06 +07:00
oca-travis
b18fc4cd81
[UPD] Update base_transaction_id.pot
2023-02-20 11:21:06 +07:00
OCA-git-bot
30656ccd02
[UPD] README.rst
2023-02-20 11:21:06 +07:00
Iryna Vyshnevska
9fa01e9c4b
[MIG][12.0] base_transaction_id: migrate V12.0
2023-02-20 11:21:06 +07:00
Rudolf Schnapka
272426b252
Translated using Weblate (German)
...
Currently translated at 100,0% (8 of 8 strings)
Translation: account-reconcile-11.0/account-reconcile-11.0-base_transaction_id
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-11-0/account-reconcile-11-0-base_transaction_id/de/
2023-02-20 11:21:06 +07:00
jcoux
4183cc1907
[11.0][FIX] base_transaction_id (fix migration)
2023-02-20 11:21:06 +07:00
oca-travis
3cab43ae2f
[UPD] Update base_transaction_id.pot
2023-02-20 11:21:06 +07:00
OCA Transbot
c20fc003ff
OCA Transbot updated translations from Transifex
2023-02-20 11:21:06 +07:00
Yannick Vaucher
78ff05177e
[MIG] base_transaction_id: Migration to 11.0
2023-02-20 11:21:06 +07:00
OCA Transbot
7bd90a03e1
OCA Transbot updated translations from Transifex
...
- Translation template files.
- former Launchpad automatic translations update.
2023-02-20 11:21:06 +07:00
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
Florian da Costa
a918cd88c4
[IMP] account_move_base_import: black, isort, prettier
2022-12-02 16:38:44 +01:00
Dept. Técnico
530dd92e32
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (90 of 90 strings)
Translation: account-reconcile-14.0/account-reconcile-14.0-account_move_base_import
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-14-0/account-reconcile-14-0-account_move_base_import/es/
2022-12-02 15:52:37 +01:00
Ignacio Buioli
19a2449c61
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (90 of 90 strings)
Translation: account-reconcile-14.0/account-reconcile-14.0-account_move_base_import
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-14-0/account-reconcile-14-0-account_move_base_import/es_AR/
2022-12-02 15:52:37 +01:00
Ignacio Buioli
f653d44701
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 18.8% (17 of 90 strings)
Translation: account-reconcile-14.0/account-reconcile-14.0-account_move_base_import
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-14-0/account-reconcile-14-0-account_move_base_import/es_AR/
2022-12-02 15:52:37 +01:00
OCA-git-bot
00af4d0fe3
account_move_base_import 14.0.1.0.1
2022-12-02 15:52:37 +01:00
Nils Hamerlinck
5f39911c81
[FIX] account_move_base_import: native odoo account tests failing because of overriden order
2022-12-02 15:52:37 +01:00
OCA-git-bot
65927a4692
[UPD] README.rst
2022-12-02 15:52:37 +01:00
oca-travis
abc7ec5eb5
[UPD] Update account_move_base_import.pot
2022-12-02 15:52:37 +01:00
Florian da Costa
73b965907b
[IMP] Make commission feature compatible with
...
all parsers (not only generic_csvxls_so) + male it compatible with split_counterpart option
2022-12-02 15:52:37 +01:00