Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.223.209.231
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/odoo/addons/stock/data/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/addons/stock/data/stock_demo.yml
-
  !python {model: ir.model.data, id: False}: |
    chicago_warehouse = self.env['stock.warehouse'].browse(ref('stock_warehouse_shop0'))

    #create xml ids for demo data that are widely used in tests or in other codes, for more convenience
    xml_references = [
        {'name':'chi_picking_type_in','module':'stock', 'model':'stock.picking.type','res_id': chicago_warehouse.in_type_id.id},
        {'name':'chi_picking_type_out','module':'stock', 'model':'stock.picking.type','res_id': chicago_warehouse.out_type_id.id},
        {'name':'stock_location_shop0','module':'stock', 'model':'stock.location','res_id': chicago_warehouse.lot_stock_id.id},
    ]
    for xml_record in xml_references:
        xml_ids = self.search([('module', '=', xml_record['module']), ('model', '=', xml_record['model']), ('name', '=', xml_record['name'])]).ids
        if not xml_ids:
            self.create(xml_record)
        #avoid the xml id and the associated resource being dropped by the orm by manually making a hit on it
        self._update_dummy(xml_record['model'], xml_record['module'], xml_record['name'])
-
 !record {model: stock.location, id: location_refrigerator_small}:
    name: Small Refrigerator
    usage: internal
    location_id: stock_location_14
-
 !record {model: product.product, id: product_icecream}:
    default_code: 001
    name: Ice Cream
    type: product
    categ_id: product.product_category_1
    lst_price: 100.0
    standard_price: 70.0
    weight: 1.0
    uom_id: product.product_uom_kgm
    property_stock_inventory: location_inventory
    description: Ice cream can be mass-produced and thus is widely available in developed parts of the world. Ice cream can be purchased in large cartons (vats and squrounds) from supermarkets and grocery stores, in smaller quantities from ice cream shops, convenience stores, and milk bars, and in individual servings from small carts or vans at public events.
-
 !record {model: stock.production.lot, id: lot_icecream_0}:
    name: '0000000000017'
    product_id: product_icecream
-
 !record {model: stock.production.lot, id: lot_icecream_1}:
    name: '0000000000024'
    product_id: product_icecream
-
 !record {model: stock.inventory, id: stock_inventory_icecream}:
    name: Inventory for icecream
    filter: 'product'
    product_id: product_icecream
-
 !record {model: stock.inventory.line, id: stock_inventory_line_icecream_lot0}:
    product_id: product_icecream
    product_uom_id: product.product_uom_kgm
    inventory_id: stock_inventory_icecream
    product_qty: 50.0
    prod_lot_id: lot_icecream_0
    location_id: stock_location_14
-
 !record {model: stock.inventory.line, id: stock_inventory_line_icecream_lot1}:
    product_id: product_icecream
    product_uom_id: product.product_uom_kgm
    inventory_id: stock_inventory_icecream
    product_qty: 40.0
    prod_lot_id: lot_icecream_1
    location_id: stock_location_14
-
    Create STOCK_MOVE for OUT
-
 !record {model: stock.picking, id: outgoing_shipment_main_warehouse}:
    picking_type_id: stock.picking_type_out
    origin: 'outgoing shipment main_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_stock
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_product_27
        product_uom: product.product_uom_unit
        product_uom_qty: 15.0
        picking_type_id: stock.picking_type_out
        location_id: stock.stock_location_stock
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_shipment_main_warehouse1}:
    picking_type_id: stock.picking_type_out
    origin: 'outgoing shipment'
    partner_id: base.res_partner_1
    date: !eval "'%s-%s-15' %((datetime.now()-timedelta(days=60)).year, (datetime.now()-timedelta(days=60)).month)"
    location_id: stock.stock_location_stock
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_product_6
        product_uom: product.product_uom_unit
        product_uom_qty: 180.0
        picking_type_id: stock.picking_type_out
        location_id: stock.stock_location_stock
        location_dest_id: stock.stock_location_customers
    pack_operation_ids:
      - product_id: product.product_product_6
        product_qty: 100
        product_uom_id: product.product_uom_unit
        location_id: stock.stock_location_stock
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_shipment_main_warehouse2}:
    picking_type_id: stock.picking_type_out
    origin: 'outgoing shipment your_company warehouse'
    partner_id: base.res_partner_1
    date: !eval "'%s-%s-15' % ((datetime.now()-timedelta(days=30)).month,(datetime.now()-timedelta(days=30)).month)"
    location_id: stock.stock_location_stock
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_delivery_02
        product_uom: product.product_uom_unit
        product_uom_qty: 45.0
        picking_type_id: stock.picking_type_out
        location_id: stock.stock_location_stock
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_shipment_main_warehouse3}:
    picking_type_id: stock.picking_type_out
    origin: 'your company warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_stock
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_product_5
        product_uom: product.product_uom_unit
        product_uom_qty: 75.0
        picking_type_id: stock.picking_type_out
        location_id: stock.stock_location_stock
        location_dest_id: stock.stock_location_customers
