diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-12-06 11:05:40 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-12-06 11:05:40 +0700 |
| commit | 94f0c5b934a574a56276a1a6f297b183d87c9886 (patch) | |
| tree | 6ea9a64b09113a72ef3ab0e07a83293e1a637ac8 /sales_report_product_image | |
| parent | dc7aeffb5fe113d1a624f86a5bd91eb18f9c2b99 (diff) | |
move field in sale order
Diffstat (limited to 'sales_report_product_image')
| -rw-r--r-- | sales_report_product_image/views/sale_product_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sales_report_product_image/views/sale_product_view.xml b/sales_report_product_image/views/sale_product_view.xml index 3dce6fe..31b119f 100644 --- a/sales_report_product_image/views/sale_product_view.xml +++ b/sales_report_product_image/views/sale_product_view.xml @@ -12,7 +12,7 @@ <xpath expr="//field[@name='order_line']/tree//field[@name='product_id']" position="before"> <field name="image_small" widget="image" height="50" optional="hide"/> </xpath> - <field name="medium_id" position="after"> + <field name="source_id" position="after"> <field name="print_image"/> <field name="image_sizes" attrs="{'required': [('print_image', '!=', False)]}"/> </field> |
