Skip to content

Commit

Permalink
Delete rule_group from data
Browse files Browse the repository at this point in the history
  • Loading branch information
flotho authored Aug 11, 2021
1 parent 5b4a296 commit b24eaeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions connector_ecommerce/data/ecommerce_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
is canceled.</field>
<field name="sequence">30</field>
<field name="model">sale.order</field>
<field name="rule_group">sale</field>
<field name="code">if sale.parent_need_cancel:
failed = True</field>
<field name="active" eval="True" />
Expand All @@ -64,7 +63,6 @@
backend.</field>
<field name="sequence">20</field>
<field name="model">sale.order</field>
<field name="rule_group">sale</field>
<field name="code">if sale.need_cancel: failed = True</field>
<field name="active" eval="True" />
<field name="rule_group">sale</field>
Expand All @@ -77,7 +75,6 @@
Go to Connectors > Checkpoint and review the new products.</field>
<field name="sequence">20</field>
<field name="model">sale.order.line</field>
<field name="rule_group">sale</field>
<field name="code">if object.product_id and object.product_id.has_checkpoint: failed = True</field>
<field name="active" eval="True" />
<field name="rule_group">sale</field>
Expand Down

0 comments on commit b24eaeb

Please sign in to comment.