Skip to content

Commit

Permalink
[MIG] product_pricelist: Migration to 18.0
Browse files Browse the repository at this point in the history
closes #680

Signed-off-by: matiasperalta1 <[email protected]>
  • Loading branch information
docker-odoo authored and JrAdhoc committed Oct 23, 2024
1 parent 6a0e91d commit bfd789b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions product_pricelist/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Pricelists information on Products",
'version': "17.0.1.1.0",
'version': "18.0.1.0.0",
'category': 'Sales & Purchases',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -35,7 +35,7 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}
6 changes: 2 additions & 4 deletions product_pricelist/views/product_template_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
<field name="arch" type="xml">
<group name="description" position="before">
<field name="pricelist_ids" >
<!-- TODO move this to a low priority view and specify here -->
<tree delete='false' create='false' edit="false" editable="top" options="{'no_open': True}">
<list delete='false' create='false' edit="false" editable="top" options="{'no_open': True}">
<field name="name"/>
<field name="price"/>
<field name="currency_id" column_invisible="True"/>
<!-- TODO enable buttons after correcting domain -->
</tree>
</list>
</field>
</group>
</field>
Expand Down

0 comments on commit bfd789b

Please sign in to comment.