Skip to content

Commit

Permalink
🌈 pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya ilchenko committed May 8, 2021
1 parent 2bfb09e commit 132571a
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 161 deletions.
8 changes: 2 additions & 6 deletions pos_invoice_pay/actions/base_action_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
<field name="name">Update Invoices</field>
<field name="model_id" ref="account.model_account_move" />
<field name="state">code</field>
<field name="code">
record.action_updated_invoice()
</field>
<field name="code">record.action_updated_invoice()</field>
<field name="trigger">on_create_or_write</field>
<field name="active" eval="True" />
</record>
<record id="so_update_pos_action" model="base.automation">
<field name="name">Update Sale Order</field>
<field name="model_id" ref="sale.model_sale_order" />
<field name="state">code</field>
<field name="code">
record.action_updated_sale_order()
</field>
<field name="code">record.action_updated_sale_order()</field>
<field name="trigger">on_create_or_write</field>
<field name="active" eval="True" />
</record>
Expand Down
Loading

0 comments on commit 132571a

Please sign in to comment.