diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 16:50:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 16:50:56 +0700 |
| commit | bf002b5e297db5f3021b63adf5b60cf00ff4cee8 (patch) | |
| tree | b169f5685afc929f92736b003460fdaf36a5c62a /indoteknik_custom/views/account_move.xml | |
| parent | d7148fd0267529c92fa07b0721461a6ef13c0890 (diff) | |
fix bug optional hide
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 18461d59..0fd6b5b5 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -73,16 +73,5 @@ </field> </field> </record> - - <record id="account_move_tree_inherit" model="ir.ui.view"> - <field name="name">Account Move</field> - <field name="model">account.move</field> - <field name="inherit_id" ref="account.view_in_invoice_tree"/> - <field name="arch" type="xml"> - <field name="invoice_date" position="after"> - <field name="payment_schedule" optional="hide"/> - </field> - </field> - </record> </data> </odoo>
\ No newline at end of file |
