diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-03 12:06:14 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-03 12:06:14 +0700 |
| commit | 215411bc6cf4413941f978e4bf4d2f0658f8bd58 (patch) | |
| tree | 4b4b4754512761bdacab9e7a01141f45e2348ff5 /indoteknik_custom/views | |
| parent | d636c09592c484fddd436e6881c5052fd06c028a (diff) | |
<Miqdad> uom coretax id
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/uom_uom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indoteknik_custom/views/uom_uom.xml b/indoteknik_custom/views/uom_uom.xml new file mode 100644 index 00000000..a7fb55e5 --- /dev/null +++ b/indoteknik_custom/views/uom_uom.xml @@ -0,0 +1,14 @@ +<odoo> + <data> + <record id="uom_form_view_inherit" model="ir.ui.view"> + <field name="name">Uom</field> + <field name="model">uom.uom</field> + <field name="inherit_id" ref="uom.product_uom_form_view"/> + <field name="arch" type="xml"> + <field name="rounding" position="after"> + <field name="coretax_id"/> + </field> + </field> + </record> + </data> +</odoo>
\ No newline at end of file |
