Merge pull request #8746 from wdammak/patch-6

Update llx_stock_mouvement Add model_pdf
This commit is contained in:
Laurent Destailleur 2018-05-05 12:50:21 +02:00 committed by GitHub
commit 667b8c8a50
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;