-
- Downloads
[ADD] account_taxcloud: Integrate TaxCloud API to get Sales Tax
- add a new checkbox on fiscal position: TaxCloud API - when computing this fiscal position, it will: - return an existing tax if one exists for the same tax percentage, state, zip and TIC Category - or create and return this tax if it does not exists yet - Create a data fiscal position: country U.S., tax cloud API - In l10n_us, add a settings in accounting: compute tax automatically using tax cloud. NB: - The signature of map_tax has been modified to optionally specify the product and the partner on which the tax is applied - The avoid the validationerrors that may occur while evaluation the tax with Taxcloud when a public user is on the frontend shop (website_sale), we have to execute the error silently by logging it.
Showing
- addons/account/models/account_invoice.py 2 additions, 2 deletionsaddons/account/models/account_invoice.py
- addons/account/models/partner.py 2 additions, 2 deletionsaddons/account/models/partner.py
- addons/account/views/partner_view.xml 6 additions, 4 deletionsaddons/account/views/partner_view.xml
- addons/delivery/models/sale_order.py 1 addition, 1 deletionaddons/delivery/models/sale_order.py
- addons/l10n_us/__init__.py 2 additions, 0 deletionsaddons/l10n_us/__init__.py
- addons/l10n_us/__openerp__.py 1 addition, 0 deletionsaddons/l10n_us/__openerp__.py
- addons/l10n_us/models/__init__.py 4 additions, 0 deletionsaddons/l10n_us/models/__init__.py
- addons/l10n_us/models/res_config.py 11 additions, 0 deletionsaddons/l10n_us/models/res_config.py
- addons/l10n_us/views/res_config_view.xml 18 additions, 0 deletionsaddons/l10n_us/views/res_config_view.xml
- addons/point_of_sale/models/pos_order.py 4 additions, 4 deletionsaddons/point_of_sale/models/pos_order.py
- addons/sale/sale.py 1 addition, 1 deletionaddons/sale/sale.py
- addons/sale/sale_analytic.py 2 additions, 1 deletionaddons/sale/sale_analytic.py
- addons/website_sale/models/sale_order.py 6 additions, 2 deletionsaddons/website_sale/models/sale_order.py
Loading
Please register or sign in to comment