Daily updates from Odoo
Wednesday, June 12, 2024
1 change
New functionality added to Odoo
New US databases will automatically include key accounting and compliance tools such as US reports, 1099 reporting, check layouts, NACHA payments, and Avatax. This helps new users start with the expected US localization setup without manually finding and installing each related app.
Original PR description
[ADD] l10n_us_account: Auto load the localization pack and related reports automatically Problem: Users, especially newer ones, don't have the experience; or don't know how to install modules…
[ADD] l10n_us_account: Auto load the localization pack and related reports automatically Problem: Users, especially newer ones, don't have the experience; or don't know how to install modules manually to their database. This will create the incorrect idea that Odoo doesn't fulfill the minimum requirements to operate in the US. - Examples of those uninstalled requirements are ABA routing for payments, correct layout for checks, 1099 reports, and Avatax for tax calculation. Desired behavior:- Auto load the following when creating odoo US database - US Accounting: l10n_us_account - United States Localization: l10n_us - US Accounting Reports: l10n_us_reports - 1099 Reporting: l10n_us_1099 - US Checks Layout: l10n_us_check_printing - NACHA Payments: l10n_us_payment_nacha - Avatax: account_avatax Solution: Create new module l10n_us_account to separate the accounting dependent stuff and auto load it and l10n_us which is going to load the mentioned packages above for US-db. Task-3865230 Enterprise PR: https://github.com/odoo/enterprise/pull/60644 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr