Commit 546c84b6 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_bank_reconciliation: accept confirmed movement in simulation

parent 967ee95c
......@@ -54,7 +54,7 @@
\'section_uid\': context.getSourceSectionUid(),\n
\'payment_uid\': context.getSourcePaymentUid(),\n
\'node_category\': \'account_type/asset/cash/bank\',\n
\'simulation_state\': (\'stopped\', \'delivered\', ),\n
\'simulation_state\': (\'stopped\', \'delivered\', \'confirmed\'),\n
\'portal_type\': context.getPortalAccountingMovementTypeList()\n
}\n
\n
......
......@@ -57,7 +57,7 @@ kw = {\n
\'section_uid\': context.getSourceSectionUid(),\n
\'payment_uid\': context.getSourcePaymentUid(),\n
\'node_category\': \'account_type/asset/cash/bank\',\n
\'simulation_state\': (\'stopped\', \'delivered\', ),\n
\'simulation_state\': (\'stopped\', \'delivered\', \'confirmed\' ),\n
\'portal_type\': context.getPortalAccountingMovementTypeList(),\n
\'sort_on\': ((\'date\', \'ASC\'), (\'uid\', \'ASC\'))\n
}\n
......
......@@ -59,7 +59,7 @@ kw = {\n
\'section_uid\': context.getSourceSectionUid(),\n
\'payment_uid\': context.getSourcePaymentUid(),\n
\'node_category\': \'account_type/asset/cash/bank\',\n
\'simulation_state\': (\'stopped\', \'delivered\', ),\n
\'simulation_state\': (\'stopped\', \'delivered\', \'confirmed\' ),\n
\'portal_type\': portal.getPortalAccountingMovementTypeList(),\n
}\n
\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment