Skip to content

Commit

Permalink
temp rebasing PR 558 (bb8e86b)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Feb 19, 2024
2 parents d88ea1d + bb8e86b commit 8b68827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
5 changes: 2 additions & 3 deletions product_internal_code/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

{
"name": "Product Internal Code",
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'category': 'Tools',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -35,11 +35,10 @@
'views/product_views.xml',
],
'demo': [
'demo/product.product.csv'
],
'test': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}
22 changes: 0 additions & 22 deletions product_internal_code/demo/product.product.csv

This file was deleted.

2 changes: 1 addition & 1 deletion product_internal_code/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<field name="default_code" position="after">
<field name="internal_code" attrs="{'invisible': [('product_variant_count', '&gt;', 1)]}"/>
<field name="internal_code" invisible="product_variant_count &gt; 1"/>
</field>
</field>
</record>
Expand Down

0 comments on commit 8b68827

Please sign in to comment.