Skip to content

Commit

Permalink
[IMP] Backport to v8 complete
Browse files Browse the repository at this point in the history
  • Loading branch information
George Daramouskas committed Jul 4, 2017
1 parent 57d7eac commit d1714c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion stock_reorder_forecast/models/__init__.py
Expand Up @@ -8,5 +8,4 @@
from . import purchase_order
from . import purchase_order_line
from . import res_partner
from . import procurement_order
from . import product_template
15 changes: 0 additions & 15 deletions stock_reorder_forecast/models/procurement_order.py

This file was deleted.

4 changes: 2 additions & 2 deletions stock_reorder_forecast/views/product_category.xml
Expand Up @@ -5,13 +5,13 @@
<field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_form_view"/>
<field name="arch" type="xml">
<form position="inside">
<xpath expr="//sheet" position="inside">
<group string="Purchase parameters" col="4">
<field name="stock_period_min"/>
<field name="stock_period_max"/>
<field name="turnover_period"/>
</group>
</form>
</xpath>
</field>
</record>
</data>
Expand Down

0 comments on commit d1714c2

Please sign in to comment.