diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-26 11:11:48 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-26 11:11:48 +0700 |
| commit | 4d2041d834a05692a17954a8968acde866379801 (patch) | |
| tree | ef4be6c5faea725fa488c19b35e64a5e61a11867 /indoteknik_custom/views | |
| parent | e4256fb981175c456c2033cde443f4f98d72747e (diff) | |
| parent | 659387826b7d4a8db4afac158065ca125d6d98a6 (diff) | |
Merge branch 'odoo-backup' into feature/feedback_bitehisp
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mrp_production.xml | 2 | ||||
| -rwxr-xr-x | indoteknik_custom/views/x_banner_banner.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/mrp_production.xml b/indoteknik_custom/views/mrp_production.xml index f81d65e8..95f419f6 100644 --- a/indoteknik_custom/views/mrp_production.xml +++ b/indoteknik_custom/views/mrp_production.xml @@ -7,6 +7,7 @@ <field name="arch" type="xml"> <field name="bom_id" position="after"> <field name="desc"/> + <field name="sale_order"/> </field> </field> </record> @@ -18,6 +19,7 @@ <field name="arch" type="xml"> <field name="product_id" position="after"> <field name="desc"/> + <field name="sale_order"/> </field> </field> </record> diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml index ec1e38a5..e40568cc 100755 --- a/indoteknik_custom/views/x_banner_banner.xml +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -33,6 +33,7 @@ <field name="group_by_week" /> <field name="x_headline_banner" /> <field name="x_description_banner" /> + <field name="x_keyword_banner" /> <field name="last_update_solr" readonly="1"/> </group> <group> |
