File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/applications/finance/accounting Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,10 @@ Python code
225225 can be defined as a :ref: `Fixed <taxes/computation/fixed >` tax. Doing so is strongly recommended
226226 over defining a :guilabel: `Python Code ` tax.
227227
228+ .. note ::
229+ To use :guilabel: `Custom Formula ` taxes, :ref: `install <general/install >` the :guilabel: `Define
230+ Taxes as Python Code ` (`account_python_tax `) module.
231+
228232A tax defined as :guilabel: `Python Code ` consists of two snippets of Python code that are executed
229233in a local environment that can access the unit price, quantity, product, and partner.
230234:guilabel: `Python Code ` defines the amount of the tax, and :guilabel: `Applicable Code ` defines
@@ -387,8 +391,6 @@ tax-inclusive.
387391 For a guide on configuring tax-excluded and tax-included prices for B2B and B2C customers,
388392 see :doc: `taxes/B2B_B2C `.
389393
390- .. image :: taxes/toggle-button.png
391-
392394.. _taxes/base-subsequent :
393395
394396Affect base of subsequent taxes
You can’t perform that action at this time.
0 commit comments