Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
[IMP] pos.session.opening display
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Mar 23, 2018
1 parent 602ea09 commit 3c2b6e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions grap_change_views/views/view_pos_session_opening.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2018-Today GRAP (http://www.grap.coop)
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->

<openerp><data>

<record id="view_pos_session_opening_form" model="ir.ui.view">
<field name="model">pos.session.opening</field>
<field name="inherit_id" ref="point_of_sale.pos_session_opening_form_view" />
<field name="arch" type="xml">
<field name="pos_config_id" position="attributes">
<attribute name="class"></attribute>
</field>
</field>
</record>

</data></openerp>

0 comments on commit 3c2b6e8

Please sign in to comment.