-
    Create STOCK_PICKING for IN
-
 !record {model: stock.picking, id: incomming_shipment}:
    picking_type_id: stock.picking_type_in
    origin: 'incoming_shipment for test'
    location_id: stock_location_suppliers
    location_dest_id: stock_location_stock
-
 !record {model: stock.move, id: incomming_shipment_icecream}:
    product_id: product_icecream
    product_uom: product.product_uom_kgm
    product_uom_qty: 50.0
    picking_type_id: stock.picking_type_in
    location_id: stock_location_suppliers
    location_dest_id: stock_location_stock
    picking_id: incomming_shipment
-
 !record {model: stock.picking, id: incomming_shipment1}:
    picking_type_id: stock.picking_type_in
    origin: 'incoming_shipment'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_stock
    move_lines:
      - product_id: product.product_delivery_01
        product_uom: product.product_uom_unit
        product_uom_qty: 35.0
        picking_type_id: stock.picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_stock
-
 !record {model: stock.picking, id: incomming_shipment2}:
    picking_type_id: stock.picking_type_in
    origin: 'incoming_shipment main_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_stock
    move_lines:
      - product_id: product.product_product_22
        product_uom: product.product_uom_unit
        product_uom_qty: 125.0
        picking_type_id: stock.picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_stock
-
 !record {model: stock.picking, id: incomming_shipment3}:
    picking_type_id: stock.picking_type_in
    origin: 'incoming_shipment your_company warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_stock
    move_lines:
      - product_id: product.product_product_10
        product_uom: product.product_uom_unit
        product_uom_qty: 120.0
        picking_type_id: stock.picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_stock
-
 !record {model: stock.picking, id: incomming_shipment4}:
   picking_type_id: stock.picking_type_in
   origin: 'incoming_shipment_main_warehouse'
   partner_id: base.res_partner_1
   location_id: stock.stock_location_suppliers
   location_dest_id: stock.stock_location_stock
   move_lines:
     - product_id: product.product_delivery_02
       product_uom: product.product_uom_unit
       product_uom_qty: 50.0
       picking_type_id: stock.picking_type_in
       location_id: stock.stock_location_suppliers
       location_dest_id: stock.stock_location_stock
-
   Create STOCK_PICKING_IN for Chicago Warehouse
-
 !record {model: stock.picking, id: incomming_chicago_warehouse}:
    picking_type_id: chi_picking_type_in
    origin: 'incoming_chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_shop0
    move_lines:
      - product_id: product.product_product_9
        product_uom: product.product_uom_unit
        product_uom_qty: 25.0
        picking_type_id: chi_picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_shop0

-
 !record {model: stock.picking, id: incomming_chicago_warehouse1}:
    picking_type_id: chi_picking_type_in
    origin: 'incoming_shipment_chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_shop0
    move_lines:
      - product_id: product.product_delivery_01
        product_uom: product.product_uom_unit
        product_uom_qty: 180.0
        picking_type_id: chi_picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_shop0
        state: done
    pack_operation_ids:
      - product_id: product.product_delivery_01
        product_qty: 100
        product_uom_id: product.product_uom_unit
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_shop0
-
 !record {model: stock.picking, id: incomming_chicago_warehouse2}:
    picking_type_id: chi_picking_type_in
    origin: 'incoming_shipment chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_shop0
    move_lines:
      - product_id: product.product_delivery_01
        product_uom: product.product_uom_unit
        product_uom_qty: 45.0
        picking_type_id: chi_picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_shop0
