Skip to content

[19.0][OU-ADD] website_sale_collect: Migration scripts - #5740

Merged
pedrobaeza merged 1 commit into
OCA:19.0from
Tecnativa:19.0-ou_add-website_sale_collect
Jun 17, 2026
Merged

pedrobaeza merged 1 commit into
OCA:19.0from
Tecnativa:19.0-ou_add-website_sale_collect

Conversation

@pedrobaeza

Copy link
Copy Markdown
Member

Inferred this one while reviewing delivery.

@Tecnativa TT63193

@pedrobaeza

Copy link
Copy Markdown
Member Author

/ocabot migration website_sale_collect

@OCA-git-bot OCA-git-bot added mod:openupgrade_scripts Module openupgrade_scripts series:19.0 labels Jun 17, 2026
@OCA-git-bot OCA-git-bot added this to the 19.0 milestone Jun 17, 2026
@pedrobaeza
pedrobaeza merged commit 2ca929b into OCA:19.0 Jun 17, 2026
7 checks passed
@pedrobaeza
pedrobaeza deleted the 19.0-ou_add-website_sale_collect branch June 17, 2026 14:50
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Jul 30, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Jul 30, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Jul 31, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 1, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 4, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 5, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 6, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 7, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 10, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 11, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 13, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 16, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 18, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 19, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 20, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 21, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 22, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 25, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 26, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 27, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 28, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 30, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Aug 31, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 2, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 3, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 4, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 8, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 10, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
dnplkndll added a commit to ledoent/OpenUpgrade that referenced this pull request Sep 11, 2026
…fill

_mark_pickup_auxiliary_addresses built an UPDATE whose WHERE used
comma-separated conditions instead of AND (plus `parent_id != False` and a
trailing comma) — invalid SQL that raises syntax error the moment a pickup
carrier (delivery_type='in_store') exists. CI is green only because the demo
seed has no in_store carrier, so the loop never runs. Use AND, IS NOT DISTINCT
FROM for the nullable state_id/country_id (matches pickup locations without a
state/country), parent_id IS NOT NULL, and pass .id (not the recordset) for the
relational params. Bug from OCA#5740 (pedrobaeza).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:openupgrade_scripts Module openupgrade_scripts series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants