Commit dfa12c72 by Administrator

Merge branch '5259-adresse-derriere-maj-etiqueteuse-incorrecte' into 'dev_cooperatic'

set noupdate to 1 for all ir_config_parameter records that will obviously break…

See merge request !64
parents 13001dfb b0b555e8
<?xml version="1.0"?>
<odoo noupdate="0">
<odoo noupdate="1">
<record id="config_django_print_proxy" model="ir.config_parameter">
<field name="key">cagette_product.print_proxy_url</field>
<field name="value">https://django/products/label_print</field>
......
<?xml version="1.0"?>
<odoo noupdate="0">
<odoo noupdate="1">
<record id="config_django_for_inv_proxy" model="ir.config_parameter">
<field name="key">lacagette_cpo.proxy_url</field>
<field name="value">https://django/inventory/inventory/generate_inventory_list</field>
......
<?xml version="1.0"?>
<odoo noupdate="0">
<odoo noupdate="1">
<record id="config_losses_location_id" model="ir.config_parameter">
<field name="key">lacagette_sales_helper.losses_location_id</field>
<field name="value">33</field>
......
<?xml version="1.0"?>
<odoo noupdate="0">
<odoo noupdate="1">
<record id="meal_voucher_issuers" model="ir.config_parameter">
<field name="key">pos_meal_voucher.meal_voucher_issuers</field>
<field name="value">["Bimpli", "Up", "Sodexo", "Eden Red", "Swile"]</field>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment