Skip to content

Commit

Permalink
[OU-IMP] account: simplify some fast fill stuff and remove unneeded
Browse files Browse the repository at this point in the history
method

-display_type improvement
-remove bank statement fastfill
-add account_reconcile_model_line analytic_distribution generate
-improve analytic_distribution_model generation from analytic default
  • Loading branch information
duong77476-viindoo committed Jul 25, 2023
1 parent 2197d01 commit ba1ddc0
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 389 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
</p>
</div>
</field>
<field name="email_from">{{ (object.invoice_user_id.email_formatted or object.company_id.email_formatted or user.email_formatted) }}</field>
<field name="name">Credit Note: Sending</field>
<field name="description">Sent to customers with the credit note in attachment</field>
</record>
Expand Down Expand Up @@ -98,6 +99,7 @@
</p>
</div>
</field>
<field name="email_from">{{ (object.invoice_user_id.email_formatted or object.company_id.email_formatted or user.email_formatted) }}</field>
<field name="name">Invoice: Sending</field>
<field name="description">Sent to customers with their invoices in attachment</field>
</record>
Expand Down
Loading

0 comments on commit ba1ddc0

Please sign in to comment.