Search 1.9 billion lines of Odoo code on GitHub

base_tax_connector

Author: LasLabs
License: LGPL-3
Branch: release/10.0/base_tax_connector
Repository: LasLabs/account-fiscal-rule
Dependencies: account
Languages: Python (985, 91.5%), XML (54, 5.0%), and reStructuredText (37, 3.4%)

<p><a class="reference external" href="https://www.gnu.org/licenses/lgpl"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.svg"> </a> | <a class="reference external" href="https://travis-ci.org/LasLabs/odoo-connector-taxjar"><img alt="Build Status" src="https://img.shields.io/travis/LasLabs/odoo-connector-taxjar/master.svg"> </a> | <a class="reference external" href="https://codecov.io/gh/LasLabs/odoo-connector-taxjar"><img alt="Test Coverage" src="https://img.shields.io/codecov/c/github/LasLabs/odoo-connector-taxjar/master.svg"> </a></p> <a name="tax-connector-base"></a> <h2>Tax Connector Base</h2> <a name="installation"></a> <h3>Installation</h3> <a name="configuration"></a> <h3>Configuration</h3> <a name="known-issues-road-map"></a> <h3>Known Issues / Road Map</h3> <ul class="simple"> <li>In order for rates to work, the reference record must actually be saved. This is because the reference fields require explicit <code>(model_name,id)</code> formatting, but with an unsaved record the ID is <code>NewId</code>.</li> <li>Transaction refund method is on <code>account.tax.transaction</code>, but it should possibly be on <code>account.tax.transaction.line</code> instead. This was done to simplify the addition of new adapters, but may over-complicate things.</li> <li>Add a registration system for connectors, with a more centralized method for determining if the connector should be used.</li> <li>Add a hook for the update of a tax transaction. TBD what would actually trigger an update, because invoices can't be edited.</li> <li>Need a way to handle tax differentiation at the invoice line item level, so connectors can send individual lines instead of just whole orders.</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/LasLabs/odoo-connector-taxjar/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Dave Lasley &lt;<a class="reference external" href="mailto:dave&#64;laslabs.com">dave&#64;laslabs.com</a>&gt;</li> </ul> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://laslabs.com"><img alt="LasLabs Inc." src="https://laslabs.com/logo.png" /></a> <p>This module is maintained by LasLabs Inc.</p>