cleaned OCA addon

This commit is contained in:
snt 2026-02-27 13:42:41 +01:00
parent d58c621ef1
commit 6381a2d985
21 changed files with 0 additions and 997 deletions

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (C) 2022 - Today: GRAP (http://www.grap.coop)
@author: Quentin DUPONT (quentin.dupont@grap.coop)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="view_product_product_tree" model="ir.ui.view">
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_product_tree_view" />
<field name="arch" type="xml">
<field name="lst_price" position="before">
<field name="main_seller_id" optional="show" />
</field>
</field>
</record>
</odoo>