Skip to content

Commit

Permalink
Merge PR #184 into 11.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 8, 2019
2 parents b45987a + fa9a47b commit 3c5dc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stock_scanner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
'name': 'Stock Scanner',
'summary': 'Allows managing barcode readers with simple scenarios',
'version': '11.0.1.2.0',
'version': '11.0.1.3.0',
'category': 'Generic Modules/Inventory Control',
'website': 'https://odoo-community.org/',
'author': 'Subteno IT,'
Expand Down
2 changes: 1 addition & 1 deletion stock_scanner/wizard/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="stock.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//h2[last()]/following-sibling::div" position="after">
<xpath expr="//div[@data-key='stock']" position="inside">
<h2 id="stock_scanner_config">Configure scanner module</h2>
<div class="row mt16 o_settings_container">
<div class="col-xs-12 col-md-6 o_setting_box">
Expand Down

0 comments on commit 3c5dc18

Please sign in to comment.