Skip to content

Commit

Permalink
[IMP] account_cutoff_base: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed Dec 6, 2024
1 parent 1f16404 commit 0ee62e6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
1 change: 0 additions & 1 deletion account_cutoff_base/views/account_cutoff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
string="Cutoff Date"
context="{'group_by': 'cutoff_date'}"
/>

</group>
</search>
</field>
Expand Down
42 changes: 21 additions & 21 deletions account_cutoff_base/views/account_cutoff_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@
<form>
<group name="main">
<group name="source" string="Source">
<field
<field
name="parent_id"
invisible="not context.get('account_cutoff_line_main_view', False)"
/>
<field name="partner_id" />
<field name="cutoff_type" invisible="1" />
<field name="company_id" invisible="1" />
<field name="name" widget="text" />
<field name="quantity" />
<field name="price_unit" />
<field name="price_origin" />
<field name="origin_move_line_id" />
<field name="origin_move_id" />
<field name="origin_move_date" />
<field name="account_id" />
<field
<field name="partner_id" />
<field name="cutoff_type" invisible="1" />
<field name="company_id" invisible="1" />
<field name="name" widget="text" />
<field name="quantity" />
<field name="price_unit" />
<field name="price_origin" />
<field name="origin_move_line_id" />
<field name="origin_move_id" />
<field name="origin_move_date" />
<field name="account_id" />
<field
name="analytic_distribution"
widget="analytic_distribution"
groups="analytic.group_analytic_accounting"
/>
<field name="amount" />
<field name="currency_id" invisible="1" />
</group>
<group name="cutoff" string="Cut-off Computation">
<field name="cutoff_amount" />
<field name="cutoff_account_id" />
<field name="company_currency_id" invisible="1" />
</group>
<field name="amount" />
<field name="currency_id" invisible="1" />
</group>
<group name="cutoff" string="Cut-off Computation">
<field name="cutoff_amount" />
<field name="cutoff_account_id" />
<field name="company_currency_id" invisible="1" />
</group>
</group>
<group
name="tax"
Expand Down
1 change: 0 additions & 1 deletion account_cutoff_base/views/account_cutoff_tax_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@
</tree>
</field>
</record>

</odoo>
1 change: 0 additions & 1 deletion account_cutoff_base/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
name="dft_accrued_revenue_account_id"
options="{'no_create_edit': True, 'no_open': True}"
/>

</div>
<div class="row mt16" id="dft_accrued_expense_account_id">
<label
Expand Down

0 comments on commit 0ee62e6

Please sign in to comment.