[MIG] stock_orderpoint_automatic_create: Migration to 12.0

This commit is contained in:
Marc Poch
2020-12-16 18:08:48 +01:00
parent 7e90a102d8
commit e1920cfd26
5 changed files with 16 additions and 4 deletions

View File

@@ -5,14 +5,13 @@
{
"name": "Stock Orderpoint Automatic Creation",
"version": "10.0.1.0.0",
"version": "12.0.1.0.0",
"author": "AvanzOSC, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "http://www.odoomrp.com",
"depends": [
"procurement",
"stock",
],
"category": "Inventory, Logistic, Storage",

View File

@@ -0,0 +1,6 @@
To configure this module, you need to:
#. Go to company form, tab "settings" and customize the default orderpoints
data.
#. Also you can configure orderpoint creation in product and product_category
checking 'Yes' or 'No' in the proper field.

View File

@@ -0,0 +1,4 @@
* Daniel Campos <danielcampos@avanzosc.es>
* Ana Juaristi <ajuaristio@gmail.com>
* Vicent Cubells <vicent.cubells@tecnativa.com>
* Marc Poch <mpoch@planetatic.com>

View File

@@ -0,0 +1,3 @@
This module automatically generates stock orderpoints for a product when it is
created, based on the information from the user's company.
Orderpoints creation can be automated from product, product category or company.

View File

@@ -16,9 +16,9 @@
<field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_form_view"/>
<field name="arch" type="xml">
<field name="type" position="after">
<group name="first" position="inside">
<field name="create_orderpoints"/>
</field>
</group>
</field>
</record>