Skip to content

Commit

Permalink
[Fix] POS Config view
Browse files Browse the repository at this point in the history
  • Loading branch information
Highcooley committed Jun 19, 2023
1 parent bf8f0e7 commit 7364f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pos_analytic_by_config/views/pos_config_view.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_pos_config_form" model="ir.ui.view">
<field name="model">pos.config</field>
<field name="inherit_id" ref="point_of_sale.pos_config_view_form" />
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="point_of_sale.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[@id='receipt']" position="inside">
<xpath expr="//div[@id='pos_bills_and_receipts_section']" position="inside">
<div
class="col-xs-12 col-md-6 o_setting_box"
title="Analytic Account for this config."
Expand Down

0 comments on commit 7364f04

Please sign in to comment.