mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_orderpoint_automatic_create: Migration to 12.0
This commit is contained in:
@@ -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",
|
||||
|
||||
6
stock_orderpoint_automatic_creation/readme/CONFIGURE.rst
Normal file
6
stock_orderpoint_automatic_creation/readme/CONFIGURE.rst
Normal 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.
|
||||
@@ -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>
|
||||
@@ -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.
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user