[IMP] point_of_sale: moved the barcode field to the view header, and gave it a simple...
[odoo/odoo.git] / addons / point_of_sale / point_of_sale_view.xml
index 7c5bee0..d7a0331 100644 (file)
                             <field name="pricelist_id" groups="product.group_sale_pricelist"/>
                             <field name="journal_id" widget="selection"/>
                             <field name="group_by" groups="account.group_account_user"/>
+                            <field name="barcode_nomenclature_id" />
                             <field name="sequence_id" readonly="1" groups="base.group_no_one"/>
                             <field name="currency_id" invisible="1"/>
                         </group>
                             <field name="receipt_header" placeholder="A custom receipt header message"/>
                             <field name="receipt_footer" placeholder="A custom receipt header footage"/>
                         </group>
-                        <group string="Barcode Nomenclature" col="4">
-                            <field name="barcode_nomenclature_id" />
-                        </group>
                     </sheet>
 
                 </form>