Update llx_stock_mouvement Add model_pdf

This commit is contained in:
wdammak 2018-05-04 18:10:55 +01:00 committed by GitHub
parent efc00f687a
commit 468f970d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,6 @@ create table llx_stock_mouvement
label varchar(255), -- Comment on movement
inventorycode varchar(128), -- Code used to group different movement line into one operation (may be an inventory, a mass picking)
fk_origin integer,
origintype varchar(32)
origintype varchar(32),
model_pdf varchar(255)
)ENGINE=innodb;