Skip to content
Snippets Groups Projects
Commit 0a02d58a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4656 from defrance/patch-104

Add model_pdf fields for edition feature on product
parents e0f7e3de d96c89af
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
-- -- VPGSQL8.2 DELETE FROM llx_usergroup_user WHERE fk_user NOT IN (SELECT rowid from llx_user);
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
ALTER TABLE llx_product ADD COLUMN model_pdf varchar(255) default '';
CREATE TABLE llx_categorie_user
(
......
......@@ -81,6 +81,7 @@ create table llx_product
finished tinyint DEFAULT NULL, -- 1=manufactured product, 0=matiere premiere
hidden tinyint DEFAULT 0, -- Not used. Deprecated.
import_key varchar(14), -- Import key
model_pdf varchar(255), -- model save dodument used
fk_price_expression integer, -- Link to the rule for dynamic price calculation
desiredstock integer DEFAULT 0,
fk_unit integer DEFAULT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment