-
-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to version 16.0 #849
Comments
Migration of |
Migration of pos_default_partner from 14.0 made in #853 |
No need to port pos_no_cash_bank_statement from v14 to v16. According to my tests, Odoo v16 generate by default accounting entries no only for cash journals but also for bank journals. It seems Odoo SA changed their mind again... good move this time :) |
Hi @alexis-via. Thanks for your remark. One question, the feature is native in which module (account, other ?), and since which release (15 / 16) ? thanks for your reply. |
Migration of |
About account move generation on POS v16: I made more tests, and I confirm that bank statement generation works well, but I have another problem: in v14, the boolean field "split_transactions" on pos_payment_method had a string "Split Transactions". In v16, this boolean field still exists, but it's string is "Identify Customer", so, if you enable it, it will not only split transactions but also force you to select a customer. |
wow ! definitively, V16 looks not finished ! Please ping me when your module is ready. And regarding my previous remark. Is pos_no_cash_bank_statement unnecessary in V15 or in V16 ? thanks. |
Migration of |
As promised, I worked on having 2 booleans fields on pos.payment.method:
Another idea would be to be able to configure a "default partner" on a pos.payment.method ; when selecting a payment method in the POS frontend, if no customer has been selected yet, Odoo would automatically select this "default partner" as customer. That way, on the "Check" POS payment method, you would set the "default partner" to a generic "POS Check". Advantages:
@legalsylvain I confirm that pos_no_cash_bank_statement is not needed in v16. |
Migration of |
Migration of |
@sbidoul pre-commit needs to be update, pipeline are failing:
to
|
Migration of |
Migration of pos_payment_change from 15.0 #929 |
@sbidoul @ivantodorovich I've opened new migration PRs for
New ones with tests green: |
please kindly add pos_tare to the modules that still need migration to 16.0. |
why pos_report_session_summary is not here? |
pos_supplierinfo_search on #1225 |
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0
Modules to migrate
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
The text was updated successfully, but these errors were encountered: