1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account/models/exceptions.py
2024-12-10 09:04:09 +07:00

8 lines
373 B
Python

class TaxClosingNonPostedDependingMovesError(Exception):
"""
This error contains an action that will be used in the case of a tax closing with branches or tax units where
the different companies have non-posted closing moves. The action will be a form view if there is only one dependent move
and a list view if there are more.
"""
pass