Commit 0b6e2876 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

trade model builders should be also used in invoice path.

parent 08564d33
...@@ -76,11 +76,13 @@ ...@@ -76,11 +76,13 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>delivery_builder/portal_deliveries/purchase_invoice_builder</string>
<string>delivery_builder/portal_deliveries/sale_invoice_builder</string>
<string>trade_phase/default/invoicing</string> <string>trade_phase/default/invoicing</string>
<string>predecessor/trade_state/delivered</string> <string>predecessor/trade_state/delivered</string>
<string>successor/trade_state/invoiced</string> <string>successor/trade_state/invoiced</string>
<string>delivery_builder/portal_deliveries/purchase_invoice_builder</string>
<string>delivery_builder/portal_deliveries/purchase_invoice_transaction_trade_model_builder</string>
<string>delivery_builder/portal_deliveries/sale_invoice_builder</string>
<string>delivery_builder/portal_deliveries/sale_invoice_transaction_trade_model_builder</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
23 24
\ No newline at end of file \ No newline at end of file
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