diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-26 10:09:31 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-26 10:09:31 +0700 |
| commit | 832fa66dd923d06b054efc33bce05ceb3ad52a74 (patch) | |
| tree | eacdf82cdef9830f7cf75cc5b97407804603a18c /indoteknik_custom/views/account_move.xml | |
| parent | ccd1d7bca71aadc54f9327d39e59180ee4c3a6c2 (diff) | |
Update __manifest__.py, account_move.py, and account_move.xml
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml new file mode 100644 index 00000000..01c4e8b3 --- /dev/null +++ b/indoteknik_custom/views/account_move.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <data> + <record id="account_move_form_inherit" model="ir.ui.view"> + <field name="name">Account Move</field> + <field name="model">account.move</field> + <field name="inherit_id" ref="account.view_move_form"/> + <field name="arch" type="xml"> + <field name="invoice_user_id" position="after"> + <field name="date_kirim_tukar_faktur"/> + <field name="resi_tukar_faktur"/> + <field name="date_terima_tukar_faktur"/> + </field> + </field> + </record> + </data> +</odoo>
\ No newline at end of file |
