Skip to content
Snippets Groups Projects

Add the possibility to forbid unreconciliation for accounting entries emitted

Merged Etienne Ferriere requested to merge topic/13.0/TG-1117 into branch/13.0
All threads resolved!
Files
6
+ 3
0
from . import ( # noqa: F401
from . import ( # noqa: F401
 
account_account,
account_chart_template,
account_chart_template,
account_fiscalyear,
account_fiscalyear,
 
account_full_reconcile,
account_move,
account_move,
account_move_line,
account_move_line,
 
account_partial_reconcile,
account_period,
account_period,
)
)
Loading