Skip to content

Commit

Permalink
[IMP] product_pricelist_supplierinfo: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CLaurelB authored and Christihan-LB committed Jan 16, 2025
1 parent e2eb745 commit 239722a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions product_pricelist_supplierinfo/security/res_groups.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>

<record id="group_supplierinfo_pricelist_sale_margin" model="res.groups">
<field name="name">Show sale margin on Product Supplierinfo</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>

</odoo>
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="product_pricelist_supplier_item_form_view" model="ir.ui.view">
<field name="name">product.pricelist.item.form</field>
<field name="model">product.pricelist.item</field>
Expand All @@ -19,5 +18,4 @@
</xpath>
</field>
</record>

</odoo>
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="product_supplierinfo_tree_view" model="ir.ui.view">
<field name="name">product.supplierinfo.tree.view.pricelist</field>
<field name="model">product.supplierinfo</field>
Expand Down Expand Up @@ -33,5 +32,4 @@
</xpath>
</field>
</record>

</odoo>

0 comments on commit 239722a

Please sign in to comment.