Wednesday, March 6, 2024
4 changes · 17.0
New functionality added to Odoo
Odoo now supports Zambia with a complete localization package that includes default settings, chart of accounts, tax configurations, and financial reports. This enables businesses operating in Zambia to use Odoo with locally compliant accounting and reporting features.
Original PR description
Description of the issue/feature this commit addresses: There is no localization for Zambia. --- Desired behavior after this commit is merged: This commit adds the base package of the Zambian localization including: - Default Settings - Chart of Accounts - Taxes - Fiscal Positions - Reports (BS, P&L, Tax Report) --- Community PR: https://github.com/odoo/odoo/pull/150134 task-3391861
A new module has been added to prevent Avatax from calculating taxes twice on Amazon orders. When orders are synced from Amazon, the system now avoids applying Avatax fiscal positions, ensuring taxes are calculated only once and filed correctly without duplication.
Original PR description
Adds a new module that prevents an Avatax fiscal position from being applied on Amazon orders. This is done to avoid calculating and filing taxes twice from sales synced through the Amazon connector. task-3701878
A new bridge module has been added to streamline invoice processing for Amazon sales in Spain. Since Amazon doesn't provide customer tax ID information, this module automatically creates simplified invoices without requiring this data, reducing manual invoice handling and improving the sales workflow.
Original PR description
Bridge module to make invoices coming from amazon simplified, as you don't get the customer's tax id through via amazon. opw-3679325
Odoo now supports Zambia with a complete localization package. This adds Zambian-specific accounting features including a chart of accounts, tax configurations, fiscal positions, and financial reports (Balance Sheet, Profit & Loss, and Tax Report). Businesses operating in Zambia can now use Odoo with proper local compliance and accounting standards.
Original PR description
Description of the issue/feature this commit addresses: There is no localization for Zambia. --- Desired behavior after this commit is merged: This commit adds the base package of the Zambian localization including: - Default Settings - Chart of Accounts - Taxes - Fiscal Positions - Reports (BS, P&L, Tax Report) --- Enterprise PR: https://github.com/odoo/enterprise/pull/54707 task-3391861 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr