This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-09-15 16:04:23,694 19469 INFO odoo9 openerp.addons.base.ir.ir_http: Generating routing map | |
2015-09-15 16:04:24,482 19469 WARNING odoo9 openerp.addons.base.ir.ir_qweb: /*! c03f3692-2fc1-4f69-ab76-9a269d47618c */ | |
.o_image { | |
background-image: url('/web/static/src/img/mimetypes/unknown.png'); | |
background-size: contain; | |
width: 100px; | |
height: 80px; | |
display: inline-block; | |
background-position: center; | |
background-repeat: no-repeat; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
СОздание контейнера | |
=================== | |
docker run -p 8069:8069 -p 8072:8072 -e ODOO_MASTER_PASS=admin -v ~/docker/odoo-11.0/misc-addons/:/mnt/addons/it-projects-llc/misc-addons/ --name odoo-11-misc --link db-odoo-11:db -t itprojectsllc/install-odoo:11.0 -- -d misc.odoo11.local --db-filter ^%h$ --limit-time-cpu=600 --limit-time-real=1200 -u theme_kit | |
loca container | |
docker run -p 8069:8069 -p 8072:8072 -e ODOO_MASTER_PASS=admin -v ~/docker/odoo-11.0/pos-addons/:/mnt/addons/it-projects-llc/pos-addons/ --name pos-11 --link db-odoo-11:db -t itprojectsllc/install-odoo:11.0 -- -d pos.odoo11.local --db-filter ^%h$ --limit-time-cpu=600 --limit-time-real=1200 -i pos_disable_payment,pos_discount_base,pos_discount_total,pos_longpolling,pos_mobile,pos_mobile_restaurant,pos_multi_session,pos_multi_session_restaurant,pos_multi_session_sync,pos_order_cancel,pos_order_cancel_restaurant,pos_order_note,pos_order_printer_product,pos_print_method,pos_printer_network,pos_product_category_discount,pos_restaurant_base,pos_orderl |