FIX tests.

- Remove deprectaed module "product_manufacturer"
- Fix extra depends tests
- Delete unused view

Task #048598
This commit is contained in:
Juanjo Garcia 2023-03-03 13:37:18 +01:00
parent 1cd1a1f29c
commit d2557994ec
4 changed files with 1 additions and 18 deletions

View File

@ -82,14 +82,6 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
</record>
</data>
<data depends="product_manufacturer">
<record model="ir.ui.view" id="template_qty_manufacturer_view_tree">
<field name="model">product.template</field>
<field name="inherit" ref="template_qty_view_tree"/>
<field name="name">template_qty_manufacturer_tree</field>
</record>
</data>
<data depends="purchase">
<record model="ir.ui.view" id="template_qty_purchase_view_tree">
<field name="model">product.template</field>

View File

@ -9,7 +9,7 @@ from trytond.tests.test_tryton import ModuleTestCase
class ProductQtyTestCase(CompanyTestMixin, ModuleTestCase):
'Test ProductQty module'
module = 'product_qty'
extras = ['product_manufacturer', 'purchase']
extras = ['purchase']

View File

@ -3,7 +3,6 @@ version=6.5.0
depends:
stock
extras_depend:
product_manufacturer
purchase
xml:
product.xml

View File

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<!-- This file is part product_qty module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name=&quot;forecast_quantity&quot;]" position="after">
<field name="manufacturer"/>
</xpath>
</data>