Browse Source

[FIX] Bug fixed 'access_restriction_by_ip'

pull/145/head
Ajmal JK 6 years ago
parent
commit
62f6cae605
  1. 2
      access_restriction_by_ip/__manifest__.py
  2. 5
      access_restriction_by_ip/doc/RELEASE_NOTES.md
  3. 2
      access_restriction_by_ip/views/allowed_ips_view.xml

2
access_restriction_by_ip/__manifest__.py

@ -19,7 +19,7 @@
{ {
'name': 'Access Restriction By IP', 'name': 'Access Restriction By IP',
'summary': """User Can Access His Account Only From Specified IP Address""", 'summary': """User Can Access His Account Only From Specified IP Address""",
'version': '13.0.1.0.1', 'version': '13.0.1.1.1',
'description': """User Can Access His Account Only From Specified IP Address""", 'description': """User Can Access His Account Only From Specified IP Address""",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',

5
access_restriction_by_ip/doc/RELEASE_NOTES.md

@ -8,3 +8,8 @@
#### Version 13.0.1.0.1 #### Version 13.0.1.0.1
#### FIX #### FIX
#### Bug Fixed #### Bug Fixed
#### 02.08.2019
#### Version 13.0.1.1.1
#### FIX
#### Bug Fixed 'order line remove added'

2
access_restriction_by_ip/views/allowed_ips_view.xml

@ -9,7 +9,7 @@
<xpath expr="//page[1]" position='after'> <xpath expr="//page[1]" position='after'>
<page string="Allowed IP"> <page string="Allowed IP">
<field name="allowed_ips"> <field name="allowed_ips">
<tree editable="bottom"> <tree editable="bottom" delete="1">
<field name="ip_address"/> <field name="ip_address"/>
</tree> </tree>
</field> </field>

Loading…
Cancel
Save