Browse Source

Dec 04: [FIX] Bug Fixed 'pos_analytic_tag'

pull/309/head
Cybrosys Technologies 5 months ago
parent
commit
e82cd8c706
  1. 2
      pos_analytic_tag/__manifest__.py
  2. 8
      pos_analytic_tag/doc/RELEASE_NOTES.md
  3. 2
      pos_analytic_tag/views/pos_config_views.xml

2
pos_analytic_tag/__manifest__.py

@ -21,7 +21,7 @@
############################################################################### ###############################################################################
{ {
'name': "PoS Analytic Tag", 'name': "PoS Analytic Tag",
'version': '17.0.1.0.1', 'version': '17.0.1.0.2',
'category': 'Point of Sale', 'category': 'Point of Sale',
'summary': 'To manage analytic tags in POS', 'summary': 'To manage analytic tags in POS',
'description': "This module assists in managing analytic tags in the " 'description': "This module assists in managing analytic tags in the "

8
pos_analytic_tag/doc/RELEASE_NOTES.md

@ -11,4 +11,10 @@
#### Version 17.0.1.0.1 #### Version 17.0.1.0.1
#### BUGFIX #### BUGFIX
- Updated the bug with analytic tag of the journal entries - Updated the bug with analytic tag of the journal entries
#### 02.12.2024
#### Version 17.0.1.0.2
#### BUGFIX
- Updated the bug with analytic tag of the pos config model

2
pos_analytic_tag/views/pos_config_views.xml

@ -8,7 +8,7 @@
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/> <field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//div[@id='title']" position="after"> <xpath expr="//div[@id='title']" position="after">
<field name="analytic_account_id" invisible="1"/> <field name="analytic_account_id"/>
</xpath> </xpath>
</field> </field>
</record> </record>

Loading…
Cancel
Save