mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-19 05:22:02 +02:00
29 lines
592 B
Markdown
29 lines
592 B
Markdown
# Define Taxes as Python Code
|
|
|
|
|
|
A tax defined as python code consists of two snippets of python code which are executed in a local environment containing data such as the unit price, product or partner.
|
|
|
|
"Applicable Code" defines if the tax is to be applied.
|
|
|
|
"Python Code" defines the amount of the tax.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-account_tax_python
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/account_tax_python
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|