Commit 8e7df15d authored by Łukasz Nowak's avatar Łukasz Nowak

Rebrand Sale Invoice Transaction constraint.

parent cfbc502d
......@@ -2,6 +2,9 @@
<portal_type id="Hosting Subscription">
<item>SlapOSAccountingHostingSubscriptionConstraint</item>
</portal_type>
<portal_type id="Sale Invoice Transaction">
<item>SlapOSAccountingSaleInvoiceTransactionConstraint</item>
</portal_type>
<portal_type id="Slave Instance">
<item>InstanceAccountingSynchronisation</item>
</portal_type>
......
......@@ -32,7 +32,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>VifibSaleInvoiceConstraint</string> </value>
<value> <string>SlapOSAccountingSaleInvoiceTransactionConstraint</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>expression</string> </key>
<value> <string>python: object.getSpecialise() == "sale_trade_condition_module/vifib_trade_condition"</string> </value>
<value> <string>python: object.getSpecialise() == "sale_trade_condition_module/slapos_trade_condition"</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -34,7 +34,7 @@
</item>
<item>
<key> <string>message_expression_false</string> </key>
<value> <string>Only Vifib trade condition is allowed</string> </value>
<value> <string>Only SlapOS trade condition is allowed</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
82
\ No newline at end of file
83
\ No newline at end of file
Hosting Subscription | SlapOSAccountingHostingSubscriptionConstraint
Sale Invoice Transaction | SlapOSAccountingSaleInvoiceTransactionConstraint
Slave Instance | InstanceAccountingSynchronisation
Software Instance | InstanceAccountingSynchronisation
\ No newline at end of file
SlapOSAccountingSystemPreference
SlapOSAccountingHostingSubscriptionConstraint
SlapOSAccountingSaleInvoiceTransactionConstraint
InstanceAccountingSynchronisation
\ No newline at end of file
......@@ -20,9 +20,6 @@
<portal_type id="Purchase Packing List Line">
<item>VifibPurchasePackingListLineConstraint</item>
</portal_type>
<portal_type id="Sale Invoice Transaction">
<item>VifibSaleInvoiceConstraint</item>
</portal_type>
<portal_type id="Sale Order">
<item>VifibSaleOrderConstraint</item>
</portal_type>
......
566
\ No newline at end of file
567
\ No newline at end of file
......@@ -5,7 +5,6 @@ Open Sale Order | VifibOpenSaleOrderConstraint
Person | VifibPersonConstraint
Purchase Packing List Line | VifibPurchasePackingListLineConstraint
Purchase Packing List | VifibPurchasePackingListConstraint
Sale Invoice Transaction | VifibSaleInvoiceConstraint
Sale Order Line | VifibSaleOrderLineConstraint
Sale Order | VifibSaleOrderConstraint
Sale Packing List Line | VifibSalePackingListLineConstraint
......
......@@ -5,7 +5,6 @@ VifibPurchasePackingListLineConstraint
VifibPurchasePackingListConstraint
VifibSaleOrderConstraint
VifibSaleOrderLineConstraint
VifibSaleInvoiceConstraint
VifibSalePackingListLineConstraint
VifibSalePackingListConstraint
VifibOpenSaleOrderLineConstraint
......
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