Merge pull request #17267 from bb2a/bug_install_v14_societe_entrepot_warehouse

BUG New install v14 bug fk_warehouse not fk_entrepot in table
This commit is contained in:
Laurent Destailleur 2021-04-14 12:01:52 +02:00 committed by GitHub
commit b22d8efc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ create table llx_societe
logo varchar(255) DEFAULT NULL,
logo_squarred varchar(255) DEFAULT NULL,
canvas varchar(32) DEFAULT NULL, -- type of canvas if used (null by default)
fk_entrepot integer DEFAULT NULL, -- if we need a link between third party and warehouse
fk_warehouse integer DEFAULT NULL, -- if we need a link between third party and warehouse
webservices_url varchar(255), -- supplier webservice url
webservices_key varchar(128), -- supplier webservice key