-
 !record {model: stock.picking, id: incomming_chicago_warehouse3}:
    picking_type_id: chi_picking_type_in
    origin: 'chicago_warehouse'
    partner_id: base.res_partner_1
    date: !eval "'%s-%s-2' % ((datetime.now()-timedelta(days=30)).month,(datetime.now()-timedelta(days=30)).month)"
    location_id: stock.stock_location_suppliers
    location_dest_id: stock.stock_location_shop0
    move_lines:
      - product_id: product.product_product_22
        product_uom: product.product_uom_unit
        product_uom_qty: 75.0
        picking_type_id: chi_picking_type_in
        location_id: stock.stock_location_suppliers
        location_dest_id: stock.stock_location_shop0
-
   Create STOCK_PICKING_OUT for Chicago Warehouse
-
 !record {model: stock.picking, id: outgoing_chicago_warehouse}:
    picking_type_id: chi_picking_type_out
    origin: 'outgoing_chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_shop0
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_product_27
        product_uom: product.product_uom_unit
        product_uom_qty: 15.0
        picking_type_id: chi_picking_type_out
        location_id: stock.stock_location_shop0
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_chicago_warehouse1}:
    picking_type_id: chi_picking_type_out
    origin: 'outgoing_shipment_chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_shop0
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_product_6
        product_uom: product.product_uom_unit
        product_uom_qty: 180.0
        picking_type_id: chi_picking_type_out
        location_id: stock.stock_location_shop0
        location_dest_id: stock.stock_location_customers
    pack_operation_ids:
      - product_id: product.product_product_6
        product_qty: 100
        product_uom_id: product.product_uom_unit
        location_id: stock.stock_location_shop0
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_chicago_warehouse2}:
    picking_type_id: chi_picking_type_out
    origin: 'chicago_warehouse'
    partner_id: base.res_partner_1
    location_id: stock.stock_location_shop0
    location_dest_id: stock.stock_location_customers
    move_lines:
      - product_id: product.product_delivery_02
        product_uom: product.product_uom_unit
        product_uom_qty: 45.0
        picking_type_id: chi_picking_type_out
        location_id: stock.stock_location_shop0
        location_dest_id: stock.stock_location_customers
-
 !record {model: stock.picking, id: outgoing_chicago_warehouse3}:
    picking_type_id: chi_picking_type_out
    origin: 'outgoing chicago warehouse'
    location_id: stock.stock_location_shop0
    location_dest_id: stock.stock_location_customers
    partner_id: base.res_partner_1
    move_lines:
      - product_id: product.product_product_5
        product_uom: product.product_uom_unit
        product_uom_qty: 75.0
        picking_type_id: chi_picking_type_out
        location_id: stock.stock_location_shop0
        location_dest_id: stock.stock_location_customers
-
 !python {model: stock.picking, id: False}: |
    self.browse([
        ref('outgoing_shipment_main_warehouse'),
        ref('outgoing_shipment_main_warehouse1'),
        ref('incomming_shipment2'),
        ref('incomming_shipment1'),
        ref('incomming_shipment3'),
        ref('outgoing_chicago_warehouse3'),
        ref('outgoing_chicago_warehouse2'),
        ref('outgoing_chicago_warehouse1'),
        ref('incomming_chicago_warehouse1'),
        ref('incomming_chicago_warehouse2'),
        ref('incomming_chicago_warehouse3')
    ]).action_confirm()
    record = self.browse(ref('outgoing_shipment_main_warehouse1'))
    record_chi_in = self.browse(ref('incomming_chicago_warehouse1'))
    record_chi_out = self.browse(ref('outgoing_chicago_warehouse1'))
    if record.state != 'done' and record_chi_in.state != 'done' and record_chi_out.state != 'done':
        self.browse([
            ref('outgoing_shipment_main_warehouse'),
            ref('outgoing_chicago_warehouse3'),
            ref('outgoing_shipment_main_warehouse2')
        ]).force_assign()
        self.browse([
            ref('outgoing_shipment_main_warehouse1'),
            ref('incomming_chicago_warehouse1'),
            ref('outgoing_chicago_warehouse1')
        ]).do_transfer()

Anon7 - 2022
AnonSec Team