-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
[15.0][MIG] account_check_printing_report_base: Migration to 15.0 #547
[15.0][MIG] account_check_printing_report_base: Migration to 15.0 #547
Conversation
- account_check_printing_report_base - account_check_printing_report_dlt103
…g can now be set by journal.
…d, made it multi records
…out verification from config settings, now the module use layout of journal if this have one defined, else use the company's one.
with account.invoice
Currently translated at 92.9% (26 of 28 strings) Translation: account-payment-12.0/account-payment-12.0-account_check_printing_report_base Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_check_printing_report_base/pt/
Added the improvement that set the fix of spanish lang, and code to avoid reapeat it on specific banks modules.
…on inherited model
…ix typo in function call The current version used and installed by Odoo is 0.5.6: https://github.com/odoo/odoo/blob/13.0/requirements.txt#L21 It has a typo in the function call to to_currency where "separator" is spelled "seperator". As that is the version that Odoo uses, we should adapt to it, and also pin to ensure we are installing the correct one. The typo is fixed in savoirfairelinux/num2words@2eee037 for version 0.5.10, so we should revert this if we ever upgrade to that version TT30932
e2e0b1a
to
e9b3d94
Compare
Hey @CarlosRoca13, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
e9b3d94
to
1c383d9
Compare
@carlosdauden Changed! |
3706efa
to
6541b6d
Compare
Changed the way to choose the layout of the check printing, by using the way that odoo uses on core version, and extended the functionality to allow choose that layout at journal level. TT36415
6541b6d
to
02cf035
Compare
/ocabot migration account_check_printing_report_base |
Hey, thanks for contributing! Proceeding to merge this for you. |
This PR has the |
Congratulations, your PR was merged at c051878. Thanks a lot for contributing to OCA. ❤️ |
Changed the way to choose the layout of the check printing, by using the way that odoo uses on core version, and extended the functionality to allow choose that layout at journal level.
cc @Tecnativa TT36415
please @carlosdauden @victoralmau review this