rule |
Stock Rule
Catalog: Odoo
Schema: stock
Documentation:
A rule describe what a procurement should do; produce, buy, move, ...
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table rule are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
action |
string |
Action |
☑ |
|
active |
boolean |
Active |
☐ |
If unchecked, it will allow you to hide the rule without removing it. |
auto |
string |
Automatic Move |
☑ |
The 'Manual Operation' value will create a stock move after the current one. With 'Automatic No Step Added', the location is replaced in the original move. |
company_id_label |
string |
|
☐ |
|
company_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
delay |
int32 |
Lead Time |
☐ |
The expected date of the created transfer will be computed based on this lead time. |
display_name |
string |
Display Name |
☐ |
|
group_id_label |
string |
|
☐ |
|
group_id |
string |
|
☐ |
|
group_propagation_option |
string |
Propagation of Procurement Group |
☐ |
|
id |
int32 |
ID |
☐ |
|
location_dest_id_label |
string |
|
☐ |
|
location_dest_id |
string |
|
☐ |
|
location_src_id_label |
string |
|
☐ |
|
location_src_id |
string |
|
☐ |
|
name |
string |
Name |
☑ |
This field will fill the packing origin and the name of its moves |
partner_address_id_label |
string |
|
☐ |
Address where goods should be delivered. Optional. |
partner_address_id |
string |
|
☐ |
Address where goods should be delivered. Optional. |
picking_type_code_domain |
string |
Picking Type Code Domain |
☐ |
|
picking_type_id_label |
string |
|
☐ |
|
picking_type_id |
string |
|
☐ |
|
procure_method |
string |
Supply Method |
☑ |
Take From Stock: the products will be taken from the available stock of the source location.Trigger Another Rule: the system will try to find a stock rule to bring the products in the source location. The available stock will be ignored.Take From Stock, if Unavailable, Trigger Another Rule: the products will be taken from the available stock of the source location.If there is no stock available, the system will try to find a rule to bring the products in the source location. |
propagate_cancel |
boolean |
Cancel Next Move |
☐ |
When ticked, if the move created by this rule is cancelled, the next move will be cancelled too. |
propagate_carrier |
boolean |
Propagation of carrier |
☐ |
When ticked, carrier of shipment will be propagated. |
propagate_warehouse_id_label |
string |
|
☐ |
The warehouse to propagate on the created move/procurement, which can be different of the warehouse this rule is for (e.g for resupplying rules from another warehouse) |
propagate_warehouse_id |
string |
|
☐ |
The warehouse to propagate on the created move/procurement, which can be different of the warehouse this rule is for (e.g for resupplying rules from another warehouse) |
route_company_id_label |
string |
|
☐ |
Leave this field empty if this route is shared between all companies |
route_company_id |
string |
|
☐ |
Leave this field empty if this route is shared between all companies |
route_id_label |
string |
|
☐ |
|
route_id |
string |
|
☐ |
|
route_sequence |
int32 |
Route Sequence |
☐ |
|
rule_message |
string |
Rule Message |
☐ |
|
sequence |
int32 |
Sequence |
☐ |
|
warehouse_id_label |
string |
|
☐ |
|
warehouse_id |
string |
|
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826