diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-03 10:25:29 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-03 10:25:29 +0700 |
| commit | aab3d15ab71dacee885beaa05a0ca9b5c7b652dd (patch) | |
| tree | cf2bce640a5b75e43c0c474d4d910420a4040512 /indoteknik_custom | |
| parent | 316e94f7fd4e8c065c95b800341c48d6c84263a9 (diff) | |
Add order sequence on manufacture API
Diffstat (limited to 'indoteknik_custom')
| -rwxr-xr-x | indoteknik_custom/views/x_manufactures.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index a88c5d34..dd896179 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -16,6 +16,7 @@ <field name="model">x_manufactures</field> <field name="arch" type="xml"> <tree> + <field name="sequence" string="Seq"/> <field name="x_name"/> <field name="x_negara_asal"/> <field name="x_short_desc"/> @@ -37,6 +38,7 @@ <group> <group> <field name="x_name"/> + <field name="sequence"/> <field name="x_negara_asal"/> <field name="x_short_desc"/> <field name="x_manufacture_level"/> |
