Add default BOM

This commit is contained in:
BENKE Charlene 2020-11-26 11:47:45 +01:00 committed by GitHub
parent e1a6e8f2fc
commit c860c0dc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,5 +100,6 @@ create table llx_product
desiredstock float DEFAULT 0,
fk_unit integer DEFAULT NULL,
price_autogen tinyint DEFAULT 0,
fk_default_bom integer DEFAULT NULL,
fk_project integer DEFAULT NULL -- Used when product was generated by a project or is specifif to a project
)ENGINE=innodb;